/* cmsms stylesheet: style-front modified: zondag 26 april 2020 17:20:55 */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

@import url(https://fonts.googleapis.com/css?family=Alex+Brush);

@import url(../../fonts/abrahamlincoln/stylesheet.css);

@import url(../../fonts/fontawesome/font-awesome.min.css);

.sharelink {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../images/sharelinks.png) no-repeat;
  background-size: auto 32px;
  margin: 0 2px;
}

.sharelink_facebook {
  background-position: 0 0;
}

.sharelink_twitter {
  background-position: -36px 0;
}

.sharelink_mail {
  background-position: -72px 0;
}

.sharelink_googleplus {
  background-position: -108px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sharelink {
    background-image: url(../../../images/front/sharelinks@2x.png);
  }
}

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Droid Serif", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, textarea, button, select {
  font: 1em "Droid Serif", sans-serif;
}

a img {
  border: none;
}

button {
  cursor: hand;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.gm-style img {
  max-width: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Abraham Lincoln", sans-serif;
}

header.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}

.row {
  position: relative;
  width: 100%;
  max-width: 65em;
  margin: 0 auto;
}

.row:after {
  display: block;
  content: ' ';
  width: 1px;
  font-size: 1px;
  clear: both;
}

.row .row {
  width: auto;
  max-width: none;
  margin: 0 -14px;
  padding: 0;
}

.hires {
  display: inline-block;
  background-size: 100% auto;
  background-repeat: none;
  white-space: nowrap;
  overflow: hidden;
}

.for-desktop {
  display: none;
}

.mainmenu .menu-items, .breadcrumbs, .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainmenu .menu-items li, .breadcrumbs li, .pagination li {
  display: inline-block;
}

.pagination li a {
  display: inline-block;
  padding: 5px 11px;
  text-decoration: none;
}

ul.errors {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.errors li {
  color: #f61d1e !important;
}

.error {
  color: #f61d1e !important;
}

.notice {
  color: #a29f3a !important;
}

.breadcrumbs li + li:before {
  display: inline-block;
  content: "\f105";
  margin: 0 8px;
}

.clearer {
  clear: both;
}

.flexvideo {
  width: 100%;
  position: relative;
}

.flexvideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.documentList {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.fotooverzicht.naastelkaar {
  margin: 0 -10px;
}

.fotooverzicht.naastelkaar a {
  display: block;
  padding: 10px;
  width: 33.33333%;
  float: left;
}

.fotooverzicht.naastelkaar a img {
  display: block;
}

@media screen and (max-width: 549px) {
  .fotooverzicht.naastelkaar {
    margin: 0 -5px;
  }

  .fotooverzicht.naastelkaar a {
    padding: 5px;
  }
}

.fotorechts {
  float: right;
}

.fotolinks {
  float: left;
}

.clickable-block {
  cursor: pointer;
  cursor: hand;
}

.column, .columns {
  position: relative;
  margin-bottom: 0;
  min-height: 1px;
  float: left;
  padding: 0 14px;
  width: 100%;
}

.column.right, .columns.right {
  float: right;
}

.medium-clear {
  display: none;
}

.small-1 {
  width: 25%;
}

.small-2 {
  width: 50%;
}

.small-3 {
  width: 75%;
}

.small-4 {
  width: 100%;
}

@media screen and (max-width: 499px) {
  .show-for-medium-up {
    display: none;
  }

  .topbar_languages {
     width: 40px;
  }
}

@media screen and (min-width: 500px) {
  .column, .columns {
    margin-bottom: 0;
  }

  .medium-1 {
    width: 25%;
  }

  .medium-2 {
    width: 50%;
  }

  .medium-3 {
    width: 75%;
  }

  .medium-4 {
    width: 100%;
  }

  .medium-clear {
    display: block;
    width: 1px;
    height: 1px;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .show-for-large-up {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /*.row {
  	padding: 0 ($gutter/2);
  }*/
  .large-1 {
    width: 25%;
  }

  .large-2 {
    width: 50%;
  }

  .large-3 {
    width: 75%;
  }

  .large-4 {
    width: 100%;
  }

  .medium-clear {
    display: none;
  }
}

#normal-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  #normal-menu {
    display: block;
  }

  #responsive-menu {
    display: none;
  }
}

.scrollbg {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0px);
}

.scrollbg_content {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.faderrotator {
  position: relative;
  transition: height 600ms;
  -webkit-transition: height 600ms;
}

.faderrotator_item {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 600ms;
  -webkit-transition: opacity 600ms;
}

.faderrotator_item.active {
  opacity: 1;
  filter: none;
  z-index: 1;
}

.regel {
  margin: .5em 0;
}

input, button, textarea {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  height: 150px;
  margin-top: 5px;
}

button {
  border: 0;
}

.ie-placeholder {
  color: #808080;
}

.regel {
  display: block;
  margin: .5em 0;
}

.col1, .col2, .knoppen {
  display: block;
}

.col2 input, .col2 textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d4d5d5;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 0;
  transition: box-shadow 200ms, border-color 200ms;
  -webkit-transition: box-shadow 200ms border-color 200ms;
}

.col2 input:focus, .col2 textarea:focus {
  border-color: #e30613;
  box-shadow: 0px 0px 5px rgba(227, 6, 19, 0.25);
}

.knoppen input {
  cursor: pointer;
  cursor: hand;
  padding: .66667em 1.33333em .33333em 1.33333em;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  background-color: #3f3f3f;
  color: white !important;
  border-radius: 0;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
}

