html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-3x').
 * 3. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 3 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
.icons-sprite {
  background: url('../images/icons-s0eebd5edcc.png') no-repeat; }

/*

    Supersized - Fullscreen Slideshow jQuery Plugin
    Version : 3.2.7
    Site    : www.buildinternet.com/project/supersized
    
    Author  : Sam Dunn
    Company : One Mighty Roar (www.onemightyroar.com)
    License : MIT License / GPL License
    
*/
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) no-repeat center center; }

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%; }

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none; }

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges; }

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; }

#supersized a {
  width: 100%;
  height: 100%;
  display: block; }

#supersized li.prevslide {
  z-index: -20; }

#supersized li.activeslide {
  z-index: -10; }

#supersized li.image-loading {
  background: #111111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#supersized li.image-loading img {
  visibility: hidden; }

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline; }

@font-face {
  font-family: 'cabin';
  src: url("../fonts/cabin-bold-webfont.eot");
  src: url("../fonts/cabin-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-bold-webfont.woff") format("woff"), url("../fonts/cabin-bold-webfont.ttf") format("truetype"), url("../fonts/cabin-bold-webfont.svg#cabinbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'cabin';
  src: url("../fonts/cabin-regular-webfont.eot");
  src: url("../fonts/cabin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-regular-webfont.woff") format("woff"), url("../fonts/cabin-regular-webfont.ttf") format("truetype"), url("../fonts/cabin-regular-webfont.svg#cabinregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cabinsemibold';
  src: url("../fonts/cabin-semibold-webfont.eot");
  src: url("../fonts/cabin-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-semibold-webfont.woff") format("woff"), url("../fonts/cabin-semibold-webfont.ttf") format("truetype"), url("../fonts/cabin-semibold-webfont.svg#cabinsemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html {
  position: relative;
  height: 100%; }

body {
  background: no-repeat center center fixed #fbfbfb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "cabin", sans-serif;
  font-size: 13px;
  line-height: 16px;
  height: 100%; }
  body #counter {
    position: fixed;
    opacity: 0; }
  body#historiek #footer-wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%; }
  body#nieuws {
    background-image: url("../images/bg-nieuws.jpg"); }

#home {
  background: #70706b; }

#footer-wrap {
  min-height: 100%; }

#footer-main {
  height: 100%; 
  display: inline;
}

#footer-left {
  float: left;
  width: 100px; }

.page-container {
  margin: 0 auto;
  display: table;
  padding-top: 140px;
  padding-bottom: 73px;
  width: 981px; }

a {
  text-decoration: none;
  color: white; }
  a:hover {
    text-decoration: underline; }

h1 {
  color: #888;
  font-size: 2.57143em;
  line-height: 1.16667em;
  font-weight: normal; }

h2 {
  color: #363636;
  font-size: 1.71429em;
  line-height: 1.75em; }

p {
  margin-bottom: 0.75em;
  margin-top: 0.75em; }

strong {
  font-weight: bold; }

.page-wrap {
  padding-right: 2em;
  padding-left: 2em; }

.page-wrap-small {
  margin: 0 auto;
  max-width: 1008px;
  padding-top: 160px; }

.submenu-wrap {
  margin: 0 auto;
  max-width: 1342px; 
  display: table;
}

#menu {
  background: #222;
  height: 83px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  position: absolute;
  z-index: 201;
  width: 100%; }
  #menu .line {
    height: 1px;
    background: red;
    margin: -29px auto 0 auto;
    width: 0;
    border: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  #menu ul {
    float: right;
    line-height: 83px;
    font-family: 'cabin';
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2em; }
    #menu ul li {
      display: inline-block;
      position: relative;
      height: 83px; }
      .no-touch #menu ul li:hover .line {
        width: 100%; }
      #menu ul li.menu-current:hover > span {
        top: 82px; }
      #menu ul li.menu-current:hover a {
        color: white; }
      #menu ul li.menu-current > span {
        top: 82px;
        border-top-color: #222; }
      #menu ul li.menu-current a {
        color: white; }
      #menu ul li:hover > span {
        top: 72px; }
      #menu ul li:hover a {
        text-decoration: none; }
      #menu ul li a {
        color: #eee;
        margin-left: 22px;
        display: inline-block;
        height: 83px;
        background: #222;
        position: relative;
        z-index: 10;
        padding: 0 2px;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
  #menu #menu-logo {
    display: inline-block;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 64px;
    text-indent: -9999px;
    margin-top: 15px;
    margin-left: 24px; 
    width: 400px;
}
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      #menu #menu-logo {
        background-image: url('../images/icons-3x-s52480dc8dd.png');
        background-size: 173px 218px;
        background-position: 0 -81px;
        height: 44px;
        width: 173px; } }

#menu-wrap {
  float: left; }

#menu-wrap img{
  width: 250px;
  padding: 10px 25px;
}

#menu ul li > span, #catalogus-menu .huidig > a:after {
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -10px;
  background-image: url('../images/icons-s0f3fdb9096.png');
  background-position: -62px -52px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 41px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  z-index: 9; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    #menu ul li > span, #catalogus-menu .huidig > a:after {
      background-image: url('../images/icons-3x-s52480dc8dd.png');
      background-size: 173px 218px;
      background-position: -62px -52px;
      height: 24px;
      width: 41px; } }

