/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*
modifications to original reset, avoid unwated white space between elements
*/
body {
  font-size: 0;
}

/*
apply a natural box layout model to all elements
*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*
reset the fontello default margin
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

div.desktop-navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 180px;
  background-color: #231F20;
}
div.desktop-navigation a {
  text-decoration: none;
}
div.desktop-navigation a, div.desktop-navigation a:active, div.desktop-navigation a:hover, div.desktop-navigation a:visited {
  color: #ddc784;
}
div.desktop-navigation a.desktop-logo {
  margin-top: 5px;
  margin-left: 0px;
  display: inline-block;
  width: 180px;
  height: 116px;
  background: transparent url(/site/img/tgrofzout-logo.png) no-repeat;
  background-size: 180px 116px;
}
div.desktop-navigation div.desktop-menu-footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 180px;
  height: 10px;
  background: transparent url(/site/img/footer.png) no-repeat;
  background-size: 180px 10px;
}
div.desktop-navigation ul.main-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  background-color: #231F20;
}
div.desktop-navigation div.desktop-bottom-menu {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #231F20;
}
div.desktop-navigation ul.main-menu li {
  font-size: 16px;
  line-height: 1.35;
  padding: 2px 5px;
  text-transform: lowercase;
}
div.desktop-navigation ul.main-menu li.home-menu-item,
div.desktop-navigation ul.main-menu li.sub-menu-item,
div.desktop-navigation div.desktop-bottom-menu li {
  font-size: 16px;
}
div.desktop-navigation .desktop-navigation ul.main-menu li a {
  display: inline-block;
  padding: 3px 0;
}
div.desktop-navigation div.desktop-bottom-menu ul {
  margin-bottom: 10px;
}
div.desktop-navigation div.desktop-bottom-menu li {
  display: inline-block;
}
div.desktop-navigation div.desktop-bottom-menu li a {
  display: inline-block;
  margin: 0 5px;
}
div.desktop-navigation li.facebook {
  padding-left: 5px;
}
div.desktop-navigation i.icon-left {
  padding-right: 5px;
}
div.desktop-navigation ul.main-menu li a.active {
  border-bottom: 1px solid #ddc784;
}
div.desktop-navigation ul.main-menu li.home-menu-item a.active,
div.desktop-navigation ul.main-menu li.sub-menu-item a.active,
div.desktop-navigation ul.language-menu li a.active {
  border-bottom: 1px solid #ddc784;
}
div.desktop-navigation div.desktop-bottom-menu ul.contact-menu {
  margin-bottom: 0px;
}
div.desktop-navigation ul.main-menu li.language-menu a {
  margin: 0px 5px;
}

html,
body {
  height: 100%;
  color: #393939;
}

body {
  background-color: #dedede;
  font-family: "acumin-pro", sans-serif;
}

a[href^=tel] {
  text-decoration: none !important;
}

.canvas-inner > ul {
  list-style: disc inside none;
  margin-top: 10px;
}

h2 {
  font-weight: bold;
  font-size: 31px;
  line-height: 1.1;
  color: #A36C76;
}

h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h4, p, li {
  font-size: 16px;
  line-height: 1.6;
}

h5 {
  font-size: 14px;
  font-weight: normal;
}

p, h2, h3, h4, h5 {
  margin-top: 10px;
}

p:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0px;
}

em {
  font-style: italic;
}

h2 + h3 {
  margin-top: 15px;
}

p + h3 {
  margin-top: 15px;
}

p.price {
  position: relative;
  padding-right: 60px;
}

span.price-1 {
  position: absolute;
  right: 0;
  top: 0;
}

span.price-2 {
  position: absolute;
  right: 0;
  top: 24px;
}

.has-2-prices {
  min-height: 50px;
}

a,
a:active,
a:hover,
a:visited {
  color: #393939;
}

html.ios.touch {
  /*
  avoid "rubber band" when in ipad "app" mode
  */
  position: fixed;
  height: 100%;
  width: 100%;
}

div.viewport {
  position: relative;
  height: 100%;
  min-width: 1024px;
}

/*
div.canvas-wrapper + div.desktop-navigation {
  -webkit-box-shadow: 1px 0 5px 5px rgba(181, 156, 121, 0.8);
    box-shadow: 1px 0 5px 5px rgba(181, 156, 121, 0.8);   
}
*/
div.canvas-wrapper a.canvas-close-button {
  display: inline-block;
  font-size: 20px;
  background-color: #fefdfc;
  border: 1px solid #393939;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #393939;
  padding: 5px;
}

div.mobile-header .mobile-logo {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 166px;
  height: 100px;
  display: none;
}

div.mobile-header a.mobile-logo-foreground {
  background: transparent url(/site/img/tgrofzout-logo.png) no-repeat;
  background-size: 166px 100px;
  background-position: center;
  z-index: 999;
}

div.mobile-header div.mobile-logo-background-1 {
  background-color: #231F20;
  z-index: 998;
}

