@import "/system/css/reset.css";
@import "/system/css/vendor/font-awesome/css/font-awesome.min.css";
@import "/system/css/vendor/animsition/animsition.min.css";
@import "/system/css/vendor/magnific-popup.css";
@import "/system/css/helpers.css";
@font-face {
  font-family: 'Titillium Web';
  src: url('/system/fonts/TitilliumWeb-Italic.eot');
  src: url('/system/fonts/TitilliumWeb-Italic.eot?#iefix') format('embedded-opentype'), url('/system/fonts/TitilliumWeb-Italic.woff2') format('woff2'), url('/system/fonts/TitilliumWeb-Italic.woff') format('woff'), url('/system/fonts/TitilliumWeb-Italic.ttf') format('truetype'), url('/system/fonts/TitilliumWeb-Italic.svg#TitilliumWeb-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/system/fonts/TitilliumWeb-LightItalic.eot');
  src: url('/system/fonts/TitilliumWeb-LightItalic.eot?#iefix') format('embedded-opentype'), url('/system/fonts/TitilliumWeb-LightItalic.woff2') format('woff2'), url('/system/fonts/TitilliumWeb-LightItalic.woff') format('woff'), url('/system/fonts/TitilliumWeb-LightItalic.ttf') format('truetype'), url('/system/fonts/TitilliumWeb-LightItalic.svg#TitilliumWeb-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/system/fonts/TitilliumWeb-Light.eot');
  src: url('/system/fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'), url('/system/fonts/TitilliumWeb-Light.woff2') format('woff2'), url('/system/fonts/TitilliumWeb-Light.woff') format('woff'), url('/system/fonts/TitilliumWeb-Light.ttf') format('truetype'), url('/system/fonts/TitilliumWeb-Light.svg#TitilliumWeb-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/system/fonts/TitilliumWeb-Bold.eot');
  src: url('/system/fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'), url('/system/fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('/system/fonts/TitilliumWeb-Bold.woff') format('woff'), url('/system/fonts/TitilliumWeb-Bold.ttf') format('truetype'), url('/system/fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/system/fonts/TitilliumWeb-SemiBold.eot');
  src: url('/system/fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), url('/system/fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('/system/fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('/system/fonts/TitilliumWeb-SemiBold.ttf') format('truetype'), url('/system/fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/system/fonts/TitilliumWeb-Regular.eot');
  src: url('/system/fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('/system/fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('/system/fonts/TitilliumWeb-Regular.woff') format('woff'), url('/system/fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('/system/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 12px;
  color: #222326;
  font-family: "Titillium Web";
  padding-top: 92px;
}
.outer-wrapper {
  max-width: 1277px;
  width: 100%;
  margin: auto;
  background-color: #f0ebe9;
}
p {
  font-size: 1.333em;
  line-height: 1.465em;
  margin: 0;
  font-weight: 300;
}
p + p {
  margin-top: 23px;
}
strong,
b {
  font-weight: 600;
}
strong i,
b i,
strong em,
b em {
  font-weight: 600;
}
h1,
h2,
h3 {
  font-size: 2.917em;
  line-height: 1.25em;
  font-weight: 600;
}
h4 {
  font-size: 1.333em;
  line-height: 1.465em;
  font-weight: 600;
  text-transform: uppercase;
}
i,
em {
  font-style: italic;
}
a,
a:visited {
  color: #222326;
}
a.button {
  display: inline-block;
  font-weight: 400;
  font-size: 1.333em;
  color: #ffffff;
  background-color: #665143;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2.3em;
  padding-left: 14px;
  padding-right: 14px;
}
a.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.no-underline a {
  text-decoration: none;
}
span.line {
  width: 66px;
  height: 3px;
  background-color: #222326;
  display: inline-block;
}
.content-text a:not(.button) {
  font-weight: 600;
}
img.to-bg {
  display: none;
}
header {
  height: 92px;
  width: 100%;
  background-color: #665143;
  position: fixed;
  top: 0;
  -moz-transition: height 0.4s ease-out;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  z-index: 1000;
}
header nav {
  position: relative;
  box-sizing: border-box;
  max-width: 1277px;
  width: 100%;
  margin: auto;
}
header nav .mobile-toggle {
  display: none;
}
header nav a.logo {
  display: block;
  position: absolute;
  left: 50px;
  top: 19px;
  background-image: url('/system/img/logo@2x.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 202px;
  height: 66px;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header nav ul.menu {
  float: right;
  margin-right: 50px;
  padding-top: 47px;
  -moz-transition: padding 0.4s ease-out;
  -webkit-transition: padding 0.4s ease-out;
  transition: padding 0.4s ease-out;
  /* TO BE REMOVED IF LANG: BEGIN */
  /* TO BE REMOVED IF LANG: END */
}
header nav ul.menu li.item {
  float: left;
  margin-right: 42px;
  position: relative;
}
header nav ul.menu li.item.lang {
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 0;
}
header nav ul.menu li.item.lang span {
  margin-left: 6px;
  margin-right: 6px;
}
header nav ul.menu li.item.lang a,
header nav ul.menu li.item.lang span {
  font-size: 1.35em;
  display: inline-block;
}
header nav ul.menu li.item.lang a.active,
header nav ul.menu li.item.lang a:hover {
  font-weight: 700;
}
header nav ul.menu li.item a,
header nav ul.menu li.item span {
  color: #ffffff;
  text-transform: uppercase;
  text-weight: 400;
  font-size: 1.75em;
  display: block;
  text-indent: -1px;
  text-decoration: none;
}
header nav ul.menu li.item.active:not(.lang),
header nav ul.menu li.item:hover:not(.lang) {
  border-bottom: 2px solid #ffffff;
}
header nav ul.menu li.item .sub-wrapper {
  padding-top: 11px;
  position: absolute;
  top: 34px;
  left: -20px;
}
header nav ul.menu li.item .sub-wrapper ul.sub-menu {
  background-color: #d4c3b7;
  transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  border-bottom: 3px solid #665143;
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
}
header nav ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item {
  float: none;
  display: block;
  border-bottom: 1px solid #212225;
  padding-bottom: 7px;
  padding-top: 6px;
  min-width: 222px;
}
header nav ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item a {
  color: #000000;
  font-size: 1.667em;
  font-weight: 300;
  text-transform: none;
  text-indent: 0px;
}
header nav ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item:hover a,
header nav ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item.active a {
  font-weight: 600;
}
header nav ul.menu li.item.last {
  margin-right: 0;
}
header nav ul.menu:not(.mobile) li.item:hover ul.sub-menu {
  opacity: 1;
  height: auto;
  width: auto;
  overflow: visible;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 22px;
}
body.nav-small header {
  box-sizing: border-box;
  height: 70px;
}
body.nav-small header nav a.logo {
  left: 50px;
  top: 15px;
  width: 150px;
  height: 49px;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.nav-small header nav ul.menu {
  padding-top: 25px;
}
section#banner img {
  width: 100%;
}
section#headline {
  padding-top: 81px;
  padding-bottom: 83px;
  text-align: center;
  width: 100%;
}
section#headline .line + p {
  margin-top: 39px;
}
section#headline p {
  font-size: 1.667em;
  line-height: 1.4em;
  color: #222326;
  width: 60%;
  display: block;
  margin: 0 auto 0;
}
section#headline p + a.button {
  margin-top: 33px;
}
section#headline a.button {
  margin-top: 33px;
  margin-bottom: 7px;
}
section#content .line + p {
  margin-top: 27px;
}
section#content .columns {
  display: table;
  width: 100%;
}
section#content .columns .row {
  display: table-row;
  background-color: #e2d6ce;
}
section#content .columns .row .col {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}
section#content .columns .row .col.text {
  padding-left: 50px;
  padding-top: 53px;
  padding-bottom: 66px;
  padding-right: 50px;
}
section#content .columns .row .col.text h2 {
  margin-left: -2.5px;
}
section#content .columns .row .col.img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section#content .columns .row .col .slogan {
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  color: #665143;
  text-transform: uppercase;
  margin-bottom: 1px;
  margin-left: -0.5px;
}
section#content p + a.button {
  margin-top: 32px;
}
section#selected-products {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 100px;
}
section#selected-products .line + div {
  margin-top: 45px;
}
section#selected-products .info {
  margin: 45px auto;
  width: 65%;
}
section#selected-products .info p {
  font-size: 1.667em;
  line-height: 1.40em;
}
section#selected-products .info a.button {
  margin-top: 34px;
}
section#ne-preview .columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
section#ne-preview .columns .col {
  display: table-cell;
  background-color: #e2d6ce;
  width: 48.05%;
  padding-left: 50px;
  padding-top: 46px;
  padding-right: 36px;
}
section#ne-preview .columns .col.left {
  padding-bottom: 20px;
}
section#ne-preview .columns .col.left .button {
  margin-bottom: 20px;
}
section#ne-preview .columns .col.right {
  padding-right: 50px;
  padding-bottom: 40px;
}
section#ne-preview .columns .col .line {
  width: 44px;
  height: 2px;
}
section#ne-preview .columns .col .entries {
  margin-top: 29px;
  margin-bottom: 40px;
}
section#ne-preview .columns .col .entries .entry {
  border-bottom: 1px solid #aa876f;
  padding-bottom: 24px;
}
section#ne-preview .columns .col .entries .entry h4 {
  display: block;
  margin-bottom: 7px;
}
section#ne-preview .columns .col .entries .entry div.news-content {
  height: 80px;
}
section#ne-preview .columns .col .entries .entry div.events-content {
  height: 34px;
}
section#ne-preview .columns .col .entries .entry a.more {
  font-weight: 600;
}
section#ne-preview .columns .col .entries .entry + .entry {
  padding-top: 24px;
}
section#ne-preview .columns .col .button.news-all {
  margin-right: 20px;
}
section#ne-preview .columns .col.spacer {
  background-color: transparent;
  width: 3.9%;
}
section#ne-preview h3 {
  font-size: 2.0833em;
  line-height: 1.02em;
}
section#social-media {
  text-align: center;
  padding-top: 77px;
}
section#social-media h3 {
  font-size: 2.0833em;
  line-height: 1.02em;
}
section#social-media .line {
  width: 44px;
  height: 2px;
}
section#social-media .links {
  margin-top: 21px;
  padding-bottom: 55px;
}
section#social-media .links a {
  font-size: 4.1667em;
  color: #665143;
  text-decoration: none;
}
section#social-media .links a + a {
  margin-left: 35px;
}
section#youtube {
  text-align: center;
  padding-top: 99px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
