@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(../../fonts/fontawesome/font-awesome.min.css);
@import url(../../fonts/gearedslab/stylesheet.css);
/* Change your settingsss */
.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/sharelinks@2x.png);
  }
}
/* Change your settingsss */
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Merriweather", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, textarea, button, select {
  font: 1em "Merriweather", 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: "Geared Slab", 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;
  }
}

@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;
}

.buttons input, .buttons button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

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: #b28823;
  box-shadow: 0px 0px 5px rgba(178, 136, 35, 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: #e8e2d3 !important;
  border-radius: 0;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
}

.no-touch .knoppen input:hover {
  background-color: #c79827;
}

.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: #b28823;
  /* WebKit/Blink Browsers */;
}

::-moz-selection {
  background: #b28823;
  /* Gecko Browsers */;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  color: #2d2720;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #bfa362;
  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;
}

.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 (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: -190px;
  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: 190px;
  }

  .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: 190px;
  }
}

.topbar > .inner:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 77px;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .topbar > .inner:after {
    top: 190px;
  }
}

.topbar_tiles {
  height: 580px;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #c4b594;
  display: none;
  padding-top: 30px;
  bottom: 190px;
}

.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;
  background: url(../images/webshop/topbar_texture.png) repeat-x left top;
  max-width: 100%;
  z-index: 10;
}

.topbar_logo .f {
  display: block;
  margin: 0 auto;
  background-image: url(../images/webshop/logoframe_desktop.png);
}

.topbar_logo a {
  display: block;
  background-image: url(../images/webshop/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: #2d2720;
  right: 14px;
  font-size: 25px;
  border: 3px solid #2d2720;
  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/webshop/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/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: #c4b594 url(../images/webshop/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/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/webshop/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/webshop/pageintro_shadow.png) no-repeat center -35px;
  display: none;
}

@media screen and (min-width: 768px) {
  .homecontent_shadow {
    display: block;
  }
}

.homecontent_dlinks {
  background: url(../images/webshop/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/webshop/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: 45px;
  height: 45px;
  background: url(../images/webshop/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, .product_price {
  font-family: "Geared Slab", sans-serif;
}

.price .figures, .newsitem_price .figures, .product_price .figures {
  font-size: 2.875em;
  color: #151412;
  margin-bottom: -2px;
  font-weight: bold;
}

.price .figures span, .newsitem_price .figures span, .product_price .figures span {
  display: inline-block;
  font-size: .5em;
  vertical-align: top;
}

.price .stock, .newsitem_price .stock, .product_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/webshop/footer_bg.jpg) repeat 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 {
  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: 60px;
}

/* 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: #e8e2d3 url(../images/webshop/rockbottom_bg.png) no-repeat left top;
  padding: 9px 0 31px 0;
}

.rockbottom_logo {
  width: 117px;
  height: 85px;
  background-image: url(../images/webshop/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: #b28823;
}

/* TEXTBLOCK */
.textblock + .textblock {
  margin-top: 30px;
  border-top: 3px solid #cfccc3;
  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 #cfccc3;
  padding: 1px;
}

.documentList li {
  padding: 1px 5px;
}

.documentList li:nth-child(even) {
  background-color: #cfccc3;
}

.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: #2d2720;
}

.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: #2d2720;
  padding: 5px 0;
}

.sidebar .sidenav li.active > a {
  color: #b28823;
}

/* HOVER EFFECTS */
/* Only on non-touch devices */
.no-touch a:hover {
  color: #d5c398;
}

@media screen and (max-width: 767px) {
  .no-touch .topbar_phonebutton:hover {
    color: #2d2720;
  }
}

.no-touch .next a:hover {
  color: #dbaf47;
}

.no-touch .sidebar a:hover {
  color: #b28823;
}

.no-touch .sidebar .sidenav a:hover {
  color: #b28823;
}

@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/webshop/logo@2x.png);
  }

  .righttop_more, .sidemenu .sidemore {
    background-image: url(../images/webshop/morelogo@2x.png);
  }

  .rockbottom_logo {
    background-image: url(../images/webshop/logo-small@2x.png);
  }

  .btn_addnoise {
    background-image: url(../../images/addnoise@2x.png);
  }

  .playbutton {
    background-image: url(../images/webshop/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: #beb7a6;
  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: #b77e73;
  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: #beb7a6;
  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: #b28823 !important;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

@media only screen {
  body, html {
    overflow-x: hidden;
  }

  .sidemenu {
    position: fixed;
    background: url(../images/webshop/sidemenu_bg.png);
    color: white;
    width: 260px;
    top: 0;
    bottom: 0;
    left: -260px;
    z-index: 11;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 500ms cubic-bezier(0.65, 0, 0, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0, 1);
  }

  .sidemenu.shift-left {
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }

  .sidemenu.shift-right {
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
  }

  .sidemenu li {
    display: block;
  }

  .sidemenu li.item-breadcrumb {
    background-color: #c0c0c0;
  }

  .sidemenu li a, .sidemenu li > span {
    color: #e8e2d3;
    text-decoration: none;
    display: block;
    padding: .75em 1em;
    font-family: "Geared Slab", sans-serif;
    font-size: 1em;
    margin-left: 20px;
  }

  .sidemenu li.node:before {
    content: '\f104';
    font-family: 'FontAwesome';
    display: block;
    float: left;
    padding-top: .4em;
    font-size: 1.25em;
    margin: 0 15px 0 16px;
  }

  .sidemenu li > ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/webshop/sidemenu_bg.png);
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 10;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 500ms cubic-bezier(0.65, 0, 0, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0, 1);
  }

  .sidemenu li.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }

  .sidemenu li.back, .sidemenu li.close-menu {
    opacity: .5;
    filter: alpha(opacity=75);
  }

  .sidemenu li.back:before {
    content: '\f105';
    font-family: 'FontAwesome';
    display: block;
    float: right;
    padding-top: .5em;
    font-size: 1.25em;
    margin: 0 20px 0 20px;
  }

  .sidemenu.right {
    left: auto;
    right: -260px;
  }

  .sidemenu.right li > ul {
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }

  .main {
    position: relative;
    z-index: 11;
  }

  .main.shift-left, .main.shift-right {
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (max-width: 767px) {
  .shift, .main {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: transform 500ms cubic-bezier(0.65, 0, 0, 1) !important;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0, 1) !important;
  }

  .shift.shift-left, .main.shift-left {
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }

  .shift.shift-right, .main.shift-right {
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
  }
}