div.mobile-header div.mobile-logo-background-2 {
  background-color: #231F20;
  z-index: 997;
  border: 2px solid #231F20;
  /*    width:124px;
      height:102px;
      left:8px; */
  left: 10px;
  width: 120px;
  height: 100px;
}

div.mobile-header div.mobile-navigation {
  background-color: #231F20;
  position: relative;
  width: 100%;
  height: 60px;
  display: none;
  border-bottom: 2px solid #ddc784;
  z-index: 998;
}

div.mobile-header .mobile-menu-buttons {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  padding-left: 10px;
}

div.mobile-header .mobile-menu-buttons span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 60px;
  cursor: pointer;
  color: #ddc784;
}

div.mobile-header .mobile-menu-buttons span i.icon-phone {
  position: absolute;
  top: 20px;
  left: 13px;
  font-size: 18px;
}

div.mobile-header .mobile-menu-buttons span i.icon-menu {
  position: absolute;
  top: 18px;
  left: 13px;
  font-size: 21px;
}

div.mobile-header .mobile-menu-buttons span i.icon-down-dir {
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 30px;
}

div.mobile-header ul.sub-menu,
div.mobile-header ul.top-menu {
  display: none;
}

div.mobile-header div.mobile-menu ul {
  background-color: #fefdfc;
  border-bottom: 2px solid #231F20;
}

div.mobile-header div.mobile-menu li {
  border: 0;
  display: block;
  margin-right: 8px;
  text-align: right;
  padding: 8px 5px;
  margin-bottom: 0px;
  font-size: 17px;
}

div.mobile-header div.mobile-menu li a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid white;
}

div.mobile-header div.mobile-menu li.active a {
  border-bottom: 2px solid black;
}

div.mobile-header div.mobile-menu li.home-button {
  display: none !important;
}

div.supersized-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 180px;
  overflow: hidden;
  z-index: -9999;
  background-color: #e0e0e0;
}

div.isotopes-wrapper {
  height: 100%;
  padding: 5px 25px 40px 200px;
}

div.isotopes-wrapper .isotopes {
  height: 100%;
  margin-left: auto;
  width: 0px;
  overflow: hidden;
}

div.mobile-footer-wrapper h2,
div.isotopes-wrapper h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

div.isotopes-wrapper p {
  font-size: 17px;
  margin-top: 5px;
}

div.isotopes-wrapper .isotope {
  margin-top: 20px;
  margin-left: 20px;
  width: 300px;
  padding: 15px 20px 20px;
  background-color: #fefdfc;
  border: 0px;
}

.canvas-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 930px;
  background-color: #fefdfc;
}

.mycanvas {
  outline: none;
  height: 100%;
  overflow: auto;
  position: relative;
  margin-left: 180px;
  -webkit-overflow-scrolling: touch;
  padding: 75px 20px 50px 20px;
  background-color: #fefdfc;
}

.canvas-inner {
  max-width: 600px;
  margin: auto;
}

.canvas-wrapper p.menu-divider + p {
  margin-top: 5px;
}

.canvas-wrapper p.wijn {
  font-style: italic;
  font-size: 17px;
}

.canvas-wrapper i.icon-wine {
  font-style: normal;
  margin-right: 4px;
  font-size: 14px;
}

.canvas-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #393939;
}

div.mobile-footer-wrapper {
  display: none;
}

/* Mailchimp styles */
.canvas-wrapper #mc_embed_signup form {
  padding: 10px 0;
}

.webfonts-loading div.mobile-menu ul,
.webfonts-loading div.desktop-navigation ul,
.webfonts-loading div.mycanvas,
.webfonts-loading div.isotope {
  visibility: hidden;
}

