/* Copyright FUZE Framework - Ebbers Media BV | Fuze - CSS */
/* --------------------------------------------------------------    File: reset.css--------------------------------------------------------------*/ html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* { box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing: border-box;}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section, main {
    display:block;
}

button { -webkit-appearance:none;}

/* Line-height should always be unitless! */
body {
  line-height: 130%; /*1.5*/
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
input, button,select { border:none;border-radius:0px;}
textarea { resize:vertical;}
/* DELETE Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
img { display:block;}
/* Remember to define your own focus styles! */
:focus { outline: 0; }

@media handheld, screen and (max-width: 768px) {
	input[type=text],
	input[type=tel],
	input[type=number],
	input[type=password],
	input[type=email],
	textarea { font-size:16px !important;}
}/* --------------------------------------------------------------    File: line-awesome-min.css--------------------------------------------------------------*/ /*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */

@font-face {
  font-family: "LineAwesome";
  src: url("fonts/line-awesome.eot?v=1.1.");
  src: url("fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
       url("fonts/line-awesome.woff2?v=1.1.") format("woff2"),
       url("fonts/line-awesome.woff?v=1.1.") format("woff"),
       url("fonts/line-awesome.ttf?v=1.1.") format("truetype"),
       url("fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/* makes the font 33% larger relative to the icon container */
.la-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-fw {
    width: 1.28571429em;
    text-align: center;
}
.la-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.la-ul > li {
    position: relative;
}
.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.la-li.la-lg {
    left: -1.85714286em;
}
.la-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.li.pull-left {
    margin-right: .3em;
}
.li.pull-right {
    margin-left: .3em;
}
.la-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.la-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.la-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.la-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.la-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.la-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
    filter: none;
}
.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.la-stack-1x {
    line-height: inherit;
}
.la-stack-2x {
    font-size: 2em;
}
.la-inverse {
    color: #ffffff;
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la-500px:before { content: "\f100"; }
.la-adjust:before { content: "\f101"; }
.la-adn:before { content: "\f102"; }
.la-align-center:before { content: "\f103"; }
.la-align-justify:before { content: "\f104"; }
.la-align-left:before { content: "\f105"; }
.la-align-right:before { content: "\f106"; }
.la-amazon:before { content: "\f107"; }
.la-ambulance:before { content: "\f108"; }
.la-anchor:before { content: "\f109"; }
.la-android:before { content: "\f10a"; }
.la-angellist:before { content: "\f10b"; }
.la-angle-double-down:before { content: "\f10c"; }
.la-angle-double-left:before { content: "\f10d"; }
.la-angle-double-right:before { content: "\f10e"; }
.la-angle-double-up:before { content: "\f10f"; }
.la-angle-down:before { content: "\f110"; }
.la-angle-left:before { content: "\f111"; }
.la-angle-right:before { content: "\f112"; }
.la-angle-up:before { content: "\f113"; }
.la-apple:before { content: "\f114"; }
.la-archive:before { content: "\f115"; }
.la-area-chart:before { content: "\f116"; }
.la-arrow-circle-down:before { content: "\f117"; }
.la-arrow-circle-left:before { content: "\f118"; }
.la-arrow-circle-o-down:before { content: "\f119"; }
.la-arrow-circle-o-left:before { content: "\f11a"; }
.la-arrow-circle-o-right:before { content: "\f11b"; }
.la-arrow-circle-o-up:before { content: "\f11c"; }
.la-arrow-circle-right:before { content: "\f11d"; }
.la-arrow-circle-up:before { content: "\f11e"; }
.la-arrow-down:before { content: "\f11f"; }
.la-arrow-left:before { content: "\f120"; }
.la-arrow-right:before { content: "\f121"; }
.la-arrow-up:before { content: "\f122"; }
.la-arrows:before { content: "\f123"; }
.la-arrows-alt:before { content: "\f124"; }
.la-arrows-h:before { content: "\f125"; }
.la-arrows-v:before { content: "\f126"; }
.la-asterisk:before { content: "\f127"; }
.la-at:before { content: "\f128"; }
.la-automobile:before { content: "\f129"; }
.la-backward:before { content: "\f12a"; }
.la-balance-scale:before { content: "\f12b"; }
.la-ban:before { content: "\f12c"; }
.la-bank:before { content: "\f12d"; }
.la-bar-chart:before { content: "\f12e"; }
.la-bar-chart-o:before { content: "\f12f"; }
.la-barcode:before { content: "\f130"; }
.la-bars:before { content: "\f131"; }
.la-battery-0:before { content: "\f132"; }
.la-battery-1:before { content: "\f133"; }
.la-battery-2:before { content: "\f134"; }
.la-battery-3:before { content: "\f135"; }
.la-battery-4:before { content: "\f136"; }
.la-battery-empty:before { content: "\f137"; }
.la-battery-full:before { content: "\f138"; }
.la-battery-half:before { content: "\f139"; }
.la-battery-quarter:before { content: "\f13a"; }
.la-battery-three-quarters:before { content: "\f13b"; }
.la-bed:before { content: "\f13c"; }
.la-beer:before { content: "\f13d"; }
.la-behance:before { content: "\f13e"; }
.la-behance-square:before { content: "\f13f"; }
.la-bell:before { content: "\f140"; }
.la-bell-o:before { content: "\f141"; }
.la-bell-slash:before { content: "\f142"; }
.la-bell-slash-o:before { content: "\f143"; }
.la-bicycle:before { content: "\f144"; }
.la-binoculars:before { content: "\f145"; }
.la-birthday-cake:before { content: "\f146"; }
.la-bitbucket:before { content: "\f147"; }
.la-bitbucket-square:before { content: "\f148"; }
.la-bitcoin:before { content: "\f149"; }
.la-black-tie:before { content: "\f14a"; }
.la-bold:before { content: "\f14b"; }
.la-bolt:before { content: "\f14c"; }
.la-bomb:before { content: "\f14d"; }
.la-book:before { content: "\f14e"; }
.la-bookmark:before { content: "\f14f"; }
.la-bookmark-o:before { content: "\f150"; }
.la-briefcase:before { content: "\f151"; }
.la-btc:before { content: "\f152"; }
.la-bug:before { content: "\f153"; }
.la-building:before { content: "\f154"; }
.la-building-o:before { content: "\f155"; }
.la-bullhorn:before { content: "\f156"; }
.la-bullseye:before { content: "\f157"; }
.la-bus:before { content: "\f158"; }
.la-buysellads:before { content: "\f159"; }
.la-cab:before { content: "\f15a"; }
.la-calculator:before { content: "\f15b"; }
.la-calendar:before { content: "\f15c"; }
.la-calendar-check-o:before { content: "\f15d"; }
.la-calendar-minus-o:before { content: "\f15e"; }
.la-calendar-o:before { content: "\f15f"; }
.la-calendar-plus-o:before { content: "\f160"; }
.la-calendar-times-o:before { content: "\f161"; }
.la-camera:before { content: "\f162"; }
.la-camera-retro:before { content: "\f163"; }
.la-car:before { content: "\f164"; }
.la-caret-down:before { content: "\f165"; }
.la-caret-left:before { content: "\f166"; }
.la-caret-right:before { content: "\f167"; }
.la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; }
.la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; }
.la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; }
.la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; }
.la-caret-up:before { content: "\f16c"; }
.la-cart-arrow-down:before { content: "\f16d"; }
.la-cart-plus:before { content: "\f16e"; }
.la-cc:before { content: "\f16f"; }
.la-cc-amex:before { content: "\f170"; }
.la-cc-diners-club:before { content: "\f171"; }
.la-cc-discover:before { content: "\f172"; }
.la-cc-jcb:before { content: "\f173"; }
.la-cc-mastercard:before { content: "\f174"; }
.la-cc-paypal:before { content: "\f175"; }
.la-cc-stripe:before { content: "\f176"; }
.la-cc-visa:before { content: "\f177"; }
.la-certificate:before { content: "\f178"; }
.la-chain:before { content: "\f179"; }
.la-chain-broken:before { content: "\f17a"; }
.la-check:before { content: "\f17b"; }
.la-check-circle:before { content: "\f17c"; }
.la-check-circle-o:before { content: "\f17d"; }
.la-check-square:before { content: "\f17e"; }
.la-check-square-o:before { content: "\f17f"; }
.la-chevron-circle-down:before { content: "\f180"; }
.la-chevron-circle-left:before { content: "\f181"; }
.la-chevron-circle-right:before { content: "\f182"; }
.la-chevron-circle-up:before { content: "\f183"; }
.la-chevron-down:before { content: "\f184"; }
.la-chevron-left:before { content: "\f185"; }
.la-chevron-right:before { content: "\f186"; }
.la-chevron-up:before { content: "\f187"; }
.la-child:before { content: "\f188"; }
.la-chrome:before { content: "\f189"; }
.la-circle:before { content: "\f18a"; }
.la-circle-o:before { content: "\f18b"; }
.la-circle-o-notch:before { content: "\f18c"; }
.la-circle-thin:before { content: "\f18d"; }
.la-clipboard:before { content: "\f18e"; }
.la-clock-o:before { content: "\f18f"; }
.la-clone:before { content: "\f190"; }
.la-close:before { content: "\f191"; }
.la-cloud:before { content: "\f192"; }
.la-cloud-download:before { content: "\f193"; }
.la-cloud-upload:before { content: "\f194"; }
.la-cny:before { content: "\f195"; }
.la-code:before { content: "\f196"; }
.la-code-fork:before { content: "\f197"; }
.la-codepen:before { content: "\f198"; }
.la-coffee:before { content: "\f199"; }
.la-cog:before { content: "\f19a"; }
.la-cogs:before { content: "\f19b"; }
.la-columns:before { content: "\f19c"; }
.la-comment:before { content: "\f19d"; }
.la-comment-o:before { content: "\f19e"; }
.la-commenting:before { content: "\f19f"; }
.la-commenting-o:before { content: "\f1a0"; }
.la-comments:before { content: "\f1a1"; }
.la-comments-o:before { content: "\f1a2"; }
.la-compass:before { content: "\f1a3"; }
.la-compress:before { content: "\f1a4"; }
.la-connectdevelop:before { content: "\f1a5"; }
.la-contao:before { content: "\f1a6"; }
.la-copy:before { content: "\f1a7"; }
.la-copyright:before { content: "\f1a8"; }
.la-creative-commons:before { content: "\f1a9"; }
.la-credit-card:before { content: "\f1aa"; }
.la-crop:before { content: "\f1ab"; }
.la-crosshairs:before { content: "\f1ac"; }
.la-css3:before { content: "\f1ad"; }
.la-cube:before { content: "\f1ae"; }
.la-cubes:before { content: "\f1af"; }
.la-cut:before { content: "\f1b0"; }
.la-cutlery:before { content: "\f1b1"; }
.la-dashboard:before { content: "\f1b2"; }
.la-dashcube:before { content: "\f1b3"; }
.la-database:before { content: "\f1b4"; }
.la-dedent:before { content: "\f1b5"; }
.la-delicious:before { content: "\f1b6"; }
.la-desktop:before { content: "\f1b7"; }
.la-deviantart:before { content: "\f1b8"; }
.la-diamond:before { content: "\f1b9"; }
.la-digg:before { content: "\f1ba"; }
.la-dollar:before { content: "\f1bb"; }
.la-dot-circle-o:before { content: "\f1bc"; }
.la-download:before { content: "\f1bd"; }
.la-dribbble:before { content: "\f1be"; }
.la-dropbox:before { content: "\f1bf"; }
.la-drupal:before { content: "\f1c0"; }
.la-edit:before { content: "\f1c1"; }
.la-eject:before { content: "\f1c2"; }
.la-ellipsis-h:before { content: "\f1c3"; }
.la-ellipsis-v:before { content: "\f1c4"; }
.la-empire:before, .la-ge:before { content: "\f1c5"; }
.la-envelope:before { content: "\f1c6"; }
.la-envelope-o:before { content: "\f1c7"; }
.la-envelope-square:before { content: "\f1c8"; }
.la-eraser:before { content: "\f1c9"; }
.la-eur:before { content: "\f1ca"; }
.la-euro:before { content: "\f1cb"; }
.la-exchange:before { content: "\f1cc"; }
.la-exclamation:before { content: "\f1cd"; }
.la-exclamation-circle:before { content: "\f1ce"; }
.la-exclamation-triangle:before { content: "\f1cf"; }
.la-expand:before { content: "\f1d0"; }
.la-expeditedssl:before { content: "\f1d1"; }
.la-external-link:before { content: "\f1d2"; }
.la-external-link-square:before { content: "\f1d3"; }
.la-eye:before { content: "\f1d4"; }
.la-eye-slash:before { content: "\f1d5"; }
.la-eyedropper:before { content: "\f1d6"; }
.la-facebook:before, .la-facebook-f:before { content: "\f1d7"; }
.la-facebook-official:before { content: "\f1d8"; }
.la-facebook-square:before { content: "\f1d9"; }
.la-fast-backward:before { content: "\f1da"; }
.la-fast-forward:before { content: "\f1db"; }
.la-fax:before { content: "\f1dc"; }
.la-female:before { content: "\f1dd"; }
.la-fighter-jet:before { content: "\f1de"; }
.la-file:before { content: "\f1df"; }
.la-file-archive-o:before { content: "\f1e0"; }
.la-file-audio-o:before { content: "\f1e1"; }
.la-file-code-o:before { content: "\f1e2"; }
.la-file-excel-o:before { content: "\f1e3"; }
.la-file-image-o:before { content: "\f1e4"; }
.la-file-movie-o:before { content: "\f1e5"; }
.la-file-o:before { content: "\f1e6"; }
.la-file-pdf-o:before { content: "\f1e7"; }
.la-file-photo-o:before { content: "\f1e8"; }
.la-file-picture-o:before { content: "\f1e9"; }
.la-file-powerpoint-o:before { content: "\f1ea"; }
.la-file-sound-o:before { content: "\f1eb"; }
.la-file-text:before { content: "\f1ec"; }
.la-file-text-o:before { content: "\f1ed"; }
.la-file-video-o:before { content: "\f1ee"; }
.la-file-word-o:before { content: "\f1ef"; }
.la-file-zip-o:before { content: "\f1f0"; }
.la-files-o:before { content: "\f1f1"; }
.la-film:before { content: "\f1f2"; }
.la-filter:before { content: "\f1f3"; }
.la-fire:before { content: "\f1f4"; }
.la-fire-extinguisher:before { content: "\f1f5"; }
.la-firefox:before { content: "\f1f6"; }
.la-flag:before { content: "\f1f7"; }
.la-flag-checkered:before { content: "\f1f8"; }
.la-flag-o:before { content: "\f1f9"; }
.la-flash:before { content: "\f1fa"; }
.la-flask:before { content: "\f1fb"; }
.la-flickr:before { content: "\f1fc"; }
.la-floppy-o:before { content: "\f1fd"; }
.la-folder:before { content: "\f1fe"; }
.la-folder-o:before { content: "\f1ff"; }
.la-folder-open:before { content: "\f200"; }
.la-folder-open-o:before { content: "\f201"; }
.la-font:before { content: "\f202"; }
.la-fonticons:before { content: "\f203"; }
.la-forumbee:before { content: "\f204"; }
.la-forward:before { content: "\f205"; }
.la-foursquare:before { content: "\f206"; }
.la-frown-o:before { content: "\f207"; }
.la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; }
.la-gamepad:before { content: "\f209"; }
.la-gavel:before { content: "\f20a"; }
.la-gbp:before { content: "\f20b"; }
.la-gear:before { content: "\f20c"; }
.la-gears:before { content: "\f20d"; }
.la-genderless:before { content: "\f20e"; }
.la-get-pocket:before { content: "\f20f"; }
.la-gg:before { content: "\f210"; }
.la-gg-circle:before { content: "\f211"; }
.la-gift:before { content: "\f212"; }
.la-git:before { content: "\f213"; }
.la-git-square:before { content: "\f214"; }
.la-github:before { content: "\f215"; }
.la-github-alt:before { content: "\f216"; }
.la-github-square:before { content: "\f217"; }
.la-glass:before { content: "\f218"; }
.la-globe:before { content: "\f219"; }
.la-google:before { content: "\f21a"; }
.la-google-plus:before { content: "\f21b"; }
.la-google-plus-square:before { content: "\f21c"; }
.la-google-wallet:before { content: "\f21d"; }
.la-graduation-cap:before { content: "\f21e"; }
.la-gratipay:before, .la-gittip:before { content: "\f21f"; }
.la-group:before { content: "\f220"; }
.la-h-square:before { content: "\f221"; }
.la-hacker-news:before { content: "\f222"; }
.la-hand-grab-o:before { content: "\f223"; }
.la-hand-lizard-o:before { content: "\f224"; }
.la-hand-o-down:before { content: "\f225"; }
.la-hand-o-left:before { content: "\f226"; }
.la-hand-o-right:before { content: "\f227"; }
.la-hand-o-up:before { content: "\f228"; }
.la-hand-paper-o:before { content: "\f229"; }
.la-hand-peace-o:before { content: "\f22a"; }
.la-hand-pointer-o:before { content: "\f22b"; }
.la-hand-rock-o:before { content: "\f22c"; }
.la-hand-scissors-o:before { content: "\f22d"; }
.la-hand-spock-o:before { content: "\f22e"; }
.la-hand-stop-o:before { content: "\f22f"; }
.la-hdd-o:before { content: "\f230"; }
.la-header:before { content: "\f231"; }
.la-headphones:before { content: "\f232"; }
.la-heart:before { content: "\f233"; }
.la-heart-o:before { content: "\f234"; }
.la-heartbeat:before { content: "\f235"; }
.la-history:before { content: "\f236"; }
.la-home:before { content: "\f237"; }
.la-hospital-o:before { content: "\f238"; }
.la-hotel:before { content: "\f239"; }
.la-hourglass:before { content: "\f23a"; }
.la-hourglass-1:before { content: "\f23b"; }
.la-hourglass-2:before { content: "\f23c"; }
.la-hourglass-3:before { content: "\f23d"; }
.la-hourglass-end:before { content: "\f23e"; }
.la-hourglass-half:before { content: "\f23f"; }
.la-hourglass-o:before { content: "\f240"; }
.la-hourglass-start:before { content: "\f241"; }
.la-houzz:before { content: "\f242"; }
.la-html5:before { content: "\f243"; }
.la-i-cursor:before { content: "\f244"; }
.la-ils:before { content: "\f245"; }
.la-image:before { content: "\f246"; }
.la-inbox:before { content: "\f247"; }
.la-indent:before { content: "\f248"; }
.la-industry:before { content: "\f249"; }
.la-info:before { content: "\f24a"; }
.la-info-circle:before { content: "\f24b"; }
.la-inr:before { content: "\f24c"; }
.la-instagram:before { content: "\f24d"; }
.la-institution:before { content: "\f24e"; }
.la-internet-explorer:before { content: "\f24f"; }
.la-ioxhost:before { content: "\f250"; }
.la-italic:before { content: "\f251"; }
.la-joomla:before { content: "\f252"; }
.la-jpy:before { content: "\f253"; }
.la-jsfiddle:before { content: "\f254"; }
.la-key:before { content: "\f255"; }
.la-keyboard-o:before { content: "\f256"; }
.la-krw:before { content: "\f257"; }
.la-language:before { content: "\f258"; }
.la-laptop:before { content: "\f259"; }
.la-lastfm:before { content: "\f25a"; }
.la-lastfm-square:before { content: "\f25b"; }
.la-leaf:before { content: "\f25c"; }
.la-leanpub:before { content: "\f25d"; }
.la-legal:before { content: "\f25e"; }
.la-lemon-o:before { content: "\f25f"; }
.la-level-down:before { content: "\f260"; }
.la-level-up:before { content: "\f261"; }
.la-life-bouy:before { content: "\f262"; }
.la-life-buoy:before { content: "\f263"; }
.la-life-ring:before, .la-support:before { content: "\f264"; }
.la-life-saver:before { content: "\f265"; }
.la-lightbulb-o:before { content: "\f266"; }
.la-line-chart:before { content: "\f267"; }
.la-link:before { content: "\f268"; }
.la-linkedin:before { content: "\f269"; }
.la-linkedin-square:before { content: "\f26a"; }
.la-linux:before { content: "\f26b"; }
.la-list:before { content: "\f26c"; }
.la-list-alt:before { content: "\f26d"; }
.la-list-ol:before { content: "\f26e"; }
.la-list-ul:before { content: "\f26f"; }
.la-location-arrow:before { content: "\f270"; }
.la-lock:before { content: "\f271"; }
.la-long-arrow-down:before { content: "\f272"; }
.la-long-arrow-left:before { content: "\f273"; }
.la-long-arrow-right:before { content: "\f274"; }
.la-long-arrow-up:before { content: "\f275"; }
.la-magic:before { content: "\f276"; }
.la-magnet:before { content: "\f277"; }
.la-mail-forward:before { content: "\f278"; }
.la-mail-reply:before { content: "\f279"; }
.la-mail-reply-all:before { content: "\f27a"; }
.la-male:before { content: "\f27b"; }
.la-map:before { content: "\f27c"; }
.la-map-marker:before { content: "\f27d"; }
.la-map-o:before { content: "\f27e"; }
.la-map-pin:before { content: "\f27f"; }
.la-map-signs:before { content: "\f280"; }
.la-mars:before { content: "\f281"; }
.la-mars-double:before { content: "\f282"; }
.la-mars-stroke:before { content: "\f283"; }
.la-mars-stroke-h:before { content: "\f284"; }
.la-mars-stroke-v:before { content: "\f285"; }
.la-maxcdn:before { content: "\f286"; }
.la-meanpath:before { content: "\f287"; }
.la-medium:before { content: "\f288"; }
.la-medkit:before { content: "\f289"; }
.la-meh-o:before { content: "\f28a"; }
.la-mercury:before { content: "\f28b"; }
.la-microphone:before { content: "\f28c"; }
.la-microphone-slash:before { content: "\f28d"; }
.la-minus:before { content: "\f28e"; }
.la-minus-circle:before { content: "\f28f"; }
.la-minus-square:before { content: "\f290"; }
.la-minus-square-o:before { content: "\f291"; }
.la-mobile:before { content: "\f292"; }
.la-mobile-phone:before { content: "\f293"; }
.la-money:before { content: "\f294"; }
.la-moon-o:before { content: "\f295"; }
.la-mortar-board:before { content: "\f296"; }
.la-motorcycle:before { content: "\f297"; }
.la-mouse-pointer:before { content: "\f298"; }
.la-music:before { content: "\f299"; }
.la-navicon:before { content: "\f29a"; }
.la-neuter:before { content: "\f29b"; }
.la-newspaper-o:before { content: "\f29c"; }
.la-object-group:before { content: "\f29d"; }
.la-object-ungroup:before { content: "\f29e"; }
.la-odnoklassniki:before { content: "\f29f"; }
.la-odnoklassniki-square:before { content: "\f2a0"; }
.la-opencart:before { content: "\f2a1"; }
.la-openid:before { content: "\f2a2"; }
.la-opera:before { content: "\f2a3"; }
.la-optin-monster:before { content: "\f2a4"; }
.la-outdent:before { content: "\f2a5"; }
.la-pagelines:before { content: "\f2a6"; }
.la-paint-brush:before { content: "\f2a7"; }
.la-paper-plane:before, .la-send:before { content: "\f2a8"; }
.la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; }
.la-paperclip:before { content: "\f2aa"; }
.la-paragraph:before { content: "\f2ab"; }
.la-paste:before { content: "\f2ac"; }
.la-pause:before { content: "\f2ad"; }
.la-paw:before { content: "\f2ae"; }
.la-paypal:before { content: "\f2af"; }
.la-pencil:before { content: "\f2b0"; }
.la-pencil-square:before { content: "\f2b1"; }
.la-pencil-square-o:before { content: "\f2b2"; }
.la-phone:before { content: "\f2b3"; }
.la-phone-square:before { content: "\f2b4"; }
.la-photo:before { content: "\f2b5"; }
.la-picture-o:before { content: "\f2b6"; }
.la-pie-chart:before { content: "\f2b7"; }
.la-pied-piper:before { content: "\f2b8"; }
.la-pied-piper-alt:before { content: "\f2b9"; }
.la-pinterest:before { content: "\f2ba"; }
.la-pinterest-p:before { content: "\f2bb"; }
.la-pinterest-square:before { content: "\f2bc"; }
.la-plane:before { content: "\f2bd"; }
.la-play:before { content: "\f2be"; }
.la-play-circle:before { content: "\f2bf"; }
.la-play-circle-o:before { content: "\f2c0"; }
.la-plug:before { content: "\f2c1"; }
.la-plus:before { content: "\f2c2"; }
.la-plus-circle:before { content: "\f2c3"; }
.la-plus-square:before { content: "\f2c4"; }
.la-plus-square-o:before { content: "\f2c5"; }
.la-power-off:before { content: "\f2c6"; }
.la-print:before { content: "\f2c7"; }
.la-puzzle-piece:before { content: "\f2c8"; }
.la-qq:before { content: "\f2c9"; }
.la-qrcode:before { content: "\f2ca"; }
.la-question:before { content: "\f2cb"; }
.la-question-circle:before { content: "\f2cc"; }
.la-quote-left:before { content: "\f2cd"; }
.la-quote-right:before { content: "\f2ce"; }
.la-ra:before { content: "\f2cf"; }
.la-random:before { content: "\f2d0"; }
.la-rebel:before { content: "\f2d1"; }
.la-recycle:before { content: "\f2d2"; }
.la-reddit:before { content: "\f2d3"; }
.la-reddit-square:before { content: "\f2d4"; }
.la-refresh:before { content: "\f2d5"; }
.la-registered:before { content: "\f2d6"; }
.la-renren:before { content: "\f2d7"; }
.la-reorder:before { content: "\f2d8"; }
.la-repeat:before { content: "\f2d9"; }
.la-reply:before { content: "\f2da"; }
.la-reply-all:before { content: "\f2db"; }
.la-retweet:before { content: "\f2dc"; }
.la-rmb:before { content: "\f2dd"; }
.la-road:before { content: "\f2de"; }
.la-rocket:before { content: "\f2df"; }
.la-rotate-left:before { content: "\f2e0"; }
.la-rotate-right:before { content: "\f2e1"; }
.la-rouble:before { content: "\f2e2"; }
.la-rss:before, .la-feed:before { content: "\f2e3"; }
.la-rss-square:before { content: "\f2e4"; }
.la-rub:before { content: "\f2e5"; }
.la-ruble:before { content: "\f2e6"; }
.la-rupee:before { content: "\f2e7"; }
.la-safari:before { content: "\f2e8"; }
.la-save:before { content: "\f2e9"; }
.la-scissors:before { content: "\f2ea"; }
.la-search:before { content: "\f2eb"; }
.la-search-minus:before { content: "\f2ec"; }
.la-search-plus:before { content: "\f2ed"; }
.la-sellsy:before { content: "\f2ee"; }
.la-server:before { content: "\f2ef"; }
.la-share:before { content: "\f2f0"; }
.la-share-alt:before { content: "\f2f1"; }
.la-share-alt-square:before { content: "\f2f2"; }
.la-share-square:before { content: "\f2f3"; }
.la-share-square-o:before { content: "\f2f4"; }
.la-shekel:before { content: "\f2f5"; }
.la-sheqel:before { content: "\f2f6"; }
.la-shield:before { content: "\f2f7"; }
.la-ship:before { content: "\f2f8"; }
.la-shirtsinbulk:before { content: "\f2f9"; }
.la-shopping-cart:before { content: "\f2fa"; }
.la-sign-in:before { content: "\f2fb"; }
.la-sign-out:before { content: "\f2fc"; }
.la-signal:before { content: "\f2fd"; }
.la-simplybuilt:before { content: "\f2fe"; }
.la-sitemap:before { content: "\f2ff"; }
.la-skyatlas:before { content: "\f300"; }
.la-skype:before { content: "\f301"; }
.la-slack:before { content: "\f302"; }
.la-sliders:before { content: "\f303"; }
.la-slideshare:before { content: "\f304"; }
.la-smile-o:before { content: "\f305"; }
.la-sort:before, .la-unsorted:before { content: "\f306"; }
.la-sort-alpha-asc:before { content: "\f307"; }
.la-sort-alpha-desc:before { content: "\f308"; }
.la-sort-amount-asc:before { content: "\f309"; }
.la-sort-amount-desc:before { content: "\f30a"; }
.la-sort-asc:before, .la-sort-up:before { content: "\f30b"; }
.la-sort-desc:before, .la-sort-down:before { content: "\f30c"; }
.la-sort-numeric-asc:before { content: "\f30d"; }
.la-sort-numeric-desc:before { content: "\f30e"; }
.la-soundcloud:before { content: "\f30f"; }
.la-space-shuttle:before { content: "\f310"; }
.la-spinner:before { content: "\f311"; }
.la-spoon:before { content: "\f312"; }
.la-spotify:before { content: "\f313"; }
.la-square:before { content: "\f314"; }
.la-square-o:before { content: "\f315"; }
.la-stack-exchange:before { content: "\f316"; }
.la-stack-overflow:before { content: "\f317"; }
.la-star:before { content: "\f318"; }
.la-star-half:before { content: "\f319"; }
.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\f31a"; }
.la-star-o:before { content: "\f31b"; }
.la-steam:before { content: "\f31c"; }
.la-steam-square:before { content: "\f31d"; }
.la-step-backward:before { content: "\f31e"; }
.la-step-forward:before { content: "\f31f"; }
.la-stethoscope:before { content: "\f320"; }
.la-sticky-note:before { content: "\f321"; }
.la-sticky-note-o:before { content: "\f322"; }
.la-stop:before { content: "\f323"; }
.la-street-view:before { content: "\f324"; }
.la-strikethrough:before { content: "\f325"; }
.la-stumbleupon:before { content: "\f326"; }
.la-stumbleupon-circle:before { content: "\f327"; }
.la-subscript:before { content: "\f328"; }
.la-subway:before { content: "\f329"; }
.la-suitcase:before { content: "\f32a"; }
.la-sun-o:before { content: "\f32b"; }
.la-superscript:before { content: "\f32c"; }
.la-table:before { content: "\f32d"; }
.la-tablet:before { content: "\f32e"; }
.la-tachometer:before { content: "\f32f"; }
.la-tag:before { content: "\f330"; }
.la-tags:before { content: "\f331"; }
.la-tasks:before { content: "\f332"; }
.la-taxi:before { content: "\f333"; }
.la-television:before, .la-tv:before { content: "\f334"; }
.la-tencent-weibo:before { content: "\f335"; }
.la-terminal:before { content: "\f336"; }
.la-text-height:before { content: "\f337"; }
.la-text-width:before { content: "\f338"; }
.la-th:before { content: "\f339"; }
.la-th-large:before { content: "\f33a"; }
.la-th-list:before { content: "\f33b"; }
.la-thumb-tack:before { content: "\f33c"; }
.la-thumbs-down:before { content: "\f33d"; }
.la-thumbs-o-down:before { content: "\f33e"; }
.la-thumbs-o-up:before { content: "\f33f"; }
.la-thumbs-up:before { content: "\f340"; }
.la-ticket:before { content: "\f341"; }
.la-times:before, .la-remove:before { content: "\f342"; }
.la-times-circle:before { content: "\f343"; }
.la-times-circle-o:before { content: "\f344"; }
.la-tint:before { content: "\f345"; }
.la-toggle-off:before { content: "\f346"; }
.la-toggle-on:before { content: "\f347"; }
.la-trademark:before { content: "\f348"; }
.la-train:before { content: "\f349"; }
.la-transgender:before, .la-intersex:before { content: "\f34a"; }
.la-transgender-alt:before { content: "\f34b"; }
.la-trash:before { content: "\f34c"; }
.la-trash-o:before { content: "\f34d"; }
.la-tree:before { content: "\f34e"; }
.la-trello:before { content: "\f34f"; }
.la-tripadvisor:before { content: "\f350"; }
.la-trophy:before { content: "\f351"; }
.la-truck:before { content: "\f352"; }
.la-try:before { content: "\f353"; }
.la-tty:before { content: "\f354"; }
.la-tumblr:before { content: "\f355"; }
.la-tumblr-square:before { content: "\f356"; }
.la-turkish-lira:before { content: "\f357"; }
.la-twitch:before { content: "\f358"; }
.la-twitter:before { content: "\f359"; }
.la-twitter-square:before { content: "\f35a"; }
.la-umbrella:before { content: "\f35b"; }
.la-underline:before { content: "\f35c"; }
.la-undo:before { content: "\f35d"; }
.la-university:before { content: "\f35e"; }
.la-unlink:before { content: "\f35f"; }
.la-unlock:before { content: "\f360"; }
.la-unlock-alt:before { content: "\f361"; }
.la-upload:before { content: "\f362"; }
.la-usd:before { content: "\f363"; }
.la-user:before { content: "\f364"; }
.la-user-md:before { content: "\f365"; }
.la-user-plus:before { content: "\f366"; }
.la-user-secret:before { content: "\f367"; }
.la-user-times:before { content: "\f368"; }
.la-users:before { content: "\f369"; }
.la-venus:before { content: "\f36a"; }
.la-venus-double:before { content: "\f36b"; }
.la-venus-mars:before { content: "\f36c"; }
.la-viacoin:before { content: "\f36d"; }
.la-video-camera:before { content: "\f36e"; }
.la-vimeo:before { content: "\f36f"; }
.la-vimeo-square:before { content: "\f370"; }
.la-vine:before { content: "\f371"; }
.la-vk:before { content: "\f372"; }
.la-volume-down:before { content: "\f373"; }
.la-volume-off:before { content: "\f374"; }
.la-volume-up:before { content: "\f375"; }
.la-warning:before { content: "\f376"; }
.la-wechat:before { content: "\f377"; }
.la-weibo:before { content: "\f378"; }
.la-weixin:before { content: "\f379"; }
.la-whatsapp:before { content: "\f37a"; }
.la-wheelchair:before { content: "\f37b"; }
.la-wifi:before { content: "\f37c"; }
.la-wikipedia-w:before { content: "\f37d"; }
.la-windows:before { content: "\f37e"; }
.la-won:before { content: "\f37f"; }
.la-wordpress:before { content: "\f380"; }
.la-wrench:before { content: "\f381"; }
.la-xing:before { content: "\f382"; }
.la-xing-square:before { content: "\f383"; }
.la-y-combinator:before { content: "\f384"; }
.la-y-combinator-square:before { content: "\f385"; }
.la-yahoo:before { content: "\f386"; }
.la-yc:before { content: "\f387"; }
.la-yc-square:before { content: "\f388"; }
.la-yelp:before { content: "\f389"; }
.la-yen:before { content: "\f38a"; }
.la-youtube:before { content: "\f38b"; }
.la-youtube-play:before { content: "\f38c"; }
.la-youtube-square:before { content: "\f38d"; }/* --------------------------------------------------------------    File: fonts.css--------------------------------------------------------------*/ @font-face {
	font-family: 'Delicious';
	src: url('fonts/Delicious-Heavy.eot');
	src: url('fonts/Delicious-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/Delicious-Heavy.woff2') format('woff2'),
		url('fonts/Delicious-Heavy.woff') format('woff'),
		url('fonts/Delicious-Heavy.ttf') format('truetype'),
		url('fonts/Delicious-Heavy.svg#Delicious-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Delicious';
	src: url('fonts/Delicious-Italic.eot');
	src: url('fonts/Delicious-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Delicious-Italic.woff2') format('woff2'),
		url('fonts/Delicious-Italic.woff') format('woff'),
		url('fonts/Delicious-Italic.ttf') format('truetype'),
		url('fonts/Delicious-Italic.svg#Delicious-Italic') format('svg');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Delicious';
	src: url('fonts/Delicious-BoldItalic.eot');
	src: url('fonts/Delicious-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Delicious-BoldItalic.woff2') format('woff2'),
		url('fonts/Delicious-BoldItalic.woff') format('woff'),
		url('fonts/Delicious-BoldItalic.ttf') format('truetype'),
		url('fonts/Delicious-BoldItalic.svg#Delicious-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Delicious';
	src: url('fonts/Delicious-SmallCaps.eot');
	src: url('fonts/Delicious-SmallCaps.eot?#iefix') format('embedded-opentype'),
		url('fonts/Delicious-SmallCaps.woff2') format('woff2'),
		url('fonts/Delicious-SmallCaps.woff') format('woff'),
		url('fonts/Delicious-SmallCaps.ttf') format('truetype'),
		url('fonts/Delicious-SmallCaps.svg#Delicious-SmallCaps') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Delicious';
	src: url('fonts/Delicious-Roman.eot');
	src: url('fonts/Delicious-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/Delicious-Roman.woff2') format('woff2'),
		url('fonts/Delicious-Roman.woff') format('woff'),
		url('fonts/Delicious-Roman.ttf') format('truetype'),
		url('fonts/Delicious-Roman.svg#Delicious-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Delicious';
	src: url('fonts/Delicious-Bold.eot');
	src: url('fonts/Delicious-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Delicious-Bold.woff2') format('woff2'),
		url('fonts/Delicious-Bold.woff') format('woff'),
		url('fonts/Delicious-Bold.ttf') format('truetype'),
		url('fonts/Delicious-Bold.svg#Delicious-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}/* --------------------------------------------------------------    File: default.css--------------------------------------------------------------*/ /*
Theme Name: Fuze framework
Version: 2.7
Description: Designed by <a href="http://www.ebbersmedia.nl">ebbers media</a>.
Author: ebbersmedia.nl
Author URI: http://www.ebbersmedia.nl

	� FUZE Framework - Ebbers Media BV

*/
/* Html en Body
----------------------------------------------------------*/
html {
}

body {
	font-family: "Source Sans Pro", sans-serif;
	color: #031c2f;
	min-height: 100%;
	line-height: 20px;
	font-size: 14px;
	background: #fff;
	overflow-x: hidden;
}

* {
	font-variant-ligatures: none;
}

::-moz-selection {
	color: #fff;
	background: #052844;
}

::selection {
	color: #fff;
	background: #052844;
}

.divide.fifth {
	width: 20%;
}

.divide.quarter {
	width: 25%;
}

.divide.third {
	width: 33.33%;
}

.divide.half {
	width: 50%;
}

.divide.twothird {
	width: 66.66%;
}

.divide.threequarter {
	width: 75%;
}

.divide.fourfifth {
	width: 80%;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100%;
}

.colfull {
	width: 1550px;
	position: relative;
}

.colhalf {
	width: 775px;
	position: relative;
}

.auto {
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr {
	clear: both;
}

.tac {
	text-align: center;
}

.tr {
	-o-transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

#container {
	overflow: hidden;
}

#wrapper {
	position: relative;
	transition: left 0.1s ease-in;
	left: 0px;
	width: 100%;
}

#wrapper.open {
	left: -325px;
}

/* Tekst standaarden
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Delicious";
	font-weight: bold;
}

h1 {
	font-size: 36px;
	line-height: 40px;
	color: #fa4516;
}

h2 {
	font-size: 30px;
	line-height: 38px;
	color: #fa4516;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

em {
	font-style: italic;
}

/* Formulieren
----------------------------------------------------------*/
.btn:not(.btn_link),
.post-password-form input[type="submit"] {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 21px 30px;
	text-align: center;
	transition: all 0.1s ease;
	background: black;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post-password-form input[type="submit"] {
	top: -25px;
	position: relative;
}

.btn:not(.btn_link):hover {
	cursor: pointer;
	color: black;
	background: white;
}

.btn:not(.btn_link) i {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.btn.btn_orange:not(.btn_link),
.post-password-form input[type="submit"] {
	background: #fc643c;
	background: -moz-linear-gradient(left, #fc643c 0%, #df3c11 100%);
	background: -webkit-linear-gradient(left, #fc643c 0%, #df3c11 100%);
	background: linear-gradient(to right, #fc643c 0%, #df3c11 100%);
	background-size: 200% 200%;
	background-position: left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc643c', endColorstr='#df3c11', GradientType=1);
	-webkit-transition: background-position 0.15s ease-in;
	-moz-transition: background-position 0.15s ease-in;
	-o-transition: background-position 0.15s ease-in;
	transition: background-position 0.15s ease-in;
}

.btn.btn_orange:not(.btn_link):hover,
.post-password-form input[type="submit"]:hover {
	color: #fff;
	background-position: right;
}

.btn.btn_blue:not(.btn_link) {
	background: #062945;
	background: -moz-linear-gradient(left, #062945 0%, #063d68 100%);
	background: -webkit-linear-gradient(left, #062945 0%, #063d68 100%);
	background: linear-gradient(to right, #062945 0%, #063d68 100%);
	background-size: 200% 200%;
	background-position: left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#062945', endColorstr='#063d68', GradientType=1);
	-webkit-transition: background-position 0.15s ease-in;
	-moz-transition: background-position 0.15s ease-in;
	-o-transition: background-position 0.15s ease-in;
	transition: background-position 0.15s ease-in;
}

.btn.btn_blue:not(.btn_link):hover {
	color: #fff;
	background-position: right;
}

.btn.btn_link {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 20px;
	color: #fa4516;
	text-decoration: none;
	display: inline-block;
	padding: 21px 0px;
	text-align: center;
	transition: all 0.1s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn.btn_link i {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
	font-family: "Source Sans Pro", sans-serif;
	margin: 0px;
	padding: 15px 20px;
}

input,
textarea {
	-webkit-appearance: none;
	appearance: none;
}

form .updated,
form .settings-error {
	display: block;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	padding: 10px 30px;
	margin-bottom: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form .updated p,
form .settings-error p {
	margin-bottom: 0 !important;
}

form .settings-error.error {
	background-color: #f7a3a3;
}

form .settings-error a {
	color: red !important;
}

form .noscript-warning {
	color: red;
	font-style: italic;
	margin-top: 10px;
}

.form-field label {
	display: none;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
input[type="password"],
input[type="number"],
.form-field textarea {
	font-family: "Source Sans Pro", sans-serif;
	width: 100%;
	padding: 20px 60px 19px 30px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	margin: 10px 0px;
	border: 2px solid #f2f4f6;
	color: #062945;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form-field input[type="text"].error,
.form-field input[type="email"].error,
.form-field input[type="tel"].error,
input[type="number"].error,
.form-field textarea.error {
	border: 2px solid #dc3545;
}

#contactform {
	margin: 0px;
}

/* Loader
----------------------------------------------------------*/
#squared-loader {
	height: 11px;
	width: 43px;
	margin: 10px auto;
	background-image: url(app/Styles/images/squares-loader.gif);
}

/* Header
----------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 10;
	/*-o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;*/
}

body.scrolled header {
	position: fixed;
}

body.scrolled header:hover {
}

body.scrolled header {
	margin-top: -35px;
}

body.scrolled header:hover .top_header {
	margin-top: 35px;
}

header .top_header {
	max-height: 40px;
	position: relative;
	background: #052844;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

header .top_header > ul {
	height: 40px;
	overflow: hidden;
}

header .top_header > span {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #052844;
	color: #fff;
	left: calc(50% - 10px);
	width: 40px;
	height: 20px;
	text-align: center;
	bottom: -15px;
	z-index: 10;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

body.scrolled header .top_header > span {
	visibility: visible;
	opacity: 1;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

header .top_header ul li.beurzen {
	/* display: none; */
}

header .top_header ul:not(.dropdown) > li {
	list-style: none;
	float: left;
	position: relative;
	margin-left: 50px;
}

header .top_header ul li:first-child {
	margin-left: 0;
	position: relative;
}

header .top_header ul li a {
	font-family: "Delicious";
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	-o-transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}

header .top_header ul li a:hover,
header .top_header ul li.current_page_item a {
	color: #fa4516;
}

header .top_header .offertelijst {
	display: none;
	position: relative;
}

header .top_header .offertelijst span span {
	position: absolute;
	color: #fff;
	background: #fa4516;
	padding: 0px 6.52px;
	border-radius: 50px;
	top: 4px;
	right: -23px;
}

header .review-wrap a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
}

header .review-wrap .stars {
	color: #fa4516;
	margin-right: 10px;
}

header .bottom_header {
	border-bottom: 2px solid #f2f4f6;
}

header .bottom_header .logo {
	margin: 19px 0px;
}

header .bottom_header .logo img {
	width: 215px;
}

header .bottom_header .buttons {
	margin: 25px 0px;
}

header .bottom_header .buttons .label {
	position: absolute;
	right: 10px;
	bottom: 2px;
	font-size: 16px;
	font-family: "Delicious";
	font-weight: bold;
	color: #062945;
	z-index: 9;
	opacity: 0.4;
}

header .bottom_header .buttons .btn {
	margin-left: 10px;
}

header .bottom_header .buttons .btn.search {
	padding: 21px 24px;
}

header .bottom_header .buttons .btn.search i {
	margin-right: 0px;
}

header .bottom_header .buttons .btn.menu {
	display: none;
	padding: 21px 24px;
}

header .bottom_header .buttons .btn.menu i {
	margin-right: 0px;
}

header .bottom_header .buttons .offerte,
header .bottom_header .buttons .beurzen {
	position: relative;
}

/*header .bottom_header .buttons .beurzen:hover .btn,*/
header .bottom_header .buttons .offerte .btn.current_page_item,
header .bottom_header .buttons .beurzen .btn.current_page_item {
	color: #fa4516;
}

header .top_header .beurzen .dropdown,
header .bottom_header .buttons .beurzen .dropdown {
	display: none;
	position: absolute;
	top: 64px;
	padding-top: 10px;
	left: 10px;
	z-index: 10;
}

header .top_header .beurzen .dropdown {
	left: 0;
	top: 30px;
}

header .top_header .beurzen:hover .dropdown,
header .bottom_header .buttons .beurzen:hover .dropdown {
	display: block;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}

header .top_header .beurzen .dropdown li,
header .bottom_header .buttons .beurzen .dropdown li {
	background: #fff;
	list-style: none;
	border-right: 2px solid #f2f4f6;
	border-left: 2px solid #f2f4f6;
}

header .top_header .beurzen .dropdown li:first-child,
header .bottom_header .buttons .beurzen .dropdown li:first-child {
	border-top: 2px solid #f2f4f6;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

header .top_header .beurzen .dropdown li:last-child,
header .bottom_header .buttons .beurzen .dropdown li:last-child {
	border-bottom: 2px solid #f2f4f6;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

header .top_header .beurzen .dropdown li a,
header .bottom_header .buttons .beurzen .dropdown li a {
	padding: 10px 30px;
	display: block;
	white-space: nowrap;
	font-family: "Delicious";
	font-weight: bold;
	line-height: 25px;
	font-size: 20px;
	color: #052844;
	text-decoration: none;
}

header .top_header .beurzen .dropdown li a:hover,
header .top_header .beurzen .dropdown li.current_page_item a,
header .bottom_header .buttons .beurzen .dropdown li a:hover,
header .bottom_header .buttons .beurzen .dropdown li.current_page_item a {
	color: #fa4516;
}

header .bottom_header .navigation {
	/*position: relative;*/
	width: calc(100% - 670px);
	display: table;
}

header .bottom_header .navigation nav {
	width: 100%;
	display: table-cell;
	text-align: center;
}

header .bottom_header .navigation nav ul li:not(.border) {
	list-style: none;
	display: inline-block;
	padding: 0px 45px;
}

header .bottom_header .navigation nav ul li.border {
	list-style: none;
	display: inline-block;
	height: 50px;
	background: #dadfe3;
	width: 1px;
}

header .bottom_header .navigation nav ul li.border:last-child {
	display: none;
}

header .bottom_header .navigation nav ul li a {
	text-decoration: none;
	padding: 34px 0px 27px;
	display: block;
	border-bottom: 5px solid #ffffff;
	text-align: left;
}

header .bottom_header .navigation nav ul li a span.title {
	font-family: "Delicious";
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #062945;
	display: block;
}

header .bottom_header .navigation nav ul li a span.subtitle {
	font-family: "Delicious";
	font-size: 16px;
	font-weight: normal;
	color: #fa4516;
	display: block;
}

header .bottom_header .navigation .searchform {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #fff;
	width: calc(100% - 215px);
	height: 100%;
	padding: 25px 0px 25px 50px;
	right: 0px;
}

header .bottom_header .navigation .searchform.active {
	visibility: visible;
	opacity: 1;
}

header .bottom_header .navigation .searchform input[type="text"] {
	font-family: "Source Sans Pro", sans-serif;
	padding: 20px 60px 19px 30px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	margin: 0px !important;
	border: 2px solid #f2f4f6;
	float: left;
	color: #062945;
	width: calc(100% - 156px);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

header .bottom_header .navigation .searchform .close {
	font-size: 20px;
	position: absolute;
	right: 174px;
	margin-top: 23px;
	opacity: 0.35;
	cursor: pointer;
}

header .bottom_header .navigation .searchform .close:hover {
	opacity: 1;
}

header .bottom_header .navigation .searchform .btn.search {
	padding: 21px 24px;
	float: right;
}

header .bottom_header .navigation .searchform .btn.search i {
	margin-right: 10px;
}

header .bottom_header .navigation nav ul li a:hover,
header .bottom_header .navigation nav ul li.current_page_item a {
	border-bottom: 5px solid #fa4516;
}

main .subnav {
	background: #f2f5f7;
}

main .subnav section .cat_resnav {
	display: none;
	font-family: "Delicious";
	font-weight: bold;
	line-height: 60px;
	font-size: 20px;
	color: #052844;
	text-decoration: none;
	padding: 0px 25px 2px 25px;
}

main .subnav section > ul > li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

main .subnav section > ul > li > a {
	font-family: "Delicious";
	font-weight: bold;
	line-height: 60px;
	font-size: 20px;
	color: #052844;
	text-decoration: none;
	display: block;
	padding: 0px 25px 2px 25px;
}

main .subnav section > ul > li:hover > a,
main .subnav section > ul > li > a.active {
	background: #e6eaed;
}

main .subnav section > ul > li > ul.dropdown {
	background: #e6eaed;
	position: absolute;
	display: none;
	z-index: 5;
}

main .subnav section > ul > li:hover > ul.dropdown {
	display: block;
	padding: 10px 0px;
}

main .subnav section > ul > li > ul.dropdown li {
	list-style: none;
}

main .subnav section > ul > li > ul.dropdown li > a {
	font-family: "Delicious";
	font-weight: normal;
	line-height: 30px;
	font-size: 18px;
	color: #052844;
	text-decoration: none;
	display: block;
	padding: 0px 25px 2px 25px;
}

main .subnav section > ul > li > ul.dropdown li:hover > a,
main .subnav section > ul > li > ul.dropdown li > a.active {
	text-decoration: underline;
}

header .mobileNavigation {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 100%;
	height: 100vh;
	background: #052844;
	padding: 20px;
}

header .mobileNavigation.active {
	opacity: 1;
	visibility: visible;
}

header .mobileNavigation .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 64px;
	text-align: center;
}

header .mobileNavigation .close i {
	margin-right: 0px;
	width: 100%;
}

header .mobileNavigation .cart.btn {
	position: absolute;
	right: 94px;
}

header .mobileNavigation .cart.btn i {
	margin-top: 0;
	margin-right: 6px;
	width: 100%;
	line-height: 22px;
}

header .mobileNavigation li {
	list-style: none;
}

header .mobileNavigation nav ul.mainNav {
	margin-top: 64px;
}

header .mobileNavigation nav ul.mainNav li a {
	text-decoration: none;
	padding: 21px 0px 20px;
	display: block;
	border-bottom: 5px solid #052844;
}

header .mobileNavigation nav ul.mainNav li a:hover,
header .mobileNavigation nav ul.mainNav li.current_page_item a {
	border-bottom: 5px solid #fa4516;
}

header .mobileNavigation nav ul.mainNav li a span.title {
	font-family: "Delicious";
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

header .mobileNavigation nav ul.mainNav li a span.subtitle {
	font-family: "Delicious";
	font-size: 18px;
	font-weight: normal;
	color: #fa4516;
	display: block;
}

header .mobileNavigation nav ul.secondNav,
header .mobileNavigation nav .review-wrap {
	margin-top: 30px;
}

header .mobileNavigation nav ul.secondNav li a {
	font-family: "Delicious";
	font-size: 22px;
	line-height: 38px;
	color: #ffffff;
	text-decoration: none;
}

header .mobileNavigation nav ul.secondNav li.current_page_item a {
	color: #fa4516;
}

header .mobileNavigation nav ul.secondNav li .countCartItems {
	color: #fff;
	background: #fa4516;
	padding: 1px 7px;
	border-radius: 50px;
	position: relative;
	top: -1px;
	left: 3px;
}

/* Responsive Menu
----------------------------------------------------------*/
#resMenu {
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	top: 0px;
	right: -325px;
	width: 325px;
	height: 100%;
	background: black;
	transition: all 0.1s ease;
}

#wrapper.open #resMenu {
	right: 0px;
}

#resNav {
	padding: 60px 30px;
	height: 100%;
	overflow-y: scroll;
	width: 105%;
}

#resNav li {
	list-style: none;
}

#resNav a {
	color: white;
	display: block;
	padding: 10px 20px;
}

#resNav .current_page_item > a,
#resNav .current_page_ancestor > a,
#resNav a:hover {
	background: white;
	color: black;
}

#resNav .ul_li_ul {
	padding-left: 20px;
}

#resNavOpener {
	display: none;
	margin-top: 20px;
}

.menuIcon {
	width: 27px;
	transition: all 0.1s ease-in;
	cursor: pointer;
}

.miniBar {
	background: black;
	height: 4px;
	width: 100%;
	transition: all 0.1s ease;
}

.miniBar.middle {
	margin: 4px 0px;
}

.menuIcon:hover .miniBar {
	background: grey;
}

main {
	padding-top: 156px;
}

main section.page {
	padding-top: 90px;
}

main section.page h1,
main section.page h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

main section.page .page-loop p,
main section.page .page-loop ul li,
main section.page .page-loop ol li {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
}

main section.page .page-loop ul li {
	list-style: none;
}

main section.page .page-loop ul li::before {
	font-family: "FontAwesome";
	content: "\f0da";
	margin-left: -20px;
	font-size: 16px;
	color: #fa4516;
	position: absolute;
}

main section.page .content_subpages {
	width: calc(100% + 60px);
	margin-left: -30px;
	padding-top: 30px;
	padding-bottom: 90px;
}

main section.page .content_subpages,
main section.page .content_subpages_main {
	width: calc(100% + 60px);
	margin-left: -30px;
	padding-top: 30px;
	padding-bottom: 90px;
}

main section.page .content_subpages_main article {
	position: relative;
	padding: 0px 10px 20px 10px;
	height: 175px;
}

main section.page .content_subpages_main article .inner {
	top: 0px;
	position: absolute;
	overflow: hidden;
	padding: 40px;
	background: #fff;
	width: calc(100% - 20px);
	border: 2px solid #f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	height: 155px;
}

main section.page .content_subpages_main article .inner::before {
	position: absolute;
	background: #fa4516;
	font-size: 24px;
	content: "";
	right: -30px;
	bottom: -40px;
	display: block;
	width: 100px;
	height: 80px;
	text-align: center;
	-webkit-border-radius: 60%;
	-webkit-border-top-right-radius: 40%;
	-webkit-border-bottom-left-radius: 40%;
	-moz-border-radius: 60%;
	-moz-border-radius-topright: 40%;
	-moz-border-radius-bottomleft: 40%;
	border-radius: 60%;
	border-top-right-radius: 40%;
	border-bottom-left-radius: 40%;
}

main section.page .content_subpages_main article .inner::after {
	position: absolute;
	font-family: LineAwesome;
	font-size: 18px;
	color: #fff;
	content: "\f274";
	right: 10px;
	bottom: 10px;
	display: block;
	line-height: 18px;
}

main section.page .content_subpages_main article .inner span.label {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 5px;
	color: #063c66;
	max-height: 68px;
	overflow: hidden;
}

main section.page .content_subpages_main article a:hover .inner {
	top: -5px;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

main section.page .content_subpages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

main section.page .content_subpages article {
	padding: 30px;
}

main section.page .content_subpages article a {
	display: grid;
	height: 100%;
}

main section.page .content_subpages article .inner {
	top: 0px;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

main section.page .content_subpages article .inner .beurs-image {
	margin: 0px 20%;
	height: 300px;
	position: relative;
}

main section.page .content_subpages article .inner,
main section.page .content_subpages article .inner img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

main section.page .content_subpages article .inner img {
	max-width: 100%;
	-o-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

main section.page .content_subpages article .inner .label {
	position: absolute;
	background: #fff;
	padding: 12px 20px;
	bottom: 30px;
	left: 0px;
	margin-right: 10px;
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	color: #062945;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

main section.page .content_subpages article .inner .label .title {
	width: auto;
	float: left;
}

main section.page .content_subpages article a:hover .inner {
	top: -5px;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}

main section.page .content_subpages article a:hover .inner img {
	transform: scale(1.02);
}

main section.page .content_subpages article a:hover .inner .label {
	color: #fa4516;
}

main section.page .content_subpages .link_stijlen {
	text-align: center;
}

main section.page .content_subpages .link_stijlen span {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	color: #062945;
}

main section.page .content_subpages .link_stijlen span a {
	color: #062945;
}

main section.page .content_subpages .link_stijlen span i {
	top: 2px;
	position: relative;
}

main section.page .content_subpages .link_stijlen span a:hover {
	text-decoration: none;
}

main section.page.diensten_top {
	padding-top: 0px;
}

main section.page.diensten_top .content_diensten {
	padding-top: 90px;
	padding-bottom: 60px;
}

main section.page.diensten_top .buttons {
	text-align: center;
}

main section.page.diensten_top .buttons ul {
	margin: 0px;
	padding: 0px;
}

main section.page.diensten_top .buttons ul li {
	list-style: none;
	display: inline-block;
}

main section.page.diensten_top .buttons ul li {
	background: #e6e9ec;
	line-height: 80px;
	margin: 0px 0px 0px 5px;
	font-family: "Delicious";
	font-weight: bold;
	font-size: 26px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

main section.page.diensten_top .buttons ul li.active {
	background: #062945;
	margin: 0px 5px 0px 0px;
	padding: 0px 50px;
	color: #fff;
}

main section.page.diensten_top .buttons ul li a {
	padding: 0px 50px;
	color: #062945;
	text-decoration: none;
	display: block;
}

main section.page.diensten_top .buttons ul li a:hover {
	color: #fa4516;
}

main section.page.diensten_top .buttons ul li a i {
	position: relative;
	top: 2px;
	left: 0px;
	-o-transition: left 0.1s;
	-moz-transition: left 0.1s;
	-webkit-transition: left 0.1s;
	-ms-transition: left 0.1s;
	transition: left 0.1s;
}

main section.page.diensten_top .buttons ul li a:hover i {
	left: 5px;
}

main section.page.diensten_top .buttons ul li span {
	color: #fa4516;
}

main section.page.diensten_bottom {
	padding-top: 90px;
	/*background: #062945 url('images/diensten_background.png') bottom right no-repeat;*/
	background: #062945;
}

main section.page.diensten_bottom .colfull.auto {
	padding: 0px 0px 0px 90px;
}

main section.page.diensten_bottom h2 {
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

main section.page.diensten_bottom p {
	color: #fff;
	font-size: 18px;
	padding-bottom: 40px;
}

main section.page.diensten_bottom ul {
	margin: 0px;
}

main section.page.diensten_bottom li {
	position: relative;
	list-style: none;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	padding: 0px;
	padding-left: 80px;
	padding-bottom: 40px;
}

main section.page.diensten_bottom li::before {
	position: absolute;
	background: #fa4516;
	color: #fff !important;
	font-family: LineAwesome !important;
	font-size: 24px !important;
	content: "\f17b" !important;
	margin-left: -80px !important;
	display: block;
	width: 50px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 60%;
	-webkit-border-top-right-radius: 40%;
	-webkit-border-bottom-left-radius: 40%;
	-moz-border-radius: 60%;
	-moz-border-radius-topright: 40%;
	-moz-border-radius-bottomleft: 40%;
	border-radius: 60%;
	border-top-right-radius: 40%;
	border-bottom-left-radius: 40%;
}

main section.page.diensten_bottom .divide.half.fr {
	padding-left: 100px;
}

main section.page.diensten_bottom .divide.half.fr .inner {
	min-height: 400px;
	margin-bottom: 30px;
}

main section.page.diensten_bottom .divide.half.fr img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	min-height: 400px;
	object-fit: cover;
	height: 400px;
}

main section.page.diensten_bottom .divide.half.fl {
	padding-right: 50px;
	padding-top: 90px;
	width: 40%;
}

main section.page.diensten_bottom .divide.half.fl img {
	float: right;
	max-height: 275px;
	width: 100%;
}

main section.page.diensten_bottom .divide.half.fr {
	padding-left: 50px;
	padding-top: 90px;
	width: 60%;
}

main section.page.diensten_bottom .divide.half.fr h3 {
	font-size: 24px;
	line-height: 34px;
	color: #fa4516;
	margin-bottom: 40px;
}

main section.page.diensten_bottom .divide.half.fr .btn_link {
	margin-left: 30px;
	color: #fff;
	text-decoration: underline;
}

main section.page.diensten_bottom .divide.half.fr .btn_link:hover {
	color: #fa4516;
}

main section.page.diensten_bottom .divide.half.fr .btn_link::after {
	position: absolute;
	margin-left: 10px;
	font-family: "LineAwesome";
	content: "\f121";
	-o-transition: margin-left 0.1s;
	-moz-transition: margin-left 0.1s;
	-webkit-transition: margin-left 0.1s;
	-ms-transition: margin-left 0.1s;
	transition: margin-left 0.1s;
}

main section.page.diensten_bottom .divide.half.fr .btn_link:hover::after {
	margin-left: 15px;
}

main section.page .content_image {
	margin-top: 90px;
	margin-bottom: 90px;
	height: 500px;
	width: 100%;
	display: block;
	overflow: hidden;
}

main section.page .content_subpages article .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	display: inline-block;
}

main section.page.shop.content .content_subpages article .inner img,
.page-id-45 main section.page .content_subpages article .inner img {
	object-fit: contain;
}

main section.page .full.content_image img {
	width: 100%;
	object-fit: cover;
	display: block;
	object-position: center center;
	position: relative;
	height: 100%;
}

main section.page .content_bottom {
	padding: 0px 0px 90px 0px;
}

main section.page .content_bottom h2 {
	text-align: left;
	color: #062945;
}

main section.page .content_bottom p {
	font-size: 18px;
	line-height: 30px;
}

main section.page .content_bottom .title {
	padding-left: 90px;
	padding-right: 90px;
}

main section.page .content_bottom .title h2 {
	color: #fa4516;
}

main section.page .content_bottom .divide.fl {
	padding-right: 50px;
	padding-left: 90px;
}

main section.page .content_bottom .divide.fr {
	padding-left: 50px;
	padding-right: 90px;
}

main section.page .content_bottom .page-loop a.button {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	border: 0px;
}

main section.page .content_bottom .page-loop a.button::after {
	font-family: LineAwesome;
	content: "\f121";
	position: relative;
	top: 2px;
	margin-left: 10px;
}

main section.page .content_bottom .page-loop a.button:hover {
	color: #062945;
}

main section.page .content_referenties:not(.no-border) {
	border-top: 2px solid #f4f4f4;
	padding: 90px 0px;
}

main section.page .content_referenties.no-border {
	padding: 60px 0px;
}

main section.page .content_referenties .content_referenties_bottom {
	padding-top: 40px;
}

main section.page .content_referenties .content_referenties_bottom article.fl {
	padding-right: 30px;
	padding-bottom: 60px;
}

main section.page .content_referenties .content_referenties_bottom article.fr {
	padding-left: 30px;
	padding-bottom: 60px;
}

main section.page .content_referenties .content_referenties_bottom article .inner {
	overflow: hidden;
	position: relative;
}

main section.page .content_referenties .content_referenties_bottom article .inner,
main section.page .content_referenties .content_referenties_bottom article .inner img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

main section.page .content_referenties .content_referenties_bottom article.small .inner {
	height: 300px;
}

main section.page .content_referenties .content_referenties_bottom article.big .inner {
	height: 660px;
}

main section.page .content_referenties .content_referenties_bottom article .inner a {
	display: block;
	width: 100%;
	height: 100%;
}

main section.page .content_referenties .content_referenties_bottom article .inner img {
	-o-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

main section.page .content_referenties .content_referenties_bottom article .inner .label {
	position: absolute;
	background: #fff;
	padding: 12px 20px;
	bottom: 30px;
	left: 0px;
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	color: #062945;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

main section.page .content_referenties .content_referenties_bottom article:hover .inner img {
	transform: scale(1.02);
}

main section.page .content_referenties .content_referenties_bottom .morebutton {
	text-align: center;
}

main section.page.content.referenties_bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}

main section.page.content.referenties_bottom h2 {
	text-align: left;
}

main section.page.content.referenties_bottom .half.fl {
	padding-right: 100px;
	padding-left: 90px;
}

main section.page.content.referenties_bottom .half.fl .page-loop {
	padding-bottom: 30px;
}

main section.page.content.referenties_bottom .half .link {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	color: #062945;
}

main section.page.content.referenties_bottom .half .link::after {
	position: absolute;
	margin-left: 10px;
	font-family: "LineAwesome";
	content: "\f121";
	-o-transition: margin-left 0.1s;
	-moz-transition: margin-left 0.1s;
	-webkit-transition: margin-left 0.1s;
	-ms-transition: margin-left 0.1s;
	transition: margin-left 0.1s;
}

main section.page.content.referenties_bottom .half .link:hover {
	color: #fa4516;
}

main section.page.content.referenties_bottom .half .link:hover::after {
	margin-left: 15px;
}

main section.page.content.referenties_bottom .half.fr .link {
	display: none;
}

main section.page.content.referenties_bottom .half.fr {
	padding-right: 60px;
	padding-left: 0px;
}

main section.page.content.referenties_bottom .half.fr .divide.third {
	padding: 0px 30px;
}

main section.page.content.referenties_bottom .half.fr .divide.third img {
	margin: 0 auto 30px auto;
	max-width: 100%;
	height: auto;
}

main section.page.content.referenties_bottom .half.fr .divide.third span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: "Delicious";
	font-weight: bold;
	padding-top: 5px;
	color: #062945;
	opacity: 0.4;
	margin-bottom: 60px;
}

main section.page .content_stijlen {
	padding: 30px 0px 0px 0px;
}

main section.page .content_stijlen .content_stijlen_bottom {
	padding-top: 40px;
}

main section.page .content_stijlen .content_stijlen_bottom article.fl {
	padding-right: 30px;
	padding-bottom: 60px;
}

main section.page .content_stijlen .content_stijlen_bottom article.fr {
	padding-left: 30px;
	padding-bottom: 60px;
}

main section.page .content_stijlen .content_stijlen_bottom article .inner {
	overflow: hidden;
	position: relative;
}

main section.page .content_stijlen .content_stijlen_bottom article .inner,
main section.page .content_stijlen .content_stijlen_bottom article .inner img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

main section.page .content_stijlen .content_stijlen_bottom article.small .inner {
	height: 300px;
}

main section.page .content_stijlen .content_stijlen_bottom article .inner a {
	display: block;
	width: 100%;
	height: 100%;
}

main section.page .content_stijlen .content_stijlen_bottom article.big .inner {
	height: 660px;
}

main section.page .content_stijlen .content_stijlen_bottom article .inner img {
	-o-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

main section.page .content_stijlen .content_stijlen_bottom article .inner .label {
	position: absolute;
	background: #fff;
	padding: 20px 30px;
	bottom: 30px;
	left: 0px;
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	color: #062945;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

main section.page .content_stijlen .content_stijlen_bottom article:hover .inner img {
	transform: scale(1.02);
}

main section.content_products {
	padding: 60px 0px;
}

main #product-loop.products {
	width: calc(100% + 20px);
	margin-left: -10px;
}

main .product-item {
	position: relative;
	padding: 0px 10px 20px 10px;
	/* height: 505px; */
}

main .product-item .helper {
	display: block;
	background: #fff;
	border: 2px solid #f4f4f4;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

main .product-item a {
	display: block;
	text-decoration: none;
}

main .product-item .inner {
	padding: 40px 40px 80px;
	background: #fff;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

main .product-item .inner .image {
	height: 206px;
	margin-bottom: 40px;
	display: grid;
	align-items: center;
}

main .product-item .inner .image img {
	height: 206px;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	width: 100%;
	object-fit: contain;
}

main .product-item .inner .info {
	height: 100px;
	overflow: hidden;
}

main .product-item .inner .info h3 {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 5px;
	color: #063c66;
	max-height: 68px;
	overflow: hidden;
}

main .product-item .inner .info p {
	color: #063c66;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}

main .product-item .inner .price {
	height: 25px;
	line-height: 25px;
	text-align: right;
	font-family: "Delicious";
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	color: #fa4516;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
}

main .product-item .inner .price .poa {
	font-size: 18px;
	color: #062945;
	font-weight: normal;
}

main .product-item .inner .typePrijs {
	float: left;
	width: auto;
	float: left;
}

main .product-item .inner .typePrijs label {
	margin: 0;
	background-color: #052844;
	white-space: nowrap;
}

main .product-item .inner .buttons {
	overflow: hidden;
	height: 0px;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	float: left;
	width: 100%;
}

main .product-item .inner .buttons .btn {
	width: 100%;
	margin-top: 20px;
}

main .product-item .inner .buttons .btn i {
	float: right;
	position: relative;
	margin-left: 10px;
	margin-right: 0px;
	left: 0px;
	-o-transition: left 0.1s;
	-moz-transition: left 0.1s;
	-webkit-transition: left 0.1s;
	-ms-transition: left 0.1s;
	transition: left 0.1s;
}

main .product-item .inner .buttons .btn:hover i {
	left: 5px;
}

main .product-item .helper:hover {
	z-index: 9;
	margin-top: -10px;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}

main .product-item .cart {
	padding: 15px 40px;
	border-top: 2px solid #f4f4f4;
}

main .product-item .number-wrap {
	border: 2px solid #f4f4f4;
	margin-right: 15px;
	width: calc(50% - 7.5px);
}

main .product-item .quantity,
main .product section.content aside.offerte .number-wrap .quantity {
	width: calc(100% - 25px);
	float: left;
	/* min-width:120px; */
}

main .product-item .qty,
main .product section.content aside.offerte .number-wrap .qty {
	width: 100% !important;
	font-size: 20px;
	line-height: 20px;
	padding: 9.5px 10px;
	margin: 0;
	border: 0;
	border-right: 2px solid #f4f4f4;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

main .product-item .qty-actions span,
main .product section.content aside.offerte .qty-actions span {
	display: block;
	width: 25px;
	min-height: 21px;
	height: 50%;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #063c66;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

main .product-item .qty-actions span:first-child,
main .product section.content aside.offerte .qty-actions span:first-child {
	border-bottom: 1px solid #f4f4f4;
}

main .product-item .qty-actions span:last-child,
main .product section.content aside.offerte .qty-actions span:last-child {
	border-top: 1px solid #f4f4f4;
}

main .product-item .qty-actions span:hover,
main .product section.content aside.offerte .qty-actions span:hover {
	background-color: #052844;
	color: #fff;
}

main .product-item .cart .btn {
	width: calc(50% - 7.5px);
	font-size: 26px;
	line-height: 18px;
	padding: 14px 15px;
}

main .product-item .cart .btn i {
	font-size: 18px;
	margin-right: 3px;
	float: none;
}

main .product-item .helper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

main .product-item .cart-wrap .btn {
	position: relative;
}

main .product-item .cart-wrap .btn:before {
	content: "\f110";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	margin-top: -12px;
	margin-left: -12px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	pointer-events: none;
	opacity: 0;
	text-indent: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
	-webkit-animation: fa-spin 1s infinite steps(8);
	-moz-animation: fa-spin 1s infinite steps(8);
	-ms-animation: fa-spin 1s infinite steps(8);
	-o-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

main .product-item.loading .cart-wrap .btn {
	pointer-events: none;
	text-indent: -200vw;
}

main .product-item.loading .cart-wrap .btn:before {
	opacity: 1;
	visibility: visible;
}

main .product-item.loading.success .cart-wrap .btn {
	background: #12902f;
}

main .product-item.loading.success .cart-wrap .btn:before {
	content: "\f00c";
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

main .product-item.loading.error .cart-wrap .btn {
	background: #dc3545;
}

main .product-item.loading.error .cart-wrap .btn:before {
	content: "\f00d";
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

main section.page.product {
	padding-top: 90px;
	padding-bottom: 90px;
}

main section.page.product.related {
	padding-top: 0px;
}

main section.page.product.related.smaller .products {
	padding-left: 10%;
	padding-right: 10%;
}

main section.page.product.related.smaller .product-item {
	width: 25%;
}

main .product section.images {
	padding-right: 45px;
}

main .product section.images a {
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
}

main .product section.images a img {
	width: 100%;
	object-fit: contain;
	max-height: 420px;
}

main .product section.images aside.image {
	height: 500px;
	border: 2px solid #f2f4f6;
	padding: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

main .product section.images aside.gallery {
	width: calc(100% + 15px);
}

main .product section.images aside.gallery .thumb {
	width: calc(25% - 15px);
	margin-right: 15px;
	margin-top: 15px;
	border: 2px solid #f2f4f6;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

main .product section.content {
	padding-left: 45px;
}

main .product section.content h1 {
	text-align: left;
}

main .product section.content .attribute_table {
	width: 100%;
	margin-top: 40px;
}

main .product section.content .attribute_table tr {
}

main .product section.content .attribute_table tr:nth-child(odd) {
	background: #f2f4f5;
}

main .product section.content .attribute_table td,
main .product section.content .attribute_table th {
	width: 50%;
	padding: 15px 30px;
	color: #062945;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

main .product section.content .attribute_table th {
	font-weight: bold;
}

main .product section.content aside.price {
	padding-top: 40px;
	width: 50%;
	float: left;
}

main .product section.content aside.offerte {
	padding-top: 20px;
	width: 50%;
	float: left;
}

/* main .product section.content aside.offerte input[type=number] {
    float: left;
    text-align: center;
    width: calc(100% - 248px);
    padding: 20px 10px 19px 10px;
} */

main .product section.content aside.offerte .number-wrap {
	float: left;
	width: calc(100% - 248px);
	border: 2px solid #f4f4f4;
	margin: 10px 0;
}

main .product section.content aside.offerte .number-wrap .qty {
	padding: 17.5px 10px;
}

main .product section.content aside.offerte .qty-actions span {
	min-height: 29px;
	line-height: 29px;
	height: 29px;
	display: grid;
	align-items: center;
}

main .product section.content aside.offerte .btn:not(.btn_link) {
	float: right;
	margin: 10px 0px 10px 10px;
}

main .product section.content aside.offerte label {
	display: none;
}

main .product section.content aside.price span.price {
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-family: "Delicious";
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	color: #fa4516;
}

main .product section.content aside.price span.vat {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "Delicious";
	font-weight: bold;
	padding-left: 20px;
	color: #062945;
	opacity: 0.4;
}

main .product section.content aside.price span.poa {
	font-family: "Delicious";
	font-size: 26px;
	color: #062945;
	font-weight: bold;
}

main section.page.product.related .readmore {
	margin-top: 30px;
	text-decoration: none;
	font-family: "Delicious";
	font-weight: bold;
	font-size: 22px;
	color: #fa4516;
}

main section.page.product.related .readmore span {
	border-bottom: 2px solid #fa4516;
}

main section.page.product.related .readmore:hover {
	color: #062945;
}

main section.page.product.related .readmore:hover span {
	border-bottom: 2px solid #062945;
}

main section.page.product.related .readmore i {
	position: relative;
	top: 2px;
	left: 0px;
	-o-transition: left 0.1s;
	-moz-transition: left 0.1s;
	-webkit-transition: left 0.1s;
	-ms-transition: left 0.1s;
	transition: left 0.1s;
}

main section.page.product.related .readmore:hover i {
	left: 5px;
}

/* Paginatie buttons (fallback)
----------------------------------------------------------*/
#fuze_pagination {
	text-align: center;
	margin-top: 60px;
}

#fuze_pagination li,
#fuze_pagination * {
	display: inline-block;
	list-style: none;
}

#fuze_pagination li a,
#fuze_pagination * {
	font-family: "Delicious";
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	margin: 0px 3px 6px;
	text-align: center;
	transition: all 0.1s ease;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #062945;
	background: -moz-linear-gradient(left, #062945 0%, #063d68 100%);
	background: -webkit-linear-gradient(left, #062945 0%, #063d68 100%);
	background: linear-gradient(to right, #062945 0%, #063d68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#062945', endColorstr='#063d68', GradientType=1);
}

#fuze_pagination li.current_item a,
#fuze_pagination .current {
	background: #fc643c;
	background: -moz-linear-gradient(left, #fc643c 0%, #fa4516 100%);
	background: -webkit-linear-gradient(left, #fc643c 0%, #fa4516 100%);
	background: linear-gradient(to right, #fc643c 0%, #fa4516 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc643c', endColorstr='#fa4516', GradientType=1);
}

#fuze_pagination li:hover a,
#fuze_pagination a:hover {
	color: #fa4516;
}

#fuze_pagination li.current_item:hover a,
#fuze_pagination .current:hover {
	color: #052844;
}

#fuze_pagination li:hover a,
#fuze_pagination li.current_item a,
#fuze_pagination a:hover,
#fuze_pagination .current:hover {
	text-decoration: none;
}

/* Page-loop
----------------------------------------------------------*/
.page-loop img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-loop blockquote {
	padding-left: 20px;
	border-left: 3px solid red;
	font-style: italic;
}

.page-loop ol,
.page-loop ul {
	margin: 0px 0px 20px 20px;
}

.page-loop li {
	margin-bottom: 5px;
}

.page-loop h1,
.page-loop h2,
.page-loop h3,
.page-loop h4,
.page-loop h5 {
	margin-bottom: 10px;
}

.page-loop p {
	margin-bottom: 20px;
}

.page-loop .left {
	padding-right: 60px;
}

.page-loop .right {
	padding-left: 60px;
}

.page-loop a {
	color: #062945;
	text-decoration: none;
	border-bottom: 1px solid #062945;
	-o-transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}

.page-loop a:hover {
	border-bottom: 1px solid #fff;
}

.colfull.offerte {
	padding-top: 90px;
	padding-bottom: 90px;
}

#offerteform .divide.twothird {
	padding-left: 50px;
}

#offerteform h2 {
	text-align: left;
}

.shop_table {
	width: 100%;
}

.shop_table .woocommerce-Price-currencySymbol {
	margin-right: 5px;
}

.shop_table :not(thead) tr:nth-child(odd) {
	background: #f2f4f5;
}

.shop_table td,
.shop_table th {
	padding: 15px 30px;
}

.shop_table th {
	background: #062945;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}

.shop_table td.product-image {
	padding-left: 15px;
	padding-right: 0px;
	max-width: 60px;
}

.shop_table td.product-image img {
	margin-top: 0px;
	margin-bottom: 0px;
}

.shop_table td:not(.product-remove) a {
	color: #062945;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	border: 0px;
}

.shop_table td:not(.product-remove) a:hover {
	color: #fa4516;
}

.shop_table td .quantity input {
	width: 120px;
	padding: 20px 10px 19px 10px;
	text-align: center;
}

/* Footer
----------------------------------------------------------*/
#footer {
	position: relative;
}

#footer {
	background: #052844;
	font-family: "Delicious";
	font-weight: normal;
	line-height: 50px;
	color: #ffffff;
	text-decoration: none;
}

.pre-footer {
	height: 195px;
	background: #ffffff;
	border-top: 2px solid #f4f4f4;
}

.pre-footer .colfull {
	height: 195px;
}

.pre-footer img {
	width: 400px;
	bottom: 0px;
	position: absolute;
}

.pre-footer .footer-content {
	width: calc(100% - 50%);
	margin-left: 330px;
	padding: 65px 0px 65px 60px;
}

.pre-footer .footer-content h3 {
	font-size: 30px;
	line-height: 38px;
	color: #fa4516;
}

.pre-footer .footer-content span {
	display: block;
	font-size: 16px;
	font-family: "Delicious";
	font-weight: bold;
	padding-top: 5px;
	color: #062945;
	opacity: 0.4;
}

.pre-footer .divide.fr {
	position: relative;
	padding: 60px 0px;
}

.pre-footer form input[type="email"] {
	font-family: "Source Sans Pro", sans-serif;
	padding: 20px 60px 19px 30px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	margin: 0px !important;
	margin-left: 60px !important;
	margin-right: 20px !important;
	border: 2px solid #f2f4f6;
	float: left;
	color: #062945;
	width: calc(100% - 325px);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pre-footer form input[type="email"].error {
	border: 2px solid #dc3545;
}

.pre-footer form .fuze-form-error {
	position: absolute;
	left: 60px;
	bottom: 25px;
	font-family: "Delicious";
	font-size: 18px;
	font-weight: normal;
	color: #dc3545;
	display: block;
}

label.error {
	font-family: "Delicious";
	font-size: 18px;
	font-weight: normal;
	color: #dc3545;
	display: block;
}

#footer .colfull.auto {
	padding-top: 120px;
	padding-bottom: 90px;
}

footer .socials .social img {
	float: left;
	margin-top: 40px;
	background: #06355b;
	padding: 7px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

footer .socials .social i {
	line-height: 52px;
	width: 52px;
	display: block;
	background: #06355b;
	margin-right: 5px;
	font-size: 24px;
	margin-top: 40px;
	float: left;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

footer .socials .social i:hover {
	color: #fa4516;
}

.kvk {
	padding-top: 15px;
	clear: both;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: lighter;
	opacity: 0.65;
	line-height: 26px;
}

.kvk span {
	padding: 0px 10px;
}

.kvk .tar {
	text-align: right;
}

.kvk a {
	color: #fff;
}

.kvk > div {
	padding: 15px 0px;
}

#footer .kvk .half.fl {
	width: 60%;
	padding-rigth: 20px;
}
#footer .kvk .half.fr {
	width: 40%;
}

#footer .kvk .half a {
	text-decoration: none;
}

#footer .kvk .half a:hover {
	text-decoration: underline;
}

.footer-info a {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.footer-menu.left {
	padding-left: 90px;
}

.footer-menu.right {
	padding-right: 90px;
}

.footer-menu ul li {
	list-style: none;
}

.footer-menu {
	font-weight: bold;
}

.footer-menu ul li a {
	font-size: 22px;
	line-height: 44px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.footer-menu ul li a:hover,
.footer-menu ul li.current_page_item a {
	color: #fa4516;
}

.footer-info h3 {
	font-size: 22px;
	line-height: 36px;
	padding-bottom: 30px;
}

#footer .footer-adres p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
	opacity: 0.65;
}

#footer .footer-adres p a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-adres p a:hover {
	text-decoration: underline;
}

#footer .footer-adres h3 {
	font-size: 22px;
	color: #fa4516;
}

#footer .footer-info a {
	color: #fa4516;
	text-decoration: none;
	float: left;
	clear: both;
	line-height: 32px;
	font-size: 22px;
	padding-left: 30px;
}

#footer .footer-info a i {
	width: 30px;
	position: absolute;
	margin-left: -30px;
}

#footer .footer-info a:hover {
	color: #fff;
}

#footer .footer-info a.underline {
	text-decoration: underline;
}

#footer .footer-info .social a {
	color: #ffffff;
}

/* Sitemap
-----------------------------------------------------------*/
.sitemap {
	margin-bottom: 25px;
	width: 200px;
}

.sitemap li,
.sitemap ul {
	list-style-type: none !important;
	padding-left: 0;
}

.sitemap ul li ul {
	border-left: 1px solid #dfdfdf;
	padding-left: 10px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	margin-left: 25px;
}

.sitemap ul li a {
	padding: 5px 0px;
	display: block;
}

.sitemap ul li ul li ul {
	margin-left: 50px;
}

/* Google Maps
-----------------------------------------------------------*/
#gmaps {
	position: relative;
	height: 380px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#gmaps-wrap {
	height: 380px;
	overflow: hidden;
	width: 100%;
}

#map-canvas {
	height: 110%;
}

#gm_directions {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 5;
	width: 380px;
}

#gm_directions span.error {
	display: none !important;
}

#gm_directions .button,
#gm_directions input {
	display: block;
	float: left;
	border-right: 0px;
}

#gm_directions .button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 13px 20px;
	font-size: 16px;
	width: 35%;
	text-align: center;
}

#gm_directions input {
	width: 65%;
	margin-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#gm_directions .companyInfo {
	padding: 15px 20px;
	line-height: 1.5em;
	background: #ffffff;
	margin-bottom: 10px;
	width: 50%;
	float: right;
}

#gm_directions .companyInfo strong {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	padding: 10px 30px;
	margin-bottom: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: #fa4516;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none;
}

#fuze_pagination-buttons {
	display: none;
}

/*Columns*/
.textTop {
	width: 100%;
	max-width: 1366px;
}

.textTop p {
	margin-bottom: 32px;
}

.textTop .page-loop p {
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
}

.textTop .page-loop .fuze-content-column-1 p,
.textTop .page-loop .fuze-content-column-2 p {
	max-width: none;
}

.textTop .fuze-content-column-2,
.textTop .fuze-content-column-1 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
}

.textTop .fuze-content-column-1 {
	padding-right: 50px;
}

.textTop .fuze-content-column-2 {
	padding-left: 50px;
}

header .bottom_header .buttons .offerte a {
	padding: 21px 24px;
	margin: 0;
}

header .bottom_header .buttons .offerte .cartWrap {
	position: relative;
	font-size: 18px;
}

header .bottom_header .buttons .offerte .countCartItems {
	position: absolute;
	background: #fa4516;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Delicious";
	width: 21px;
	line-height: 21px;
	right: -16px;
	top: -12px;
}

header .bottom_header .buttons .offerte i {
	margin: 0;
	font-size: 22px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	line-height: 40px;
}

.woocommerce-message {
	background: #f2f5f7;
	border-color: #062945;
	color: #062945;
	line-height: 38px;
}

.woocommerce-page .woocommerce-message .button {
	background: #fc643c;
	color: #fff;
	transition: all ease 0.3s;
	margin-left: 20px;
}

.woocommerce-page .woocommerce-message:hover .button {
	background: #062945;
	color: #fff;
}

/*Cart = offertelijst */
.colCart {
	width: 100%;
	max-width: 1480px;
	padding: 0 20px;
}

.colCart input[type="radio"] {
	display: none;
}

.woocommerce table.cart.shop_table {
	border: none;
	margin-top: 28px;
	float: left;
	margin-bottom: 72px;
}

.woocommerce table.shop_table td {
	padding: 7px 17px;
	border: none;
}

.woocommerce .cart .product-thumbnail {
	width: 1px;
}

.woocommerce .cart .product-name {
	width: 540px;
}

.woocommerce .cart .product-remove {
	width: 14px;
	padding: 0;
}

.woocommerce .cart .product-subtotal {
	padding-right: 138px;
	text-align: right;
}

.woocommerce-cart table.cart img {
	max-width: 105px;
	max-height: 75px;
	height: auto;
	width: auto;
	margin: 0;
}

.woocommerce .cart .product-quantity {
	width: 201.5px;
}

.colCart .woocommerce .cart .quantity.wac-quantity {
	float: left;
	width: 120px;
}

.colCart .woocommerce .cart .quantity .qty {
	padding: 12px 0;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	width: 40px;
	border: none;
	float: left;
	background: #f2f2f2;
}

.woocommerce .cart .product-quantity a.remove {
	float: right;
	margin-left: 32.5px;
	margin-top: 8px;
}

.woocommerce .cart .wac-qty-button {
	background: #f2f2f2;
	float: left;
	border-radius: 0;
	position: relative;
	height: 45px;
	width: 40px;
}

.woocommerce .cart .wac-qty-button b a {
	font-size: 0;
}

.woocommerce .cart :not(thead) tr:nth-child(odd) .quantity .qty,
.woocommerce .cart :not(thead) tr:nth-child(odd) .wac-qty-button {
	background: #fff;
}

.wac-qty-button b a:after {
	font-family: "FontAwesome";
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 9px 0;
	color: #fa4516;
	text-align: center;
	transition: all ease 0.3s;
}

.wac-qty-button:hover b a:after {
	color: #062945;
}

.wac-qty-button:last-child b a:after {
	content: "\f067";
}

.wac-qty-button:first-child b a:after {
	content: "\f068";
}

.woocommerce .cart input[type="number"]::-webkit-inner-spin-button,
.woocommerce .cart input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .cart .hide {
	display: none;
}

.woocommerce a.remove {
	width: 14px;
}

.woocommerce a.remove i {
	color: #052844;
	font-size: 16px;
	transition: all ease 0.3s;
}

.woocommerce a.remove:hover {
	background: none;
}

.woocommerce a.remove:hover i {
	color: #fa4516;
}

.woocommerce .product-subtotal {
	font-weight: bold;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
}

.woocommerce .product-subtotal .woocommerce-Price-currencySymbol {
	margin-right: 5px;
}

.single-product .price label,
article .inner label,
.offerteAanvraag .product-total label,
.woocommerce .product-subtotal label {
	background: #052844;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	font-family: "Delicious";
	padding: 5px 8px;
	border-radius: 3px;
	line-height: 20px;
	float: right;
	margin-left: 14px;
}
.single-product .price label {
	margin: 10px 0 0 0;
	float: left;
}

.single-product .priceWrap {
	width: 100%;
}

article .inner label {
	margin: 10px 0 0 0;
}

.woocommerce .cart_totals h2 {
	text-align: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #052844;
	margin-bottom: 22px;
}

.woocommerce table.shop_table {
	border: none;
	border-radius: 0;
}

.woocommerce .shop_table th,
.woocommerce .shop_table td {
	font-family: "Source Sans Pro", sans-serif;
	color: #052844;
	font-weight: bold;
	font-size: 20px;
	background: none;
	border: none !important;
}

.woocommerce .woocommerce-order .shop_table.order_details tbody td,
.woocommerce .woocommerce-order .shop_table.order_details tbody td a {
	font-weight: normal;
}

.woocommerce .woocommerce-order .shop_table.order_details tfoot tr:first-child td,
.woocommerce .woocommerce-order .shop_table.order_details tfoot tr:first-child th {
	border-top: 50px solid #fff !important;
}

.woocommerce-shipping-methods input[type="radio"] + label {
	padding: 4px 0 0 30px;
	position: relative;
	max-width: 300px;
	cursor: pointer;
	font-weight: normal;
	display: inline-block !important;
}

.woocommerce-shipping-methods li:last-child label {
	font-size: 0;
}

.woocommerce-shipping-methods li:last-child label:before {
	content: "Transport (in overleg: v.a. €19,50,- afhankelijk van afstand)";
	font-family: "Source Sans Pro", sans-serif;
	line-height: 0px;
	font-size: 20px;
	margin-top: 18px;
	font-weight: normal;
}

.woocommerce-shipping-methods input[type="radio"] + label:after {
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	display: block;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 14px;
	width: 14px;
	border: solid 2px #052844;
}

.woocommerce-shipping-methods li:last-child label:after {
	top: 3px;
}

.woocommerce-shipping-methods input[type="radio"]:checked + label::after {
	background: #052844;
}

.woocommerce-shipping-methods li::before {
	display: none !important;
}

.woocommerce ul#shipping_method li {
	margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #ee5027;
	font-size: 18px;
	transition: all ease 0.3s;
	margin-top: 10px;
	margin-bottom: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #062945;
	border: none;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot .priceInfo i,
.woocommerce .cart_totals .priceInfo i {
	color: #ee5027;
	font-size: 20px;
	height: 100%;
	float: left;
	width: 20px;
	margin-top: 6px;
	margin-right: 12px;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot .priceInfo i {
	margin-top: 14px;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot .priceInfo p,
.woocommerce .cart_totals .priceInfo p {
	color: #ee5027;
	font-weight: bold;
	font-size: 20px;
	float: left;
	line-height: 30px;
	width: calc(100% - 32px);
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr:nth-child(-n + 2) td {
	padding: 0 0 10px 0;
}

.woocommerce .wc-proceed-to-checkout .backToShop-wrap {
	width: 100%;
	float: left;
	text-align: center;
}

.woocommerce .wc-proceed-to-checkout .backToShop {
	font-weight: 300;
	color: ;
	font-size: 16px;
	line-height: 18px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	min-width: 510px;
}

/*Offerte Aanvraag*/
.offerteAanvraag .woocommerce form p {
	padding: 7.5px 0;
	margin: 0;
}

.offerteAanvraag .woocommerce form p textarea,
.offerteAanvraag .woocommerce form p input {
	border: solid 2px #f2f4f5;
	width: 100%;
	padding: 15.5px 31.5px;
	color: #052844;
	font-size: 20px;
	font-family: "Source Sans Pro", sans-serif;
}

.offerteAanvraag .woocommerce form p textarea {
	min-height: 222px;
}

.offerteAanvraag .woocommerce form p label {
	display: none;
}

.offerteAanvraag .woocommerce form p textarea::-webkit-input-placeholder,
.offerteAanvraag .woocommerce form p input::-webkit-input-placeholder {
	opacity: 0.5 !important;
}

.offerteAanvraag .woocommerce form p textarea:-ms-input-placeholder,
.offerteAanvraag .woocommerce form p input:-ms-input-placeholder {
	opacity: 0.5 !important;
}

.offerteAanvraag .woocommerce form p textarea::placeholder,
.offerteAanvraag .woocommerce form p input::placeholder {
	opacity: 0.5 !important;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: calc(50% - 7.5px);
}

#order_review_heading {
	display: none;
}

.offerteAanvraag .woocommerce .cart .product-name {
	width: auto;
}

.offerteAanvraag table.cart img {
	max-width: 105px;
	max-height: 75px;
	height: auto;
	width: auto;
	margin: 0;
}

.offerteAanvraag .woocommerce .cart .quantity {
	width: 50px;
	font-weight: normal;
}

.offerteAanvraag .woocommerce table.cart.shop_table {
	margin: 0;
}

article .inner .typePrijs {
	float: right;
	width: 100%;
	height: 30px;
}

.offerteAanvraag .woocommerce-checkout-review-order-table,
.offerteAanvraag .woocommerce-checkout-review-order-table thead,
.offerteAanvraag .woocommerce-checkout-review-order-table tbody,
.offerteAanvraag .woocommerce-checkout-review-order-table tfoot {
	display: inline-block;
	width: 100%;
	float: left;
	background: none;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tr {
	display: table;
	float: left;
	width: 100%;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr {
	display: flex;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot td {
	width: 334px;
	text-align: left;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr:nth-child(-n + 2) td {
	width: auto;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tr td {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
	height: 100%;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tbody td.product-total {
	width: 560px;
	text-align: right;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot {
	width: 100%;
	max-width: 720px;
	float: right;
	margin-top: 68px;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr,
.offerteAanvraag .woocommerce-checkout-review-order-table tfoot td {
	background: none;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr:nth-child(odd) {
	background: #f2f2f2;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr:first-child {
	background: none;
}

.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr:first-child td {
	font-size: 30px;
}

.offerteAanvraag .wc_payment_method {
	display: none;
}

.offerteAanvraag .woocommerce-checkout #payment {
	background: none;
}

.offerteAanvraag .woocommerce .cart .product-thumbnail {
	width: 100px;
}

.offerteAanvraag .woocommerce-checkout #payment ul.payment_methods {
	border: none;
}

.offerteAanvraag .woocommerce-checkout-payment .form-row.place-order {
	padding: 0 !important;
	width: 100%;
	max-width: 720px;
	float: right;
}

.offerteAanvraag .woocommerce-checkout-payment .button {
	width: 100%;
	max-width: 720px;
	font-size: 18px;
	line-height: 25px;
	background-color: #ee5027 !important;
	padding: 17.5px 0;
	margin-top: 30px;
	margin-bottom: 176px;
	transition: all ease 0.3s;
}

.offerteAanvraag .woocommerce-checkout-payment .button:hover {
	background-color: #062945 !important;
}

.offerteAanvraag .woocommerce-checkout-payment .privacy input {
	display: none;
}

.offerteAanvraag .woocommerce-checkout-payment .privacy label {
	padding-left: 30px;
	cursor: pointer;
}

.offerteAanvraag .privacy label {
	position: relative;
}

.offerteAanvraag .privacy label:after {
	position: absolute;
	top: 5px;
	left: 0px;
	content: "";
	display: block;
	background: #fff;
	height: 14px;
	width: 14px;
	border: solid 2px #052844;
}

.offerteAanvraag #privacy_policy_field label {
	line-height: 28px;
	display: inline-block;
}

.woocommerce .woocommerce-privacy-policy-text a,
.offerteAanvraag .privacy a {
	color: #fa4516;
	border-color: #fa4516;
	transition: all ease 0.3s;
}

.woocommerce .woocommerce-privacy-policy-text a:hover,
.offerteAanvraag .privacy a:hover {
	border-color: rgba(0, 0, 0, 0);
}

.woocommerce form .form-row.woocommerce-invalid label:after {
	font-weight: bold;
}

.woocommerce form .woocommerce-validated .woocommerce-input-wrapper label:after {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 13px;
	line-height: 15px;
	padding-left: 1px;
	width: 13px;
}

.woocommerce .checkOrderTitle td {
	padding: 45px 0 23px 0 !important;
}

.woocommerce .checkOrderTitle td h3 {
	font-size: 24px;
	font-family: "Source Sans Pro", sans-serif;
	margin-bottom: 0;
}

/*Lang select*/
.select2-container .select2-selection--single {
	height: 60px;
	border: solid 2px #f2f4f5;
	padding-left: 23.5px;
	color: #052844;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 18px;
	right: 5px;
}

.woocommerce-shipping-fields > h3:first-child,
.woocommerce .woocommerce-billing-fields h3 {
	font-size: 24px;
	margin-bottom: 25.5px;
	font-weight: bold;
}

.woocommerce #ship-to-different-address {
	position: relative;
	margin-top: 5px;
}

.woocommerce #ship-to-different-address input {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: solid 2px #052844;
	position: absolute;
	top: 2px;
	margin: 0;
}

.woocommerce #ship-to-different-address input:checked:after {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 11px;
	top: 1px;
}

.woocommerce #ship-to-different-address span {
	padding-left: 25px;
	cursor: pointer;
	margin-top: 3px;
}

.woocommerce-checkout .checkout .shipping_address {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.order {
	display: flex;
	flex-direction: column;
}

.offerteAanvraag .page-loop ul li::before {
	content: "" !important;
}

.resTitle {
	display: none;
}

.woocommerce ul.order_details li strong {
	font-size: 20px;
}

.woocommerce-checkout .woocommerce-columns--addresses {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.woocommerce-checkout .woocommerce-column--shipping-address,
.woocommerce-checkout .woocommerce-column--billing-address {
	/* background: #f2f4f5; */
	padding: 12px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 32px;
}

.woocommerce-checkout .woocommerce-column--shipping-address h2,
.woocommerce-checkout .woocommerce-column--billing-address h2 {
	margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-column--billing-address p {
	font-weight: normal !important;
	margin-bottom: 0;
}
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::before,
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
	content: "";
	display: none;
}

.offerteAanvraag h2.woocommerce-column__title {
	text-align: left;
}
.woocommerce-error {
	background: #b81c23;
	color: #fff;
	margin-left: 0 !important;
}

.breadcrumbs {
	margin-bottom: 15px;
}

.breadcrumbs li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.breadcrumbs .breadcrumb-separator,
.breadcrumbs .breadcrumb-ellipsis {
	display: inline-block;
	font-size: 16px;
	color: #062945;
	opacity: 0.5;
}

.breadcrumbs .breadcrumb-hidden {
	display: none !important;
}

.breadcrumbs .breadcrumb-last {
	margin-right: 0;
}

.breadcrumbs a {
	font-family: "Delicious";
	font-size: 18px;
	line-height: 28px;
	color: #fa4516;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs .breadcrumb-last a {
	color: #062945;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}/* --------------------------------------------------------------    File: responsive.css--------------------------------------------------------------*/ /*
Theme Name: Fuze framework
Version: 2.7
Description: Designed by <a href="http://www.ebbersmedia.nl">ebbers media</a>.
Author: ebbersmedia.nl
Author URI: http://www.ebbersmedia.nl

	� FUZE Framework - Ebbers Media BV

*/

/* Responsive
-----------------------------------------------------------*/


@media handheld, screen and (max-width: 1590px) {
	.colfull {
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}

	header .bottom_header .navigation .searchform{
		width: calc(100% - 230px);
	    right: 15px;
	}

	header .bottom_header .buttons .label{
		right: 30px;
	}

	main section.page.diensten_bottom .colfull.auto{
	    padding: 0px 60px;
	}
}

@media handheld, screen and (max-width: 1460px) {

	.btn:not(.btn_link){
	    padding: 21px 20px;
	}

	header .bottom_header .navigation nav ul li:not(.border){
		padding: 0px 25px;
	}

	header .bottom_header .buttons .btn{
		margin-left: 10px;
	}

	main section.page .content_subpages{
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	main section.page .content_subpages_main{
		width: calc(100% + 30px);
		margin-left: -15px;
	}


	main section.page .content_subpages article{
	    padding: 15px;
	}

	main section.page .content_subpages .link_stijlen{
		padding-top: 60px;
	}

	main section.page.diensten_bottom .divide.threequarter{
		padding-right: 20px;
	}

	main section.content_products{
		padding: 90px 20px;
	}

	/* main .product-item{
	    height: 465px;
	} */

	/* main .product-item .inner{
		padding: 20px;
	} */

	main .product-item .inner .buttons .btn i{
		display: none;
	}

	main .product section.content aside.offerte input[type=number]{
		width: calc(100% - 227px);
	}

	.footer-btn{
		position: absolute;
		left: 200px;
	}

	.textTop{
		width: auto;
		padding:0 60px;
	}

	main .product-item .number-wrap, main .product-item .cart .btn {
		width:100%;
		margin:0;
	}

	main .product-item .cart .btn {
		margin-top:15px;
	}

	main .product-item .cart .btn {
		width:calc(50% - 7.5px);
		margin-top:0;
	}

	main .product-item .number-wrap {
		width: calc(50% - 7.5px);
		margin-right:15px;
	}
}

@media handheld, screen and (max-width: 1340px) {
	main .product-item .inner .info h3{
		font-size: 20px;
	}
}

@media handheld, screen and (max-width: 1280px) {
	main .product-item .inner {
    	padding: 40px 21px 80px;
	}

	header .bottom_header .navigation{
		width: calc(100% - 570px);
	}

	header .bottom_header .buttons .btn span{
		/* display: none; */
	}
	header .bottom_header .buttons .btn{
	    padding: 21px 24px;
	}

	header .bottom_header .buttons .btn:not(.btn_link) i{
		margin-right: 0px;
	}

	main section.page.diensten_bottom{
		padding-top: 90px;
	}

	main .product section.content aside.offerte{
		width: 100%;
		max-width: 350px;
    	float: right;
	}

	main .product section.content aside.price{
		width: 100%;
	}

	main section.page .content_subpages_main article.fifth{
	    width: 25%;
	}
	header .bottom_header .buttons .beurzen{
		display: none;
	}

	header .top_header ul li.beurzen{
	    display: block;
	}
	main section.page.diensten_bottom .divide.half.fl {
	    padding-right: 50px;
	    padding-top: 138px;
	    width: 40%;
	}
	.woocommerce .cart .product-subtotal{
		padding-right:17px;
	}

	.offerteAanvraag .woocommerce-checkout-review-order-table tbody td.product-total{
		width:300px;
	}
	.offerteAanvraag .woocommerce .cart .product-name{padding-right:50px;}

	header .bottom_header .navigation nav ul li:not(.border){padding:0 16px;}

	.offerteAanvraag .page-loop ul li{
		width:calc(calc(50% - 20px));
		float: left;
	}
	.offerteAanvraag .page-loop ul li:nth-child(even){
		margin:0;
		border:none;
	}
	.offerteAanvraag .page-loop ul li strong{
		font-size:20px;
		line-height: 22px;
		word-break: break-word;
	}
	main .product section.content aside.price span.vat,
	main .product section.content aside.price span.price,
	.single-product .price label{
		float: left;
	}
	main .product section.content aside.price span.vat{
		margin-top:5px;
	}
	.single-product .price label{
		margin-left:15px;
	}

	#footer .kvk .half.fl,
	#footer .kvk .half.fr{
	    width:50%;
	}

	main .product-item .cart .btn {
		width:100%;
		margin-top:15px;
	}

	main .product-item .number-wrap {
		width:100%;
		margin-right:0;
	}
}

@media handheld, screen and (max-width: 1120px) {
	main section.page.diensten_bottom .divide.half.fl img {
		width: auto;
		float: left;
	}

	main section.page .content_subpages {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	header .bottom_header .navigation{
		width: calc(100% - 470px);
	}

	header .bottom_header .navigation nav ul li:not(.border){
	    padding: 0px 18px;
	}

	header .bottom_header .buttons .beurzen{
		display: none;
	}

	header .top_header ul li.beurzen{
	    display: block;
	}

	main section.page.diensten_bottom .divide.quarter{
		width: 100%;
		padding-bottom: 30px;
	}

	main section.page.diensten_bottom .divide.threequarter{
		width: 100%;
	    padding-right: 0px;
	    padding-left: 0px;
	}

	main section.page.diensten_bottom .divide.half{
		width: 100% !important;
	}

	main section.page.diensten_bottom .divide.quarter ul{
		-moz-column-count: 2;
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;

		column-gap: 60px;
	}

	main section.page.diensten_bottom .divide.threequarter .inner{
		height: 400px;
	}

	.kvk .divide.half{
		width: 100%;
		text-align: center;
	}

	#footer .kvk .half.fl,
	#footer .kvk .half.fr{
	    width:100%;
	}


	.woocommerce .cart .product-name{
		width: auto;
	}

	article .inner label{font-size:16px;}



	header .bottom_header .buttons .btn{
		padding:21px 15px;
	}
	header .bottom_header .navigation{width:calc(100% - 525px);}
	header .bottom_header .navigation nav ul li:not(.border){padding:0 8px}
	header .top_header ul:not(.dropdown) > li{margin-left:30px;}

	main .product-item .inner {
    	padding: 40px 12px 80px;
	}

}

@media handheld, screen and (max-width: 1024px) {
	.pre-footer img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		padding-top: 32px;
		max-width: 100%;
	}

	header .bottom_header,
	header .top_header{width:100%; float: left;}

	.beurzen .dropdown li{margin:0;}

	header .bottom_header .navigation{
		width: calc(100% - 362px);
	}
	header .bottom_header .navigation nav ul li:not(.border){padding:0 26px;}

	header .bottom_header .buttons > a{
		display: none;
	}

	header .bottom_header .buttons .label{
		display: none;
	}

	main #product-loop.products .clr{
		display: none;
	}

	main #product-loop.products .clr4 {
		clear: both;
	}

	main #product-loop.products .cart .clr {
		display:block;
	}

	main .product-item.divide.fifth{
	    width: 25%;
	}

	main section.page.product.related.smaller .products{
		padding-left: 0px;
    	padding-right: 0px;
	}

	main .product section.images{
		padding-right: 20px;
	}

	main .product section.content{
		padding-left: 20px;
	}

	main .product section.images aside.image{
		height: 400px;
	}

	main section.page.content.referenties_bottom .half{
		width: 100%;
	}

	main section.page.content.referenties_bottom .half.fl {
	    padding-right: 60px;
		padding-bottom: 90px;
	    padding-left: 60px;
	}

	main section.page.content.referenties_bottom .half.fr{
		padding-right: 30px;
		padding-left: 30px;
	}

	main section.page .content_referenties .content_referenties_bottom article.fl,
	main section.page .content_stijlen .content_stijlen_bottom article.fl{
		padding-right: 15px;
    	padding-bottom: 30px;
	}

	main section.page .content_referenties .content_referenties_bottom article.small .inner,
	main section.page .content_stijlen .content_stijlen_bottom article.small .inner{
		height: 315px;
	}

	main section.page .content_referenties .content_referenties_bottom article.fr,
	main section.page .content_stijlen .content_stijlen_bottom article.fr{
		padding-left: 15px;
    	padding-bottom: 30px;
	}

	main section.page .content_bottom .divide.fl{
		padding-right: 40px;
		padding-left: 80px;
	}

	main section.page .content_bottom .divide.fr {
	    padding-left: 40px;
	    padding-right: 80px;
	}

	main section.page .content_bottom .title{
		padding-left: 80px;
		padding-right: 80px;
	}

	main .subnav section .cat_resnav{
	    display: block;
	}

	main .subnav .colfull{
		padding-left: 0px;
    	padding-right: 0px;
	}

	main .subnav section > ul{
		display: none;
	}

	main .subnav section > ul > li:not(.beurzen){
	    display: block;
	}

	main .subnav section > ul > li > ul.dropdown,
	main .subnav section > ul > li:hover > ul.dropdown{
		position: relative;
		display: none;
		padding: 0px;
	}

	main .subnav section > ul > li.active > ul.dropdown{
		display: block !important;
		padding: 0px 0px 15px 0px;
	}

	main section.page .content_referenties:not(.no-border) .content_referenties_bottom article.big .inner{
		height: 315px;
	}

	main section.page.content.referenties_bottom .half.fl .page-loop{
		padding-bottom: 0px;
	}

	main section.page.content.referenties_bottom .half.fl .link{
	    display: none;
	}

	main section.page.content.referenties_bottom .half.fr .link{
	    display: block;
		margin-top: 30px;
	}

	main section.content_products {
	    padding: 30px 20px 30px 20px;
	}

	.pre-footer {
		height: auto;
	}

	.pre-footer .colfull{
		height: auto;
	}

	.pre-footer .footer-content{
		width: 100%;
		margin-left: 0px;
		padding: 25px 0px 25px 0px;
	}

	.pre-footer .divide.half.fr{
		text-align: center;
	}

	.pre-footer form input[type=email]{
	    margin-left: 0px !important;
	    width: calc(100% - 250px);
	}

	.pre-footer form .fuze-form-error{
		left: 0px;
	}

	.pre-footer .divide.fr{
		padding: 30px 0px;
	}

	.home .pre-footer .divide.half.fl,
	.home .pre-footer .divide.half.fr{
		width: 100%;
	}

	.home .pre-footer .divide.half.fl{
		text-align: center;
	}

	.home .pre-footer .footer-content{
		display: inline-block;
		text-align: left;
		width: auto;
	}

	main section.page .content_subpages_main article.fifth{
	    width: 33.33%;
	}

	header .top_header ul li {
		margin-left:30px;
	}

	.textTop .fuze-content-column-1{
		padding-right:30px;
	}
	.textTop .fuze-content-column-2{
		padding-left:30px;
	}

	.woocommerce .product-subtotal label{font-size: 16px; width: 126px;}

	main section.page, main section.page.product {
		padding-top:50px;
	}
}

@media handheld, screen and (max-width: 1024px) {
	header .bottom_header .navigation nav ul li:not(.border){padding:0 17px;}
}
@media handheld, screen and (max-width: 910px) {
	main section.page.diensten_bottom .divide.half.fl img {
		display: none;
	}

	header .top_header .offertelijst span span{
		left:-18px;
		right: auto;
		font-size: 13px;
    padding: 0 5px;
    line-height: 17px;
	}

	header .bottom_header .navigation{
		width: calc(100% - 317px);
	}

	.colhalf{
		width:100%;
		padding-left:60px;
		padding-right:60px;
	}

	header .bottom_header .logo img{
		width: 170px;
	}

	header .bottom_header .logo{
		margin: 15px 0px;
	}

	header .bottom_header .navigation nav ul li:not(.border){
	    padding: 0px 15px;
	}

	header .bottom_header .navigation nav ul li a span.title{
		font-size: 20px;
	}

	header .bottom_header .navigation nav ul li a span.subtitle{
	    font-size: 14px;
	}

	header .bottom_header .navigation nav ul li a{
		padding: 20px 0px 19px;
	}

	header .bottom_header .buttons{
	    margin: 14px 0px;
	}

	header .bottom_header .navigation .searchform{
		padding: 14px 0px;
	}

	main {
	    padding-top: 134px;
	}

	main #product-loop.products .clr4{
		display: none;
	}

	main #product-loop.products .clr3{
		clear: both;
	}

	main .product-item.divide.fifth,
	main section.page.product.related.smaller .product-item{
	    width: 33.33%;
	}

	main section.page .content_subpages article.divide.third{
		width: 50%;
	}

	main section.page.diensten_top .buttons ul li.active,
	main section.page.diensten_top .buttons ul li a{
		padding: 0px 25px;
		font-size: 22px;
	}

	main section.page .content_bottom .divide.fl,
	main section.page .content_bottom .divide.fr,
	main section.page .content_bottom .title {
		padding-right: 20px;
    	padding-left: 20px;
	}

	main section.page.diensten_bottom{
		padding-top: 60px;
	}

	main section.page.diensten_bottom .colfull.auto{
		padding: 0px 60px;
	}

	main section.page.diensten_bottom .divide.half.fl{
		padding-right: 0px;
		padding-top: 30px;
	}

	main section.page.diensten_bottom .divide.half.fr{
		padding-left: 0px;
	}

	main section.page.diensten_bottom .divide.half.fl img{
		max-height: 200px;
		float: none;
		margin: 30px auto 0px;
	}

	main section.page .content_bottom .divide.fl,
	main section.page .content_bottom .divide.fr,
	main section.page .content_bottom .title{
		width: 100%;
		padding-bottom: 60px;
	}

	main section.page .content_bottom{
		padding: 0px 0px 0px 0px;
	}

	main section.page .content_stijlen .content_stijlen_bottom{
		padding-bottom: 60px;
	}

	main section.page .content_subpages_main article.fifth{
	    width: 50%;
	}

	footer #copy article.divide.quarter,
	footer #copy article.divide.half{
		width: 33.33%;
	}

	.footer-menu.left{
		padding: 0px 30px;
	}

	footer #copy article.divide.half ul.half{
		width: 100%;
	}

	.pre-footer form .fuze-form-error{
		bottom: 5px;
		font-size: 16px;
	}

	#offerteform .divide.twothird{
		width: 100%;
		padding-left: 0px;
	}

	#offerteform .divide.third{
		width: 100%;
		margin-top: 60px;
	}

	.textTop{
		padding:0 30px;
	}

	.colCart{
		padding:0 30px;
	}

	.textTop .fuze-content-column-1{
		padding-right:15px;
	}
	.textTop .fuze-content-column-2{
		padding-left:15px;
	}

	.offerteAanvraag .woocommerce-checkout-review-order-table tbody td.product-total{
		width:260px;
	}

	header .top_header ul:not(.dropdown) > li {
		margin-left:22px;
	}

	main .product-item .cart .btn {
		width:calc(50% - 7.5px);
		margin-top:0;
	}

	main .product-item .number-wrap {
		width: calc(50% - 7.5px);
		margin-right:15px;
	}
}

@media handheld, screen and (max-width: 840px) {
	header .top_header ul li {
		margin-left:15px;
	}

	header .top_header ul:not(.dropdown) > li {
		margin-left:16px;
	}
	header .bottom_header .navigation nav ul li:not(.border) {
	    padding: 0px 7px;
	}
}

@media handheld, screen and (max-width: 768px) {
	/* main section.page .content_subpages {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	} */

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce .cart .product-quantity{display: inline-block; width: auto; width:100%;}
	.woocommerce .cart .product-quantity:before{top:12px;}
	.woocommerce .cart .product-quantity a.remove{margin-left:20px;}
	.woocommerce .cart .quantity.wac-quantity{float:right;}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background: none;}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		position: absolute;
		left: 17px;
	}

	.woocommerce table.cart .product-thumbnail{display: table-cell; padding:17px 0 0 17px}
	.woocommerce .cart .product-subtotal{padding-bottom:17px;}
	.woocommerce table.cart .product-thumbnail:before{content:"";}
	.woocommerce .cart .product-name a{font-weight: normal;}

	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{min-width: auto;}

	.woocommerce table.shop_table_responsive tr td{position: relative; padding-left:100px;}
	.woocommerce .cart-collaterals .shop_table td .amount{width: auto !important; max-width: none !important;}
	.woocommerce ul#shipping_method{display: inline-block;}
	.woocommerce ul#shipping_method li{text-align: left;}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{display: inline-block;}
	.woocommerce .cart-collaterals .shop_table td .amount{max-width:300px; width:100%; display: inline-block; text-align: left;}

	.offerteAanvraag .woocommerce-checkout-review-order-table tr{display: inline-block !important;}
	.offerteAanvraag .woocommerce-checkout-review-order-table tr td{display: inline-block; width:30% !important; float: left;}
	.offerteAanvraag .woocommerce-checkout-review-order-table tr td.quantity:before{content:"Aantal: ";}
	.offerteAanvraag .woocommerce-checkout-review-order-table tr.checkOrderTitle td{width:100% !important;}

	.offerteAanvraag .woocommerce .cart .product-thumbnail{
		width:109px !important; padding:17px;
		float: left !important;
	}

	.offerteAanvraag .woocommerce .cart .product-name{
		width:calc(100% - 109px) !important;
		float: left !important;
		padding:17px 17px 0 0;
	}

	.offerteAanvraag .woocommerce .cart .quantity{
		padding-left:0;
		width:110px !important;
	}

	.offerteAanvraag .woocommerce .cart .product-total{
		float: right !important;
		padding-bottom:17px;
		width: calc(100% - 109px - 110px) !important;
	}

	.offerteAanvraag .woocommerce .cart .product-name{line-height:24px;}

	main .product-item .cart .btn {
		width:100%;
		margin-top:15px;
	}

	main .product-item .number-wrap {
		width: 100%;
		margin-right:0;
	}
}