@media only screen {
  #menulink {
    float: right;
  }

  .sidemore {
    background: #1c1c1b url(../images/webshop/morelogo.png) no-repeat 40px center;
    background-size: 24px 31px;
  }

  .sidemore > a {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1em !important;
    text-transform: uppercase;
    color: #b28823 !important;
    padding-top: 1em !important;
    padding-left: 3.5em !important;
  }

  .sidemore:before {
    padding-top: .6em !important;
  }

  .sidesearch .inputgroup {
    margin-left: 0;
  }

  .langselect {
    padding: 10px 20px;
    font-size: .625em;
    background-color: #101010;
  }

  .langselect a {
    margin-left: 0 !important;
    width: 25%;
    float: left;
    font-family: 'Playfair Display', sans-serif;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-align: center;
    color: #e8e2d3 !important;
  }

  .langselect a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .langselect a.active {
    color: #101010 !important;
    background-color: #e8e2d3;
  }

  .langselect:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
}
/* And GO! */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.btn {
  padding: .33333em 1.33333em;
  font-family: "Geared Slab", sans-serif;
  border: 2px solid white;
  font-weight: normal;
  transition: color 300ms, border-color 300ms;
  -webkit-transition: color 300ms, border-color 300ms;
}

.btn_color_pri {
  color: #b28823 !important;
  border-color: #3f3f3f;
}

.btn_color_sec {
  color: #e5decf !important;
  border-color: #eeeadf;
  padding: .4em .6em;
  line-height: 1;
}

button.btn {
  background-color: transparent;
}

.inputgroup {
  border: 1px solid #cfccc3;
  transition: border-color 300ms;
  -webkit-transition: border-color 300ms;
  display: block;
  padding: 4px 5px;
}

.inputgroup.focus {
  border-color: #b28823;
}

.inputgroup input, .inputgroup button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  background: transparent;
  vertical-align: top;
}

.inputgroup input {
  display: inline-block;
  width: 100%;
  font: italic 13px "Geared Slab", sans-serif;
  font-weight: 200;
  padding: 0;
  margin: 0;
  line-height: 18px;
  height: 18px;
}

.inputgroup_round {
  height: 30px;
  border-radius: 15px;
  padding: 1px 15px !important;
  position: relative;
}