.no-touch .knoppen input:hover {
  background-color: #f90a18;
}

.ie-placeholder {
  color: #726f69;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #726f69;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #726f69;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #726f69;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #726f69;
}

::selection {
  background: #e30613;
  /* WebKit/Blink Browsers */;
}

::-moz-selection {
  background: #e30613;
  /* Gecko Browsers */;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  color: #1e1e1e;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #d7a74b;
  text-decoration: none;
  transition: color 300ms, background-color 300ms;
  -webkit-transition: color 300ms, background-color 300ms;
}

hr {
  text-align: left;
  margin: 0;
  border: 0;
  height: 2px;
  width: 144px;
  background-color: #ffffff;
  opacity: .1;
  filter: alpha(opacity=10);
}

@media screen and (min-width: 1130px) {
  .row_wide {
    max-width: 1130px !important;
  }
}

span.div {
  display: block;
}

.row_small {
  max-width: 850px !important;
}

.topbar_logo a, .rockbottom_logo, .btn_addnoise {
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
  white-space: nowrap;
}

.topbar_languages {
  position: absolute;
  top: 0px;
  right: 10px;
  background-color: #ddf3f7;
  padding: 5px 5px 0;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  z-index: 1000;
}

.topbar_languages a, .topbar_languages span {
   margin: 0px 3px;
}

.topbar_languages a img {
   -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; 
   filter: alpha(opacity=50); 
   opacity:.5;
}

.topbar_languages a:hover img {
   -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; 
   filter: alpha(opacity=100); 
   opacity:1;
}

.btn_addnoise {
  background-image: url(../../../images/addnoise.png);
  width: 156px;
  height: 42px;
  max-width: 100%;
  background-size: 100% auto;
}

.imgleft {
  width: 43%;
  float: right;
  padding: 0 0 10px 10px;
}

@media screen and (max-width: 330px) {
   .topbar_languages {
      background-color: #ffffff;
   }
}

@media screen and (max-width: 359px) {
   .topbar_languages {
      right: 0px;
   }
}

@media screen and (min-width: 500px) {
  .imgleft {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .imgleft {
    padding: 0;
    width: 50%;
    float: left;
  }

  .cntright {
    width: 50%;
    float: right;
  }
}

@media screen and (min-width: 1130px) {
  .row_wide {
    max-width: 1130px;
  }
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.btn_small {
  font-size: .75em;
}

.btn .fa {
  margin-right: 10px;
}

/***************************************************************/
.main {
  padding-top: 1px;
}

/* TOPBAR */
.scrollup {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 77px;
  pointer-events: none;
}

.scrollup > .inner {
  transition: top 500ms, opacity 500ms;
  -webkit-transition: top 500ms, opacity 500ms;
  position: relative;
  top: -153px;
  opacity: 0;
}

.scrollup .topbar_logo .f {
  transition: padding-top 500ms;
  -webkit-transition: padding-top 500ms;
}

.scrollup .topbar_logo a {
  transition: width 500ms, height 500ms;
  -webkit-transition: width 500ms, height 500ms;
}

.scrollup_state_visible {
  pointer-events: auto;
}

.scrollup_state_visible > .inner {
  top: 0;
  opacity: 1 !important;
}

.scrollup_state_visible.scrollup_state_scrolled > .inner {
  top: -77px;
}

@media screen and (min-width: 768px) {
  .scrollup {
    height: 153px;
  }

  .no-touch .scrollup {
    position: fixed;
  }
}

.topbar {
  max-width: 100%;
  transition: top 500ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: top 500ms cubic-bezier(0.65, 0, 0, 1);
}

.topbar > .inner {
  height: 77px;
}

@media screen and (min-width: 768px) {
  .topbar > .inner {
    height: 153px;
  }
}

.topbar > .inner:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 77px;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .topbar > .inner:after {
    top: 153px;
  }
}

.topbar_tiles {
  height: 580px;
  position: absolute;
  right: 0;
  left: 0;
  background-color: white;
  display: none;
  padding-top: 30px;
  bottom: 153px;
}

.topbar_tiles .columns {
  width: 33.33333%;
}

.topbar_tiles .tiles_container {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}

.topbar_tiles .tile {
  height: 520px !important;
}

.topbar_state_down {
  top: 580px;
}

.topbar_state_down .righttop_more img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.topbar_logo {
  margin: 0;
  position: relative;
  max-width: 100%;
  z-index: 10;
}

.topbar_logo .f {
  display: block;
  margin: 0 auto;
  background-image: url(../../images/front/logoframe_desktop.png);
}

.topbar_logo a {
  display: block;
  background-image: url(../../images/front/logo.png);
  margin: 0 auto;
}

.topbar_menubutton, .topbar_phonebutton {
  position: absolute;
  height: 36px;
  width: 36px;
  z-index: 100;
}

.topbar_menubutton {
  display: none;
}

.topbar_phonebutton {
  color: #1e1e1e;
  right: 14px;
  font-size: 25px;
  border: 3px solid #1e1e1e;
  border-radius: 20px;
  line-height: 32px;
  top: 10px;
}

.topbar .righttop {
  padding-right: 50px;
}

.topbar .righttop_phone {
  display: none;
}

@media screen and (max-width: 767px) {
  .topbar_logo {
    left: 0 !important;
    margin: 0 auto;
  }

  .topbar_logo .f {
    background-image: url(../../images/front/logoframe_mobile.png);
    background-size: 100% auto;
    background-position: center bottom;
    position: relative;
  }

  .topbar_menubutton, .topbar_phonebutton {
    display: block;
  }

  .topbar_menubutton {
    font-size: 30px;
    line-height: 36px;
  }

  .topbar_phonebutton {
    top: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .topbar_phonebutton {
    display: none;
  }

  .topbar .righttop {
    padding-right: 0;
  }

  .topbar .righttop_phone {
    display: block;
  }
}

/* TILES */
@media screen and (min-width: 1130px) {
  .tiles {
    margin: 0 -15px;
  }
}

.tiles .columns {
  padding: 0 14px !important;
}

.tile {
  height: 200px;
  background-color: black;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
  background-position: -100px center;
  background-size: auto 100%;
  cursor: pointer;
  cursor: hand;
}

.tile_content {
  position: absolute;
  right: 0;
  bottom: -50px;
  top: 0;
  height: 233px;
  background: url(../../../images/tile_backdrop.jpg) no-repeat;
  text-align: center;
  padding: 25px 10px;
  width: 260px;
  max-width: 50%;
  transition: bottom 500ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: bottom 500ms cubic-bezier(0.65, 0, 0, 1);
}

.tile_brewery {
  background-position: center 0;
}

.tile_distillery {
  background-position: center -233px;
  color: #706b65;
}

.tile_proeflokaal {
  background-position: center -466px;
  color: #40282a;
}

.tile_webshop {
  background-position: center -699px;
  color: #938d83;
}

.tile_subline {
  font-size: 18px;
  font-variant: small-caps;
}

@media screen and (min-width: 440px) {
  .tile {
    height: 233px;
  }
}

@media screen and (min-width: 540px) {
  .tile {
    background-position: -25px center;
  }
}

@media screen and (min-width: 600px) {
  .tile {
    background-size: 520px auto;
    background-position: left center;
  }
}

@media screen and (min-width: 768px) {
  .tile {
    width: 260px;
    max-width: 100%;
    height: 337px;
    background-position: center top;
  }

  .tile:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    bottom: 183px;
    left: 0;
    background: url(../../../images/front/tile_shade.png) repeat-x center bottom;
    height: 62px;
  }

  .tile_content {
    top: auto;
    left: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .tile {
    height: 520px;
  }
}

.no-touch .tile:hover .tile_content {
  bottom: 0;
}

/* RIGHT TOP */
.righttop {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .righttop {
    display: block;
  }
}

.righttop_phone, .righttop_more, .righttop_langbar, .righttop_cert {
  float: left;
}

.righttop_more {
  height: 54px;
  background: white url(../../images/front/morelogo.png) no-repeat 20px center;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}

.righttop_more img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: transform 500ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.65, 0, 0, 1);
}