.submenu {
  background: #fdfdfd;
  width: 100%;
  position: absolute;
  top: -145px;
  z-index: 200;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  padding-top: 24px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.ov-kader {
  margin-top: 16px;
  height: 170px;
  float: left;
  display: inline-block;
  text-align: center;
  color: #FFF;
  position: relative;
  background: #363636;
  margin: 0 14px 24px 0; }
  .ov-kader img, .ov-kader .ov-text, .ov-kader .ov-text .line, .ov-kader .sub-bottom {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; 
}
  .ov-kader .ov-text {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    width: 100%;
    line-height: 30px;
    margin-top: -15px; }
  .ov-kader:hover img {
    opacity: 0.2; }
  .ov-kader .ov-text .line {
    height: 1px;
    background: #FFF;
    width: 0;
    margin: 0 auto;
    border: 0; }
  .ov-kader:hover .ov-text.double {
    margin-top: -30px; }
  .ov-kader:hover .ov-text .line {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .ov-kader:hover .sub-bottom {
    opacity: 1;
    margin-top: -2px; }
  .ov-kader .sub-top {
    display: table;
    margin: 0 auto; }
  .ov-kader .sub-bottom {
    font-size: 16px;
    display: block;
    margin-top: -31px;
    opacity: 0; }
    .ov-kader .sub-bottom a {
      display: block; }

#icon-wrap {
  height: 100%;
  display: table;
  margin-left: 2em;
  padding-top: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100; }
  #icon-wrap #icons {
    display: table-cell;
    vertical-align: middle; }
  #icon-wrap .icon-group {
    float: left; }
  #icon-wrap .icon-container {
    float: left;
    text-align: center;
    margin-right: 27px;
    margin-bottom: 10px; }
    #icon-wrap .icon-container .icon, #icon-wrap .icon-container .hover-container {
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    #icon-wrap .icon-container:hover .icon {
      background-color: #363636; }
    #icon-wrap .icon-container > span {
      margin-top: 10px;
      text-transform: uppercase;
      color: #FFF;
      display: inline-block;
      font-size: 15px;
      font-family: 'cabinsemibold'; }
    #icon-wrap .icon-container .icon {
      width: 93px;
      height: 93px;
      background: rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      border-radius: 999px;
      border: 5px solid white;
      position: relative;
      overflow: hidden; }
    #icon-wrap .icon-container .hover-container {
      position: absolute; }
      #icon-wrap .icon-container .hover-container .std {
        position: absolute;
        top: 10px;
        left: 0; }
      #icon-wrap .icon-container .hover-container .hover {
        position: absolute;
        top: 98px;
        left: 0; }
    #icon-wrap .icon-container#icoon-wonen .icon span {
      background-image: url('../images/icons-s0f3fdb9096.png');
      background-position: 0px -116px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      height: 55px;
      width: 57px; 
    }

    #icon-wrap .icon-container#icoon-wonen .hover-container {
      top: 4px;
      left: 21px; }
    #icon-wrap .icon-container#icoon-wonen:hover .hover-container {
      top: -84px; }
      
    #icon-wrap .icon-container#icoon-zitten .icon span {
      background-image: url('../images/icons-s0f3fdb9096.png');
      background-position: -115px -120px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      height: 50px;
      width: 62px; }
      
    #icon-wrap .icon-container#icoon-zitten .hover-container {
      top: 13px;
      left: 26.5px; }
    #icon-wrap .icon-container#icoon-zitten:hover .hover-container {
      top: -77px; }
    #icon-wrap .icon-container#icoon-slapen .icon span {
      background-image: url('../images/icons-s0f3fdb9096.png');
      background-position: -0px -172px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      height: 47px;
      width: 50px; }
      
    #icon-wrap .icon-container#icoon-slapen .hover-container {
      top: 12px;
      left: 22px; }
    #icon-wrap .icon-container#icoon-slapen:hover .hover-container {
      top: -76px; }

    #icon-wrap .icon-container#icoon-varia .icon span {
      background-image: url('../images/icons-s0f3fdb9096.png');
      background-position: -115px -171px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      height: 52px;
      width: 42px; }

      #icon-wrap .icon-container#icoon-kitchen .icon span {
      background-image: url('../images/icons-s0f3fdb9096.png');
      background-position: -55px -121px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      height: 50px;
      width: 50px; }

      #icon-wrap .icon-container#icoon-ikitchen .icon span {
      background-image: url('../images/icons-s0f3fdb9096.png');
      background-position: -50px -169px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      height: 52px;
      width: 65px; }

      
    #icon-wrap .icon-container#icoon-varia .hover-container {
      top: 13px;
      left: 26px; }
    #icon-wrap .icon-container#icoon-varia:hover .hover-container {
      top: -79.5px; }
 
    #icon-wrap .icon-container#icoon-kitchen .hover-container {
      top: 13px;
      left: 23px; }
    #icon-wrap .icon-container#icoon-kitchen:hover .hover-container {
      top: -79.5px; }

    #icon-wrap .icon-container#icoon-ikitchen .hover-container {
      top: 11px;
      left: 17px; 
      width: 100%;
      height: 100%;
}
    #icon-wrap .icon-container#icoon-ikitchen:hover .hover-container {
      top: -81.5px; }



#newsitem {
  position: absolute;
  width: 318px;
  bottom: 40px;
  right: 0;
  z-index: 99; }
  #newsitem.nonews {
    top: 50%;
    bottom: auto;
    margin-top: -48px; }
  #newsitem #newsitem-header {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-transform: uppercase;
    padding: 30px 0;
    text-align: center; }
    #newsitem #newsitem-header #newsheader-small {
      font-size: 28px; }
    #newsitem #newsitem-header #newsheader-big {
      font-size: 73px;
      line-height: 70px; }