.inputgroup_round button {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 17px;
  text-indent: 20px;
  margin: 4px 0;
  overflow: hidden;
  background: url(../images/webshop/spyglass.png) no-repeat left top;
  background-size: 17px 17px;
}

.main {
  padding-top: 1px;
}

/* TOPBAR */
.scrollup_state_visible.scrollup_state_scrolled > .inner {
  top: -95px;
}

.scrollup_state_visible.scrollup_state_scrolled > .inner:after {
  opacity: .5;
}

.scrollup_state_scrolled .topbar_logo .f {
  padding-top: 110px;
}

.scrollup_state_scrolled .topbar_logo a {
  width: 100px;
  height: 150px;
}

.scrollup_state_scrolled .shopbar {
  top: 105px;
}

.topbar > .inner {
  background: #e8e2d3;
}

@media screen and (min-width: 768px) {
  .topbar > .inner {
    background: #e8e2d3 url(../images/webshop/topbar_texture_ex.png) no-repeat right bottom;
  }
}

.topbar > .inner:after {
  height: 77px;
  background: url(../images/webshop/topbar_shadow.png) repeat-x center top;
}

.topbar_logo {
  left: -141px;
  width: 515px;
  height: 190px;
}

.topbar_logo .f {
  width: 260px;
  height: 323px;
  padding-top: 21px;
  padding-left: 8px;
}

.topbar_logo a {
  width: 147px;
  height: 214px;
}

@media screen and (max-width: 767px) {
  .topbar .righttop {
    padding-right: 60px;
  }

  .topbar_logo {
    height: 95px;
    background: url(../images/webshop/topbar_texture_mobile.png) no-repeat center top;
    background-size: auto 100%;
  }

  .topbar_logo .f {
    padding-top: 20px;
    padding-left: 4px;
    width: 160px;
    height: 117px;
  }

  .topbar_logo a {
    background-image: url(../images/webshop/logo_mobile.png);
    width: 120px;
    height: 42px;
  }

  .topbar_menubutton {
    top: 19px;
    left: 14px;
  }
}

/* RIGHT TOP */
.righttop_cert {
  padding: 11px 30px;
}

.righttop_phone {
  font-family: "Geared Slab", sans-serif;
  font-size: 25px;
  color: #1c1c1b;
  margin-right: 30px;
  padding-top: 19px;
}

.righttop_phone a {
  color: #1c1c1b;
}

.righttop_more {
  background-position: 20px 15px;
  background-size: 21px 27px;
  color: white;
  font-family: "Geared Slab", sans-serif;
  font-size: 15px;
  line-height: 54px;
  padding: 2px 15px 0 53px;
}

.righttop_more img {
  margin-left: 5px;
}

.righttop_langbar {
  padding: 18px 0 0 25px;
  font-family: "Geared Slab", sans-serif;
}

.righttop_langbar a {
  padding: 0px 8px;
  color: #373636;
  font-size: 13px;
  line-height: 24px;
}

.righttop_langbar li.active {
  background-color: #373636;
  border-left-color: #373636;
}

.righttop_langbar li.active a {
  color: #e8e2d3;
}

/* SHOP BAR */
.shopbar {
  position: absolute;
  top: 90px;
  right: 14px;
  left: 230px;
  z-index: 10;
  display: none;
}

@media screen and (min-width: 768px) {
  .shopbar {
    display: block;
  }
}

.shopbar_cart {
  padding-top: 5px;
  float: right;
  font-family: "Geared Slab", sans-serif;
}

.shopbar_cart a {
  display: inline-block;
  color: #1c1c1b;
  margin-left: 30px;
}

.shopbar_login {
  padding-left: 20px;
  background: url(../images/webshop/lock.png) no-repeat left top;
  background-size: 14px auto;
}

.shopbar_cartcount span {
  color: #616161;
}

.shopbar .inputgroup {
  display: inline-block;
  max-width: 100%;
}

.shopbar .inputgroup input {
  width: 128px;
  height: 18px;
  margin: 5px 0 3px 0;
  transition: width 500ms;
  -webkit-transition: width 500ms;
}

.shopbar .inputgroup.focus input {
  width: 400px;
}

.shopbar .inputgroup button {
  right: 10px;
  width: 17px;
  text-indent: 20px;
  margin: 4px 0;
  overflow: hidden;
  background: url(../images/webshop/spyglass.png) no-repeat left top;
  background-size: 17px 17px;
}