.righttop_langbar {
  margin: 0;
  padding: 0;
}

.righttop_langbar li {
  display: inline-block;
}

.righttop_langbar li + li {
  border-left: 1px solid #b0ac9d;
}

.righttop_langbar a {
  display: inline-block;
}

.righttop_langbar li.active + li {
  border-left-color: transparent;
}

/* TILES */
@media screen and (min-width: 1130px) {
  .tiles {
    margin: 0 -15px;
  }
}

.tiles .columns {
  padding: 0 14px !important;
}

.tile {
  height: 200px;
  background-color: black;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
  background-position: -100px center;
  background-size: auto 100%;
  cursor: pointer;
  cursor: hand;
}

.tile_content {
  position: absolute;
  right: 0;
  bottom: -50px;
  top: 0;
  height: 233px;
  background: url(../../../images/tile_backdrop.jpg) no-repeat;
  text-align: center;
  padding: 25px 10px;
  width: 260px;
  max-width: 50%;
  transition: bottom 500ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: bottom 500ms cubic-bezier(0.65, 0, 0, 1);
}

.tile_brewery {
  background-position: center 0;
}

.tile_distillery {
  background-position: center -233px;
  color: #706b65;
}

.tile_proeflokaal {
  background-position: center -466px;
  color: #40282a;
}

.tile_webshop {
  background-position: center -699px;
  color: #938d83;
}

.tile_subline {
  font-size: 18px;
  font-variant: small-caps;
}

@media screen and (min-width: 440px) {
  .tile {
    height: 233px;
  }
}

@media screen and (min-width: 540px) {
  .tile {
    background-position: -25px center;
  }
}

@media screen and (min-width: 600px) {
  .tile {
    background-size: 520px auto;
    background-position: left center;
  }
}

@media screen and (min-width: 768px) {
  .tile {
    width: 260px;
    max-width: 100%;
    height: 337px;
    background-position: center top;
  }

  .tile:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    bottom: 183px;
    left: 0;
    background: url(../../../images/front/tile_shade.png) repeat-x center bottom;
    height: 62px;
  }

  .tile_content {
    top: auto;
    left: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .tile {
    height: 520px;
  }
}

.no-touch .tile:hover .tile_content {
  bottom: 0;
}

/* MENU */
.menu {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 25;
}

@media screen and (min-width: 768px) {
  .menu {
    display: block;
  }
}