.newsbox {
  position: relative;
  background: #FFF;
  width: 318px;
  height: 284px;
  display: table; }
  .newsbox .newsitem-main {
    padding: 0 30px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .newsbox .date {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    text-align: right;
    background-image: url('../images/icons-s0f3fdb9096.png');
    background-position: 0 -125px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 93px;
    width: 108px;
    z-index: 101; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .newsbox .date {
        background-image: url('../images/icons-3x-s52480dc8dd.png');
        background-size: 173px 218px;
        background-position: 0 -125px;
        height: 93px;
        width: 108px; } }
    .newsbox .date .day {
      font-weight: bold;
      font-size: 24px;
      margin-top: 9px;
      margin-right: 11px;
      display: block; }
    .newsbox .date .month-year {
      font-size: 12px;
      display: block;
      margin-right: 8px;
      margin-top: 5px; }
  .newsbox.newsbox-img {
    display: table; }
  .newsbox.newsbox-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }
  .newsbox.newsbox-img > span {
    font-weight: bold;
    text-align: center;
    display: table-cell;
    position: relative;
    z-index: 101;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
    line-height: 36px; }
  .newsbox.newsbox-img .dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100; }

#catalogus h1 {
  margin-left: 7px; }

footer {
  height: 40px;
  line-height: 40px;
  color: #FFF;
  width: 100%;
  text-transform: uppercase;
  background: rgba(54, 54, 54, 0.5); }
  footer #footer-right {
    float: right;
    font-size: 11px; }
    footer #footer-right a {
      color: #fff; }
      footer #footer-right a:visited {
        color: #fff; }
      footer #footer-right a:hover {
        text-decoration: none; }
  footer #footer-title {
    position: absolute;
    top: -35px;
    opacity: 0.4; }
#mobile-menu {
  background: url("../images/mobile-menu.png");
  width: 45px;
  height: 45px;
  display: none;
  float: right;
  margin-top: 19px; }

#catalogus .ov-kader {
  margin: 0;
  height: 313px; 
  width: 100%;
}
  #catalogus .ov-kader img {
    display: block;
    max-width: 314px; 
    width: 100%;
}
#catalogus .ov-text {
  opacity: 0;
  background-image: url('../images/icons-s0f3fdb9096.png');
  background-position: -106px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 49px;
  width: 50px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px; }



/* ======== TU COCINA ========= */
#historiek.tu-cocina #verhaal-historiek{
  padding-top: 80px;
}
#historiek #verhaal-historiek section.category-box{
    border: 1px dashed #cacaca;
    border-right: 0px;
    padding: 9px;
    width: 307px;
    height: 459px;
    float: left;
    position: relative;
    background: none;
    margin: 0px;
}
#historiek #verhaal-historiek section.category-box.last{
    border-right: 1px dashed #cacaca;
}
section.category-box .hover{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: dashed #fff;
    border-width: 0;
    -moz-border-image: url("../images/hover.gif") 11 11 11 11 repeat;
    -webkit-border-image: url("../images/hover.gif") 11 11 11 11 repeat;
    border-image: url("../images/hover.gif") 11 11 11 11 repeat;
    z-index: 20;
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
section.category-box:hover .hover, section.category-box .hover.hover-current{
    border-width: 11px 11px 11px 11px;
}
.category-content{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: white;
}
.category-info{
    position: absolute;
    left: 9px;
    top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 235px;
    background: #222;
    z-index: 19;
    padding: 0px;
}

#historiek #verhaal-historiek h1.category-title{
    padding: 20px 25px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    height: 100%;
    display: list-item;

    border: 1px solid transparent;
}
span.category-filter-icon{
    position: absolute;
    right: 15px;
    top: 20px;
    opacity: 0.6;
    background-image: url('../images/filter-20-2.png');
    background-repeat: no-repeat;
    background-position: right -26px;
    width: 32px;
    height: 27px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out, background-position .15s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, background-position .15s ease-in-out;
    -ms-transition: opacity .25s ease-in-out, background-position .15s ease-in-out;
    -o-transition: opacity .25s ease-in-out, background-position .15s ease-in-out;
    transition: opacity .25s ease-in-out, background-position .15s ease-in-out;
}
.category-info-active h1.category-title span.category-filter-icon{
    opacity: 1;
    background-position: right top;
}

h1.category-title:hover span.category-filter-icon{
    opacity: 0.8;
}

.category-content.category-forma{
    background-image: url('../images/categorias/cat1.jpg');
}
.category-content.category-mueble{
    background-image: url('../images/categorias/cat2.jpg');
}
.category-content.category-acabados{
    background-image: url('../images/categorias/cat3.jpg');
}
.category-content.category-cubiertas{
    background-image: url('../images/categorias/cat4.jpg');
}
.category-content.category-fregaderos{
    background-image: url('../images/categorias/cat5.jpg');
}
.category-content.category-coccion{
    background-image: url('../images/categorias/cat6.jpg');
}
.category-content{
    background-position: center center;
    background-repeat: no-repeat;
}
.category-option{
    background: #fefefe;
    padding: 20px 25px 20px;
    cursor: auto;
    position: relative;
}
#historiek #verhaal-historiek .category-option p{
    font: 400 13px;
    line-height: 8px;
    text-transform: uppercase;
    color: #888;
}
#historiek #verhaal-historiek .category-info-active .category-option:hover{
    cursor: pointer;
}
#historiek #verhaal-historiek .category-info-active .category-option:hover p, .category-info-active .category-option.category-option-selected p{
  font-weight: bold;
  color: #555 !important;
} 