@media handheld, screen and (max-width: 768px) {

	main section.page .full.content_image img {
		object-fit: contain;
		height: auto;
	}

	main section.page .content_subpages article .inner .beurs-image {
		height: 100px;
	}

	main section.page .content_subpages article .inner .beurs-image img {
		object-fit: contain;
	}

	header .colfull nav.fr {
		display:none;
	}

	.mobileNavigation{
		height: 100vh;
		max-height: 100vh;
		width: 100%;
		padding-bottom: 75px !important;
		overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	}

	body header{
	    margin-top: -35px;
		position: fixed;
	}

	main {
	    padding-top: 99px;
	}

	body.scrolled header .top_header > span{
		display: none;
	}

	header .bottom_header .navigation nav{
		display: none;
	}

	header .bottom_header .navigation .searchform{
		top: 0px;
		right: 20px;
	    width: calc(100% - 40px);
	}

	header .bottom_header .buttons .btn.menu{
	    display: block;
	}

	main section.page.diensten_bottom .divide.quarter ul{
		-moz-column-count: 1;
		-moz-columns: 1;
		-webkit-columns: 1;
		columns: 1;

		column-gap: 0px;
	}

	.pre-footer .divide.half.fl,
	.pre-footer .divide.half.fr{
		width: 100%;
	}

	.pre-footer .divide.half.fl{
		text-align: center;
	}

	.pre-footer .footer-content{
		display: inline-block;
		text-align: left;
		width: auto;
	}

	.pre-footer .divide.fr{
	    padding: 0px 0px 30px 0px;
	}

	.footer-btn{
		position: relative;
		left: 0px;
	}

	.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr:nth-child(-n + 2) td{
		width:100% !important;
	}
	.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr.order-total th,
	.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th{float:left !important;}
	.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr.order-total td,
	.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td{float:right !important; width:auto !important;}
	.offerteAanvraag .woocommerce-checkout-review-order-table tfoot tr.shipping td{width:100% !important; padding-top:0;}

	main .product section.content aside.price span.vat, main .product section.content aside.price span.price{
		float: none;
	}
	.single-product .price label{
		margin-left:0;
	}

	main .product-item .qty, main .product section.content aside.offerte .number-wrap .qty {
		padding:11.5px 10px;
	}

	main .product-item .inner {
    	padding: 40px 40px 80px;
	}
}