@media screen and (min-width: 65em) {
  .menu {
    right: -12px;
  }
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu ul li {
  display: inline-block;
}

.menu ul a {
  display: block;
}

.menu li {
  position: relative;
}

.menu li > ul {
  display: none;
}

.menu_dropdown {
  position: absolute;
  left: 0;
  overflow-y: hidden;
}

.menu_dropdown li {
  display: block;
}

.menu_dropdown ul {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  transition: top 500ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: top 500ms cubic-bezier(0.65, 0, 0, 1);
}

.menu_dropdown ul a {
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  .menu_medium {
    display: none;
  }
}

.menu_medium .menu_dropdown {
  left: auto;
  right: 0;
}

.menu_large {
  display: none;
}

@media screen and (min-width: 1000px) {
  .menu_large {
    display: block;
  }
}

/* HEADER */
.header_wrapper {
  height: 100%;
  background: url(../../images/front/header_overlay.png) no-repeat center top;
  background-size: 100% auto;
}

.header_shade {
  padding-top: 1px;
  height: 100%;
  background: linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, transparent 12.5%, transparent 87.5%, rgba(0, 0, 0, 0.61) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, transparent 12.5%, transparent 87.5%, rgba(0, 0, 0, 0.61) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, transparent 12.5%, transparent 87.5%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, transparent 12.5%, transparent 87.5%, rgba(0, 0, 0, 0.61) 100%);
}

.header .scrollbg_content img {
  position: relative;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  max-width: none;
  display: block;
}

@media screen and (min-width: 500px) {
  .header .scrollbg_content img {
    width: 768px;
    margin-left: -384px;
  }
}

@media screen and (min-width: 768px) {
  .header .scrollbg_content img {
    width: 1600px;
    margin-left: -800px;
  }
}

@media screen and (min-width: 1600px) {
  .header .scrollbg_content img {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .row {
    height: 100%;
  }

  .header_content {
    position: absolute;
    right: 0;
    bottom: 56px;
    left: 0;
  }
}

/* HOME CONTENT */
.homecontent {
  padding-top: 1px;
  padding-bottom: 28px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .homecontent {
    padding-bottom: 100px;
  }
}

.homecontent_shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 228px;
  background: url(../../images/front/pageintro_shadow.png) no-repeat center -35px;
  display: none;
}

@media screen and (min-width: 768px) {
  .homecontent_shadow {
    display: block;
  }
}

.homecontent_dlinks {
  background: url(../../images/front/intro_dlinks_bg.png) left top;
  height: 260px;
}

/* PAGE INTRO */
.pageintro {
  margin-top: -1px !important;
  margin-bottom: 28px !important;
}

@media screen and (min-width: 768px) {
  .pageintro {
    margin-top: -130px !important;
    margin-bottom: 86px !important;
  }
}

.pageintro .large-3 {
  padding: 0;
}

.pageintro_slider {
  position: relative;
}

.pageintro .owl-controls {
  position: absolute;
  right: 40px;
  bottom: 25px;
  text-align: right;
}

.pageintro .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px;
}

/* INTRO SLIDE */
.introslide {
  background: #dbd6c3 url(../../images/front/pageintro_bg.png) no-repeat right top;
  background-size: auto 100%;
  font-size: .8em;
}

.introslide:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.introslide_image {
  width: 33.33333%;
  float: right;
  overflow: hidden;
  margin: 20px 14px 0 0;
}

.introslide_image img {
  display: block;
}

@media screen and (min-width: 500px) {
  .introslide {
    font-size: .9em;
    height: 260px;
  }

  .introslide_image {
    float: left;
    margin: 0;
  }

  .introslide_image img {
    position: relative;
    max-width: none;
    left: 50%;
    margin-left: -130px;
  }

  .introslide_content {
    width: 66.66667%;
    float: left;
    height: 260px;
  }
}

/* INTRO */
.intro_image {
  position: relative;
}

.intro_image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .intro_image {
    padding-right: 24px;
  }
}

@media screen and (min-width: 65em) {
  .intro .large-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* PLAY BUTTON */
.playbutton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(../../images/front/playbutton.png) no-repeat center center;
  background-size: 100% auto;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .playbutton {
    width: 90px;
    height: 90px;
  }
}

/* TABS */
.tabs {
  position: relative;
}

.tabs_tabrow:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.tabs_tabrow a {
  display: block;
  float: left;
  width: 33.33333%;
}

.tabs_onetab a {
  width: 100%;
}

.tabs_panels {
  position: relative;
}

.tabs_panels .tabs_panel {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (min-width: 65em) {
  .tabs_panels .tabs_panel {
    right: 0;
    left: 0;
  }
}

.tabs_panels .tabs_panel.active {
  opacity: 1;
  filter: none;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .tabs_tabrow a {
    width: auto;
  }
}

/* OWL */
.owl:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

@media screen and (min-width: 65em) {
  .owl6 {
    margin: 0 -14px;
  }
}

.owl6 .owl_item {
  text-align: center;
  padding: 14px;
}

/* NEWS */
.news {
  padding: 70px 0;
}

.price, .newsitem_price {
  font-family: "Abraham Lincoln", sans-serif;
}

.price .figures, .newsitem_price .figures {
  font-size: 2.875em;
  color: #151412;
  margin-bottom: -2px;
  font-weight: bold;
}

.price .figures span, .newsitem_price .figures span {
  display: inline-block;
  font-size: .5em;
  vertical-align: top;
}

.price .stock, .newsitem_price .stock {
  font-size: 14px;
  text-transform: uppercase;
  color: #706b65;
  font-weight: 200;
}

.newsitem_photo {
  padding: 0;
  margin: 0 14px;
}

@media screen and (min-width: 420px) {
  .newsitem_photo {
    margin: 0;
  }
}

.newsitem_photo img {
  display: block;
  width: 100%;
}

.newsitem_content {
  position: relative;
  padding: 10px 14px 60px 26px !important;
}

@media screen and (min-width: 420px) {
  .newsitem_content {
    min-height: 260px;
  }
}

.newsitem_price {
  position: absolute;
  left: 26px;
  bottom: 0;
  height: 65px;
}

.newsitem h4 {
  font-size: 18px;
  margin: 0;
  line-height: 1.44444em;
}

.newsitem p {
  font-size: 13px;
  line-height: 1.46667;
}

@media screen and (max-width: 420px) {
  .newsitem .columns {
    float: none;
    width: auto;
  }

  .newsitem_photo {
    text-align: center;
    margin-bottom: 20px;
  }

  .newsitem_content {
    padding: 0 28px;
  }
}

/* FOOTER */
.footer {
  background: url(../../images/front/footer_bg.jpg) center top;
  padding: 1px 0 28px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 32px 0 40px 0;
  }
}