.tu-cocina-description{
    display: block;
    width: 100%;
    height: 115px;
    text-align: center;
    background: #fefefe;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
    color: #000;
    position: relative;
    padding-top: 80px; 
    font: 300 30px/90px;
}
.tu-cocina-description h2{
    font-size: 24px;
    padding-top: 30px;
}

#historiek #verhaal-historiek.tu-cocina{
    padding-top: 50px;
}
/* ======== FIN::TU COCINA ============ */

  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    #catalogus .ov-text {
      background-image: url('../images/icons-3x-s52480dc8dd.png');
      background-size: 173px 218px;
      background-position: -106px 0;
      height: 49px;
      width: 50px; } }
#catalogus #catalogus-producten {
  margin-left: 9px;
  position: relative; }
  #catalogus #catalogus-producten > div {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 313px;
    height: 313px;
    overflow: hidden;
    background: #e7e6e5 url(/images/preloader.gif) no-repeat 50% 50%; }
#catalogus #catalogus-producten.loading:before {
  position: absolute;
  bottom: -20px;
  background: url(/images/loading.gif) no-repeat;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-size: 100%; }
#catalogus .ov-kader:hover .ov-text {
  opacity: 1; }
#catalogus #catalogus-menu-container {
  background: #e7e6e5;
  position: relative;
  margin: 35px 13px 43px 9px;
  height: 53px;
  line-height: 53px;
  margin-top: 0; }
  #catalogus #catalogus-menu-container .catalogus-small {
    text-transform: none;
    font-weight: normal; }
  #catalogus #catalogus-menu-container #catalogus-mobile-menu {
    position: absolute;
    right: 0;
    top: 53px;
    z-index: 100;
    background: #e7e6e5;
    border-top: 1px solid white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: none; }
    #catalogus #catalogus-menu-container #catalogus-mobile-menu li {
      line-height: 53px;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      height: 53px;
      padding: 0 30px; }
      #catalogus #catalogus-menu-container #catalogus-mobile-menu li:hover {
        background: #FFF; }
      #catalogus #catalogus-menu-container #catalogus-mobile-menu li a {
        border-bottom: 1px solid #dfe0df;
        display: block; }
        #catalogus #catalogus-menu-container #catalogus-mobile-menu li a:hover {
          text-decoration: none; }
    #catalogus #catalogus-menu-container #catalogus-mobile-menu .accessoires a {
      border-bottom: 0 none; }
    #catalogus #catalogus-menu-container #catalogus-mobile-menu a {
      color: #888; }
  #catalogus #catalogus-menu-container #catalogus-mobile-button {
    border-right: 0 none;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: none;
    padding: 0 23px;
    min-width: 50px;
    overflow: hidden; }
    #catalogus #catalogus-menu-container #catalogus-mobile-button:hover {
      text-decoration: none;
      background: #FFF; }
  #catalogus #catalogus-menu-container #mobile-tri {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #888888;
    display: inline-block;
    right: 16px;
    top: 23px;
    position: absolute;
    display: none; }
  #catalogus #catalogus-menu-container #catalogus-menu li > a {
    padding: 0 20px; }
  #catalogus #catalogus-menu-container #catalogus-menu {
    float: left; }
    #catalogus #catalogus-menu-container #catalogus-menu li {
      float: left;
      border-right: 1px solid #d5d5d5;
      position: relative;
      background: #e7e6e5;
      height: 53px;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    #catalogus #catalogus-menu-container #catalogus-menu li > a {
      padding: 0 23px;
      color: #888;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      height: 53px;
      display: inline-block; }
    #catalogus #catalogus-menu-container #catalogus-menu .huidig {
      background: #222;
      -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); }
    #catalogus #catalogus-menu-container #catalogus-menu .huidig a {
      color: #eee; }
    #catalogus #catalogus-menu-container #catalogus-menu .huidig > a:after {
      top: 52px;
      margin-left: -20px;
      content: ""; }
    #catalogus #catalogus-menu-container #catalogus-menu .catalogus-menu-small {
      padding: 0 23px;
      color: #888;
      font-size: 12px; }
    #catalogus #catalogus-menu-container #catalogus-menu .detail-huidig {
      color: #888888 !important; }
    #catalogus #catalogus-menu-container #catalogus-menu .catalogus-menu-small:hover {
      background: #e7e6e5; }
    #catalogus #catalogus-menu-container #catalogus-menu .detail {
      font-size: 14px;
      text-transform: none;
      padding-right: 23px;
      color: #888;
      display: inline-block;
      white-space: nowrap;
      float: left; }
      #catalogus #catalogus-menu-container #catalogus-menu .detail a {
        color: #ACACAC;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        #catalogus #catalogus-menu-container #catalogus-menu .detail a:hover {
          color: #888;
          text-decoration: none; }
    #catalogus #catalogus-menu-container #catalogus-menu li:hover {
      background: #222; 
      color: red;
}
      #catalogus #catalogus-menu-container #catalogus-menu li:hover a {
        text-decoration: none; 
}
    #catalogus #catalogus-menu-container #catalogus-menu .wonen {
      height: 53px; }
    #catalogus #catalogus-menu-container #catalogus-menu .wonen > a {
      padding-right: 18px;
      float: left;
      white-space: nowrap; }

#nieuws .newsbox {
  background: #FFF;
  width: 318px;
  height: 284px;
  float: left;
  display: table;
  margin-right: 9px;
  margin-bottom: 9px; }
  #nieuws .newsbox .newsitem-main {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px; }

#contact #map-canvas {
  position: absolute;
  top: 83px;
  left: 0;
  right: 30%;
  bottom: 0;
  z-index: 80; }