.sidesearch .inputgroup {
  position: relative;
  margin: 5px;
}

.sidesearch .inputgroup input {
  height: 18px;
  margin: 5px 0 3px 0;
}

.sidesearch .inputgroup button {
  position: absolute;
  top: 2px;
  right: 14px;
  width: 17px;
  text-indent: 20px;
  margin: 4px 0;
  overflow: hidden;
  background: url(../images/webshop/spyglass.png) no-repeat left top;
  background-size: 17px 17px;
}

/* MENU */
.menu {
  font-size: 21px;
  font-family: "Geared Slab", sans-serif;
  padding-right: 6px;
}

.menu ul a {
  padding: 0 8px 16px 8px;
  color: black;
}

@media screen and (max-width: 1024px) {
  .menu ul a {
    padding: 0 4px 16px 4px;
  }
}

.menu > ul > li.active a {
  color: #bfa362;
}

.menu_dropdown {
  top: 38px;
  font-size: .825em;
}

.menu_dropdown ul {
  padding: 0;
}

.menu_dropdown ul a {
  color: #9e9e9e;
  padding: 5px 12px;
  text-transform: none;
}

.menu_dropdown .active a {
  color: white;
}

/* HEADER */
.header {
  margin-top: 37px;
  height: 250px;
}

.header_wrapper {
  background-position: center bottom;
}

.header_content {
  padding-left: 27px;
}

.header h1, .header h3, .header p {
  text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.4);
  margin: 0;
  letter-spacing: 0.011em;
}

.header h1,.header h3 {
  margin-top: .5em;
  font-size: 2.5em;
  font-weight: normal;
  color: #bfa362;
  text-transform: uppercase;
}

.header p {
  font-size: 1.25em;
  color: #e8e2d3;
  margin-bottom: 15px;
  font-family: "Geared Slab", sans-serif;
}

.header .btn {
  font-size: 1em;
  text-transform: none;
}

.header_next h2 {
  margin-top: 2em;
}

@media screen and (min-width: 500px) {
  .header {
    height: 385px;
  }

  .header h1, .header h3 {
    font-size: 3.75em;
  }

  .header p {
    font-size: 1.75em;
  }

  .header .btn {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: 705px;
  }

  .header h1,.header h3 {
    margin-top: 5em;
    font-size: 4.1875em;
  }

  .header p {
    font-size: 2.8125em;
  }

  .header .btn {
    font-size: 1.5em;
  }

  .header_next {
    height: 430px;
  }

  .header_next h1, .header h3 {
    margin-top: 4em;
  }
}

@media screen and (max-width: 500px) {
  .header h1, .header h3 {
    line-height: 1;
  }

  .header_content {
    bottom: 14px;
  }
}

/* PRICE TAG */
.pricetag {
  font-size: .5em;
  width: 11.5em;
  height: 11.5em;
  float: right;
  background-color: rgba(191, 163, 98, 0.96);
  color: white;
  font-family: "Geared Slab", sans-serif;
  text-align: center;
  border-radius: 5.75em;
  padding-top: 3.75em;
  margin-right: 14px;
  margin-top: 16px;
}

@media screen and (min-width: 500px) {
  .pricetag {
    font-size: 1em;
    margin-top: -150px;
  }
}

@media screen and (min-width: 768px) {
  .pricetag {
    margin-right: 57px;
  }
}

.pricetag_with_one {
  padding-top: 2.1875em;
}

.pricetag .one {
  font-size: 2em;
  font-weight: 200;
  display: block;
}

.pricetag .figures {
  display: block;
  font-size: 5.375em;
}

.pricetag .figures span {
  display: inline-block;
  font-size: .5em;
  vertical-align: top;
}

/* HOME CONTENT */
.homecontent {
  background: #212120 url(../images/webshop/homecontent_bg.jpg) center top;
  background-size: 100% auto;
}

.homecontent_dlinks {
  padding: 20px 20px 30px 20px;
}

.homecontent_dlinks h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.homecontent_dlinks ul {
  margin: .7em 0;
  padding: 0;
  list-style: none;
}

.homecontent_dlinks li {
  background: url(../images/webshop/pompebled.png) no-repeat left center;
  font-size: 1em;
  line-height: 1.7;
  padding: 5px 0 0 32px;
}

.homecontent_dlinks a {
  color: white;
}

/* PAGE INTRO */
@media screen and (min-width: 768px) {
  .pageintro {
    margin-top: -142px;
    margin-bottom: 0 !important;
  }
}