.footer_block {
  padding-top: 28px !important;
}

/* TWITTER */
@media screen and (min-width: 768px) {
  .twitter {
    padding-left: 28px !important;
  }

  .twitter_tweet {
    padding-right: 100px;
  }
}

@media screen and (max-width: 499px) {
  .twitter {
    min-height: 320px;
  }
}

.twitter_feed {
  margin: 6px 0 50px 0;
  padding: 0;
}

/* FOLLOW */
.follow {
  display: none;
  text-transform: uppercase;
}

.follow_button {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 14px;
  margin-left: 5px;
}

/* NEWS HOME */
@media screen and (min-width: 768px) {
  .newshome .cntright {
    padding-left: 27px;
  }
}

.newshome p {
  margin-top: 0;
}

/* DLINKS */
.dlinks {
  padding-left: 27px !important;
  padding-right: 0 !important;
}

.dlinks ul {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
}

.dlinks_row {
  padding-top: 30px;
}

/* ADDRESS */
.address {
  margin-top: 30px !important;
  position: relative;
  z-index: 10;
}

.address ul {
  margin: 0;
  padding: 0;
}

.address ul li {
  display: inline-block;
}

.address ul li {
  display: block;
}

@media screen and (min-width: 500px) {
  .address {
    margin-top: 90px !important;
  }

  .address .columns {
    padding-left: 27px;
  }

  .address ul li {
    display: inline-block;
  }

  .address ul li + li:before {
    content: '\2022\00a0';
    display: inline-block;
    padding: 0 10px;
  }
}

/* ROCK BOTTOM */
.rockbottom {
  background: white url(../../images/front/rockbottom_bg.png) no-repeat left top;
  padding: 9px 0 31px 0;
}

.rockbottom_logo {
  width: 117px;
  height: 85px;
  background-image: url(../../images/front/logo-small.png);
  vertical-align: top;
}

.rockbottom_copy {
  display: inline-block;
  padding-top: 48px !important;
}

.rockbottom_share {
  padding-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .rockbottom_designby {
    padding: 39px 0 0 27px !important;
  }
}

@media screen and (max-width: 767px) {
  .rockbottom_designby {
    padding-top: 28px !important;
  }
}

/* NEXT CONTENT */
.nextcontent {
  position: relative;
}

/* NEXT */
.next {
  padding-top: 28px !important;
}

@media screen and (min-width: 768px) {
  .next > .row {
    padding: 0 14px;
  }
}

.next_breadcrumbs {
  padding-bottom: 50px !important;
}

.next a {
  color: #e30613;
}

/* TEXTBLOCK */
.textblock + .textblock {
  margin-top: 30px;
  border-top: 3px solid #c8c3b3;
  padding-top: 30px;
}

.textblock .fotorechts {
  width: 40%;
  padding: 0 0 14px 14px;
}

@media screen and (min-width: 768px) {
  .textblock .fotorechts {
    width: 33.3333%;
    padding: 0 0 28px 28px;
  }
}

.documentList {
  border: 1px solid #c8c3b3;
  padding: 1px;
}

.documentList li {
  padding: 1px 5px;
}

.documentList li:nth-child(even) {
  background-color: #c8c3b3;
}

.photo-slider {
  margin-top: 1em;
}

.breadcrumbs {
  display: inline-block;
}

.breadcrumbs li + li:before {
  font-family: 'FontAwesome';
  font-size: .75em;
}

/* SIDEBAR */
.sidebar h4 {
  margin: 0 0 0 0;
}

.sidebar h4 a {
  color: #1e1e1e;
}

.sidebar .sidenav {
  margin: .5em 0 0 0;
  padding: 4px 0 0 0;
  font-weight: bold;
  list-style: none;
  line-height: 1.1;
}

.sidebar .sidenav ul {
  list-style: none;
  padding: 0 0 0 16px;
  font-weight: normal;
}

.sidebar .sidenav a {
  display: block;
  color: #1e1e1e;
  padding: 5px 0;
}

.sidebar .sidenav li.active > a {
  color: #e30613;
}

/* HOVER EFFECTS */
/* Only on non-touch devices */
.no-touch a:hover {
  color: #e5c68a;
}

@media screen and (max-width: 767px) {
  .no-touch .topbar_phonebutton:hover {
    color: #1e1e1e;
  }
}

.no-touch .next a:hover {
  color: #fa3c47;
}

.no-touch .sidebar a:hover {
  color: #e30613;
}