#contact #contactgegevens {
  position: absolute;
  right: 0;
  left: 70%;
  bottom: 40px;
  top: 83px;
  background: #FFF;
  overflow: auto;
  -webkit-box-shadow: -3px 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 4px rgba(0, 0, 0, 0.1);
  z-index: 81; }
  #contact #contactgegevens a {
    color: #333399; }
  #contact #contactgegevens #details {
    padding: 20px 45px 0 45px; }
  #contact #contactgegevens p {
    color: #363636;
    font-size: 13px; }
  #contact #contactgegevens #foto-gebouw {
    width: 100%;
    height: 50%;
    background: url("../images/gebouw.jpg") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#historiek #fiets {
  width: 830px;
  margin: 0 auto;
  height: 2100px;
  position: absolute;
  z-index: -1; }
#historiek .page-container {
  padding-top: 0; }
#historiek #verhaal-historiek {
  padding-top: 180px;
  padding-bottom: 0; 
  display: inline-block;
}
  #historiek #verhaal-historiek section {
    display: inline-block;
 
    float: left;
    width: 100%;
    padding: 35px 20px;
    background-color: white;
    margin: 20px 0px;
    height: 166px;
}
  #historiek #verhaal-historiek h1 {
    color: red;
    font-size: 50px;
    font-weight: bold;
    line-height: 110px; }
  #historiek #verhaal-historiek h2 {
    color: #47423e;
    font-style: italic; 
    font-size: 24px; line-height: 60px;
}
  #historiek #verhaal-historiek p {
    color: #5b6263;
    margin-top: 0;
    margin-bottom: 0; 
}
  #historiek #jaar-1965 #img-1 {
    width: 499px;
    height: 328px;
    background: url("../images/1965-1.png");
    float: left;
    position: relative;
    left: -40px; }
    #historiek #jaar-1965 #img-1 #fietser {
      background: url("../images/1965-1-fietser.png");
      width: 384px;
      height: 313px;
      position: absolute;
      top: 34px;
      left: 95px; }
  #historiek #jaar-1965 #img-2 {
    width: 284px;
    height: 222px;
    background: url("../images/1965-2.png");
    float: right;
    margin-top: 210px;
    position: relative;
    left: 100px;
    -webkit-transform-origin: 50% 5px;
    -moz-transform-origin: 50% 5px;
    -ms-transform-origin: 50% 5px;
    -o-transform-origin: 50% 5px;
    transform-origin: 50% 5px; }
  #historiek #jaar-1965 .overlay-txt {
    width: 370px; 
    display: inline-block;
}
  #historiek #jaar-1965 h2 {
    text-indent: 20px; 
}
  #historiek #jaar-1965 p {
    margin-left: 20px; }
#historiek #jaar-1998 {
  margin-top: 310px; }
  #historiek #jaar-1998 #img-3 {
    background: url("../images/1998.png");
    width: 298px;
    height: 239px;
    position: relative;
    left: 60px; }
  #historiek #jaar-1998 #vrachtwagen {
    background: url("../images/1998-vrachtwagen.png");
    width: 247px;
    height: 173px;
    position: absolute;
    top: 100px;
    left: 310px; }
  #historiek #jaar-1998 #sofa {
    background: url("../images/1998-sofa.png");
    width: 272px;
    height: 124px;
    position: absolute;
    top: 160px;
    left: 160px; }
  #historiek #jaar-1998 .overlay-txt {
    top: -90px;
    left: 270px; }
  #historiek #jaar-1998 p {
    float: left;
    width: 300px;
    margin-left: 20px;
    margin-top: 30px; }
  #historiek #jaar-1998 .container {
    float: left;
    width: 350px; }
    #historiek #jaar-1998 .container h1, #historiek #jaar-1998 .container h2 {
      text-align: right; }
#historiek #jaar-2008 {
  margin-top: 40px; }
  #historiek #jaar-2008 .overlay-txt {
    width: 410px; 
    text-align: right;
    display: inline-block;
    float: right;
    padding-right: 20px;
}
  #historiek #jaar-2008 #img-4 {
    background: url("../images/2008.png");
    width: 405px;
    height: 299px;
    position: relative;
    left: 0;
    margin-top: 20px;
    position: relative;
    top: 60px; }
  #historiek #jaar-2008 #foto-klein {
    background: url("../images/2008-2.png");
    width: 223px;
    height: 158px;
    position: absolute;
    top: 230px;
    left: 350px; }
#historiek #heden {
  margin-top: 120px; }
  #historiek #heden .container {
    width: 420px;
    float: left;
    text-align: right; 
    margin-left: 500px;
}
  #historiek #heden h1 {
    float: left; }