@media handheld, screen and (max-width: 650px) {
	header .top_header ul li{
		margin-left: 20px;
	}

	section.page.home .content_top.textTop,
	section.page.order .content_top.textTop {
		order: 0 !important;
	}

	main section.page,
	main section.page .content_referenties:not(.no-border){
		padding-top: 40px;
	}

	main section.page .content_referenties:not(.no-border) h1, main section.page .content_referenties:not(.no-border) h2{
	    margin-bottom: 0px;
	}

	main section.page.diensten_top .content_diensten{
		padding-top: 30px;
    	padding-bottom: 30px;
	}

	main #product-loop.products .clr4,
	main #product-loop.products .clr3{
		display: none;
	}

	main #product-loop.products .clr2{
		clear: both;
	}

	main .product-item.divide.fifth,
	section.page.product.related.smaller .product-item{
	    width: 50% !important;
	}

	main .product section.content{
		width: 100%;
	    padding-left: 0px;
	}

	main .product section.images{
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	main section.page .content_referenties .content_referenties_bottom article.fl,
	main section.page .content_stijlen .content_stijlen_bottom article.fl,
	main section.page .content_referenties .content_referenties_bottom article.fr,
	main section.page .content_stijlen .content_stijlen_bottom article.fr{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	main section.page .content_referenties.no-border{
	    padding: 0px 0px 30px 0px;
	}

	main section.page .content_referenties .content_referenties_bottom article.big .inner,
	main section.page .content_stijlen .content_stijlen_bottom article.big .inner{
		height: 315px;
	}

	#footer .colfull.auto{
		padding-top: 60px;
    	padding-bottom: 60px;
	}

	footer #copy article.divide.quarter,
	footer #copy article.divide.half{
		width: 100%;
		padding-bottom: 60px;
	}

	main section.page.content.referenties_bottom .half.fr .divide.third{
		width: 50%;
	}

	.footer-menu.left{
		padding: 0px;
	}

	main section.page .content_image{
	    height: 250px;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	main section.page.diensten_bottom li{
	    padding-left: 50px;
	}

	main section.page.diensten_bottom li::before{
		margin-left: -50px;
		width: 35px;
		line-height: 30px;
		font-size: 18px;
	}

	main section.page .content_subpages_main article.fifth{
	    width: 100%;
	}

	.single-product main section.page.product.related{
	    border-top: 2px solid #f2f4f6;
	    padding-top: 60px;
	}

	.textTop{padding:0 60px;}
	.textTop .fuze-content-column-1,
	.textTop .fuze-content-column-2{
		padding:0;
		width:100%;
		text-align: center;
	}

	.textTop .fuze-content-column-1 p,
	.textTop .fuze-content-column-2 p{
		text-align: center !important;
	}

	.woocommerce-message{
		display: flex;
		flex-direction: column-reverse;
	}

	.woocommerce-page .woocommerce-message .button{margin:10px 0 0 0; text-align: center;}

	.order .textTop{order:3; padding-top:20px;}
	.order .textTop:before{
		content: " ";
	    border-bottom: solid #F2F4F5 3px;
	    width: 150px;
	    margin: 0;
	    display: block;
	    height: 0;
		margin: 0 auto;
		margin-bottom:45px;
	}
	.order .page-title{margin: 0;}
	.order .content_subpages .link_stijlen{padding-top:20px !important;}
	.order .content_subpages{padding-bottom:24px !important;}

	main .product section.content aside.price span.vat, main .product section.content aside.price span.price{
		float: left;
	}
	.single-product .price label{
		float: left;
		margin-left:15px;
	}

	.woocommerce-checkout .woocommerce-columns--addresses{
	    flex-direction: column;
	}

	main .product-item .cart .btn {
		width:calc(50% - 7.5px);
		margin-top:0;
	}

	main .product-item .number-wrap {
		width: calc(50% - 7.5px);
		margin-right:15px;
	}


}