.pageintro .owl-controls {
  position: static;
}

.pageintro_content {
  margin: 0 -12px;
}

/* TOPBLOCKS */
.topblock {
  padding: 12px;
}

.topblock_link {
  display: block;
  height: 260px;
  width: 330px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.31);
  margin: 0 auto;
}

.topblock_link img {
  display: block;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -165px;
}

.topblock_link > span {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  font: 22px "Geared Slab", sans-serif;
  color: white;
  padding: 15px 18px;
  transition: background-color 300ms, padding-bottom 300ms cubic-bezier(0.65, 0, 0, 1);
  -webkit-transition: background-color 300ms, padding-bottom 300ms cubic-bezier(0.65, 0, 0, 1);
}

.topblock_link > span span {
  float: right;
}

.topblock_color_pri .topblock_link > span {
  background-color: #bfa362;
  background-color: rgba(191, 163, 98, 0.8);
}

.topblock_color_sec .topblock_link > span {
  background-color: #bfa362;
  background-color: rgba(191, 163, 98, 0.8);
}

.topblock_color_tri .topblock_link > span {
  background-color: #bfa362;
  background-color: rgba(191, 163, 98, 0.8);
}

/* TABS */
.tabs {
  padding-top: 1px;
}

@media screen and (min-width: 768px) {
  .widget-producthighlight .owl-controls {
    position: absolute;
    top: -50px;
    right: 28px;
  }
}

.tabs_watermark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 792px;
  max-width: 100%;
  background: url(../images/webshop/bigwatermark-light.png) no-repeat left bottom;
}

.tabs_tabrow {
  font-size: 28px;
  border-bottom: 1px solid rgba(21, 20, 18, 0.19);
  padding-top: 22px;
  text-transform: uppercase;
  font-family: "Geared Slab", sans-serif;
  font-weight: 200;
  padding-left: 5px;
}

.tabs_tabrow a {
  color: #b28823;
  padding: 6px 14px;
}

.tabs_tabrow a.active {
  color: #1c1c1b;
}

.tabs_panels {
  height: 320px;
}

.tabs_panels_large {
  height: 483px;
}

.tabs_panel {
  padding: 14px 0;
}

.tabs .owl6 .owl_item {
  font-size: 1.375em;
  color: #1c1c1b;
  font: 22px "Geared Slab", sans-serif;
  font-weight: 200;
  padding: 11px;
}

.tabs .owl6 .owl_image {
  margin-bottom: 10px;
}

.tabs .owl6 .owl_image img {
  border: 5px solid #FFFFFF;
  border: 5px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}

.tabs .owl6 .price, .tabs .owl6 .newsitem_price, .tabs .owl6 .product_price {
  margin-top: 10px;
  font-size: 34px;
  color: #151412;
  margin-bottom: -2px;
  font-weight: bold;
}

.tabs .owl6 .price span, .tabs .owl6 .newsitem_price span, .tabs .owl6 .product_price span {
  display: inline-block;
  font-size: .5em;
  vertical-align: top;
}

.tabs .owl6 small {
  font-size: .625em;
  color: #b28823;
  text-decoration: line-through;
}

.tabs .owl6 small span {
  padding-top: .9em;
  text-decoration: line-through;
}

@media screen and (min-width: 768px) {
  .tabs_tabrow {
    font-size: 26px;
    padding-top: 50px;
  }

  .tabs_panel {
    padding: 25px 0;
  }
}

@media screen and (max-width: 420px) {
  .tabs_panels {
    height: 380px;
  }

  .tabs_panels_large {
    height: 768px;
  }
}

.owlwrapper {
  margin: 0 -11px;
}

.owlgalleryitem {
  padding: 11px;
}

/* NEWS */
.newsitem {
  display: block;
  padding: 11px;
}

.newsitem_photo img {
  border: 5px solid #e8e2d3;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.newsitem h4 {
  font-size: 22px;
  color: #b28823;
  text-transform: none;
}

.newsitem p {
  color: #706b65;
  transition: color 300ms;
  -webkit-transition: color 300ms;
}

.newsitem .btn {
  float: right;
}

.newsitem:hover p {
  color: #b28823;
}

/* SHADY */
.shady {
  background-color: rgba(204, 198, 181, 0.7);
  padding: 47px 0 0 0;
}

@media screen and (min-width: 768px) {
  .shady {
    padding: 60px 0 0 0;
  }
}