#historiek .cube-container {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  -o-perspective: 300px;
  perspective: 300px;
  -webkit-perspective-origin: 50% 56px;
  -moz-perspective-origin: 50% 56px;
  -ms-perspective-origin: 50% 56px;
  -o-perspective-origin: 50% 56px;
  perspective-origin: 50% 56px;
  margin-bottom: 300px; 
  height: 200px;
}
  #historiek .cube-container #cube {
    width: 604px;
    height: 112px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-302px);
    -moz-transform: translateZ(-302px);
    -ms-transform: translateZ(-302px);
    -o-transform: translateZ(-302px);
    transform: translateZ(-302px);
    position: relative;
    margin: 0 auto; }
    #historiek .cube-container #cube:hover, #historiek .cube-container #cube .hover {
      -webkit-transform: rotateX(90deg) translateY(-302px);
      -moz-transform: rotateX(90deg) translateY(-302px);
      -ms-transform: rotateX(90deg) translateY(-302px);
      -o-transform: rotateX(90deg) translateY(-302px);
      transform: rotateX(90deg) translateY(-302px); }
    #historiek .cube-container #cube > div {
      width: 604px;
      height: 112px;
      position: absolute; }
      #historiek .cube-container #cube > div form, #historiek .cube-container #cube > div a {
        background: #47423e;
        color: #FFF;
        text-transform: uppercase;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        line-height: 112px;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 28px; }
        #historiek .cube-container #cube > div form::before, #historiek .cube-container #cube > div a::before {
          background-image: url('../images/icons-s0f3fdb9096.png');
          background-position: -78px 0;
          background-repeat: no-repeat;
          overflow: hidden;
          display: inline-block;
          height: 38px;
          width: 28px;
          content: "";
          margin-right: 30px;
          position: relative;
          top: 6px; }
          @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
            #historiek .cube-container #cube > div a:before, #historiek .cube-container #cube > div form:before {
              background-image: url('../images/icons-3x-s52480dc8dd.png');
              background-size: 173px 218px;
              background-position: -78px 0;
              height: 38px;
              width: 28px; } }
      #historiek .cube-container #cube > div.front {
        -webkit-transform: rotateY(0deg) translateZ(56px);
        -moz-transform: rotateY(0deg) translateZ(56px);
        -ms-transform: rotateY(0deg) translateZ(56px);
        -o-transform: rotateY(0deg) translateZ(56px);
        transform: rotateY(0deg) translateZ(56px); }
      #historiek .cube-container #cube > div.bottom {
        -webkit-transform: rotateX(-90deg) translateZ(56px);
        -moz-transform: rotateX(-90deg) translateZ(56px);
        -ms-transform: rotateX(-90deg) translateZ(56px);
        -o-transform: rotateX(-90deg) translateZ(56px);
        transform: rotateX(-90deg) translateZ(56px); }
        #historiek .cube-container #cube > div.bottom form {
          background: #554f4a; }
          #historiek .cube-container #cube > div.bottom a:active, #historiek .cube-container #cube > div.bottom form:active {
            background: #47423e; }

/*Para la seccion de nosotros*/
#jaar-2010 .overlay-txt, #jaar-2009 .overlay-txt{
    display: inline-block; 
    float: left; 
    margin-left: 20px;
    width: 440px;
}
section#jaar-1965{ background-image: url('../images/n1.png'); }
section#jaar-2008{ background-image: url('../images/n2.png'); }
section#jaar-2009{ background-image: url('../images/n3.png'); }
section#jaar-2008.four-section{ background-image: url('../images/n4.png'); }
section#jaar-2010{ background-image: url('../images/n5.png'); }
#verhaal-historiek section{
  background-repeat: no-repeat;
  background-position: 110% -20px;
}
#verhaal-historiek section#jaar-2008{
  background-position: -50px -20px; 
}
/*Fin Para la seccion de nosotros*/

@media (max-width: 1370px) {
  .submenu-wrap {
    width: 668px; }

  .submenu {
    top: -340px; } }
@media (max-width: 1008px) {

  /*La seccion de nosotros*/
  #verhaal-historiek section {background-position: 420px -20px;}
  #verhaal-historiek section#jaar-1965 {background-position: 290px -20px;}
  #verhaal-historiek section#jaar-2008 {background-position: -360px -20px;}
  /*La seccion de nosotros fin*/
  #menu-wrap{
    width: 210px;
    position: absolute;
  }
  #menu-wrap img{
    width: 100%;
  }

  #icons {
    width: 260px;
    margin-top: 165px; }

  .page-container {
    width: 654px; 
    overflow: hidden;
}

  #catalogus #catalogus-menu-container #catalogus-menu li {
    display: none; }
  #catalogus #catalogus-menu-container #catalogus-menu #alles {
    display: block; }
  #catalogus #catalogus-menu-container #catalogus-mobile-button {
    display: block; }
  #catalogus #catalogus-menu-container #mobile-tri {
    display: block; }

  #contact #map-canvas {
    right: 0;
    bottom: 290px; }
  #contact #contactgegevens {
    top: auto;
    left: 0;
    bottom: 40px;
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1); }
    #contact #contactgegevens #foto-gebouw {
      height: 250px;
      width: 400px;
      float: left; }
    #contact #contactgegevens #details-container {
      float: left; }
    #contact #contactgegevens #details {
      padding: 0 0 0 40px;
      display: table-cell;
      height: 250px;
      vertical-align: middle; }

  #historiek #fiets {
    width: 654px; }
  #historiek #jaar-1965 #img-2 {
    margin-top: -20px;
    right: -110px;
    left: auto;
    position: absolute; }
  
  #historiek #jaar-1998 {
    margin-top: 300px; }
    #historiek #jaar-1998 #img-3 {
      left: -90px; }
    #historiek #jaar-1998 #sofa {
      left: 10px; }
    #historiek #jaar-1998 #vrachtwagen {
      left: 160px; }
    #historiek #jaar-1998 .overlay-txt {
      margin-top: -30px; }
      #historiek #jaar-1998 .overlay-txt .container {
        float: right; }
      #historiek #jaar-1998 .overlay-txt p {
        float: right;
        text-align: right;
        width: 260px;
        margin-top: 0; }
  #historiek #jaar-2008 {
    margin-top: 130px; }
    #historiek #jaar-2008 #img-4 {
      margin-left: -110px;
      top: 220px; }
    #historiek #jaar-2008 #foto-klein {
      left: 240px;
      top: 340px; }
    #historiek #jaar-2008 .overlay-txt {
      margin-right: 40px;
      left: 280px; 
      width: 450px;
      text-align: right;
}
      #historiek #jaar-2008 .overlay-txt h2, #historiek #jaar-2008 .overlay-txt p {
        margin-left: 20px; }
  #historiek #heden {
    margin-top: 160px; }
    #historiek #heden .container {
      float: right;
      width: 260px; }
    #historiek #heden h1 {
      float: right;
      margin-top: 40px; }
    #historiek #heden p {
      width: 220px;
      float: right; } }