.no-touch .sidebar .sidenav a:hover {
  color: #e30613;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .topbar_logo a {
    background-image: url(../../images/front/logo@2x.png);
  }

  .righttop_more, .sidemenu .sidemore {
    background-image: url(../../images/front/morelogo@2x.png);
  }

  .rockbottom_logo {
    background-image: url(../../images/front/logo-small@2x.png);
  }

  .btn_addnoise {
    background-image: url(../../../images/front/addnoise@2x.png);
  }

  .playbutton {
    background-image: url(../../images/front/playbutton@2x.png);
  }
}
/* OWL THEME */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
    /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #292929;
  background: rgba(255, 255, 255, 0.16);
  transition: background 300ms;
  -webkit-transition: background 300ms;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #808080;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
    /*IE7 life-saver */;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #292929;
  background: rgba(255, 255, 255, 0.16);
  transition: background 300ms;
  -webkit-transition: background 300ms;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #97130d !important;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

body {
  background: #141414 url(../../images/front/body_bg.jpg) no-repeat center top;
  background-size: 1600px auto;
}

@media screen and (min-width: 1600px) {
  body {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 549px) {
  body {
    background-position: center -50px;
  }
}

.btn {
  padding: .66667em 1.33333em;
}

.btn_color_pri {
  background-color: #e30613;
  color: #dec881 !important;
}

.btn_color_sec {
  background-color: #d7a74b;
  color: #13100e !important;
}

.btn_open {
  color: #e5ddcc;
  border: 2px solid #d7a74b;
  transition: color 300ms, border-color 300ms;
  -webkit-transition: color 300ms, border-color 300ms;
}

.btn_altfont {
  font-family: 'Abraham Lincoln', sans-serif;
  font-size: 20px;
  padding: .25em 1.25em;
}

.main {
  position: relative;
  background: url(../../images/front/bigwatermark-light.png) no-repeat right bottom;
  padding-top: 0;
}

/* TOPBAR */
.topbar {
  pointer-events: auto;
}

.topbar_logo {
  margin: 0;
}

.topbar_logo a {
  display: block;
  width: 269px;
  height: 196px;
  background-image: url(../../images/front/logo.png);
  margin: 0 auto;
}

/* NAV */
.nav {
  font: 26px 'Abraham Lincoln', sans-serif;
  font-variant: small-caps;
  position: absolute;
  top: 55px;
  display: none;
  z-index: 15;
}

.nav_left {
  left: 14px;
}

.nav_left a {
  margin-right: 40px;
}

.nav_right {
  right: 14px;
}

.nav_right a {
  margin-left: 40px;
}

.nav a {
  display: inline-block;
  color: #130f06;
}

@media screen and (min-width: 768px) {
  .nav {
    display: block;
  }
}

@media screen and (min-width: 1130px) {
  .nav {
    font-size: 31px;
  }

  .nav_left {
    left: 0;
  }

  .nav_right {
    right: 0;
  }

  .topbar_languages {
     right: 0;
  }
}

.scrolltocontent {
  position: absolute;
  top: 195px;
  right: 0;
  left: 0;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  z-index: 100;
}

.scrolltocontent a {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  text-align: center;
  line-height: 67.2px;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 3em;
}

@media screen and (min-width: 500px) {
  .scrolltocontent {
    display: none;
  }
}

/* HEADER */
.header {
  margin-top: 60px;
  margin-bottom: 42px;
}

.header h1 {
  text-align: center;
  color: white;
  font: 48px 'Alex Brush', sans-serif;
  text-shadow: 0px 3px 10px black;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 550px) {
  .header h1 {
    font-size: 62px;
  }
}

@media screen and (min-width: 768px) {
  .header h1 {
    font-size: 85px;
  }
}

@media screen and (min-width: 550px) {
  .header {
    margin-top: 132px;
  }
}

/* TILES */
@media screen and (min-width: 1130px) {
  .tiles {
    margin: 0 -15px;
  }
}

.tiles .columns {
  padding: 0 14px !important;
}

.tile {
  height: 200px;
  background-color: black;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
  background-position: -100px center;
  background-size: auto 100%;
  cursor: pointer;
  cursor: hand;
}

.tile_content {
  position: absolute;
  right: 0;
  bottom: -50px;
  top: 0;
  height: 233px;
  background: url(../../../images/tile_backdrop.jpg) no-repeat;
  text-align: center;
  padding: 25px 10px;
  width: 260px;
  max-width: 50%;
  transition: bottom 500ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: bottom 500ms cubic-bezier(0.65, 0, 0, 1);
}

.tile_brewery {
  background-position: center 0;
}

.tile_distillery {
  background-position: center -233px;
  color: #706b65;
}

.tile_proeflokaal {
  background-position: center -466px;
  color: #40282a;
}

.tile_webshop {
  background-position: center -699px;
  color: #938d83;
}

.tile_subline {
  font-size: 18px;
  font-variant: small-caps;
}

@media screen and (min-width: 440px) {
  .tile {
    height: 233px;
  }
}

@media screen and (min-width: 540px) {
  .tile {
    background-position: -25px center;
  }
}

@media screen and (min-width: 600px) {
  .tile {
    background-size: 520px auto;
    background-position: left center;
  }
}

@media screen and (min-width: 768px) {
  .tile {
    width: 260px;
    max-width: 100%;
    height: 337px;
    background-position: center top;
  }

  .tile:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    bottom: 183px;
    left: 0;
    background: url(../../../images/front/tile_shade.png) repeat-x center bottom;
    height: 62px;
  }

  .tile_content {
    top: auto;
    left: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .tile {
    height: 520px;
  }
}

.no-touch .tile:hover .tile_content {
  bottom: 0;
}

/* NEWS */
.news {
  padding: 70px 0;
}

.news_header {
  text-align: center;
  padding-bottom: 13px;
}

.newsitem {
  color: #e5ddcc;
  padding: 32px 0 0 0;
}

.newsitem > img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.newsitem_photo img {
  border: 6px solid #808080;
  border: 6px solid rgba(255, 255, 255, 0.06);
}

.newsitem h4 {
  color: #d7a74b;
  font-size: 30px;
  margin: 0;
  line-height: 34px;
}

.newsitem p {
  font-size: 15px;
  line-height: 26px;
}

.newsitem .btn {
  float: right;
}

@media screen and (max-width: 420px) {
  .newsitem .columns {
    float: none;
    width: auto;
  }

  .newsitem_photo {
    text-align: center;
    margin-bottom: 20px;
  }

  .newsitem_content {
    padding: 0 28px;
  }
}

/* OWL */
.owl:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

@media screen and (min-width: 65em) {
  .owl6 {
    margin: 0 -14px;
  }
}

.owl6 .owl_item {
  text-align: center;
  padding: 14px;
}

.owl2 .owl-controls {
  margin-top: 45px;
}

/* FOOTER */
.footer {
  background: rgba(14, 14, 14, 0.5);
  color: #ece9dd;
  padding: 1px 0 28px 0;
  position: relative;
}

.footer:before, .footer:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}