section#youtube .video-wrapper {
  margin-top: 45px;
  border: 5px solid #d4c3b7;
  display: inline-block;
  position: relative;
}
section#youtube .video-wrapper span.icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -moz-transform: translatex(-50%) translatey(-50%);
  -o-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
  width: 74px;
  height: 74px;
  background-image: url('/system/img/icon-video@2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section#youtube .video-wrapper img {
  max-width: 798px;
  width: 100%;
}
section#e_n {
  padding-top: 81px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
section#e_n .control {
  margin-top: 45px;
  padding-bottom: 45px;
}
section#e_n .control .customSelect {
  margin-right: 17px;
  margin-bottom: 15px;
}
section#e_n .e_n-wrapper .item {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #e2d6ce;
}
section#e_n .e_n-wrapper .item .col {
  display: table-cell;
  vertical-align: top;
}
section#e_n .e_n-wrapper .item .col.left {
  width: 304px;
}
section#e_n .e_n-wrapper .item .col.left img {
  width: 100%;
}
section#e_n .e_n-wrapper .item .col .elem {
  padding-left: 20px;
  padding-right: 20px;
}
section#e_n .e_n-wrapper .item .col .header {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
section#e_n .e_n-wrapper .item .col .header.title {
  background-color: #665143;
}
section#e_n .e_n-wrapper .item .col .header.sub-title,
section#e_n .e_n-wrapper .item .col .header.datetime {
  background-color: #aa876f;
}
section#e_n .e_n-wrapper .item .col .header.title,
section#e_n .e_n-wrapper .item .col .header.sub-title,
section#e_n .e_n-wrapper .item .col .header.datetime {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4em;
  line-height: 1.25em;
}
section#e_n .e_n-wrapper .item .col .header.title h3,
section#e_n .e_n-wrapper .item .col .header.sub-title h3,
section#e_n .e_n-wrapper .item .col .header.datetime h3,
section#e_n .e_n-wrapper .item .col .header.title h4,
section#e_n .e_n-wrapper .item .col .header.sub-title h4,
section#e_n .e_n-wrapper .item .col .header.datetime h4 {
  font-size: 1.4em;
  line-height: 1.25em;
}
section#e_n .e_n-wrapper .item .col .header.sub-title {
  text-transform: none;
}
section#e_n .e_n-wrapper .item .col .header.datetime div {
  display: inline-block;
}
section#e_n .e_n-wrapper .item .col .header.datetime div .icon,
section#e_n .e_n-wrapper .item .col .header.datetime div span {
  display: inline;
  vertical-align: middle;
}
section#e_n .e_n-wrapper .item .col .header.datetime div span.date {
  margin-right: 45px;
}
section#e_n .e_n-wrapper .item .col .header.datetime div .icon {
  font-size: 1.1em;
  margin-right: 13px;
  line-height: 1.4em;
}
section#e_n .e_n-wrapper .item .col .header.datetime div .icon.date {
  margin-top: -1px;
}
section#e_n .e_n-wrapper .item .col .content {
  padding-top: 36px;
  padding-bottom: 26px;
}
section#e_n .e_n-wrapper .item + .item {
  margin-top: 40px;
}
section#e_n .pagination {
  padding-top: 47px;
  font-size: 1.333em;
  line-height: 1.465em;
}
section#e_n .pagination span {
  font-weight: 500;
}
section#e_n .pagination a {
  padding-right: 11px;
  padding-left: 0;
  padding-top: 3px;
}
section#e_n .pagination a[rel='next'] {
  padding-left: 11px;
  padding-right: 0;
}
section#e_n .pagination a,
section#e_n .pagination span {
  display: inline-block;
  vertical-align: middle;
}
section#e_n .pagination i {
  font-size: 23px;
}
section#products {
  text-align: center;
  padding-top: 80px;
}
section#products .products-grid {
  margin-top: 45px;
  padding-bottom: 109px;
}
section#products .products-grid:last-child {
  padding-bottom: 78px;
}
section#product-detail .columns {
  box-sizing: border-box;
  padding-left: 50px;
  display: table;
  width: 100%;
  margin-top: 45px;
}
section#product-detail .columns .col {
  display: table-cell;
  vertical-align: top;
}
section#product-detail .columns .col.left {
  padding-top: 35px;
  padding-right: 136px;
}
section#product-detail .columns .col.left .content {
  margin-top: 30px;
}
section#product-detail .columns .col.right {
  width: 419px;
  background-color: #d4c3b7;
  font-weight: 300;
}
section#product-detail .columns .col.right img {
  width: 100%;
}
section#product-detail .columns .col.right .prices-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
section#product-detail .columns .col.right .prices-wrapper h3 {
  font-size: 2.0833em;
  line-height: 1.05em;
  margin-top: 45px;
  text-transform: none;
}
section#product-detail .columns .col.right .prices-wrapper .line {
  width: 44px;
  height: 2px;
}
section#product-detail .columns .col.right .prices-wrapper table {
  margin-top: 16px;
  max-width: 329px;
  width: 100%;
}
section#product-detail .columns .col.right .prices-wrapper table td {
  font-size: 1.333em;
  line-height: 1.465em;
  border-bottom: 1px solid #aa876f;
  padding-bottom: 2px;
  padding-top: 3px;
}
section#product-detail .columns .col.right .prices-wrapper table td:first-child {
  padding-right: 20px;
}
section#product-detail .columns .col.right .prices-wrapper table td:last-child {
  text-align: right;
}
section#product-detail .columns .col.right .prices-wrapper .info {
  padding-top: 18px;
  padding-bottom: 30px;
  display: block;
}
section#gifts {
  padding-top: 109px;
}
section#gifts .header {
  padding-left: 50px;
  padding-right: 50px;
}
section#gifts .products-grid {
  padding-top: 45px;
  padding-bottom: 60px;
}
section#text {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 82px;
}
section#text .content-text {
  padding-top: 39px;
  padding-bottom: 48px;
}
section#gmaps {
  padding-bottom: 60px;
}
section#gmaps #gmaps-inner {
  height: 846px;
  width: 100%;
  background: #c0c0c0;
  position: relative;
}
section#gmaps #gmaps-inner .accept-google-maps {
  opacity: 0;
  display: inline-block;
  padding: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: white;
  max-width: 350px;
  width: 100%;
  font-size: 1.667em;
  line-height: 1.4em;
}
section#gmaps #gmaps-inner .accept-google-maps span:first-child {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
section#gmaps .join-info {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 94px;
  margin-bottom: -6px;
}
section#gmaps .infobox-wrapper {
  font-size: 12px;
}
section#gmaps .infobox-wrapper p {
  font-size: 1.333em;
  line-height: 1.465em;
}
section#gmaps .infobox-wrapper .imgs a img {
  max-width: 322px;
  height: auto;
}
section#gmaps .infobox-wrapper .imgs a:not(:first-child) {
  display: none;
}
#cookies-hint,
#newsletter-subscribe {
  background-color: #aa876f;
  max-width: 537px;
  width: 100%;
  margin: auto;
  border: 3px solid white;
  padding-top: 37px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#cookies-hint .g-recaptcha,