.shady .columns {
  padding-bottom: 47px;
}

.shady h3 {
  font-size: 24px;
  font-weight: 200;
  text-transform: none;
  margin-bottom: .75em;
}

.shady hr {
  background-color: #2b2b2b;
  margin-bottom: 19px;
}

.shady .shady_payment {
  padding-top: 13px;
}

.shady .inputgroup {
  border-color: #bab4a9;
  min-height: 44px;
  background-color: #f6f3ec;
  text-align: center;
  width: 100%;
}

.shady .inputgroup input {
  text-align: left;
  font-size: 18px;
  padding: 0 0 0 5px;
  height: 34px;
}

@media screen and (min-width: 500px) {
  .shady .inputgroup {
    display: inline-block;
    width: auto;
  }

  .shady .inputgroup input {
    width: 340px;
  }
}

.shady .inputgroup button {
  width: 130px;
  background-color: #b28823;
  color: white;
  font: 200 18px "Geared Slab", sans-serif;
  height: 34px;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
}

@media screen and (max-width: 514px), screen and (min-width: 768px) and (max-width: 1027px) {
  .shady .inputgroup {
    display: block;
  }

  .shady .inputgroup input, .shady .inputgroup button {
    width: 100%;
  }
}

/* FOOTER */
.footer {
  background: #403a30 url(../images/webshop/bigwatermark-dark.png) no-repeat left top;
  color: white;
}

.footer_block h4 {
  font-size: 12px;
  margin: 0;
}

.footer_headline {
  font-family: "Geared Slab", sans-serif;
  font-size: 20px;
  color: #bfa362;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.footer_headline span {
  font-size: .79em;
  color: #838180;
  text-transform: none;
}

/* FOLLOW */
.follow {
  font-size: 16px;
  color: white;
  font-family: "Geared Slab", sans-serif;
}

.follow_button {
  background-color: #bfa362;
  color: #373636 !important;
  line-height: 30px;
  font-size: 14px;
}

.follow_button:first-child {
  margin-left: 30px;
}

/* NEWS HOME */
@media screen and (min-width: 768px) {
  .newshome_content {
    padding-top: 25px;
  }
}

.newshome_content {
  font-size: 1em;
  line-height: 1.44444;
}

.newshome p.intro {
  color: #d42c06;
  font-size: 1.25em;
  line-height: 1.2;
}

/* DLINKS */
.dlinks {
  padding-left: 27px;
  padding-right: 0;
}

.dlinks_headline {
  font-size: 20px;
  margin-bottom: 1em;
  font-family: "Geared Slab", sans-serif;
  color: #b28823;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-weight: 200;
  height: 60px;
  position: relative;
}

.dlinks_headline span {
     position: absolute;
     bottom: 0px;
}

.dlinks ul {
  font-size: 13px;
}

.dlinks li {
  padding: 4px 0;
}

.dlinks a {
  color: #e8e2d3;
}

/* ADDRESS */
.address {
  color: white;
}

.address ul {
  font-size: 13px;
  color: #e8e2d3;
  margin-top: 5px;
  margin-bottom: 30px;
}

/* ROCK BOTTOM */
.rockbottom {
  background: #e8e2d3 url(../images/webshop/rockbottom_bg.png) no-repeat left top;
  padding: 9px 0 31px 0;
}

.rockbottom_copy {
  color: #898372;
  font-size: 13px;
}

/* NEXT */
.next_breadcrumbs {
  font-family: "Geared Slab", sans-serif;
}

/* NEXT CONTENT */
.nextcontent {
  background-color: #f4ecd8;
}

.nextcontent_grungetop {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  max-width: 100%;
  height: 521px;
  max-height: 100%;
  background: url(../images/webshop/sandgrunge_top.png) no-repeat left top;
}

.nextcontent_grungebottom {
  position: absolute;
  top: 0;
  right: 0;
  width: 448px;
  max-width: 100%;
  height: 895px;
  max-height: 100%;
  background: url(../images/webshop/sandgrunge_bottom.png) no-repeat right top;
}

/* TEXTBLOCK */
.textblock {
  font-size: .9em;
}

.textblock h1, .textblock h2 {
  color: #272727;
  margin: 0;
}

.textblock h1 {
  color: #bfa362;
  font-size: 2em;
}

.textblock h2 {
  color: #bfa362;
  font-size: 1.75em;
}