/* Custom POPUP */
.mfp-content.categories-pop-up {
    width: 744px;
}
.categorias-selector{
    width: 100%;
    background: #fff;
    border: 1px solid black;
    border-color: rgba(0,0,0,0.9);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.categorias-row{
    width: 100%;
    height: 55px;
}
.categorias-row.pair .categorias-val{
    background-color: #f8f8f8;
}
.categorias-row.first .categorias-val{
    background: #222;
    color: white;
    font-weight: bold;
}    
.categorias-val{
    width: 123px;
    height: 54px;
    float: left;
    background: white;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    border-left: 0px;
    border-bottom: 0px;
}
.categorias-row.first{
    margin-bottom: -1px;
}
.categorias-row.first .categorias-val{
    border-top: 0px;
}
.categorias-val p {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
    width: 125px;
    line-height: 16px;
    text-align: center;
    padding: 0px;
}
.categorias-all p{
    font-weight: bold;
}
.pop-up-description{
    color: white;
}
.c-popup-option{
    cursor: pointer;
    -webkit-transition: 250ms linear 0s;
    -moz-transition: 250ms linear 0s;
    -o-transition: 250ms linear 0s;
    transition: 250ms linear 0s;
    outline: 0 none;
}
.c-popup-option.categoria-selected{
    background-image: url('../images/menu_over.png');
    box-shadow: inset 0px 1px 10px #ccc;
    -moz-box-shadow: inset 0px 1px 10px #8B8B8B;
    -webkit-box-shadow: inset 0px 1px 10px #ccc;
    background-position: 0px -10px;
}
.categorias-val.categorias-na {
    background-color: #fff !important;
    background-image: url('../images/menu_over.png');
}
.loading {
    margin: 50px;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    width: 50px;
    display: none;
}


@media (min-width: 680px) {
  .only-mobile{
    display: none;
  }
}

@media (max-width: 680px) {
  /*  TU COCINA */
  #historiek.tu-cocina .page-container, .page-container{
    margin: 0 auto;
    overflow: hidden;
    width: 300px;
  }

  .tu-cocina-description{
    height: auto;
    padding-bottom: 15px;
  }
  .tu-cocina-description .tu-cocina-title, .tu-cocina-description .tu-cocina-subtitle{
    padding: 0px;
    margin: 10px 20px;
  }
  #historiek.tu-cocina #verhaal-historiek{
    padding-top: 50px;
  }
  /* FIN::TU COCINA */


  /* Custom POPUP */
  .mfp-content.categories-pop-up {
      width: 90%;
  }
  .categorias-val{
      width: 100%;
      display: none;
  }
  .categorias-val.curr-val{
      display: inline-block;
  }

  .confirm-icon {
    right: 50px !important;
    padding: 8px 15px;
    border-right: 1px solid #666;
  }
  .mfp-image-holder .mfp-close{
    right: 0px !important;
    padding: 8px 15px !important;
  }
  .categorias-val p {
    text-align: left;
    padding-left: 30px;
    padding-right: 0px;
    font-size: 15px;
    min-width: 300px;
  }

  section .overlay-txt{ width: 100% !important; }
  /* END:: Custom POPUP */

  .no-mobile{
    display: none;
  }

  .submenu {
    display: none; }

  #menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px; 
    background: #222;
  }

  #menu-wrap{ width: 100%; }
  #menu-wrap img{ width: 220px; }

    #menu #menu-wrap {
      padding: 0;
      float: none;
      height: 100%;
      background: #222;
      -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 99; }
      #menu #menu-wrap #menu-logo {
        margin-left: 0.5em; }
      #menu #menu-wrap #mobile-menu {
        display: block;
        margin-right: 0.5em; }
    #menu ul {
      float: none;
      display: none;
      margin-right: 0; 
}
      #menu ul li {
        display: block;
        height: 66px; 
}
        #menu ul li a {
          display: block;
          margin-left: 0;
          padding-left: 2em;
          -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          background: #3e3e3e; }
        #menu ul li > span {
          display: none; }
        #menu ul li a .line {
          display: none; }

  #icon-wrap {
    height: auto;
    margin: 0 auto;
    padding-top: 143px; }

  #icons {
    display: inline-block;
    width: 233px; }
    #icons a:nth-child(even) {
      margin-right: 0; }

  #news-holder {
    height: auto; }

  #newsitem {
    position: static;
    clear: both;
    margin-top: 40px; }

  footer {
    position: fixed; 
    bottom: 0px;
}

  #newsitem-header span {
    display: table;
    margin: 0 auto; }

#historiek .page-container {
    width: 100%; 
    margin: 0%;
    overflow: hidden;
}