.footer:before {
  top: 0;
  height: 50px;
  background: linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
}

.footer:after {
  bottom: 0;
  height: 100px;
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.61));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.61));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.61));
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 32px 0 40px 0;
  }
}

.footer_block {
  padding-top: 28px;
}

.footer_block h4 {
  font: .875em 'Alegreya', sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.footer_headline {
  font: 1.75em 'Abraham Lincoln', sans-serif;
  color: #e30613;
  margin-bottom: 22px;
}

.footer_headline span {
  font-size: .79em;
  color: #d7a74b;
}

/* FOLLOW */
.follow {
  font-size: .875;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .follow {
    margin-top: 2px;
  }
}

.follow_button {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  background-color: #d7a74b;
  color: #0e0e0e !important;
  line-height: 27px;
  border-radius: 14px;
  margin-left: 5px;
}

/* DLINKS */
.dlinks {
  padding-left: 27px;
}

.dlinks_headline {
  font: 1.625em 'Abraham Lincoln', sans-serif;
  margin-bottom: 17px;
  color: #d7a74b;
  height: 60px;
  position: relative;
}

.dlinks_headline span {
     position: absolute;
     bottom: 0px;
}

.dlinks ul {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.dlinks li {
  padding: 2px 0;
}

.dlinks a {
  color: #e5ddcc;
}

.dlinks_row {
  padding-top: 30px;
}

/* ADDRESS */
.address {
  margin-top: 30px;
  color: white;
  position: relative;
  z-index: 10;
  color: #e5ddcc;
}

.address .column, .address .columns {
  padding-left: 27px;
}

.address .btn {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .address .btn {
    margin-top: 0;
  }
}

.address ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin: 10px 0;
}

.address ul li {
  display: inline-block;
}

.address ul li {
  display: block;
}

@media screen and (min-width: 500px) {
  .address {
    margin-top: 90px;
  }

  .address ul li {
    display: inline-block;
  }

  .address ul li + li:before {
    content: '\2022\00a0';
    display: inline-block;
    padding: 0 10px;
    color: #d7a74b;
  }
}

/* ROCK BOTTOM */
.rockbottom {
  background: #e5ddcc;
  padding: 0 14px 31px 14px;
  border-top: 6px solid #66512a;
  position: relative;
  z-index: 20;
}

.rockbottom_logo {
  width: 117px;
  height: 85px;
  background-image: url(../../images/front/logo-small.png);
  vertical-align: top;
  margin-top: 10px;
  margin-right: 20px;
}

.rockbottom_copy {
  display: inline-block;
  padding-top: 40px;
  color: #838180;
  font-size: 14px;
}

.rockbottom_share {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .rockbottom_designby {
    padding: 29px 0 0 27px;
  }
}

@media screen and (max-width: 767px) {
  .rockbottom_designby {
    padding-top: 28px;
  }
}

/* NEXT CONTENT */
.nextcontent {
  background-color: #ded9c7;
  position: relative;
}

.nextcontent_grungetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 895px;
  max-width: 100%;
  height: 619px;
  max-height: 100%;
  background: url(../../images/front/sandgrunge_top.png) right top;
}

.nextcontent_grungebottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 829px;
  max-width: 100%;
  height: 604px;
  max-height: 100%;
  background: url(../../images/front/sandgrunge_bottom.png) left bottom;
}

/* HOVER EFFECTS */
/* Only on non-touch devices */
.no-touch .btn_color_pri:hover {
  background-color: #f90a18;
}

.no-touch .btn_color_sec:hover {
  background-color: #dcb160;
}

.no-touch .btn_open:hover {
  border-color: #e5ddcc;
  color: white;
}

.no-touch .nav a:hover {
  color: #e30613;
}

.no-touch .follow_button:hover {
  background-color: #e5ddcc;
}

.no-touch .dlinks a:hover {
  color: #d7a74b;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .topbar_logo a {
    background-image: url(../../images/front/logo@2x.png);
  }

  .righttop_more, .sidemenu .sidemore {
    background-image: url(../../images/front/morelogo@2x.png);
  }

  .rockbottom_logo {
    background-image: url(../../images/front/logo-small@2x.png);
  }

  .btn_addnoise {
    background-image: url(../../../images/front/addnoise@2x.png);
  }
}