@media handheld, screen and (max-width: 560px) {
	.woocommerce .shop_table .woocommerce-shipping-totals td{
		padding:7px 17px 0 17px;
	}
	.woocommerce .shop_table .woocommerce-shipping-totals td::before{
		position: relative;
		left:0;
	}
	.woocommerce .shop_table .woocommerce-shipping-totals td ul{
		width: 100%;
	}
	.woocommerce-shipping-methods input[type="radio"]+label{max-width:none; height: 0;;}
	.woocommerce-shipping-methods li:last-child label:before {
	    line-height: 24px;
	    display: block;
	    margin-top: 0;
	}
	.woocommerce-shipping-methods li:last-child label:after{top:8px;}
	.woocommerce .cart_totals .priceInfo i,
	.woocommerce .cart_totals .priceInfo p{font-size: 18px;}

	main .product-item .cart .btn {
		width:100%;
		margin-top:15px;
	}

	main .product-item .number-wrap {
		width: 100%;
		margin-right:0;
	}

	main section.page .content_subpages article.divide.third{
		width:100%;
	}
}

@media handheld, screen and (max-width: 480px) {

	main section.page.diensten_bottom li::before{
		left: 80px;
	}


	.colhalf{
		padding-left: 20px;
	    padding-right: 20px;
	}

	main section.page{
		padding-top: 40px;
	}

	/* main section.page .content_subpages article.divide.third{
		width: 100%;
	} */

	main section.page.diensten_bottom .divide.half.fr .btn{
		width: 100%;
		margin-left: 0px;
	}

	main section.page.diensten_bottom .divide.half.fr .btn_link i{
		position: absolute;
	}

	main section.page.content.referenties_bottom{
		padding-top: 60px;
	}

	main section.page.diensten_bottom .colfull.auto{
		padding: 0px 20px;
	}

	main section.page.content.referenties_bottom .half.fl,
	main section.page.content.referenties_bottom .half.fr{
		padding-right: 0px;
	    padding-left: 0px;
	}

	main section.page.content.referenties_bottom .half.fr .divide.third{
		width: 100%;
	}

	main #product-loop.products .clr4,
	main #product-loop.products .clr3,
	main #product-loop.products .clr2{
		display: none;
	}

	main #product-loop.products .clr1{
		clear: both;
	}

	main .product-item.divide.fifth,
	section.page.product.related.smaller .product-item{
	    width: 100% !important;
	}

	main .product-item .inner .info{
		height: 80px;
	}

	main section.page.diensten_bottom .divide.half.fl img{
		float: none;
		margin: 30px auto 0 auto;
	}

	.pre-footer .btn:not(.btn_link){
		width: 100%;
	}

	.pre-footer.home .btn:not(.btn_link){
		width: 100%;
		margin-top: 10px;
	}

	.pre-footer form input[type=email]{
	    width: 100%;
	}

	main .product section.content aside.price{
		width: 100%;
	}

	main .product section.content aside.offerte{
		max-width: 100%;
	}

	main .product section.content aside.offerte input[type=number],
	main .product section.content aside.offerte .btn:not(.btn_link){
		width: 100%;
	}

	main section.page .content_subpages article .inner{
		border: 2px solid #f4f4f4;
		padding-top: 15px;
	}

	.offerteAanvraag .woocommerce .cart .product-total{
		width:100% !important;
		float:left !important;
		text-align: left;
	}
	.offerteAanvraag .woocommerce .cart .product-thumbnail{
		padding-bottom:5px;
	}


	main section.page .content_subpages{
		width: calc(100% + 24px);
		margin-left: -12px;
	}
	main section.page .content_subpages article{padding:12px;}
	main section.page .content_subpages{display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap;}
	main section.page .content_subpages article .inner{padding-top:0; min-height:auto; height: 100%;}
	main section.page .content_subpages article .inner img{min-height:100px; height: 100px;
    width: 100%;
    object-fit: cover;}
	main section.page .content_subpages article .inner .label{position: initial; float: left; width:100%;}
	main section.page .content_subpages article .inner .label{font-size: 18px; margin:0;}

	main .product section.content aside.price span.vat, main .product section.content aside.price span.price{
		float: none;
	}
	.single-product .price label{
		margin-left:0;
	}

	header .bottom_header .buttons{margin:20px 0px 8px 0;}
	header .bottom_header .buttons .offerte a,
	header .bottom_header .buttons .btn.search,
	header .bottom_header .buttons .btn.menu{
		padding: 16px 18px;
	}

	main section.page .page-loop ul li{
		margin:0 0 10px 0;
		width:100%;
		border:none;
	}

	main {
		padding-top:97px;
	}

	main .product-item .cart .btn {
		width:calc(50% - 7.5px);
		margin-top:0;
	}

	main .product-item .number-wrap {
		width: calc(50% - 7.5px);
		margin-right:15px;
	}

	main section.page .content_subpages article:not(.link_stijlen){
		width:50%;
	}

	main section.page .content_subpages .link_stijlen{
		width:100%;
	}

	main section.page .content_subpages article .inner .label{
		padding: 12px 10px;
	}
}

