.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-size: 30px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  line-height: 1.5;
}

a {
  display: inline;
  -webkit-transition: background-color 200ms ease-in-out, opacity 200ms ease, color 200ms ease;
  transition: background-color 200ms ease-in-out, opacity 200ms ease, color 200ms ease;
  color: #9b8247;
  text-decoration: underline;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  background-image: url('../images/checked-gold.svg');
  background-position: 0px 10px;
  background-size: 16px;
  background-repeat: no-repeat;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-subscribe-form {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f4f4f4;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-cart-remove-link {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-weight: 400;
  text-decoration: none;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-light {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link-main {
  position: static;
  z-index: 1;
  margin-right: 15px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-link-main:hover {
  opacity: 0.8;
}

.logo-link-main:active {
  opacity: 0.7;
}

.logo-link-main.w--current {
  display: inline-block;
  margin-right: 30px;
  padding: 15px 30px;
  float: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.product-name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.cart-quantity {
  display: block;
  height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart {
  margin-left: 20px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  min-width: 100px;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-top: 20px;
}

.footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . . ."
    ". . . . .";
  -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1.25fr 30px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1.25fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: center;
}

.footer-link {
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #fff;
}

.footer-link:hover {
  opacity: 1;
  color: #edebeb;
  text-decoration: none;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: 0.8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  display: block;
  width: 160px;
  max-width: 160px;
  margin-bottom: 60px;
  float: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-image {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-price {
  margin-bottom: 15px;
  color: #2d694c;
  font-size: 30px;
  text-align: right;
}

.header {
  color: #fff;
}

.cart-option-list {
  margin-top: 0px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0px;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay {
  height: 42px;
}

.pay-with-browser {
  height: 42px;
}

.body {
  background-color: #000;
  background-image: url('../images/sv-background.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.body.svetpiva {
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page {
  width: 100%;
  padding-bottom: 120px;
  background-color: #edebeb;
}

.page.servis {
  padding-bottom: 0px;
}

.page.blog {
  padding-bottom: 0px;
}

.column {
  width: 320px;
  padding-bottom: 220px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content {
  padding-top: 30px;
  padding-bottom: 220px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.servis {
  padding-bottom: 0px;
}

.content.blog-article {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content.blog-article-detail {
  padding-bottom: 0px;
}

.content.blog-content-detail {
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 30px 60px 60px;
  background-color: #fff;
}

.content.content-blog-articles {
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu {
  margin: 0px 30px 30px 0px;
  padding: 30px 0px;
  background-color: #2d694c;
  background-image: url('../images/menu-background.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-y;
  font-family: 'Roboto Slab', sans-serif;
  list-style-type: none;
}

.menu-item {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: none;
}

.menu-item.menu-mobile {
  display: none;
}

.menu-item-link {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}

.menu-item-link:hover {
  background-color: rgba(0, 20, 11, 0.38);
  color: #edebeb;
  text-decoration: underline;
}

.menu-item-link.submenu-active {
  font-weight: 700;
}

.box-shadow {
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
}

.maxwidth {
  position: relative;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.maxwidth.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
}

.maxwidth.twocols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.maxwidth.header-svet-piva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
}

.maxwidth.header-servis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
}

.maxwidth.header-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
}

.maxwidth.blog-detail {
  padding-top: 30px;
}

.header-bottom {
  background-color: #9b8247;
}

.subnav {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 290px;
  padding-left: 0px;
  float: right;
  list-style-type: none;
}

.subnav.no-column {
  margin-left: 0px;
  float: none;
}

.subnav-item {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: none;
}

.subnav-link {
  display: inline-block;
  padding: 30px 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.subnav-link:hover {
  text-decoration: underline;
}

.subnav-link:active {
  color: #fff;
}

.subnav-link:focus {
  color: #fff;
}

.clear {
  overflow: hidden;
  width: 1px;
  height: 1px;
  clear: both;
}

.menu-header {
  position: absolute;
  left: 30px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 290px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #2d694c;
}

.menu-header.subnav-link {
  left: 31px;
  top: -75px;
  box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.28);
  font-size: 12px;
}

.menu-header.subnav-link:hover {
  text-decoration: none;
}

.search {
  position: relative;
  display: block;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 36px;
  padding: 0px;
  background-color: #9b8247;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.input {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 15px;
  border: 1px solid #fff;
  background-color: #edebeb;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
}

.helpline {
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #edebeb;
  letter-spacing: 1px;
  white-space: nowrap;
}

.helpline-header {
  display: block;
  text-transform: uppercase;
}

.helpline-number {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.helpline-time {
  display: block;
  font-size: 12px;
}

.user-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.panel {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 100%;
  max-height: 100%;
  -webkit-transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  color: #fff;
}

.panel:hover {
  background-color: #9b8247;
}

.panel.basket {
  background-image: url('../images/shopping-basket.svg');
  background-position: 50% 5px;
  background-size: auto 60px;
  background-repeat: no-repeat;
}

.panel.user {
  background-image: url('../images/my-account.svg');
  background-position: 50% 15px;
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.panel.user:hover {
  z-index: 500;
}

.panel.user:focus {
  background-color: #9b8247;
}

.panel.menu-button {
  display: none;
  background-image: url('../images/menu.svg');
  background-position: 50% 30%;
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.basket-count {
  position: absolute;
  left: auto;
  top: 40px;
  right: 15px;
  bottom: auto;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  line-height: 25px;
  text-align: center;
}

.user-panel-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.search-form {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.products.products-in-tab {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
}

.product-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  cursor: pointer;
}

.cta {
  position: absolute;
  right: 45px;
  bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #9b8247;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #866c2e;
}

.cta.blog {
  position: static;
  display: inline-block;
}

.product-annotation {
  margin-bottom: 10px;
  margin-left: 160px;
}

.product-price {
  position: absolute;
  left: 45px;
  bottom: 30px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.product-stock {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  text-align: center;
}

.product-stock.instock {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  margin-bottom: 0px;
  color: #2d694c;
}

.product-header {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.25;
}

.product-inner {
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.product-inner:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.product-link {
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-weight: 700;
  text-decoration: none;
}

.menu-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.menu-list.submenu {
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
}

.footer-beer {
  position: absolute;
  top: -313px;
  width: 262px;
  height: 331px;
  background-image: url('../images/beer-background.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.news {
  margin-right: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.column-header {
  color: #2d694c;
  font-size: 18px;
}

.news-item {
  padding-bottom: 30px;
}

.news-image-link {
  display: block;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #edebeb;
  background-color: #fff;
}

.news-image {
  margin-right: auto;
  margin-left: auto;
}

.news-title {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}

.news-title-link {
  display: block;
  color: #2d694c;
  text-decoration: none;
}

.news-title-link:hover {
  text-decoration: underline;
}

.news-date {
  color: #9e9e9e;
}

.news-annotation {
  margin-bottom: 0px;
}

.menu-item-sublink {
  display: block;
  padding: 10px 30px 10px 60px;
  background-image: url('../images/circle.svg');
  background-position: 40px 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.menu-item-sublink:hover {
  background-color: rgba(0, 20, 11, 0.38);
  color: #edebeb;
  text-decoration: underline;
}

.home-banners {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Intro Intro Intro Contact"
    "Intro Intro Intro Contact"
    "Banner1 Banner2 Banner3 Banner4"
    "Banner1 Banner2 Banner3 Banner4";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 30px auto 30px auto 30px auto;
  grid-template-rows: 1fr auto auto auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
}

.home-banner-usp {
  padding: 30px;
  background-color: #e6820e;
  background-image: url('../images/intro-banner-back.png'), url('../images/intro-banner-bubbles.png'), -webkit-gradient(linear, left top, right top, color-stop(70%, #e6820e), to(#e26f0c));
  background-image: url('../images/intro-banner-back.png'), url('../images/intro-banner-bubbles.png'), linear-gradient(90deg, #e6820e 70%, #e26f0c);
  background-position: 110% -20%, 0% 0%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.home-banner-contact {
  margin-right: 0px;
}

.home-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.intro-banner-usp {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
  list-style-type: none;
}

.list-usp {
  padding-left: 30px;
  background-image: url('../images/checked.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.banner-contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e6820e;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.banner-contact-link:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.banner-contact-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
}

.home-banner-square {
  width: 100%;
  min-height: 200px;
  background-color: #e6820e;
  -webkit-transition: background-position 200ms ease-in-out, box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-position 200ms ease-in-out, box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.home-banner-square:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.home-banner-square.banner1 {
  display: block;
  background-color: #007972;
  background-image: url('../images/banner-icebox.png'), linear-gradient(35deg, #007972 50%, #005a5c);
  background-position: 50% 80px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.home-banner-square.banner1:hover {
  background-position: 50% 90px, 0px 0px;
}

.home-banner-square.banner2 {
  background-color: #004e77;
  background-image: url('../images/banner-faucet.png'), linear-gradient(35deg, #004e77 50%, #00225e);
  background-position: 50% 80px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.home-banner-square.banner2:hover {
  background-image: url('../images/banner-faucet.png'), linear-gradient(35deg, #004e77 10%, #00225e);
  background-position: 50% 90px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.home-banner-square.banner3 {
  background-color: #f65d28;
  background-image: url('../images/banner-barrel.png'), linear-gradient(35deg, #f65d28 50%, #cb350d);
  background-position: 50% 100px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.home-banner-square.banner3:hover {
  background-image: url('../images/banner-barrel.png'), linear-gradient(35deg, #f65d28 10%, #cb350d);
  background-position: 50% 110px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.home-banner-square.banner4 {
  background-color: #e6820e;
  background-image: url('../images/banner-hose.png'), linear-gradient(35deg, #e6820e 50%, #d46001);
  background-position: 50% 90px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.home-banner-square.banner4:hover {
  background-image: url('../images/banner-hose.png'), linear-gradient(35deg, #e6820e 10%, #d46001);
  background-position: 50% 100px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.banner-heading {
  display: inline-block;
  margin: 0px;
  padding: 30px 30px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #edebeb;
  font-size: 16px;
  text-align: center;
}

.link-usp {
  color: #fff;
}

.link-usp:hover {
  color: #000;
  text-decoration: none;
}

.content-inner {
  padding: 30px;
  background-color: #fff;
}

.content-inner.category {
  margin-bottom: 30px;
}

.product-gallery {
  text-align: center;
}

.main-image {
  margin-bottom: 30px;
}

.thumbnails {
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  background-color: #fff;
}

.thumbnail-item-link {
  display: block;
  width: 33.33%;
  float: left;
}

.thumbnail-image {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.delivery-content-column {
  padding-right: 15px;
  padding-left: 15px;
}

.add-to-basket-box {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #e8e2d4;
  box-shadow: 0 11px 20px -20px rgba(0, 0, 0, 0.2);
}

.product-detail-tax {
  display: block;
  color: grey;
  font-size: 18px;
}

.bold-text {
  color: #000;
}

.cta-add-to-basket {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #9b8247;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.input-add-to-basket {
  width: 80px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: center;
}

.add-to-basket-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-add-to-basket {
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  white-space: nowrap;
}

.product-stock-info {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  text-align: right;
}

.product-stock-info.in-stock {
  color: #2d694c;
}

.product-tabs-menu {
  border-bottom: 1px solid #9b8247;
  background-color: #fff;
  box-shadow: 0 30px 15px -20px rgba(0, 0, 0, 0.2);
}

.product-tab-link {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e8e2d4;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-weight: 700;
  text-align: center;
}

.product-tab-link:hover {
  background-color: #9b8247;
  color: #fff;
}

.product-tab-link.w--current {
  background-color: #9b8247;
  color: #fff;
}

.product-tab-content.content {
  padding: 30px;
}

.content-box {
  margin-bottom: 30px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #9b8247;
  background-color: #e8e2d4;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  font-family: Roboto, sans-serif;
  color: #584007;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.usp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.usp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-top: 0px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(155, 130, 71, 0.5);
  background-image: none;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-style: normal;
  font-weight: 700;
}

.usp-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 10px 10px 10px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.usp-link:hover {
  background-color: #e8e2d4;
}

.usp-link.freedelivery {
  background-image: url('../images/truck-1.svg');
  background-position: 8px 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

.usp-link.extendedwarranty {
  background-image: url('../images/3-years-warranty.svg');
  background-position: 15px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.usp-link.freegift {
  background-image: url('../images/gift-1.svg');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-link.sale {
  background-image: url('../images/price-tag-1.svg');
  background-position: 6% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-link.czechproduct {
  background-image: url('../images/czech-flag.svg');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-link.service {
  background-image: url('../images/service.svg');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-link.mobility {
  background-image: url('../images/beer-bar.svg');
  background-position: 8px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.usp-link.product-try {
  background-image: url('../images/product-try.svg');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.usp-link.nodelivery {
  background-image: url('../images/no-delivery.svg');
  background-position: 8px 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

.thumbnails-mask {
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #fff;
}

.thumbnails-slide {
  padding-bottom: 40px;
  background-color: #fff;
}

.slider-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-arrow-link.left {
  background-image: url('../images/left-arrow.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slider-arrow-link.left:hover {
  background-image: url('../images/left-arrow-hover.svg');
}

.slider-arrow-link.right {
  background-image: url('../images/right-arrow.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slider-arrow-link.right:hover {
  background-image: url('../images/right-arrow-hover.svg');
}

.user-menu {
  position: absolute;
  left: auto;
  top: 105px;
  right: 0%;
  bottom: auto;
  z-index: 115;
  width: 250px;
  background-color: #9b8247;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.user-menu-list {
  margin-bottom: 0px;
}

.user-menu-item {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.user-menu-link {
  display: block;
  padding: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-decoration: none;
}

.user-menu-link:hover {
  background-color: #866c2e;
  text-decoration: underline;
}

.subcategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 0px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.subcategory-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  background-image: none;
}

.subcategory-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease, color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.subcategory-item-link:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.subcategory-image {
  display: inline-block;
  margin-bottom: 10px;
}

.subcategory-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}

.breadcrumb {
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  letter-spacing: 0.75px;
}

.breadcrumb.servis {
  text-align: left;
}

.breadcrumb-home-image {
  position: relative;
  top: -1px;
  display: inline-block;
}

.breadcrumb-link {
  display: inline-block;
  margin-right: 10px;
}

.breadcrumb-link:hover {
  text-decoration: none;
}

.breadcrumb-active-page {
  display: inline-block;
  color: #9b8247;
}

.breadcrumb-separator {
  display: inline-block;
  margin-right: 10px;
  color: #9b8247;
}

.category-filter {
  padding: 30px;
  background-color: #fff;
}

.category-order {
  margin-bottom: 0px;
}

.filter-orderby-link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
}

.filter-orderby-link:hover {
  text-decoration: underline;
}

.filter-orderby-link.selected {
  font-weight: 500;
  text-decoration: underline;
}

.pagination {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.pagination.blog {
  margin-bottom: 30px;
}

.pagination-page {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 1px;
  padding: 10px 15px;
  background-color: #9b8247;
  color: #fff;
  text-decoration: none;
}

.pagination-page:hover {
  background-color: #866c2e;
}

.pagination-page.active {
  background-color: #866c2e;
  font-weight: 500;
}

.subcategory-image-cointainer {
  width: 100%;
  min-height: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  width: 260px;
  margin-right: 15px;
  margin-left: 15px;
}

.errors {
  padding: 30px;
  background-color: #900;
  color: #fff;
  font-weight: 500;
}

.error-item {
  background-image: url('../images/error.svg');
}

.message {
  margin-bottom: 30px;
  padding: 30px 30px 30px 80px;
  background-color: #9b8247;
  background-image: url('../images/information.svg');
  background-position: 20px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
}

.message.callus {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #866c2e;
  background-image: url('../images/call-us-white.svg');
  background-size: 35px;
  font-size: 18px;
}

.basket-delivery {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.delivery-image {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.delivery-image-column {
  text-align: center;
}

.basket-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);
}

.basket-step {
  display: inline-block;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: none;
  color: grey;
  text-align: center;
}

.basket-step-link {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #9b8247;
  color: #fff;
  text-decoration: none;
}

.basket-step-link:hover {
  background-color: #866c2e;
  color: #fff;
}

.basket-step-text {
  width: 100%;
  padding: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.comment {
  margin-bottom: 30px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #9b8247;
  background-color: #fff;
  box-shadow: 4px 4px 10px -5px rgba(0, 0, 0, 0.5);
}

.comment.reaction {
  margin-left: 30px;
  border-left-width: 5px;
  background-color: rgba(155, 130, 71, 0.2);
}

.comment-content {
  margin-bottom: 0px;
}

.comment-head {
  margin-bottom: 0px;
  color: #866c2e;
}

.reference {
  background-color: transparent;
}

.reference-column {
  padding-right: 0px;
  padding-left: 0px;
}

.reference-list {
  margin-bottom: 0px;
}

.reference-list-item {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #edebeb;
  border-radius: 1px;
  background-image: none;
}

.reference-header {
  margin-bottom: 0px;
  padding: 15px 15px 15px 60px;
  background-color: #edebeb;
  background-image: url('../images/pivovary.png');
  background-position: 15px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #934602;
  font-size: 18px;
}

.reference-header.restaurace {
  background-image: url('../images/restaurace.png');
}

.reference-header.hotely {
  background-image: url('../images/hotely.png');
}

.reference-header.pivnice {
  background-image: url('../images/pivnice.png');
}

.reference-header.vinarny {
  background-image: url('../images/vinarny.png');
}

.reference-header.festivaly {
  background-image: url('../images/obce.png');
}

.reference-header.statni {
  background-image: url('../images/statni_institut.png');
}

.reference-columns-inner {
  margin-bottom: 30px;
}

.content-column {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.list-simple-item {
  background-image: url('../images/bullet.svg');
  background-position: 5px 50%;
  background-size: 9px;
}

.list-item-nobullet {
  padding-left: 0px;
  background-image: none;
}

.product-stock-info-category {
  margin-bottom: 60px;
  margin-left: 160px;
  text-align: left;
}

.product-stock-info-category.instock {
  color: #2d694c;
}

.product-stock-info-category.outofstock {
  color: #900;
}

.rental-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: background-position 200ms ease-in-out, box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-position 200ms ease-in-out, box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.rental-banner:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.rental-banner.callus {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b8247;
  box-shadow: none;
}

.rental-banner.callus:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.rental-banner.reward {
  display: block;
  background-color: #008c48;
  text-align: center;
}

.rental-banner.cleaning {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6820e;
  background-image: url('../images/banner-hose.png');
  background-position: 50% 50%;
  background-size: 130px;
}

.rental-banner.narazec {
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: grey;
}

.rental-banners {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Rental-1 Rental-2 Rental-3 Rental-4";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rental-banner-text {
  margin: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #9b8247;
  font-weight: 400;
}

.rental-banner-text.rental-banner-phone {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.rental-banner-text.reward {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.rental-weekend-banner {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 30px 100px 0px;
  grid-template-areas: "Banner-Weekend-Content Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/beer-party-3.jpg');
  background-position: 50% 50%;
  background-size: 1100px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.rental-weekend-text {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px 15px 15px 30px;
  background-color: #9b8247;
  box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}

.new-line {
  display: block;
}

.rental-banner-heading {
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #edebeb;
  font-size: 18px;
  text-align: center;
}

.rental-banner-heading.callus {
  font-size: 20px;
}

.rental-banner-heading.reward {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
}

.rental-banner-heading.cleaning {
  width: 80%;
  padding: 15px;
  background-color: #bb6400;
  color: #fff;
  font-size: 20px;
}

.rental-banner-heading.narazec {
  color: grey;
}

.image-center {
  margin: 10px auto;
}

.banner-narazec {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.rental-keg-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 60px 30px 60px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Banner-Weekend-Content Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/beer-barrels.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease, color 200ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.rental-keg-banner:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.rental-keg-banner-text {
  display: block;
  margin-left: 0px;
  padding: 15px 15px 15px 30px;
  background-color: #2f2019;
  box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}

.content-columns-two-thin {
  margin-bottom: 30px;
}

.content-image-in-column {
  margin-right: auto;
  margin-left: auto;
}

.message-link {
  color: #fff;
  text-decoration: none;
}

.message-link:hover {
  text-decoration: underline;
}

.rental-item {
  margin-bottom: 30px;
  padding: 0px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.rental-credit-card-info {
  margin-bottom: 0px;
  padding-left: 30px;
  background-image: url('../images/no-credit-card.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: grey;
  font-weight: 500;
}

.rental-item-columns {
  padding: 30px;
}

.rentail-item-column-1 {
  padding-right: 15px;
  padding-left: 0px;
}

.rentail-item-column-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.rentail-item-column-3 {
  padding-right: 0px;
  padding-left: 15px;
}

.rental-cta {
  background-color: #866c2e;
  text-align: right;
}

.rental-item-heading {
  margin-bottom: 0px;
  padding: 15px 30px;
  background-color: #9b8247;
  color: #fff;
  font-size: 20px;
}

.beers-in-freezer {
  background-color: #fff;
  background-image: url('../images/banner-icebox.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.banner-contact-content {
  padding: 30px 30px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e6820e;
  color: #fff;
  text-decoration: none;
}

.banner-contact-paragraph {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 14px;
}

.banner-contact-image {
  display: block;
}

.text-nowrap {
  white-space: nowrap;
}

.mobile-nav {
  display: none;
}

.notification-panel {
  position: relative;
  background-color: #9b8247;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
}

.notification-panel-content {
  max-width: 1460px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 50px;
}

.notification-panel-link {
  color: #fff;
}

.notification-panel-close-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url('../images/error.svg');
  background-position: 0px 0px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.contact-gallery {
  margin-bottom: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.webgroup-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2d694c;
}

.webgroup-list {
  margin-bottom: 0px;
}

.webgroup-list-item {
  display: inline;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: none;
}

.webgroup-list-link {
  display: inline-block;
  padding: 10px;
  font-family: 'Suez One', sans-serif;
  color: #e6bf55;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.webgroup-list-link:hover {
  color: #fff;
}

.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article {
  width: 23%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
}

.article-image-container {
  margin-bottom: 20px;
}

.article-heading {
  font-size: 20px;
}

.article-heading-link {
  text-decoration: none;
}

.article-image {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.svetpiva {
  width: 100%;
}

.svetpivagrid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "Banner-1 Banner-2 Banner-3";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.svetpivagrid-item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(45, 105, 76, 0.57);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-align: center;
  cursor: pointer;
}

.svetpivagrid-item-inner:hover {
  background-color: rgba(45, 105, 76, 0.77);
}

.svetpivagrid-item-inner.servis {
  background-color: rgba(85, 85, 85, 0.45);
}

.svetpivagrid-item-inner.servis:hover {
  background-color: rgba(85, 85, 85, 0.75);
}

.svetpivagrid-item-inner.pujcovna {
  background-color: rgba(170, 146, 84, 0.57);
}

.svetpivagrid-item-inner.pujcovna:hover {
  background-color: rgba(170, 146, 84, 0.77);
}

.svetpivagrid-logo {
  width: 100%;
  max-width: 240px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
}

.svetpivagrid-item-description {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  line-height: 1.75;
  font-weight: 400;
  text-decoration: none;
}

.svetpivagrid-item-description.aboutus {
  margin-bottom: 0px;
  color: #fff;
}

.svetpivagrid-item-list {
  padding-left: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
}

.svetpivagrid-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-image: none;
  list-style-type: disc;
}

.svetpivagrid-list-link {
  color: #fff;
  text-decoration: none;
}

.svetpivagrid-list-link:hover {
  text-decoration: underline;
}

.aboutus-heading {
  color: #fff;
}

.svetpivagrid-item-image {
  width: 100%;
}

.svetpivagrid-item-content {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.logo-svet-piva {
  width: 260px;
  margin-right: 15px;
  margin-left: 15px;
}

.svetpiva-grid-item-link-cta {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #9b8247;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.svetpiva-grid-item-link-cta:hover {
  background-color: #866c2e;
}

.svetpiva-grid-item-usp {
  display: block;
  width: 100%;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.2);
  background-image: none;
  color: #fff;
}

.svetpiva-grid-item-usp-image {
  max-width: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-top: 15px;
  float: left;
}

.svetpiva-grid-item-usp-text {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
}

.svetpiva-grid-about-us-inner {
  position: relative;
  display: block;
  overflow: visible;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #866c2e;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
}

.svetpiva-about-us-usps {
  z-index: 10;
  margin-bottom: 0px;
  background-color: #866c2e;
}

.maxwidth-svetpiva {
  position: relative;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.svetpiva-grid-item-usp-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.svetpiva-grid-item-usp-link:hover {
  background-color: #9b8247;
  text-decoration: underline;
}

.image-cointainer {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-cointainer:hover {
  background-image: none;
}

.image-cointainer.area2 {
  background-image: url('../images/o-nas-svet-piva-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-cointainer.area8 {
  background-image: url('../images/o-nas-svet-piva-28.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.image-cointainer.area3 {
  background-image: url('../images/o-nas-svet-piva-31.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-cointainer.area6 {
  background-image: url('../images/o-nas-svet-piva-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-cointainer.area5 {
  min-height: 600px;
  background-image: url('../images/o-nas-svet-piva-33.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-cointainer.area7 {
  min-height: 600px;
  background-image: url('../images/o-nas-svet-piva-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-gallery {
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area Area Area-2"
    "Area-3 Area-4 Area-2"
    "Area-5 Area-6 Area-2"
    "Area-7 Area-8 Area-8";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto;
  grid-template-rows: auto auto auto auto;
}

.search-servis {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.servis-main-nav {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
}

.subnav-link-dropdown {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.subnav-item-text {
  display: inline;
}

.subnav-link-dropdown-toggle {
  padding: 29px 30px 29px 15px;
  color: #fff;
  text-transform: uppercase;
}

.subnav-link-dropdown-toggle:hover {
  text-decoration: underline;
}

.subnav-link-dropdown-icon {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 30px;
}

.subnav-item-servis {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  background-image: none;
}

.subnav-dropdown.w--open {
  min-width: 200px;
}

.subnav-dropdown-link {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px dashed #fff;
  background-color: #9b8247;
  color: #fff;
}

.subnav-dropdown-link:hover {
  background-color: #866c2e;
}

.logo-image-servis {
  padding-right: 15px;
  padding-left: 15px;
}

.search-servis-input {
  width: 160px;
  margin-bottom: 0px;
  padding: 0px 15px;
  border: 1px solid #fff;
  background-color: #edebeb;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
}

.logo-servis {
  min-width: 290px;
}

.servis-columns {
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}

.servis-col {
  padding-right: 15px;
  padding-left: 15px;
}

.servis-heading {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  display: inline-block;
  line-height: 0.9;
}

.servis-heading-link {
  position: relative;
  display: block;
  min-height: 350px;
  padding: 15px 30px 0px;
  background-color: #fff;
}

.servis-col-image {
  position: relative;
  z-index: 99;
}

.servis-heading-inner {
  display: inline;
  background-color: #9b8247;
  color: #fff;
  font-size: 18px;
}

.servis-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px 30px 0px;
  background-color: #fff;
  text-align: center;
}

.servis-block.intro {
  position: relative;
}

.servis-intro-heading {
  font-size: 40px;
}

.servis-block-inner {
  position: relative;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.servis-block-inner.static-content {
  max-width: none;
  text-align: left;
}

.servis-intro-paragraph {
  font-size: 18px;
}

.servis-gallery {
  height: 400px;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servis-gallery-1 {
  background-image: url('../images/o-nas-svet-piva-35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servis-gallery-2 {
  background-image: url('../images/o-nas-svet-piva-33.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servis-gallery-3 {
  background-image: url('../images/o-nas-svet-piva-34.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servis-heading-helper-new-line {
  display: block;
  color: grey;
}

.servis-heading-pdf {
  padding-left: 30px;
  background-image: url('../images/pdf-file-download.svg');
  background-position: 0% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.servis-content-image {
  margin-bottom: 30px;
}

.servis-accessories-list {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.servis-accessories-item {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: none;
}

.servis-accessories-item-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  background-color: #866c2e;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.servis-accessories-item-link:hover {
  background-color: #9b8247;
}

.servis-contact-layout {
  text-align: left;
}

.servis-static-content {
  text-align: left;
}

.logo-image-blog {
  padding-right: 15px;
  padding-left: 15px;
}

.logo-blog {
  min-width: 290px;
}

.blog-main-nav {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
}

.search-blog {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px 30px 0px;
  background-color: #fff;
  text-align: center;
}

.blog-block.intro {
  position: relative;
  padding-top: 60px;
}

.blog-gallery {
  height: 400px;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-gallery-1 {
  background-image: url('../images/o-nas-svet-piva-30.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-gallery-2 {
  background-image: url('../images/prodejna-svet-piva-5-sm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-gallery-3 {
  background-image: url('../images/o-nas-svet-piva-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-slider {
  display: block;
  margin-bottom: 90px;
}

.blog-slide {
  z-index: 3;
  height: 300px;
}

.blog-slide.slide-01 {
  background-image: url('../images/o-nas-svet-piva-13.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-slide.slide-02 {
  background-image: url('../images/o-nas-svet-piva-18.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-slide-content {
  position: absolute;
  left: 90px;
  bottom: -30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.blog-slide-paragraph {
  margin-bottom: 10px;
  color: #866c2e;
}

.blog-slider-mask {
  z-index: 2;
  height: 400px;
}

.blog-intro-columns {
  margin-bottom: 30px;
}

.blog-intro-col-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.blog-intro-col-2 {
  padding: 0px 30px 30px;
}

.blog-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out;
}

.blog-article:hover {
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.25);
}

.blog-article-heading {
  margin-bottom: 10px;
}

.blog-article-link {
  display: block;
  font-size: 18px;
  text-decoration: none;
}

.blog-article-link:hover {
  text-decoration: underline;
}

.blog-article-image {
  display: block;
  width: 250px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.blog-article-image.img {
  background-image: url('../images/o-nas-svet-piva-31.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.blog-article-annotation {
  padding: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-article-annotation-paragraph {
  font-size: 14px;
}

.blog-article-annotation-image {
  display: block;
  width: 250px;
}

.blog-intro-content {
  overflow: hidden;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 30px 30px 0px;
  background-color: #fff;
}

.blog-intro-content-paragraph {
  margin-bottom: 0px;
}

.blog-banner-intro {
  overflow: hidden;
  min-height: 350px;
  margin-bottom: 30px;
  padding: 30px 30px 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-banner-intro.radce {
  background-image: url('../images/depositphotos_76960465-stock-photo-barkeeper-pulling-a-pint-of.jpg');
}

.blog-banner-intro.radce-2 {
  background-image: url('../images/domaci-vareni-piva-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-intro-banner-heading {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px 15px;
  background-color: #fff;
  color: #866c2e;
  font-size: 18px;
}

.blog-banner-intro-paragraph {
  color: #fff;
}

.blog-intro-banner-paragraph {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  color: #866c2e;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.blog-article-metadata {
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: grey;
  font-size: 12px;
}

.blog-article-category {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-article-category:hover {
  text-decoration: underline;
}

.blog-article-metadata-link {
  color: grey;
  text-decoration: none;
}

.blog-article-metadata-link:hover {
  text-decoration: underline;
}

.blog-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-layout-content {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-layout-filter {
  width: 300px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-filter {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px 15px 0px;
  background-color: #fff;
}

.block-filter-nav {
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
}

.block-filter-menu-link {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed rgba(134, 108, 46, 0.3);
  text-decoration: none;
}

.block-filter-menu-link:hover {
  background-color: #9b8247;
  color: #fff;
  text-decoration: underline;
}

.block-filter-menu-item {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: none;
}

.block-filter-paragraph {
  margin-bottom: 15px;
}

.block-filter-image {
  margin-bottom: 15px;
}

.blog-content-intro-box {
  overflow: visible;
  margin-bottom: 30px;
  border-bottom: 1px dashed #9b8247;
  text-align: center;
}

.blog-detail-content {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
}

.blog-slider-bullets {
  z-index: 2;
  display: none;
}

.blog-homepage {
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-homepage.servis {
  padding-bottom: 0px;
}

.blog-homepage.blog-article {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-homepage.blog-article-detail {
  padding-bottom: 0px;
}

.blog-homepage.blog-content-detail {
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 30px 60px 60px;
  background-color: #fff;
}

.blog-homepage.content-blog-articles {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  .servis-col {
    padding-right: 15px;
    padding-left: 15px;
  }

  .servis-heading {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link-main.w--current {
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-right: 30px;
    margin-left: 0px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .product-image-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    float: none;
  }

  .page {
    padding-bottom: 130px;
  }

  .page.servis {
    padding-bottom: 0px;
  }

  .page.blog {
    padding-bottom: 0px;
  }

  .column {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 0px;
  }

  .content.servis {
    padding-top: 15px;
  }

  .content.blog-article {
    padding-top: 15px;
  }

  .menu.box-shadow {
    display: none;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #9b8247;
    background-image: none;
    box-shadow: none;
  }

  .menu.box-shadow.mobile {
    display: block;
  }

  .menu-item {
    font-size: 16px;
  }

  .menu-item.menu-mobile {
    display: block;
  }

  .menu-item-link {
    padding: 15px 10px;
    border-bottom: 1px dashed rgba(237, 235, 235, 0.5);
  }

  .menu-item-link:hover {
    background-color: #866c2e;
  }

  .maxwidth.header {
    padding-left: 0px;
  }

  .maxwidth.twocols {
    position: static;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .maxwidth.header-svet-piva {
    padding-left: 0px;
  }

  .maxwidth.header-servis {
    padding-left: 0px;
  }

  .maxwidth.header-blog {
    padding-left: 0px;
  }

  .header-bottom {
    display: none;
  }

  .subnav {
    display: block;
    margin-left: 0px;
    float: none;
    font-size: 12px;
  }

  .subnav-item {
    display: block;
  }

  .subnav-link:hover {
    background-color: #866c2e;
  }

  .menu-header.subnav-link {
    position: static;
    width: auto;
    padding-right: 30px;
    border-bottom-width: 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .search {
    z-index: 110;
    display: none;
    width: 100%;
    background-color: #9b8247;
  }

  .search.mobile {
    z-index: 0;
    display: block;
  }

  .search-submit {
    top: 1px;
    width: 48px;
    height: 48px;
    background-size: 30px;
  }

  .input {
    width: 100%;
    height: 50px;
    margin-top: 0px;
  }

  .helpline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    white-space: nowrap;
  }

  .helpline-header {
    font-size: 12px;
  }

  .helpline-number {
    font-size: 12px;
  }

  .user-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .panel {
    width: 100px;
  }

  .panel.menu-button {
    display: block;
  }

  .basket-count {
    top: 45px;
    right: 25px;
  }

  .user-panel-label {
    font-size: 13px;
  }

  .search-form {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .products {
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-annotation {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .menu-list {
    margin-bottom: 30px;
  }

  .menu-list.submenu {
    margin-bottom: 0px;
  }

  .userpanel-mobile {
    padding-top: 110px;
  }

  .footer-beer {
    left: -50px;
    top: -200px;
    width: 150px;
    height: 190px;
    background-size: 150px;
  }

  .news {
    overflow: hidden;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .column-header {
    margin-top: 0px;
  }

  .news-item {
    padding-bottom: 30px;
    clear: both;
  }

  .news-image-link {
    width: 200px;
    margin-right: 30px;
    float: left;
  }

  .menu-item-sublink {
    padding: 15px 10px 15px 30px;
    border-bottom: 1px dashed rgba(237, 235, 235, 0.5);
    background-position: 15px 50%;
  }

  .home-banners {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-banner-usp {
    background-position: 170% 50%, 0% 0%, 0px 0px;
  }

  .home-banner-contact {
    margin-right: 0px;
  }

  .banner-contact-link {
    background-image: none;
  }

  .home-banner-square {
    min-height: 140px;
  }

  .home-banner-square.banner3 {
    background-position: 50% 70px, 0px 0px;
  }

  .home-banner-square.banner3:hover {
    background-position: 50% 80px, 0px 0px;
  }

  .banner-heading {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-inner {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .thumbnails {
    margin-right: 15px;
    margin-left: 0px;
  }

  .product-tab-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider-arrow-link {
    width: 20px;
  }

  .slider-arrow-link.left {
    background-size: 20px;
  }

  .slider-arrow-link.right {
    background-size: 20px;
  }

  .user-menu {
    right: 100px;
  }

  .user-menu-link {
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.5);
  }

  .subcategory {
    margin-right: 0px;
    margin-left: 0px;
  }

  .subcategory-item {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .breadcrumb {
    margin-right: 15px;
    margin-left: 15px;
  }

  .breadcrumb.breadcrumbblog {
    margin-left: 0px;
  }

  .category-filter {
    margin-right: 15px;
    margin-left: 15px;
  }

  .pagination {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
  }

  .message {
    margin-bottom: 30px;
  }

  .message.success {
    background-color: #008c48;
    background-image: url('../images/checked.svg');
  }

  .basket-steps {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .product-stock-info-category {
    margin-left: 0px;
  }

  .product-stock-info-category.instock {
    margin-left: 0px;
  }

  .rental-banner {
    min-height: 140px;
    margin-bottom: 30px;
  }

  .rental-banners {
    display: block;
  }

  .rental-banner-heading {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 15px;
  }

  .banner-contact-content {
    padding: 15px;
  }

  .mobile-nav {
    position: absolute;
    left: auto;
    top: 105px;
    right: auto;
    bottom: auto;
    z-index: 110;
    display: none;
    width: 100%;
    padding: 30px;
    background-color: #9b8247;
    box-shadow: 0 0 25px 0 #000;
  }

  .article {
    width: 31%;
  }

  .svetpivagrid {
    grid-column-gap: 15px;
  }

  .svetpivagrid-item-inner {
    margin-bottom: 15px;
  }

  .svetpivagrid-logo {
    padding-right: 30px;
    padding-left: 30px;
  }

  .svetpivagrid-item-description {
    margin-bottom: 15px;
  }

  .svetpivagrid-item-content {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 15px;
  }

  .svetpiva-grid-item-usp-image {
    max-width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .svetpiva-grid-item-usp-text {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .svetpiva-about-us-usps {
    position: static;
    left: 50%;
    top: 30%;
    width: auto;
  }

  .maxwidth-svetpiva {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-cointainer.area8 {
    background-size: contain;
  }

  .image-cointainer.area3 {
    background-size: cover;
  }

  .image-cointainer.area5 {
    min-height: 300px;
    background-size: contain;
  }

  .image-cointainer.area7 {
    min-height: 300px;
    background-size: contain;
  }

  .grid-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .search-servis {
    z-index: 110;
    display: none;
    width: 100%;
    background-color: #9b8247;
  }

  .servis-main-nav {
    display: none;
  }

  .search-servis-input {
    width: 100%;
    height: 50px;
    margin-top: 0px;
  }

  .logo-servis {
    min-width: auto;
  }

  .servis-columns {
    margin-right: -8px;
    margin-bottom: 15px;
    margin-left: -8px;
  }

  .servis-col {
    padding-right: 8px;
    padding-left: 8px;
  }

  .servis-heading {
    left: 15px;
    bottom: 15px;
  }

  .servis-heading-link {
    min-height: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .servis-heading-inner {
    font-size: 16px;
  }

  .servis-block {
    margin-bottom: 15px;
  }

  .servis-block.intro {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .servis-intro-heading {
    font-size: 30px;
  }

  .servis-intro-paragraph {
    font-size: 16px;
  }

  .servis-gallery {
    height: 300px;
    grid-column-gap: 15px;
  }

  .bold-text-2 {
    margin-right: 15px;
  }

  .logo-blog {
    min-width: auto;
  }

  .blog-main-nav {
    display: none;
  }

  .search-blog {
    z-index: 110;
    display: none;
    width: 100%;
    background-color: #9b8247;
  }

  .blog-block {
    margin-bottom: 15px;
  }

  .blog-block.intro {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-gallery {
    height: 300px;
    grid-column-gap: 15px;
  }

  .blog-slider {
    height: 400px;
  }

  .blog-slide {
    height: 400px;
  }

  .blog-slide-content {
    bottom: 70px;
  }

  .blog-layout {
    display: block;
  }

  .blog-layout-filter {
    max-width: none;
    padding-right: 0px;
  }

  .slide-nav {
    bottom: 0px;
  }

  .slide-nav-copy {
    bottom: 0px;
  }

  .blog-slider-bullets {
    bottom: 0px;
  }

  .blog-homepage.servis {
    padding-top: 15px;
  }

  .blog-homepage.blog-article {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  p {
    margin-bottom: 15px;
  }

  ul {
    margin-bottom: 15px;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link-main {
    padding-left: 0px;
  }

  .cart-item-info-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .logo-image {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .cart-container {
    min-width: 360px;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    display: block;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .product-image-wrap {
    width: 160px;
    max-width: 160px;
    margin-bottom: 60px;
    float: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .page {
    padding-bottom: 130px;
  }

  .column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .maxwidth.header {
    margin-top: 30px;
    padding-left: 0px;
  }

  .maxwidth.header-svet-piva {
    margin-top: 0px;
    padding-left: 0px;
  }

  .maxwidth.header-servis {
    margin-top: 0px;
    padding-left: 0px;
  }

  .maxwidth.header-blog {
    margin-top: 0px;
    padding-left: 0px;
  }

  .helpline {
    position: absolute;
    left: 0px;
    top: -30px;
    right: 0px;
    min-height: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(237, 235, 235, 0.5);
    text-align: center;
    white-space: normal;
  }

  .helpline-header {
    display: inline-block;
  }

  .helpline-number {
    display: inline-block;
  }

  .helpline-time {
    display: inline-block;
  }

  .panel {
    top: 2px;
    height: 103px;
  }

  .user-panel-label {
    font-size: 11px;
  }

  .products {
    display: block;
  }

  .menu-list {
    margin-bottom: 15px;
  }

  .footer-beer {
    top: -200px;
    height: 180px;
  }

  .menu-item-sublink:hover {
    background-color: #866c2e;
  }

  .home-banners {
    margin-right: 15px;
    margin-left: 15px;
    grid-template-areas: "Intro Intro Intro Intro"
      "Contact Contact Contact Contact"
      "Banner1 Banner1 Banner2 Banner2"
      "Banner3 Banner3 Banner4 Banner4";
  }

  .home-banner-usp {
    padding: 15px;
    background-position: 100% 50%, 0% 0%, 0px 0px;
    background-size: 250px, auto, auto;
  }

  .home-banner-contact {
    background-position: 100% 50%;
    background-size: 200px;
  }

  .home-heading {
    margin-bottom: 15px;
  }

  .list-usp {
    margin-right: 40%;
  }

  .banner-contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
    text-align: left;
  }

  .banner-contact-heading {
    margin-bottom: 15px;
  }

  .home-banner-square.banner1 {
    background-position: 50% 60px, 0px 0px;
  }

  .home-banner-square.banner1:hover {
    background-position: 50% 70px, 0px 0px;
  }

  .home-banner-square.banner2 {
    background-position: 50% 60px, 0px 0px;
  }

  .home-banner-square.banner2:hover {
    background-position: 50% 70px, 0px 0px;
  }

  .home-banner-square.banner3 {
    background-position: 50% 60px, 0px 0px;
  }

  .home-banner-square.banner3:hover {
    background-position: 50% 70px, 0px 0px;
  }

  .home-banner-square.banner4 {
    background-position: 50% 60px, 0px 0px;
  }

  .home-banner-square.banner4:hover {
    background-position: 50% 70px, 0px 0px;
  }

  .content-inner {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
  }

  .product-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .product-tab-content.content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subcategory-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .pagination {
    margin-right: 15px;
    margin-left: 15px;
  }

  .message.callus {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .basket-steps {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .basket-step {
    display: block;
  }

  .basket-step-text {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }

  .comment {
    margin-bottom: 15px;
  }

  .comment.reaction {
    margin-left: 0px;
  }

  .content-column {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .rental-banner {
    margin-bottom: 15px;
  }

  .rental-banners {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-image-in-column {
    margin-right: auto;
    margin-left: auto;
  }

  .banner-contact-content {
    width: 50%;
    margin-right: 6px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .banner-contact-image {
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .banner-contact-image-container {
    overflow: hidden;
    width: 50%;
    margin-left: 1px;
    background-image: url('../images/intro-banner-contact.png');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact-gallery {
    margin-bottom: 0px;
  }

  .contact-gallery-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .article {
    width: 100%;
  }

  .svetpivagrid {
    display: block;
  }

  .svetpivagrid-logo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .svetpivagrid-item-content {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 30px;
  }

  .svetpiva-grid-about-us-inner {
    margin-bottom: 15px;
  }

  .svetpiva-about-us-usps {
    margin-bottom: 15px;
  }

  .image-cointainer.area2 {
    min-height: 400px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .image-cointainer.area8 {
    min-height: 600px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .image-cointainer.area3 {
    min-height: 400px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .image-cointainer.area5 {
    min-height: 600px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .image-cointainer.area7 {
    min-height: 600px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .grid-gallery {
    display: block;
  }

  .logo-image-servis {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .servis-columns {
    margin-bottom: 0px;
  }

  .servis-heading {
    position: static;
  }

  .servis-heading-link {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .servis-col-image {
    margin-right: auto;
    margin-left: auto;
  }

  .servis-heading-inner {
    font-size: 18px;
  }

  .servis-block {
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .logo-image-blog {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .blog-block {
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .blog-slider {
    height: 300px;
    margin-bottom: 30px;
  }

  .blog-slide {
    height: 300px;
    padding-top: 30px;
  }

  .blog-slide-content {
    position: static;
    margin-right: 40px;
    margin-left: 40px;
  }

  .blog-slider-mask {
    height: 300px;
  }

  .blog-intro-col-1 {
    margin-bottom: 30px;
  }

  .blog-article-image.img {
    width: 150px;
  }

  .blog-layout {
    display: block;
  }

  .blog-slide-left-arrow {
    width: 40px;
  }

  .blog-slide-right-arrow {
    width: 40px;
  }

  .blog-homepage {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  h2 {
    font-size: 20px;
  }

  ul {
    margin-bottom: 15px;
  }

  .container.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.cc-cart {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .cart-item-info-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .product-image-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    float: none;
  }

  .product-detail-price {
    text-align: left;
  }

  .page {
    padding-bottom: 25px;
  }

  .column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
  }

  .menu.box-shadow {
    padding-top: 15px;
  }

  .menu-item.menu-mobile {
    display: block;
  }

  .maxwidth.header {
    height: 75px;
    margin-top: 50px;
    padding-left: 0px;
  }

  .maxwidth.twocols.product-detail {
    padding-right: 0px;
    padding-left: 0px;
  }

  .maxwidth.header-svet-piva {
    height: 75px;
    padding-left: 0px;
  }

  .maxwidth.header-servis {
    height: 75px;
    margin-top: 0px;
    padding-left: 0px;
  }

  .maxwidth.servis {
    padding-right: 5px;
    padding-left: 5px;
  }

  .maxwidth.header-blog {
    height: 75px;
    margin-top: 0px;
    padding-left: 0px;
  }

  .maxwidth.blog {
    padding-right: 5px;
    padding-left: 5px;
  }

  .maxwidth.blog-detail {
    padding-right: 5px;
    padding-left: 5px;
  }

  .subnav-item {
    display: block;
  }

  .subnav-link {
    display: block;
  }

  .search {
    top: 0px;
    box-shadow: none;
  }

  .helpline {
    top: -50px;
    min-height: 50px;
  }

  .user-panel {
    height: 75px;
  }

  .panel {
    top: 3px;
    width: 60px;
    height: 72px;
  }

  .panel.basket {
    display: block;
    background-position: 50% 7px;
    background-size: auto 40px;
  }

  .panel.user {
    display: block;
    background-position: 50% 10px;
    background-size: auto 35px;
  }

  .panel.menu-button {
    width: 60px;
    background-size: auto 30px;
  }

  .basket-count {
    top: 36px;
    right: 8px;
    font-size: 12px;
  }

  .user-panel-label.basket-label {
    display: none;
  }

  .products {
    padding-top: 15px;
  }

  .product-item {
    margin-bottom: 15px;
  }

  .cta {
    right: 15px;
    bottom: 15px;
  }

  .cta.blog.cta-blog-slide {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }

  .product-price {
    left: 15px;
    bottom: 15px;
  }

  .product-inner {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
  }

  .footer-beer {
    left: -37px;
    top: -127px;
    width: 90px;
    height: 100px;
    background-size: 80px;
  }

  .news {
    margin: 15px 15px 30px;
    padding: 15px;
  }

  .news-image-link {
    width: 100%;
    float: none;
  }

  .home-banners {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    grid-template-areas: "Intro Intro Intro Intro"
      "Contact Contact Contact Contact"
      "Banner1 Banner1 Banner2 Banner2"
      "Banner3 Banner3 Banner4 Banner4";
  }

  .home-banner-usp {
    margin-bottom: 15px;
    padding-bottom: 240px;
    background-position: 50% 160%, 0% 0%, 0px 0px;
    background-size: auto, auto, auto;
  }

  .home-banner-contact {
    margin-bottom: 15px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .home-heading {
    font-size: 20px;
  }

  .list-usp {
    margin-right: auto;
  }

  .banner-contact-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-banner-square {
    display: block;
    margin-bottom: 15px;
  }

  .content-inner {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-inner.category {
    margin-bottom: 15px;
  }

  .main-image {
    margin-bottom: 15px;
  }

  .delivery-content-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .add-to-basket-box {
    margin-bottom: 15px;
    padding: 15px;
  }

  .cta-add-to-basket {
    right: 15px;
    bottom: 15px;
  }

  .add-to-basket-form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-stock-info {
    text-align: left;
  }

  .product-tabs-menu {
    display: block;
  }

  .product-tab-content.content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content-box {
    margin-bottom: 15px;
    padding: 15px;
  }

  .usp-list {
    display: block;
  }

  .usp-item {
    width: 100%;
  }

  .thumbnails-mask {
    z-index: 0;
  }

  .user-menu {
    top: 75px;
    right: 0px;
    width: 100%;
  }

  .subcategory {
    display: block;
  }

  .subcategory-item {
    margin-bottom: 15px;
  }

  .subcategory-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .subcategory-image {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .breadcrumb {
    margin-right: 0px;
    margin-left: 0px;
  }

  .category-filter {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 15px 10px;
  }

  .filter-orderby-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pagination {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .subcategory-image-cointainer {
    width: 30%;
    min-height: auto;
    padding-right: 10px;
  }

  .basket-steps {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .basket-step {
    display: block;
    text-align: left;
  }

  .rental-banner {
    display: block;
    margin-bottom: 15px;
  }

  .rental-banner.reward {
    padding-bottom: 15px;
  }

  .rental-banner.cleaning {
    padding-top: 15px;
  }

  .rental-banners {
    margin-bottom: 0px;
  }

  .rental-weekend-banner {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }

  .rental-weekend-text {
    width: 100%;
    font-size: 20px;
  }

  .rental-banner-heading.cleaning {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }

  .rental-keg-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rental-keg-banner-text {
    font-size: 20px;
  }

  .content-image-in-column {
    width: 50%;
  }

  .div-block {
    padding-bottom: 15px;
  }

  .banner-contact-content {
    width: auto;
  }

  .banner-contact-image {
    display: block;
    width: 100%;
  }

  .banner-contact-image-container {
    width: auto;
    margin-left: 0px;
  }

  .mobile-nav {
    position: absolute;
    top: 75px;
    z-index: 110;
    width: 100%;
    padding: 15px;
    background-color: #9b8247;
  }

  .contact-gallery-column {
    padding-bottom: 15px;
  }

  .webgroup-list-link {
    padding: 10px 5px;
    font-size: 12px;
  }

  .svetpivagrid-item-inner {
    margin-bottom: 10px;
  }

  .svetpivagrid-logo {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .svetpivagrid-item-content {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-image-svet-piva {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
  }

  .svetpiva-grid-item-link-cta {
    position: static;
    right: 15px;
    bottom: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .svetpiva-grid-item-usp {
    padding-right: 5px;
  }

  .svetpiva-grid-item-usp-image {
    max-width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .svetpiva-grid-item-usp-text {
    font-size: 14px;
  }

  .svetpiva-grid-about-us-inner {
    margin-bottom: 10px;
    padding: 15px 15px 10px;
  }

  .svetpiva-about-us-usps {
    position: static;
    width: auto;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .maxwidth-svetpiva {
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-cointainer.area2 {
    margin-bottom: 10px;
  }

  .image-cointainer.area8 {
    margin-bottom: 10px;
    background-size: cover;
  }

  .image-cointainer.area3 {
    min-height: 200px;
    margin-bottom: 10px;
  }

  .image-cointainer.area5 {
    margin-bottom: 10px;
    background-size: cover;
  }

  .image-cointainer.area7 {
    margin-bottom: 0px;
    background-size: cover;
  }

  .search-servis {
    top: 0px;
    box-shadow: none;
  }

  .subnav-item-servis {
    display: block;
  }

  .logo-image-servis {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .servis-heading-link {
    min-height: auto;
  }

  .servis-block {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }

  .servis-block.intro {
    text-align: left;
  }

  .servis-intro-heading {
    font-size: 20px;
  }

  .servis-intro-paragraph {
    font-size: 13px;
    line-height: 1.5;
  }

  .servis-gallery {
    display: block;
    height: auto;
  }

  .servis-gallery-1 {
    height: 300px;
    margin-bottom: 15px;
  }

  .servis-gallery-2 {
    min-height: 300px;
    margin-bottom: 15px;
  }

  .servis-gallery-3 {
    min-height: 300px;
  }

  .bold-text-2 {
    line-height: 1.25;
  }

  .servis-heading-pdf {
    padding-left: 15px;
    background-image: none;
    font-size: 18px;
  }

  .servis-accessories-list {
    display: block;
  }

  .servis-accessories-item {
    display: block;
  }

  .servis-accessories-item-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .logo-image-blog {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .search-blog {
    top: 0px;
    box-shadow: none;
  }

  .blog-block {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }

  .blog-block.intro {
    text-align: left;
  }

  .blog-gallery {
    display: block;
    height: auto;
  }

  .blog-gallery-1 {
    height: 300px;
    margin-bottom: 15px;
  }

  .blog-gallery-2 {
    min-height: 300px;
    margin-bottom: 15px;
  }

  .blog-gallery-3 {
    min-height: 300px;
  }

  .blog-slider {
    margin-bottom: 30px;
  }

  .blog-slide {
    padding-top: 30px;
  }

  .blog-slide-content {
    padding: 15px;
  }

  .blog-slide-heading {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .blog-slide-paragraph {
    font-size: 12px;
  }

  .blog-slider-mask {
    height: auto;
  }

  .blog-article {
    display: block;
  }

  .blog-article-image.img {
    width: 100%;
    min-height: 150px;
  }

  .blog-article-annotation {
    padding: 15px;
  }

  .blog-layout {
    padding-top: 10px;
  }

  .block-filter {
    margin-bottom: 10px;
  }

  .blog-detail-content {
    margin-bottom: 15px;
    padding: 10px;
  }

  .blog-slide-right-arrow {
    width: 40px;
  }

  .blog-homepage {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
  }
}

#w-node-_9491a9e2-e33d-b6d5-a753-cecdb961ed77-9f714f1a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Intro;
}

#w-node-_6fca5901-d911-6c00-274e-2a1cfd19c31c-9f714f1a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: Contact;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_792f7e6e-3ea6-7787-481d-cacaed82407f-9f714f1a {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Banner1;
}

#w-node-_4ab14f1b-edad-88b0-7cde-926fb57a3d39-9f714f1a {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Banner2;
}

#w-node-_79b4d13c-add4-23a2-c894-9aff0f5b44ce-9f714f1a {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: Banner3;
}

#w-node-_8cfbbd62-a489-2f50-0000-8aaa69deeba1-9f714f1a {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: Banner4;
}

#w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eaab-34af6728 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Intro;
}

#w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eac5-34af6728 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: Contact;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809ead7-34af6728 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: Banner1;
}

#w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eada-34af6728 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Banner2;
}

#w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eadd-34af6728 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: Banner3;
}

#w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eae0-34af6728 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: Banner4;
}

@media screen and (max-width: 767px) {
  #w-node-_9491a9e2-e33d-b6d5-a753-cecdb961ed77-9f714f1a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_6fca5901-d911-6c00-274e-2a1cfd19c31c-9f714f1a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_792f7e6e-3ea6-7787-481d-cacaed82407f-9f714f1a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_4ab14f1b-edad-88b0-7cde-926fb57a3d39-9f714f1a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_79b4d13c-add4-23a2-c894-9aff0f5b44ce-9f714f1a {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_8cfbbd62-a489-2f50-0000-8aaa69deeba1-9f714f1a {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eaab-34af6728 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eac5-34af6728 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809ead7-34af6728 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eada-34af6728 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eadd-34af6728 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eae0-34af6728 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9491a9e2-e33d-b6d5-a753-cecdb961ed77-9f714f1a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_6fca5901-d911-6c00-274e-2a1cfd19c31c-9f714f1a {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_792f7e6e-3ea6-7787-481d-cacaed82407f-9f714f1a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_4ab14f1b-edad-88b0-7cde-926fb57a3d39-9f714f1a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_79b4d13c-add4-23a2-c894-9aff0f5b44ce-9f714f1a {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_8cfbbd62-a489-2f50-0000-8aaa69deeba1-9f714f1a {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eaab-34af6728 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eac5-34af6728 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809ead7-34af6728 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eada-34af6728 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eadd-34af6728 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_2e2ff4fa-6b31-0b8b-4aab-40e99809eae0-34af6728 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}

#w-node-a6f00f9b-b0d2-49ba-0556-676c03156343-34af6728 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Rental-3;
}

#w-node-_9326b13e-0da1-1b40-8d36-0b2b38ea8cf6-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Banner-1;
}

#w-node-a8624695-2d49-5baf-1425-9e7a37ad2e6f-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Banner-2;
}

#w-node-_6c55a7c2-8890-ec2c-dbac-df21aa2de2fa-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Banner-3;
}

#w-node-_7dba31e5-1412-cad6-5b9d-124e52ac8bcc-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area;
}

.rental-keg-banner>#w-node-_7dba31e5-1412-cad6-5b9d-124e52ac8bcc-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-gallery>#w-node-_7dba31e5-1412-cad6-5b9d-124e52ac8bcc-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.servis-gallery>#w-node-_7dba31e5-1412-cad6-5b9d-124e52ac8bcc-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.blog-gallery>#w-node-_7dba31e5-1412-cad6-5b9d-124e52ac8bcc-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_29e718b2-75f3-2bf5-35f6-03c65cd8a37e-5005cd71 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-_4ed0126a-936e-1d69-7c87-bf4e1d3b19a0-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area-2;
}

.servis-gallery>#w-node-_4ed0126a-936e-1d69-7c87-bf4e1d3b19a0-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

.blog-gallery>#w-node-_4ed0126a-936e-1d69-7c87-bf4e1d3b19a0-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

#w-node-dba1a20d-74af-ee08-dbb1-f8d548bc6741-5005cd71 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

.servis-gallery>#w-node-dba1a20d-74af-ee08-dbb1-f8d548bc6741-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.blog-gallery>#w-node-dba1a20d-74af-ee08-dbb1-f8d548bc6741-5005cd71 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-_48fa7260-1028-d03b-1ea9-b03837eed19b-5005cd71 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

#w-node-_1257f9d6-d9c5-233c-e092-d4d5037fb1b5-5005cd71 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-8;
}

#w-node-e12aafe5-2a9c-53ab-2196-3caf59afc9ee-5005cd71 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-_824a2e85-c2e5-2efe-f210-be0e1026adee-5005cd71 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-7;
}

@media screen and (min-width: 1280px) {
  #w-node-dba1a20d-74af-ee08-dbb1-f8d548bc6741-5005cd71 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }

  .servis-gallery>#w-node-dba1a20d-74af-ee08-dbb1-f8d548bc6741-5005cd71 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .blog-gallery>#w-node-dba1a20d-74af-ee08-dbb1-f8d548bc6741-5005cd71 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