#verhaal-historiek{
  width: 100%;}

  #home #newsitem {
    margin-bottom: 73px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #home #newsitem.nonews {
      position: static;
      margin-top: 35px; }
      #home #newsitem.nonews #newsitem-header {
        display: none; }
    #home #newsitem .newsbox {
      width: 100%; }

  #catalogus h1 {
    margin-left: 0; }
  #catalogus .catalogus-menu-small {
    display: none; }
  #catalogus #catalogus-menu-container {
    margin-right: 0;
    margin-left: 0; }
    #catalogus #catalogus-menu-container #catalogus-mobile-button {
      padding-right: 0; }
    #catalogus #catalogus-menu-container #mobile-tri {
      display: block; }
  #catalogus #catalogus-producten {
    margin: 0 auto;
    position: relative; }
    #catalogus #catalogus-producten > div {
      margin-right: 0; }
    #catalogus #catalogus-producten img {
      /*width: 300px;*/ }
    #catalogus #catalogus-producten .ov-kader {
      height: auto; }

  #nieuws .newsbox {
    margin-right: 0; }

  #contact #map-canvas {
    height: 250px;
    position: relative;
    top: 0; }
  #contact #contactgegevens {
    display: table;
    width: 100%;
    position: static;
    padding-top: 83px; }
    #contact #contactgegevens #foto-gebouw {
      height: 250px;
      width: 100%;
      float: none; }
    #contact #contactgegevens #details-container {
      float: none; }
    #contact #contactgegevens #details {
      padding: 0 0 0 40px;
      display: table-cell;
      height: 250px;
      vertical-align: middle; }
  #contact footer {
    margin-top: 0; }

  footer #footer-right {
    font-size: 9px; }

  #historiek {
    background: url("../images/pad.png") center top no-repeat #f5f4f1 !important;
    background-size: 359px 2222px; }
    #historiek #verhaal-historiek h1 {
      font-size: 120px;
      text-align: center; 
    }
    #historiek #verhaal-historiek #fiets {
      display: none; }
    #verhaal-historiek section {
      background-position: center -100px !important;
    }
    #historiek #verhaal-historiek section { 
      width: 80%;
      margin: 20px 5%;
      display: inline-block;
      overflow: hidden;
      padding: 5%;
      height: auto;
      padding-top: 200px;
}
      #historiek #verhaal-historiek #jaar-1965 .overlay-txt {
        width: auto; }
        #jaar-2010 .overlay-txt, #jaar-2009 .overlay-txt{
          margin: 0px;
        }
        #historiek #verhaal-historiek .overlay-txt h2 {
          margin-left: 0px !important; 
          font-size: 18px !important;
          text-indent: 0px !important;
}
#historiek #verhaal-historiek .overlay-txt p{
  text-indent: 0px !important;
  margin: 0px;
}
      #historiek #verhaal-historiek #jaar-1965 #img-1 {
        width: 300px;
        height: 197px;
        background-size: 300px 197px;
        position: static; }
        #historiek #verhaal-historiek #jaar-1965 #img-1 #fietser {
          width: 231px;
          height: 188px;
          background-size: 231px 188px;
          left: 57px;
          top: 21px; }
      #historiek #verhaal-historiek #jaar-1965 #img-2 {
        display: none; }
      #historiek #verhaal-historiek #jaar-1965 .overlay-txt {
        position: static; }
    #historiek #verhaal-historiek #jaar-1998 {
      margin-top: 60px; }
      #historiek #verhaal-historiek #jaar-1998 #vrachtwagen {
        left: 133px; }
      #historiek #verhaal-historiek #jaar-1998 .overlay-txt {
        position: static;
        margin-top: 100px;
        margin-left: 0; }
        #historiek #verhaal-historiek #jaar-1998 .overlay-txt .container {
          width: auto;
          float: none; }
          #historiek #verhaal-historiek #jaar-1998 .overlay-txt .container h1, #historiek #verhaal-historiek #jaar-1998 .overlay-txt .container h2 {
            text-align: left; }
        #historiek #verhaal-historiek #jaar-1998 .overlay-txt p {
          float: none;
          text-align: left;
          width: auto;
          margin-left: 10px;
          margin-right: 10px; }
    #historiek #verhaal-historiek #jaar-2008 h2 {
      margin-left: 10px; }
    #historiek #verhaal-historiek #jaar-2008 #img-4 {
      top: 0; }
    #historiek #verhaal-historiek #jaar-2008 .overlay-txt {
      position: static;
      width: auto; 
      padding: 0px;
      margin-right: 0px;
}
      
    #historiek #verhaal-historiek #jaar-2008 #foto-klein {
      left: 150px;
      top: 330px; }
      #historiek #verhaal-historiek #heden h1 {
        display: none; }
    #historiek .cube-container {
      margin: 0 auto !important; 
      width: 300px;
      overflow: hidden;
}
      #historiek .cube-container #cube {
        width: 0;
        margin-left: -50%;
        -webkit-transform: translateZ(-550px);
        -moz-transform: translateZ(-550px);
        -ms-transform: translateZ(-550px);
        -o-transform: translateZ(-550px);
        transform: translateZ(-550px); }
        #historiek .cube-container #cube:hover, #historiek .cube-container #cube .hover {
          -webkit-transform: rotateX(90deg) translateY(-550px);
          -moz-transform: rotateX(90deg) translateY(-550px);
          -ms-transform: rotateX(90deg) translateY(-550px);
          -o-transform: rotateX(90deg) translateY(-550px);
          transform: rotateX(90deg) translateY(-550px); } }
#slidecaption {
  white-space: nowrap; }

#slidecounter a {
  color: #fff;
  cursor: pointer; }
  #slidecounter a:hover {
    text-decoration: none; }

.custom-image-w img {
  height: 313px;
  max-width: none !important;
  width: auto !important;
}
.confirm-icon{
  right: 40px;
  position: absolute;
  top: 10px;
  width: 20px;
  opacity: 0.7;
  cursor: pointer;
}
.confirm-icon:hover{opacity: 1;}
#home footer, #contact footer {
  position: fixed;
  bottom: 0px;
  z-index: 100;
}