@media handheld, screen and (max-width: 430px) {
	main section.page .content_subpages article .inner .label .title {
    font-size: 15px;
	}

	header .bottom_header .logo img{
		width:110px;
	}

}


@media handheld, screen and (max-width: 400px) {
	header .bottom_header .logo img{
	    width: 125px;
	}



	header .bottom_header .navigation .searchform .btn.search{
		padding: 16px 18px;
	}

	header .bottom_header .navigation .searchform input[type="text"]{
		padding: 15px 30px 15px 20px;
		width: calc(100% - 130px);
	}

	header .bottom_header .navigation .searchform .close{
	    font-size: 16px;
		right: 144px;
		margin-top: 19px;
	}

	header .mobileNavigation .close, header .mobileNavigation .cart.btn {
		padding: 16px 18px;
	    width: 54px;
	}

	header .mobileNavigation .cart.btn {
		right:84px;
	}

	header .mobileNavigation .cart.btn i {
		line-height:20px;
	}

	.offerteAanvraag .woocommerce .cart .quantity{width:100% !important; padding-left:17px; padding-bottom:0;}

	header .bottom_header .buttons{margin:18px 0px 14px 0;}
	header .bottom_header .buttons .offerte a, header .bottom_header .buttons .btn.search, header .bottom_header .buttons .btn.menu{padding:11px 13px;}
	.btn:not(.btn_link), .post-password-form input[type='submit']{font-size: 18px;}
	header .bottom_header .buttons .offerte i{font-size: 20px;}

	main {
		padding-top:81px;
	}
}


@media handheld, screen and (max-width: 360px) {
	main section.page .content_subpages article .inner .label .title {
    font-size: 13px;
	}

}
/*

@media handheld, screen and (max-width: 768px) {
	#gm_directions .companyInfo { display:none;}
}
@media handheld, screen and (max-width: 420px) {
	#gm_directions { width:100%;padding:0px 10px;right:0px;}
	#gm_directions input,
	#gm_directions .button { font-size:13px;padding:11px 10px;line-height:13px;}
}
@media handheld, screen and (max-width: 1240px) {
	.colfull { width:100%;padding-left:20px;padding-right:20px;}
	#topnav { float:right;}
	#topnav > ul { display:none;}
	#resNavOpener { display:block;}
}*//* --------------------------------------------------------------    File: jquery-fancybox-min.css--------------------------------------------------------------*/ @charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}