@media screen and (max-height: 650px) {
  div.desktop-navigation ul.main-menu {
    position: static;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 1023px) {
  body {
    background-color: #f3f3f3 !important;
  }

  .desktop-only {
    display: none !important;
  }

  div.viewport {
    min-width: 320px;
    max-width: 600px;
    background-color: white;
    height: auto;
    min-height: 100%;
    padding-bottom: 50px;
    margin: auto;
  }

  div.desktop-navigation {
    display: none;
  }

  div.mobile-footer-wrapper {
    display: block;
  }

  div.mobile-header .mobile-logo {
    display: inline-block;
  }

  div.mobile-header div.mobile-navigation {
    display: block;
  }

  div.mobile-header .mobile-menu-buttons {
    display: block;
  }

  div.mobile-header div.mobile-menu .has-submenu li {
    padding-right: 57px;
  }

  div.mobile-header ul.sub-menu.menu-visible,
div.mobile-header ul.top-menu.menu-visible {
    display: block;
  }

  div.mobile-header ul.menu-visible.suppress-menu-visible {
    display: none !important;
  }

  div.supersized-wrapper {
    position: relative;
    height: auto;
    top: auto;
    padding-bottom: 75%;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
  }

  div.isotopes-wrapper {
    height: auto;
    padding: 0;
  }

  div.isotopes-wrapper .isotopes {
    width: auto;
  }

  div.mobile-footer-wrapper .isotope,
div.isotopes-wrapper .isotope {
    border: 0px;
    margin: 0px auto 0px auto;
    display: block;
    width: auto;
    max-width: 400px;
    padding: 15px 0px;
    border-bottom: 2px solid #231F20;
    background-color: white;
  }

  div.canvas-wrapper {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    overflow: hidden;
  }

  div.canvas-wrapper .mycanvas {
    height: auto;
    overflow: visible;
    margin-left: 0px;
    padding: 25px 20px 25px 20px;
    background-color: #fefdfc;
  }

  div.canvas-wrapper a.canvas-close-button {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  div.mobile-footer-wrapper .isotope,
div.isotopes-wrapper .isotope {
    margin: 0px 15px 0px 15px;
  }

  div.canvas-wrapper .mycanvas {
    padding: 35px 15px 0 15px;
  }

  div.mobile-header .mobile-logo {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 133px;
    height: 80px;
  }

  div.mobile-header a.mobile-logo-foreground {
    background-size: 133px 80px;
  }

  div.mobile-header div.mobile-logo-background-2 {
    border: 2px solid #ddc784;
    /*width:94px;
    height:82px;
    left:3px;*/
    left: 5px;
    width: 90px;
    height: 80px;
  }
}

/*# sourceMappingURL=styles.css.map */
.imageblock {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0px solid white; }

.imageblock-template {
  width: 100%;
  position: relative; }

.image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: none; }

.imageblock-template-1 {
  padding-bottom: 50%; }
  .imageblock-template-1 .image-wrapper-1 {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.imageblock-template-2 {
  padding-bottom: 50%; }
  .imageblock-template-2 .image-wrapper-1 {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    border-right: 3px solid white; }
  .imageblock-template-2 .image-wrapper-2 {
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    border-left: 3px solid white; }

.imageblock-template-3 {
  padding-bottom: 50%; }
  .imageblock-template-3 .image-wrapper-1 {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 33.333%;
    border-right: 3px solid white; }
  .imageblock-template-3 .image-wrapper-2 {
    display: block;
    top: 0;
    bottom: 50%;
    left: 66.666%;
    right: 0;
    border-bottom: 3px solid white;
    border-left: 3px solid white; }
  .imageblock-template-3 .image-wrapper-3 {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 66.666%;
    right: 0;
    border-top: 3px solid white;
    border-left: 3px solid white; }

.imageblock-template-4,
.imageblock-template-5,
.imageblock-template-6,
.imageblock-template-7,
.imageblock-template-8,
.imageblock-template-9,
.imageblock-template-10 {
  padding-bottom: 75%; }
  .imageblock-template-4 .image-wrapper-1,
  .imageblock-template-5 .image-wrapper-1,
  .imageblock-template-6 .image-wrapper-1,
  .imageblock-template-7 .image-wrapper-1,
  .imageblock-template-8 .image-wrapper-1,
  .imageblock-template-9 .image-wrapper-1,
  .imageblock-template-10 .image-wrapper-1 {
    display: block;
    top: 0;
    bottom: 33.333%;
    left: 0;
    right: 0;
    border-bottom: 3px solid white; }
  .imageblock-template-4 .image-wrapper-2,
  .imageblock-template-5 .image-wrapper-2,
  .imageblock-template-6 .image-wrapper-2,
  .imageblock-template-7 .image-wrapper-2,
  .imageblock-template-8 .image-wrapper-2,
  .imageblock-template-9 .image-wrapper-2,
  .imageblock-template-10 .image-wrapper-2 {
    display: block;
    top: 66.666%;
    bottom: 0;
    left: 0%;
    right: 66.666%;
    border-top: 3px solid white;
    border-right: 3px solid white; }
  .imageblock-template-4 .image-wrapper-3,
  .imageblock-template-5 .image-wrapper-3,
  .imageblock-template-6 .image-wrapper-3,
  .imageblock-template-7 .image-wrapper-3,
  .imageblock-template-8 .image-wrapper-3,
  .imageblock-template-9 .image-wrapper-3,
  .imageblock-template-10 .image-wrapper-3 {
    display: block;
    top: 66.666%;
    bottom: 0;
    left: 33.333%;
    right: 33.333%;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white; }
  .imageblock-template-4 .image-wrapper-4,
  .imageblock-template-5 .image-wrapper-4,
  .imageblock-template-6 .image-wrapper-4,
  .imageblock-template-7 .image-wrapper-4,
  .imageblock-template-8 .image-wrapper-4,
  .imageblock-template-9 .image-wrapper-4,
  .imageblock-template-10 .image-wrapper-4 {
    display: block;
    top: 66.666%;
    bottom: 0;
    left: 66.666%;
    right: 0%;
    border-top: 3px solid white;
    border-left: 3px solid white; }

@media screen and (max-width: 1023px) {
  .imageblock {
    border: 0px; }

  .image-wrapper {
    border-color: white !important; } }

/*# sourceMappingURL=imageblocks.css.map */