.textblock p, .textblock ul, .textblock ol {
  line-height: 1.7;
}

.textblock .introtext {
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: .5em;
}

.textblock .btn {
  padding-top: .45em;
}

.product .fotorechts {
  padding-top: 14px;
}

.product_price {
  margin-bottom: 30px;
}

.product_price .oldprice {
  font-size: .6em;
  margin-right: 10px;
  line-height: 1;
  vertical-align: baseline;
}

.product_price .oldprice .figures {
  color: #b28823;
  text-decoration: line-through;
}

.product_price .oldprice .figures span {
  padding-top: 1em;
  text-decoration: line-through;
}

.order {
  clear: both;
  background-color: #e1dbcc;
  padding: 7px;
}

.order input[type="number"] {
  width: 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid black;
  padding: .5em 0 .4em .5em;
  font-family: "Geared Slab", sans-serif;
  background-color: #e1dbcc;
  border-radius: 0;
}

.order input, .order button {
  margin-left: 15px;
}

.documentList li:nth-child(even) {
  background-color: #D7D1BF;
}

.documentList li:nth-child(odd) {
  background-color: #e5decb;
}

.properties {
  border: none;
  padding: 1px;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.properties td {
  padding: 5px 10px;
}

.properties tr:nth-child(odd) {
  background-color: #e5decb;
}

.properties tr:nth-child(even) {
  background-color: #D7D1BF;
}

/* SIDEBAR */
.sidebar {
  font-size: 14px;
}

.sidebar_nav {
  background-color: #D7D1BF;
  padding: 20px 28px;
  margin-top: -10px;
  margin-bottom: 28px;
}

.sidebar h4 {
  font-size: 1.25em;
}

/* HOVER EFFECTS */
/* Only on non-touch devices */
.no-touch .btn_color_pri:hover {
  color: black !important;
  border-color: black;
}

.no-touch .btn_color_sec:hover {
  color: #b28823 !important;
  border-color: #b28823;
}

.no-touch .righttop_langbar a:hover {
  color: #bfa362;
}

.no-touch .shopbar_cart a:hover {
  color: #b28823;
}

.no-touch .menu ul a:hover {
  color: #b28823;
}

.no-touch .menu_dropdown a:hover {
  color: white;
}

.no-touch .homecontent_dlinks a:hover {
  color: #7a2d13;
}

.no-touch .topblock_link:hover > span {
  padding-bottom: 35px;
}

.no-touch .topblock_color_pri:hover > span {
  background-color: #b28823;
}

.no-touch .topblock_color_sec:hover > span {
  background-color: #bfa362;
}

.no-touch .topblock_color_tri:hover > span {
  background-color: #806132;
}

.no-touch .intro_content a:hover {
  color: white;
}

.no-touch .tabs_tabrow a:hover {
  color: #1c1c1b;
}

.no-touch .shady .inputgroup button:hover {
  background-color: #c79827;
}

.no-touch .follow_button:hover {
  background-color: #e8e2d3;
}

.no-touch .dlinks a:hover {
  color: #bfa362;
}

@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) {
  .inputgroup_round button {
    background-image: url(../images/webshop/spyglass@2x.png) !important;
  }

  .shopbar_login {
    background-image: url(../images/webshop/lock@2x.png);
  }
}



ul.menu_large .separator {
    width: 40px;
}



/* AgeCheck */
/* .age-check-overlay { */
  /* position: fixed; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
  /* background-color: rgba(0,0,0, 0.7); */
  /* z-index: 10000; */
/* } */

/* .age-check-modal { */
  /* position: fixed; */
  /* display: block; */
  /* top: 50%; */
  /* text-align: center; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* background-color: #ffffff; */
  /* padding: 20px; */
  /* min-width: 300px; */
  /* max-width: 400px; */
  /* border: 1px solid #b28823; */
  /* z-index: 10001; */
/* } */

/* .age-check-hidden { */
    /* display: none!important; */
/* } */

/* .age-check-modal button { */
    /* background-color: #3f3f3f; */
    /* border: 0 none; */
    /* border-radius: 0; */
    /* color: #e8e2d3 !important; */
    /* cursor: pointer; */
    /* margin: 10px 0 0 0; */
    /* padding: 7px 15px; */
    /* transition: background-color 300ms ease 0s; */
/* } */

/* .age-check-modal button:hover { */
   /* background-color: #c79827!important; */
   /* color: #ffffff!important; */
/* } */