/* Knoppen onder blokken */
.btn_flat {
   background-color: #e29626;
   border: none;
   border-bottom: solid 2px #b77a1f;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding: 8px 15px 8px 55px;
   font-size: 12px;
   color: #ffffff;
   transition: background-color 0.5s ease;
}

.btn_flat:hover {
   background-color: #FCB040;
   border-bottom: solid 2px #b77a1f!important;
}

.btn_flat .btn_icon {
   display: block;
   position: absolute;
   height: 100%;
   width: 40px;
   float: left;
   background-color: #cc8c2b;  
   left: 0px;
   top: 0px;
   bottom: 0px;
   text-align: right;
   font-size: 18px;
   padding-top: 9px;
   -webkit-border-radius: 5px 0px 0px 5px;
   -moz-border-radius: 5px 0px 0px 5px;
   border-radius: 5px 0px 0px 5px;
   border-bottom: solid 2px #b77a1f;
}

.footer .deposit {
   position: relative;
   padding-right: 80px;
   display: inline-block;
}

.footer .deposit:after {
   background: url(../../images/front/whiskydop-right.png) no-repeat;
   content: ' ';
   width: 60px;
   height: 110px;
   display: block;
   position: absolute;
   right: 0;
   top: 0; 
}

.footer .deposit span {
   display: block;
   margin: 13px 0;
   color: #cccccc;
   font-size: 14px;
}

.footer .address p,
.footer .deposit p {
   margin: 0;
   line-height: 22px;
}

.footer .btn {
   margin-top: 15px;
}

.footer .row .column {
    min-height: 120px;
    padding-bottom: 40px;
    position: relative;
}


.footer .row .column .btn {
   position: absolute;
   bottom: 0px;
   min-width: 230px;
   text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .address .column:nth-child(2) {
      margin-top : 30px;
  }
}

.fancybox-deposit .fancybox-skin {
   background-color: #e8e1d2;
}

.fancybox-deposit #deposit-content {
   padding: 20px;
}

.fancybox-deposit H1 {
   color: #d9731a;
   padding-top: 0;
   margin-top: 0;
}

.fancybox-deposit .btn-close {
    background-color: #3f3f3f;
    border: 0 none;
    border-radius: 0;
    color: #e8e1d2 !important;
    cursor: pointer;
    margin: 0;
    padding: 0.5em 1.33333em;
    text-transform: uppercase;
    transition: background-color 300ms ease 0s;
}

.fancybox-deposit .btn-close:hover {
  background-color: #e58027;
}
/* cmsms stylesheet: AgeCheck modified: zondag 16 juni 2024 21:11:29 */
.micromodal {
      display: none;
    }

    .micromodal.is-open {
      display: block;
    }

    .micromodal__overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(0,0,0,0.65);
      z-index: 1000;
      padding: 20px;
    }

    .micromodal__container {
      box-sizing: border-box;
      overflow-y: auto;
      max-width: 570px;
      max-height: 100vh;
      padding: 30px;
      background-color: #fff;
      border-radius: 4px;
    }

    .micromodal[aria-hidden="false"] .micromodal__overlay {
      animation: microModalFadeIn .2s cubic-bezier(0.0, 0.0, 0.2, 1);
    }

    .micromodal[aria-hidden="false"] .micromodal__container {
      animation: microModalSlideIn .2s cubic-bezier(0, 0, .2, 1);
    }

    .micromodal .micromodal__container,
    .micromodal .micromodal__overlay {
      will-change: transform;
    }

    @keyframes microModalFadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }

    @keyframes microModalSlideIn {
      from { transform: translateY(15%); }
        to { transform: translateY(0); }
    }


.age-check-modal {
    font-family: Arial, Helvetica, sans-serif;
}

.age-check-modal h1,
.age-check-modal h2,
.age-check-modal h3,
.age-check-modal h4,
.age-check-modal h5,
.age-check-modal h6 {
   font-family: inherit;
   padding-top: 0;
   margin-top: 0;
}

.age-check-modal .nix18 .nix18-text {
   font-size: 12px;
   color: #2d2720;
   flex: 1;
}

.age-check-modal .nix18 .nix18-logo {
  width: 100%;
  justify-content: right;
  display: flex;
}

.age-check-modal .nix18 .nix18-logo img {
   width: 125px;
}

.age-check-modal .nix18 {
   display: block;
}

.age-check-buttons button {
  padding: 10px;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
}

.age-check-buttons button:focus {
   outline:0;
}

.age-check-buttons .primary {
   color: #fff;
   background-color: #00a5e1;
}
.age-check-buttons .primary:hover {
   background-color: #0699cf;
}

.age-check-buttons .secundary {
   color: #2d2720;
   background-color: #e9e9ed;
}
.age-check-buttons .secundary:hover {
   background-color: #d0d0d7;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
   .age-check-modal .nix18 {
      display: flex;
   }
   .age-check-modal .nix18 .nix18-logo {
      width: 150px;
   }
}
/* cmsms stylesheet: owl.carousel modified: donderdag 2 februari 2017 15:48:22 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* cmsms stylesheet: Mailprotector modified: zondag 28 juli 2019 22:36:17 */
.protectedmlink .apenstaart:after {
   content: '@';
}

.protectedmlink .punt:after {
   content: '.';
}