#newsletter-subscribe .g-recaptcha {
  display: inline-block;
  margin-top: 20px;
}
#cookies-hint .element.input,
#newsletter-subscribe .element.input {
  font-size: 1.333em;
  line-height: 1.465em;
  font-weight: 300;
}
#cookies-hint .wrapper,
#newsletter-subscribe .wrapper {
  display: table;
  margin: auto;
  margin-top: 16px;
}
#cookies-hint .wrapper .element,
#newsletter-subscribe .wrapper .element {
  display: table-row;
}
#cookies-hint .wrapper .element div,
#newsletter-subscribe .wrapper .element div {
  display: table-cell;
  padding-top: 15px;
}
#cookies-hint .wrapper .element div:first-child,
#newsletter-subscribe .wrapper .element div:first-child {
  text-align: right;
}
#cookies-hint .wrapper .element div:last-child,
#newsletter-subscribe .wrapper .element div:last-child {
  text-align: left;
}
#cookies-hint .wrapper .element div label,
#newsletter-subscribe .wrapper .element div label {
  margin-right: 20px;
  font-weight: 600;
}
#cookies-hint .wrapper .element div span,
#newsletter-subscribe .wrapper .element div span {
  margin-left: 5px;
  margin-right: 10px;
}
#cookies-hint .wrapper .element div input[type="text"],
#newsletter-subscribe .wrapper .element div input[type="text"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  padding-left: 5px;
  min-width: 190px;
  max-width: 190px;
  width: 100%;
}
#cookies-hint .wrapper .element div input.error,
#newsletter-subscribe .wrapper .element div input.error {
  border: 1px solid red;
}
#cookies-hint h3,
#newsletter-subscribe h3 {
  color: #222326;
  font-size: 2.0833em;
  line-height: 1.02em;
}
#cookies-hint .line + p,
#newsletter-subscribe .line + p {
  margin-top: 20px;
}
#cookies-hint p a.small,
#newsletter-subscribe p a.small {
  font-size: 12px;
  font-weight: 300;
}
#cookies-hint p a,
#newsletter-subscribe p a {
  font-weight: 600;
}
#cookies-hint p + form,
#newsletter-subscribe p + form {
  margin-top: 10px;
}
#cookies-hint a.button,
#newsletter-subscribe a.button {
  background-color: white;
  color: #222326;
  margin-top: 34px;
}
#cookies-hint div.chk,
#newsletter-subscribe div.chk {
  margin-top: 30px;
  font-size: 1.333em;
  line-height: 1.465em;
  font-weight: 300;
}
#cookies-hint div.chk input#tos.error + label,
#newsletter-subscribe div.chk input#tos.error + label {
  color: #bb0000;
}
#cookies-hint div.chk input#tos.error + label a,
#newsletter-subscribe div.chk input#tos.error + label a {
  color: #bb0000;
}
#cookies-hint .g-recaptcha.error,
#newsletter-subscribe .g-recaptcha.error {
  border: 1px solid red;
}
#cookies-hint .line,
#newsletter-subscribe .line {
  width: 44px;
}
.products-grid .product {
  float: left;
  width: 20%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.products-grid .product .overlay {
  transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/system/img/bg-product-overlay.png');
  background-repeat: repeat;
}
.products-grid .product .overlay em {
  text-align: center;
  position: absolute;
  top: 63.5%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
}
.products-grid .product .overlay em span,
.products-grid .product .overlay em a {
  line-height: 1.3em;
  color: #ffffff;
  display: block;
}
.products-grid .product .overlay em span.title,
.products-grid .product .overlay em a.title {
  font-size: 1.667em;
  font-weight: 600;
  display: block;
}
.products-grid .product .overlay em span.more,
.products-grid .product .overlay em a.more {
  margin-top: 8px;
  font-weight: 300;
  font-size: 1.333em;
  text-decoration: underline;
}
.products-grid .product img {
  width: 100%;
}
.products-grid .product.hover .overlay {
  opacity: 1.0;
  transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
footer {
  color: #ffffff;
  background-color: #665143;
  margin-top: 21px;
}
footer .columns {
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 55px;
  max-width: 1277px;
  width: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
}
footer .columns div {
  display: table-row;
}
footer .columns div div {
  width: 31.4%;
  display: table-cell;
}
footer .columns div div.spacer {
  width: 2.9%;
}
footer .columns div div a {
  color: #ffffff;
}
footer .columns div div h4 {
  padding-bottom: 9px;
  display: block;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 34px;
}
footer .columns div div.links {
  padding-top: 44px;
}
footer .columns div div.links p {
  border-top: 1px solid #ffffff;
  padding-top: 13px;
  padding-bottom: 25px;
}
footer .columns div div.links p a {
  display: inline-block;
  margin-right: 36px;
}
footer .columns div div.links p a:last-child {
  margin-right: 0;
}
/* customSelect: BEGIN */
select.hasCustomSelect {
  z-index: 1000;
  cursor: pointer;
}
.customSelect {
  background-color: #665143;
  padding-right: 35px;
  border: 1px solid #665143;
}
.customSelectInner {
  /* You can style the inner box too */
  background-color: #d4c3b7;
  white-space: nowrap;
  position: relative;
  z-index: 100;
  line-height: 2.15em;
  color: #000000;
  font-size: 1.333em;
  min-width: 211px;
  box-sizing: border-box;
  padding-left: 16px;
}
.customSelectInner::after {
  position: absolute;
  right: -29px;
  content: "\f078";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 1.3em;
  z-index: 100;
}
/* customSelect: END */
/* Overwrites: Begin */
.mfp-arrow-left::after {
  /*border-right-color: @color_yellow;*/
}
.mfp-arrow-right::after {
  /*border-left-color: @color_yellow;*/
}
.mfp-arrow {
  /*opacity: 1.0;*/
}
.mfp-close {
  /*opacity: 1.0;*/
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  /*color: @color_yellow;*/
}
.mfp-container {
  /*padding: 0 @page_padding;*/
}
/* Overwrites: End */
@media only screen and (max-width: 1260px) {
  header nav ul.menu li.item {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1160px) {
  body {
    padding-top: 70px;
  }
  /* FONT SIZES: BEGIN */
  h1,
  h2,
  h3 {
    font-size: 2.4em;
    /****/
  }
  header nav ul.menu li.item a,
  header nav ul.menu li.item span {
    font-size: 1.5em;
  }
  header nav ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item a {
    font-size: 1.5em;
  }
  /* FONT SIZES: END */
  body.nav-small header nav ul.menu {
    padding-top: 27px;
  }
  header {
    height: 70px;
  }
  header nav a.logo {
    left: 50px;
    top: 15px;
    width: 150px;
    height: 49px;
  }
  header nav ul.menu {
    padding-top: 27px;
  }
  header nav ul.menu li.item {
    margin-right: 35px;
  }
  header nav ul.menu li.item.lang {
    margin-top: 2px;
  }
  header nav ul.menu li.item .sub-wrapper {
    top: 29px;
    padding-top: 14px;
  }
  section#product-detail .columns .col.left {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  body header,
  body.nav-small header {
    min-height: 70px;
    height: auto;
  }
  body header nav,
  body.nav-small header nav {
    min-height: 100%;
  }
  body header nav div.menu-wrapper,
  body.nav-small header nav div.menu-wrapper {
    position: relative;
    display: none;
    top: 70px;
    overflow: hidden;
    background-color: #7e6b60;
    z-index: 100;
  }
  body header nav div.menu-wrapper ul.menu,
  body.nav-small header nav div.menu-wrapper ul.menu {
    padding-top: 24px;
    margin-right: 0;
    text-align: center;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    float: none;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #7e6b60;
  }
  body header nav div.menu-wrapper ul.menu li.item,
  body.nav-small header nav div.menu-wrapper ul.menu li.item {
    float: none;
    margin-right: 0;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #98897f;
  }
  body header nav div.menu-wrapper ul.menu li.item.active:not(.lang),
  body.nav-small header nav div.menu-wrapper ul.menu li.item.active:not(.lang),
  body header nav div.menu-wrapper ul.menu li.item:hover:not(.lang),
  body.nav-small header nav div.menu-wrapper ul.menu li.item:hover:not(.lang) {
    border-bottom: 1px solid #98897f;
    display: block;
  }
  body header nav div.menu-wrapper ul.menu li.item.active:not(.lang),
  body.nav-small header nav div.menu-wrapper ul.menu li.item.active:not(.lang) {
    font-weight: 700;
  }
  body header nav div.menu-wrapper ul.menu li.item.lang,
  body.nav-small header nav div.menu-wrapper ul.menu li.item.lang {
    margin-left: 0;
    border-bottom: 0;
    display: block;
    padding-top: 39px;
  }
  body header nav div.menu-wrapper ul.menu li.item.top,
  body.nav-small header nav div.menu-wrapper ul.menu li.item.top {
    padding-top: 14px;
  }
  body header nav div.menu-wrapper ul.menu li.item.top a,
  body.nav-small header nav div.menu-wrapper ul.menu li.item.top a {
    font-size: 2.333em;
  }
  body header nav div.menu-wrapper ul.menu li.item:last-child,
  body.nav-small header nav div.menu-wrapper ul.menu li.item:last-child {
    padding-bottom: 50px;
  }
  body header nav div.menu-wrapper ul.menu li.item .sub-wrapper,
  body.nav-small header nav div.menu-wrapper ul.menu li.item .sub-wrapper {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  body header nav div.menu-wrapper ul.menu li.item .sub-wrapper ul.sub-menu,
  body.nav-small header nav div.menu-wrapper ul.menu li.item .sub-wrapper ul.sub-menu {
    display: block;
    text-align: center;
    opacity: 1;
    height: auto;
    width: 100%;
    padding: 0;
    overflow: visible;
    background-color: transparent;
    border-bottom: 0;
    box-sizing: border-box;
  }
  body header nav div.menu-wrapper ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item,
  body.nav-small header nav div.menu-wrapper ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item {
    padding-top: 0;
    padding-bottom: 5px;
    min-width: auto;
    border-bottom: 0;
  }
  body header nav div.menu-wrapper ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item a,
  body.nav-small header nav div.menu-wrapper ul.menu li.item .sub-wrapper ul.sub-menu li.sub-item a {
    color: white;
    display: inline-block;
    font-size: 1.5em;
  }
  body header nav .mobile-toggle,
  body.nav-small header nav .mobile-toggle {
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: white;
    font-size: 2.8em;
    text-decoration: none;
    z-index: 200;
  }
  section#product-detail .columns .col.right {
    width: 320px;
  }
}
@media only screen and (max-width: 970px) {
  section#headline p {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  section#selected-products h2,
  section#selected-products .info {
    padding-left: 50px;
    padding-right: 50px;
  }
  section#selected-products .info {
    margin: 45px auto;
    width: 100%;
  }
  section#ne-preview .columns {
    display: block;
    table-layout: none;
  }
  section#ne-preview .columns .col {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
  section#ne-preview .columns .col .line {
    width: 44px;
    height: 2px;
  }
  section#ne-preview .columns .col.spacer {
    display: block;
    width: 100%;
    height: 10px;
    padding: 0;
  }
  .products-grid .product {
    width: 33.3333%;
  }
  .products-grid .product:last-child {
    width: 33.3334%;
  }
  header nav a.logo {
    left: 25px;
  }
  body.nav-small header nav a.logo {
    left: 25px;
  }
  body header nav .mobile-toggle,
  body.nav-small header nav .mobile-toggle {
    right: 25px;
  }
  section#headline p {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#selected-products h2,
  section#selected-products .info {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
  section#selected-products .info {
    margin-bottom: 25px;
  }
  section#content .columns .row .col.text {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#ne-preview .columns .col.text {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#ne-preview .columns .col.right {
    padding-right: 25px;
  }
  section#product-detail .columns {
    padding-left: 25px;
  }
  section#gifts .header {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#text {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#e_n {
    padding-left: 25px;
    padding-right: 25px;
  }
  #cookies-hint {
    padding-left: 25px;
    padding-right: 25px;
  }
  #cookies-hint,
  #newsletter-subscribe {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  footer .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
  section#youtube {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section#content .columns {
    display: block;
  }
  section#content .columns .row {
    display: block;
  }
  section#content .columns .row:not(:first-child) {
    padding-top: 30px;
  }
  section#content .columns .row:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  section#content .columns .row .col {
    display: block;
    width: 100%;
  }
  section#content .columns .row .col.text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section#content .columns .row .col.img {
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
    overflow: hidden;
    background-position: -999999px -999999px;
  }
  section#content .columns .row .col.img img.to-bg {
    display: inline;
    width: 100%;
    height: auto;
  }
  section#selected-products {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .columns {
    width: 100%;
    display: block;
    table-layout: none;
  }
  footer .columns div {
    display: block;
  }
  footer .columns div div {
    margin-top: 50px;
    width: 100%;
    display: block;
  }
  footer .columns div div.spacer {
    display: none;
  }
  footer .columns div div:first-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 650px) {
  section#product-detail .columns {
    display: block;
    padding-right: 25px;
  }
  section#product-detail .columns .col {
    display: block;
    vertical-align: top;
  }
  section#product-detail .columns .col.left {
    padding-right: 0;
  }
  section#product-detail .columns .col.left .content {
    margin-bottom: 50px;
  }
  section#product-detail .columns .col.right {
    width: 100%;
  }
  section#e_n .e_n-wrapper .item {
    display: block;
    width: 100%;
    table-layout: none;
  }
  section#e_n .e_n-wrapper .item .col {
    display: block;
  }
  section#e_n .e_n-wrapper .item .col.left {
    width: 100%;
  }
  section#e_n .e_n-wrapper .item .col.left img {
    width: 100%;
  }
  .products-grid .product {
    width: 50%;
  }
  #cookies-hint .wrapper,
  #newsletter-subscribe .wrapper {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  #cookies-hint .wrapper .element,
  #newsletter-subscribe .wrapper .element {
    display: block;
    padding-top: 7px;
  }
  #cookies-hint .wrapper .element div,
  #newsletter-subscribe .wrapper .element div {
    display: block;
    padding-top: 5px;
  }
  #cookies-hint .wrapper .element div:first-child,
  #newsletter-subscribe .wrapper .element div:first-child {
    text-align: center;
  }
  #cookies-hint .wrapper .element div:last-child,
  #newsletter-subscribe .wrapper .element div:last-child {
    text-align: center;
  }
  #cookies-hint .wrapper .element div label,
  #newsletter-subscribe .wrapper .element div label {
    margin-right: 0;
  }
  section#text .content-text.double-col {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
  section#text .content-text.double-col p + p {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 400px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: center 0;
    -webkit-transform-origin: center 0;
  }
  /*.products-grid {
	.product {
	width: 100%;
}
}*/
}
