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

body {
  color: #096ad0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4em;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: 300;
}

a {
  color: #fff;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  opacity: .8;
  margin-bottom: 6px;
  font-size: .9em;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px solid #096ad0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bo-bottom-padding {
  padding-bottom: 0;
}

.section.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.full-screen {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.section.full-screen.background-image-side {
  background-color: rgba(9, 106, 208, .2);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, .04);
  border-style: none;
}

.section.wider-padding {
  padding-top: 200px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.wider-padding.vyq-wine-experience {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/wine-experience.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 200px;
  display: flex;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  height: 600px;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-image: url('../images/wine-experience.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.section.no-vertical-padding.sm-flex-vertical {
  align-items: stretch;
  margin: 15px;
  display: flex;
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section.full-screen {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._50-percent-screen {
  min-height: 50vh;
  align-items: center;
  display: flex;
}

.section._50-percent-screen.s21-background-2 {
  min-height: auto;
  color: #fff;
  min-height: auto;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 0;
}

.section.hideall {
  display: none;
}

.section._60-percent-screen {
  min-height: 60vh;
  align-items: center;
  display: flex;
}

.section._60-percent-screen.vyq-map {
  background-image: url('../images/vyq-map.webp');
  background-position: 50%;
  background-size: cover;
}

.section.s21-menu-bg {
  z-index: 2;
  margin-bottom: 15px;
  padding: 0 15px 30px;
  position: relative;
}

.section.no-margins-and-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footersection {
  background-color: #141414;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrapper.centre-align.vyq-menu-pink, .wrapper.centre-align.vyq-menu-white {
  z-index: 1;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.wrapper.navbar {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.s21-menu-wrapper {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid {
  height: 100vh;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.block {
  min-width: auto;
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  width: 50%;
  min-height: 400px;
  float: left;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.block.lg-50.vyq {
  background-color: #aa1f55;
  background-image: linear-gradient(13deg, #4e1632, #aa1f55);
  align-self: stretch;
  align-items: center;
}

.block.lg-50.events {
  min-height: auto;
  color: #fff;
  background-color: #aa1f55;
  background-image: linear-gradient(13deg, #4e1632, #aa1f55);
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}

.block.lg-50.wineofweek {
  min-height: auto;
  background-color: #f5f5f5;
  background-image: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(9, 106, 208, .05);
  border-right: 1px solid rgba(9, 106, 208, .05);
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.centre-align {
  align-items: center;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-4.vyq-horizontal-menu-right {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.col.lg-4.vyq-horizontal-menu-left {
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.col.lg-4.vyq-horizontal-menu-center {
  flex-direction: row;
  justify-content: center;
}

.col.lg-3 {
  width: 25%;
  flex: none;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-1 {
  width: 8.33%;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically, .col.lg-5.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-12.vyq-menu-column {
  flex-direction: row;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.col.lg-12.s21-menu-column {
  flex-direction: row;
  flex: none;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.col.lg-12.s21-shop-column {
  padding-bottom: 10px;
}

.col.lg-12.menucolumn.delete {
  grid-column-gap: 20px;
  flex-direction: row;
}

.col.lg-12.md-4.sm-2.nosidepadding {
  padding-left: 0;
  padding-right: 0;
}

.col.md-4.sm-2.centre-align {
  flex: 1;
}

.paragraph-small {
  opacity: .6;
  font-size: .9em;
  font-weight: 400;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: rgba(255, 255, 255, .6);
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-small._404 {
  color: #565656;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.row.centre-align.s21-menu-row {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 20px;
}

.row.centre-align.s21-wine-row {
  opacity: 1;
  color: #000;
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 20px;
  box-shadow: 0 10px 60px #000;
}

.row.centre-align.s21-giftcard {
  color: #000;
  border-radius: 4px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 20px;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
}

.row.s21-menu-last-row {
  margin-left: 0;
  margin-right: 0;
}

.row.s21-menu-top-row {
  z-index: 99;
  background-image: url('../images/panel-backgroud.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.row.margin-top-bottom-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.row.vertical-alignment {
  flex-direction: column;
}

.button {
  box-shadow: none;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.button.ghost {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button.ghost:hover {
  color: #aa1f55;
  background-color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.ghost.reversed:hover {
  color: #aa1f55;
  background-color: #fff;
}

.button.ghost.vyq-reversed {
  color: #aa1f55;
  border-color: #aa1f55;
}

.button.ghost.vyq-reversed:hover {
  color: #fff;
  background-color: #aa1f55;
}

.button.reversed {
  color: #aa1f55;
  background-color: #fff;
  border-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  width: 100%;
  text-align: center;
}

.button.margin-left {
  margin-right: 12px;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.vyq-btn {
  background-color: #aa1f55;
  border-color: #aa1f55;
}

.button.s21-btn {
  text-align: center;
  background-color: rgba(207, 179, 107, .25);
  border-color: #cfb36b;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  transition: box-shadow .6s, background-color .8s, color .4s;
  box-shadow: inset 1px 1px 20px rgba(207, 179, 107, .3);
}

.button.s21-btn:hover {
  color: #202022;
  background-color: #cfb36b;
  transform: none;
  box-shadow: inset 1px 1px 20px 20px #cfb36b;
}

.button.s21-btn.w--current {
  color: #000;
  background-color: #cfb36b;
}

.button.s21-btn.outlinesonly {
  box-shadow: none;
  color: #cfb36b;
  background-color: rgba(172, 164, 144, 0);
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.eventticketsbtn {
  text-align: center;
  background-color: rgba(207, 179, 107, .25);
  border-color: #cfb36b;
  border-radius: 2px;
  padding: 8px 20px;
  font-size: 1em;
  transition: box-shadow .6s, background-color .8s, color .4s;
  box-shadow: inset 1px 1px 20px rgba(207, 179, 107, .3);
}

.button.eventticketsbtn:hover {
  color: #202022;
  background-color: #cfb36b;
  transform: none;
  box-shadow: inset 1px 1px 20px 20px #cfb36b;
}

.button.eventticketsbtn.w--current {
  color: #000;
  background-color: #cfb36b;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  background-color: #1f2c3d;
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

.margin-bottom-40px {
  flex: 1;
  margin-bottom: 40px;
}

.margin-bottom-40px.small {
  margin-bottom: 20px;
}

.form {
  width: 100%;
}

.form-field {
  min-width: 200px;
  color: #096ad0;
  background-color: rgba(9, 106, 208, .04);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  min-height: 140px;
  color: #096ad0;
  background-color: rgba(9, 106, 208, .04);
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::-ms-input-placeholder {
  color: #096ad0;
}

.text-area::placeholder {
  color: #096ad0;
}

.page-preview-link {
  width: 100%;
  box-shadow: none;
  background-color: #1f2c3d;
  justify-content: flex-start;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle at 0 0, #2279d4, #096ad0);
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, .1);
}

.price-table-container {
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  align-items: stretch;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: #096ad0;
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  margin-bottom: 10px;
  margin-right: 8px;
  font-weight: 300;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  filter: saturate(0%);
  padding: 8px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  background-color: #fff;
  border: 1px rgba(9, 106, 208, .2);
  padding: 60px;
  box-shadow: 10px 0 80px rgba(31, 44, 61, .1);
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: rgba(9, 106, 208, .04);
}

.question {
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  width: 100%;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  width: 40px;
  height: 40px;
  float: left;
  color: #096ad0;
  text-align: center;
  border: 1px solid #096ad0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  color: #096ad0;
  border-color: #096ad0;
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-2.vyq-pink {
  min-width: 900px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  display: flex;
}

.nav-menu-2.vyq-white {
  min-width: 900px;
  background-color: #fff;
  flex-direction: row;
  display: flex;
}

.nav-link-2 {
  cursor: pointer;
  padding: 16px 10px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .2s;
}

.nav-link-2.border:hover, .nav-link-2.border.cta {
  color: #fff;
  background-color: #096ad0;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: rgba(9, 106, 208, .6);
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-bar {
  z-index: 1;
  color: #aa1f55;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.nav-bar.vyq-menu {
  z-index: 10;
  color: #fff;
  background-color: #aa1f55;
}

.nav-bar.vyq-menu.whitebck {
  background-color: #fff;
}

.toggle-grid {
  z-index: 100;
  color: #fff;
  background-color: #1f2c3d;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: #096ad0;
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.no-bottom-margins {
  margin-bottom: 0;
}

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

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: rgba(0, 0, 0, 0);
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow, .slide-nav {
  color: #096ad0;
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.components-list-container {
  width: 100%;
  background-color: #1f2c3d;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.blog-thumbnail-container {
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom-gutter {
  margin-bottom: 60px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  width: 33.33%;
  opacity: .5;
  color: #096ad0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.centred-logo-container {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 26px;
  font-size: 12px;
  text-decoration: none;
}

.nav-link.cta {
  color: #fff;
  background-color: #096ad0;
  transition: background-color .1s ease-in-out;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  z-index: 100;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f2c3d;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  width: 100%;
  background-color: #1f2c3d;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.hover.hover-on-image {
  width: auto;
  height: 100%;
  opacity: 1;
  background-color: #e4f1fd;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  background-color: #fff;
  border: 1px solid #096ad0;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-short-line {
  height: 1px;
  background-color: rgba(9, 106, 208, .2);
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.half-screen-content {
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-screen-content.eventsblock, .half-screen-content.wotwblock {
  min-width: 200px;
  justify-content: flex-start;
  align-items: flex-start;
}

.short-paragraph {
  width: 75%;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container {
  margin-top: 10px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.value-proposition-buttons.align-center {
  justify-content: center;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.side-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-to-edge-picture {
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-heading {
  color: #aa1f55;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-icons-contianer {
  display: flex;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-2 {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

.works-link {
  text-decoration: none;
}

.low-opacity {
  opacity: .6;
  display: inline;
}

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: block;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: #096ad0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  opacity: 1;
  background-color: #fff;
  border-color: #096ad0;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.date-container {
  display: flex;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.back-icon {
  margin-right: 8px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap.light-blue {
  background-color: rgba(91, 91, 91, .04);
}

.utility-page-content {
  width: 320px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  width: 100vw;
  height: 1px;
  background-color: rgba(9, 106, 208, .2);
  position: absolute;
  top: 315px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px rgba(31, 44, 61, .1);
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.ps-navbar {
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.vyq-link {
  opacity: 1;
  color: #aa1f55;
  border-bottom: 1px dotted #aa1f55;
  text-decoration: none;
  transition: opacity .2s;
}

.vyq-link:hover {
  opacity: .6;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.vyq-link.white {
  color: #fff;
  border-bottom-color: #fff;
}

.vyq-nav-link {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 10px 18px;
  font-size: 1em;
  line-height: 24px;
  transition: opacity .4s;
  position: relative;
}

.vyq-nav-link:hover {
  opacity: .7;
  color: #fff;
}

.vyq-nav-link.w--current {
  color: #aa1f55;
  font-weight: 700;
  transition-property: none;
}

.vyq-nav-link.language {
  opacity: .29;
  display: none;
}

.vyq-nav-link.pink {
  color: #aa1f55;
}

.vyq-cents {
  opacity: 1;
  margin-left: -1px;
  padding-bottom: 0;
  font-size: .6em;
  display: inline;
  position: relative;
  bottom: 8px;
}

.vyq-shoppingcart {
  width: 50px;
  height: 50px;
  padding-top: 4px;
  padding-right: 4px;
  display: none;
}

.vyq-menu-btn {
  height: 44px;
  color: #aa1f55;
  text-align: center;
  background-color: #eee;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 12px;
  text-decoration: none;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.vyq-menu-btn:hover {
  color: #fff;
  background-color: #aa1f55;
}

.vyq-menu-btn.w--current {
  color: #fff;
  background-color: #aa1f55;
  background-image: linear-gradient(#aa1f55, rgba(78, 22, 50, .52));
  box-shadow: inset 0 3px 4px 1px rgba(78, 22, 50, .66);
}

.vyq-menu-btn.search-icon {
  width: 36px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-icon-vyq.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.vyq-menu-btn.last {
  margin-right: 0;
}

.vyq-menu-btn.s21-wine-search {
  width: 55px;
  height: 51px;
  background-image: url('../images/search-icon-s21.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 0;
  flex: none;
  align-self: center;
  margin-left: 10px;
  margin-right: 0;
}

.vyq-menu-btn.s21-wine-search:hover {
  background-color: #cfb36b;
  background-image: url('../images/search-icon.svg');
}

.langbtn, .div-block-52 {
  display: none;
}

.vyq-a-heading {
  font-family: Playfair Display;
  font-weight: 400;
}

.vyq-b-heading {
  font-family: Roboto Condensed;
  font-weight: 400;
}

.wineoftheweekblock {
  flex-direction: row;
  display: flex;
}

.wowimage {
  width: 200px;
  height: 200px;
  background-color: #fff;
  background-image: url('../images/laus-wine-of-the-week.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px 160px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
  box-shadow: 2px 2px 40px -5px rgba(0, 0, 0, .15);
}

.wowdescription {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.evimage {
  width: 64px;
  height: 64px;
  cursor: default;
  background-color: rgba(75, 23, 43, .22);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 11px;
  box-shadow: inset 1px 1px 7px rgba(94, 23, 56, .26);
}

.eventblock {
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.social-network-icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 300;
  transition: opacity .4s;
  display: block;
}

.social-network-icon:hover {
  opacity: .6;
}

.social-network-icon.w--current {
  opacity: 1;
  font-weight: 500;
}

.h2_404 {
  color: #484848;
}

._404_btn {
  color: #f6f6f6;
  background-color: #3e3e3e;
  border-radius: 10px;
  margin-top: 20px;
}

.mobilemenucta {
  display: none;
}

.logo-image {
  display: block;
}

.socialicon {
  width: 48px;
  height: 48px;
  background-color: #2c2c2c;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px;
  transition: transform .4s ease-in-out, opacity .2s, background-color .4s ease-in-out;
  box-shadow: 0 2px 5px 2px #1a1a1a;
}

.socialicon:hover {
  background-color: #464646;
  transform: translate(0, -3px);
  box-shadow: 0 4px 8px 4px #1a1a1a;
}

.socialicon:active {
  background-color: #858585;
}

.socialblock {
  height: 50px;
  margin-top: 30px;
}

.menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-57 {
  padding-top: 60px;
  padding-bottom: 10px;
}

.s21-body {
  color: #ccc;
  letter-spacing: 1px;
  background-color: #1d1d1d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.s21-body.christmas-body {
  background-image: linear-gradient(rgba(29, 29, 29, .9), rgba(29, 29, 29, .9)), url('../images/steak21-christmas-background-bw.png');
  background-position: 0 0, 0 0;
}

.s21-body.valentines-body {
  background-color: #1d1d1d;
  background-image: linear-gradient(rgba(29, 29, 29, .93), rgba(29, 29, 29, .93)), url('../images/steak21-valentines-day-pattern.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.s21-navigation-item {
  opacity: .8;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding: 9px 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  transition: border-color .2s, opacity .2s;
}

.s21-navigation-item:hover {
  opacity: .9;
}

.s21-navigation-item:active {
  opacity: 1;
}

.s21-navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.s21-logo-link {
  z-index: 2;
  width: 150px;
  display: block;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.s21-logo-link:hover {
  opacity: .8;
}

.s21-logo-link:active {
  opacity: .7;
}

.s21-logo-link.w--current {
  z-index: 3;
}

.s21-h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Aspal, sans-serif;
  font-weight: 400;
}

.s21-link {
  opacity: 1;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, .46);
  text-decoration: none;
  transition: opacity .2s;
}

.s21-link:hover {
  opacity: .6;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.s21-link.w--current {
  border-bottom-style: none;
  font-weight: 400;
}

.s21-link.w--current:hover {
  opacity: 1;
}

.s21-footer-social-icons {
  align-items: center;
  display: flex;
}

.s21-footer-social-icons.about {
  margin-top: 10px;
}

.s21-navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.s21-navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 200px;
  right: 0%;
}

.s21-navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: 30px 10px 30px 30px;
  display: flex;
  position: relative;
}

.s21-menu-item {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.s21-menu-item.verticaldirection {
  flex-direction: column;
  align-items: center;
}

.s21-menu-btn {
  color: #cfb36b;
  text-align: center;
  background-color: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .03);
  border-radius: 2px;
  flex: none;
  margin-right: 10px;
  padding: 8px 25px;
  text-decoration: none;
  transition: box-shadow .4s, background-color .4s;
}

.s21-menu-btn:hover {
  color: #000;
  background-color: #cfb36b;
}

.s21-menu-btn.w--current {
  color: #fff;
  background-color: #cfb36b;
  background-image: linear-gradient(#f6ce66, #967e41);
  box-shadow: inset 0 2px 2px rgba(78, 49, 17, .66);
}

.s21-menu-btn.wine-btn {
  background-image: url('../images/foreign.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-color: #cfb36b;
  padding-left: 50px;
  box-shadow: inset 1px 1px 20px rgba(207, 179, 107, .3);
}

.s21-txt-product-name {
  opacity: .85;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2em;
}

.s21-txt-product-desc {
  opacity: .5;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: .9em;
  line-height: 1.3;
}

.s21-productblock {
  border-bottom: 1px dashed rgba(143, 143, 143, .39);
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.s21-product-priceblock {
  margin-left: 10px;
  display: flex;
}

.s21-wine-product-price {
  text-align: right;
  flex: 0 auto;
  margin-left: 10px;
  padding-top: 0;
}

.s21-title-divider-left {
  height: 8px;
  min-width: 80px;
  opacity: .6;
  background-image: url('../images/VYQ-title-divider-left.svg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
}

.s21-title-divider-right {
  height: 8px;
  min-width: 80px;
  opacity: .6;
  background-image: url('../images/VYQ-title-divider-right.svg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
}

.s21-txt-product-title {
  color: #cfb36b;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Aspal, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1;
}

.s21-txt-product-title.black {
  color: #cfb36b;
  border-bottom: 1px dotted #cfb36b;
  align-self: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  overflow: visible;
}

.s21-txt-product-title.black:hover {
  color: #fff;
  background-color: #cfb36b;
}

.s21-title-divider {
  text-align: center;
}

.s21-menu-list {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  padding: 30px 60px 20px;
}

.s21-menu-list.padding-20px-below {
  margin-bottom: 20px;
}

.s21-menu-title-blck {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.s21-scroll-icon {
  z-index: 100;
  width: 28px;
  height: 22px;
  background-color: #1d1d1d;
  background-image: url('../images/scroll.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 20px;
  margin-bottom: 1px;
}

.s21-title-hor-divider {
  text-align: center;
  align-items: center;
  display: flex;
}

.s21-qr {
  width: 100vw;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  padding: 60px 4px 10px 10px;
  display: flex;
}

.s21-qr-btn {
  width: 100%;
  color: rgba(255, 255, 255, .45);
  text-align: center;
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 6px;
  padding: 10px 15px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.s21-qr-btn:hover {
  background-color: rgba(0, 0, 0, .16);
}

.s21-qr-btn-comment {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;
}

.modalpopup-2 {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.notificationclose-2 {
  width: 24px;
  height: 24px;
  float: right;
  opacity: .6;
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  top: 0;
  right: -7px;
}

.notificationclose-2:hover {
  opacity: 1;
}

.notification {
  width: 700px;
  max-width: 700px;
  background-color: #fff;
  align-items: stretch;
  margin: 0 15px 15px;
  display: flex;
  overflow: auto;
}

.s21-notification-text {
  width: 75%;
  background-color: #252525;
  background-image: linear-gradient(41deg, #242424, #3f3f3f);
  padding: 25px 20px 20px;
  overflow: auto;
}

.s21-notification-image {
  width: 25%;
  background-image: url('../images/steak-21-4.webp');
  background-position: 43%;
  background-size: cover;
  overflow: auto;
}

.s21-paragraph-link {
  color: #f3f3f3;
}

.s21-h3 {
  color: #cfb36b;
  font-family: Aspal, sans-serif;
  font-weight: 400;
}

.padding-10px {
  width: 10px;
  height: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.s21-intro {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s21-intro.contactmaps {
  margin-top: 130px;
}

.columns {
  grid-column-gap: 15px;
  display: flex;
}

.div-block-59 {
  width: 100%;
  max-width: 900px;
  justify-content: center;
  margin: -60px auto 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-60 {
  width: 100%;
  background-color: #2c2c2c;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .4s ease-in-out, background-color .4s ease-in-out;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, .6);
}

.div-block-60:hover {
  background-color: #383838;
  box-shadow: 0 10px 60px rgba(0, 0, 0, .5);
}

.div-block-60._22 {
  max-width: 640px;
}

.column {
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-61 {
  width: 100%;
  max-width: 500px;
  flex: 1;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.s21-sea-view-img {
  width: 100%;
  height: 250px;
  background-color: #393939;
  background-image: url('../images/s21-sv_img7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.approx-txt {
  opacity: .8;
  letter-spacing: .5px;
  text-transform: lowercase;
  font-size: .8em;
  font-style: italic;
}

.s21-nav-link {
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 10px 16px 5px;
  font-size: .9em;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.s21-nav-link:hover {
  opacity: .7;
  color: #fff;
}

.s21-nav-link.w--current {
  color: #fff;
  font-weight: 700;
  transition-property: none;
}

.div-block-62 {
  display: flex;
}

.menu-logo-image {
  display: block;
  position: absolute;
}

.branchlogotype {
  max-width: 160px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
}

.s21-menu-list-white {
  width: 100%;
  max-width: 800px;
  text-align: left;
  background-color: #f0f0f0;
  align-self: center;
  margin-bottom: 20px;
  padding: 60px 60px 30px;
}

.s21-menu-list-white.wines-panel {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.menu-part-center {
  width: 100%;
  max-width: 800px;
  text-align: left;
  background-color: #272727;
  align-self: center;
  margin-bottom: 20px;
}

.menu-part-center.trasparent {
  background-color: rgba(0, 0, 0, 0);
}

.short-paragraph-copy {
  width: 75%;
}

.div-block-64 {
  width: 100%;
  object-fit: cover;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-10 {
  width: 100%;
  display: none;
}

.image-10-copy {
  width: 100%;
}

.s21-additional-info {
  opacity: .5;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: .9em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.s21-spirits-name {
  opacity: .85;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1em;
}

.s21-music {
  width: 100%;
  height: 500px;
  max-width: 800px;
  text-align: left;
  background-image: url('../images/urban-kitchen-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  padding: 30px 60px 20px;
  display: flex;
}

.s21-urban-kitchen-img {
  width: 100%;
  height: 250px;
  background-color: #393939;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/s21-uk_img2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.restaurantdetails {
  align-items: flex-end;
  margin: 0 0 20px;
  padding-top: 50vh;
  padding-bottom: 30px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-4 {
  margin-right: 6px;
}

.div-block-65 {
  max-width: 900px;
  text-align: left;
  background-color: #1d1d1d;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapperrestauranttitle {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 30px;
  display: block;
  position: relative;
}

.narrowcolumn {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.narrowcolumnblock {
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.button-4 {
  box-shadow: none;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  margin-right: 6px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.button-4.s21-btn {
  text-align: center;
  background-color: rgba(207, 179, 107, .25);
  border-color: #cfb36b;
  border-radius: 2px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  transition: box-shadow .6s, background-color .8s, color .4s;
  box-shadow: inset 1px 1px 20px rgba(207, 179, 107, .3);
}

.button-4.s21-btn:hover {
  color: #202022;
  background-color: #cfb36b;
  transform: none;
  box-shadow: inset 1px 1px 20px 20px #cfb36b;
}

.button-4.s21-btn.w--current {
  color: #000;
  background-color: #cfb36b;
}

.specrestlogo {
  width: 240px;
  object-fit: cover;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.workinghourslist {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 3px;
  display: flex;
}

.workinghourslist.footer {
  max-width: 240px;
  min-width: 200px;
}

.workinghours {
  max-width: 480px;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  display: block;
}

.margin-bottom-20px {
  flex: 1;
  margin-bottom: 20px;
}

.section-40-60px {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.accordionwrapper {
  overflow: hidden;
}

.accodtionbutton {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  transition: color .3s ease-in-out;
  display: flex;
}

.accordionicon {
  width: 10px;
  height: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  margin-right: 5px;
  display: flex;
}

.accordionblock {
  font-size: .9em;
}

.monopeninghours {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.s21-navigation-item-high-level {
  opacity: .8;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding: 9px 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  transition: border-color .2s, opacity .2s;
}

.s21-navigation-item-high-level:hover {
  opacity: .9;
}

.s21-navigation-item-high-level:active {
  opacity: 1;
}

.s21-navigation-item-high-level.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.menudropdownlist {
  border-radius: 1px;
}

.menudropdownlist.w--open {
  background-color: #1d1d1d;
  border-radius: 2px;
}

.dropdownlink {
  color: #fff;
  background-color: rgba(244, 245, 247, .12);
  border-bottom: 1px solid #444;
  font-size: 16px;
  transition: color .4s ease-in-out, background-color .4s ease-in-out;
}

.dropdownlink:hover {
  color: #000;
  background-color: #fff;
}

.dropdownlink.w--current {
  color: #000;
  background-color: #f4f5f7;
}

.dropdownlink.externallink {
  background-image: url('../images/foreign.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 40px;
}

.dropdownlink.reservelink {
  background-color: #776d52;
}

.restaurantphotosunsetfinca {
  height: 70vh;
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 40%), url('../images/sunset-finca.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s21-sea-view-location {
  width: 100%;
  background-color: #393939;
}

.contactsinfo {
  width: 100%;
  max-width: 500px;
  flex: 1;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-5 {
  width: 100%;
  background-color: #3b3b3b;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.link-block-5:hover {
  background-color: #4d4d4d;
}

.div-block-67 {
  width: 200px;
  background-color: #525252;
  border-radius: 5px;
  flex: none;
  padding: 20px;
  overflow: hidden;
}

.div-block-67.mapseaview {
  background-image: url('../images/steak21-map-A.webp');
  background-position: 0%;
  background-size: cover;
}

.div-block-67.mapurban {
  background-image: url('../images/steak21-map-C.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-68 {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.s21-buttons {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.s21-urban-kitchen-location {
  width: 100%;
  background-color: #393939;
  background-image: url('../images/coming-soon-10th.webp');
  background-position: 50%;
  background-size: cover;
}

.canarianwineexperienceimage {
  height: 70vh;
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 40%), url('../images/wine-experience.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.aboutsteakdoneness {
  background-color: rgba(138, 138, 138, .26);
  background-image: url('../images/information.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 40px;
  text-decoration: none;
  transition: background-color .2s;
}

.aboutsteakdoneness:hover {
  background-color: rgba(78, 78, 78, .26);
}

.steakdonenesspopup {
  z-index: 300;
  background-color: rgba(0, 0, 0, .26);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steakdonenesspopupimage {
  max-width: 800px;
}

.tabs-content {
  overflow: visible;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
  display: none;
}

.slider-base {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.standard-tab {
  width: 280px;
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slider-background {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .7) 90%, #1d1d1d);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-03a {
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .66) 90%, #1d1d1d);
  display: none;
}

.slider-background.background-02a {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6) 64%, #1d1d1d 104%);
  display: none;
}

.grandslider {
  z-index: 1;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.load-bar-base {
  height: 2px;
  max-width: 220px;
  background-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-menu3 {
  max-width: 1140px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0%;
  right: 0%;
}

.load-bar {
  width: 0%;
  height: 2px;
  background-color: #fff;
}

.tabs {
  width: 100%;
  position: absolute;
}

.slidertext {
  z-index: 98;
  max-width: 780px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.restaurantphotoelegance {
  height: 50vh;
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 40%), url('../images/coming-soon.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-arrow {
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-bottom: 1px;
  transform: rotate(45deg);
}

.eventimage {
  flex: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .6);
}

.language-swith-text {
  width: 75%;
  color: #999;
}

.language-link {
  color: #cfb36b;
  border-bottom: 1px dotted #cfb36b;
  text-decoration: none;
  transition: border .4s ease-in-out;
}

.language-link:hover {
  border-bottom-color: rgba(207, 179, 107, 0);
}

.language-link.external {
  opacity: .8;
  background-image: url('../images/foreign.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-right: 18px;
  display: inline-block;
}

.event-line {
  width: 99%;
  border-bottom: 1px solid #636363;
  flex-direction: row;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.event-line.hide {
  display: none;
}

.event-image {
  max-width: 200px;
  margin-right: 20px;
}

.event-date {
  width: 110px;
  margin-right: 10px;
}

.div-block-69 {
  flex: 1;
  display: flex;
}

.div-block-70 {
  max-width: 300px;
  flex-direction: column;
  display: flex;
}

.div-block-70.hide {
  display: none;
}

.eventtitlep {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.9em;
  line-height: 1.1;
}

.eventtimep {
  font-size: 1.4em;
  line-height: 1.1;
}

.event-text {
  margin-right: 20px;
}

.s21-christmas-menu-list {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  padding: 30px 60px 20px;
}

.christmas-menu-part-center {
  width: 100%;
  max-width: 800px;
  background-color: rgba(41, 41, 41, .81);
  border-radius: 15px;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.christmas-menu-part-center.hide {
  display: none;
}

.s21-txt-product-name-esp {
  opacity: .85;
  color: #cfb36b;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.1em;
}

.price-paragraph {
  width: 75%;
  text-transform: uppercase;
  font-size: 1.2em;
}

.s1eventsbutton {
  text-align: center;
  background-color: rgba(207, 179, 107, .25);
  border: 1px solid #cfb36b;
  border-radius: 2px;
  font-size: 1em;
  transition: background-color .4s, background-color .8s, box-shadow .6s;
  box-shadow: 1px 1px 20px rgba(207, 179, 107, .3);
}

.s1eventsbutton:hover {
  color: #000;
  background-color: #cfb36b;
}

.regularevents {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.event-line-vertical {
  width: 99%;
  border-bottom: 1px solid #636363;
  flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mailchimpfooter {
  width: 100%;
  background-color: #2e2e2e;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 5px;
}

.steak21education {
  height: 70vh;
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 40%), url('../images/DSC07276-sm.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h2-slider-subtitle {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.4em;
}

.sunsetfincaqr {
  width: 100vw;
  max-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.qr-options-block {
  justify-content: center;
  display: flex;
}

.qr-option {
  width: 300px;
  height: 300px;
  background-color: #303030;
  background-image: url('../images/steak21-background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 50px;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .33);
}

.qr-option.blue {
  background-color: #002798;
  background-image: none;
}

.blue-background {
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url('../images/blue-logotype-background-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.blue-text {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../images/blue-logotype-text-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.blue-logo {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.s21-specialoffer {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.s21-specialmenublock {
  width: 100%;
  max-width: 800px;
  text-align: left;
  background-color: #404149;
  align-self: center;
  margin-bottom: 20px;
}

.parallaximages {
  min-height: 700px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px;
  position: relative;
}

.parallax3img_lower {
  z-index: 1;
  width: 50%;
  height: 90%;
  background-color: #e0e0e0;
  flex: 0 auto;
  margin-left: 50%;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.parallax3img_lower.p_img3 {
  background-image: url('../images/ABOUTUS3.webp');
  background-position: 50%;
  background-size: cover;
}

.parallax3img_middle {
  z-index: 2;
  width: 45%;
  height: 80%;
  background-color: #c2c2c2;
  margin-top: 10%;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.parallax3img_middle.p_img1 {
  background-image: url('../images/ABOUTUS1.webp');
  background-position: 50%;
  background-size: cover;
}

.parallax3img_top {
  z-index: 3;
  width: 60%;
  height: 60%;
  background-color: #cfcfcf;
  margin-left: 10%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

.parallax3img_top.p_img2 {
  background-image: url('../images/ABOUTUS2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h2about {
  color: #979797;
}

.aboutblocklink {
  width: 100%;
  text-align: center;
  background-color: #2c2c2c;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 40px 20px 20px;
  text-decoration: none;
  transition: box-shadow .4s ease-in-out, background-color .4s ease-in-out;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, .6);
}

.aboutblocklink:hover {
  background-color: #383838;
  box-shadow: 0 10px 60px rgba(0, 0, 0, .5);
}

.s21_cocktails80vh {
  width: 100%;
  height: 60vh;
  min-height: 350px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  display: flex;
}

.s21_cocktailimage {
  height: 100%;
  background-color: #333;
  background-image: url('../images/stripes.webp');
  background-position: 0 0;
  background-size: auto;
}

.s21_cocktailimage.Mardecristal{
  background-image: url('../images/Cristalmar.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: Cover;
}

.s21_cocktailimage.fromdusktilldawn {
  background-image: url('../images/preview2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.billyotea {
  background-image: url('../images/s21-sv_cocktails__0008_Layer-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.Dtentacion {
  background-image: url('../images/Dulcetentacion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.FlorTaj {
  background-image: url('../images/FlorT.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.perfectstorm {
  background-image: url('../images/ThePerfectStorm.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.tropicaldestination {
  background-image: url('../images/Tropical.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.Whiskysour {
  background-image: url('../images/Whiskynikki.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.Smemories {
  background-image: url('../images/sensorymemories.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.Soldebahia {
  background-image: url('../images/Lingerwiththeginger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktaildescblock {
  width: 100%;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
  padding: 20px 20px 40px;
  position: absolute;
  bottom: 0;
}

.s21_cocktaildescblock.black {
  color: #000;
  background-color: #fff;
  padding-bottom: 20px;
}

.s21_cocktailtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.s21_cocktaildesc {
  opacity: .75;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.cocktailmenu-part-center {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  margin-bottom: 20px;
}

.mask {
  width: 100%;
  border-radius: 20px;
}

.rightarrowicon {
  width: 48px;
  height: 48px;
  background-color: #1d1d1d;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 60px;
  padding: 15px;
}

.arrowlink {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.h1cocktails {
  margin-bottom: 0;
}

.rightarrowiconleft {
  width: 48px;
  height: 48px;
  background-color: #1d1d1d;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 60px;
  padding: 15px;
  transform: rotate(180deg);
}

.s21_cocktailprice {
  opacity: .69;
  margin-bottom: 0;
}

.s21_columns {
  grid-column-gap: 15px;
  display: flex;
}

.s21_columnscontacts {
  max-width: 1200px;
  grid-column-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dts_product {
  width: 100%;
  border-bottom: 1px dashed rgba(143, 143, 143, .39);
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.dts_productinfo {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.dts_productname {
  opacity: .85;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.1em;
}

.dts_productname.glass {
  background-image: url('../images/wineglass.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  padding-left: 26px;
}

.dts_productname.bottle {
  background-image: url('../images/winebottle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  padding-left: 26px;
}

.dts_productwinegrape, .dts_productwinewinery {
  opacity: .5;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: .9em;
  font-style: italic;
  line-height: 1.3;
}

.dts-productpriceblock {
  grid-column-gap: 10px;
  display: flex;
}

.dts-productpice {
  grid-column-gap: 20px;
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  display: flex;
}

.testsection {
  min-height: 80vh;
  display: flex;
}

.aboutleft {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.aboutright {
  width: 50%;
  min-height: 400px;
  flex: 0 auto;
}

.aboutright.seaview {
  background-image: linear-gradient(rgba(29, 29, 29, .56), rgba(0, 0, 0, .08) 22%, rgba(0, 0, 0, 0) 46%), url('../images/s21-sv_img7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.aboutright.urban {
  filter: saturate(127%);
  background-image: url('../images/s21-uk_img2.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-65-copy {
  max-width: 900px;
  text-align: left;
  background-color: #1d1d1d;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
}

.large-margin-bottom-20px-copy {
  color: #fff;
  letter-spacing: 1px;
  flex: 1;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

.aboutreslocdetails {
  max-width: 720px;
  background-color: #272727;
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.viceversa {
  flex-direction: column;
  display: flex;
}

._6imggallery {
  grid-column-gap: 5px;
  flex: 0 auto;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.galleryrowone {
  grid-column-gap: 5px;
  flex: 1;
  display: flex;
}

.s21_cocktailsubtitle {
  opacity: .75;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
}

.slide_blackforest {
  background-image: linear-gradient(to top, rgba(107, 16, 16, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/BlackForest.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolutebottom {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cocktail-menu-part-center {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide_camdentown {
  background-image: linear-gradient(to top, rgba(19, 61, 31, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Camden-Town.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_navigli {
  background-image: linear-gradient(to top, rgba(84, 13, 74, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Navigle.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_rambla {
  background-image: linear-gradient(to top, rgba(208, 62, 13, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/La-Rambla.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_mumbai {
  background-image: linear-gradient(to top, rgba(37, 47, 9, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Mumbai.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_islandofislay {
  background-image: linear-gradient(to top, rgba(105, 83, 66, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Island-of-Islay.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_pigalle {
  background-image: linear-gradient(to top, rgba(233, 6, 9, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Pigalle.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_kingstone {
  background-image: linear-gradient(to top, rgba(105, 15, 15, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Kingstone.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_puetrovallarta {
  background-image: linear-gradient(to top, rgba(108, 37, 89, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Puerto-Vallerta.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_tevere {
  background-image: linear-gradient(to top, rgba(107, 16, 16, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Tevere.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide_neworleans {
  background-image: linear-gradient(to top, rgba(107, 16, 16, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/New-Orleans.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slidem_steak21 {
  background-image: url('../images/Sunset21.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slidem_callaobeach {
  background-image: linear-gradient(to top, rgba(167, 71, 30, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Callao.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slidem_thegarden {
  background-image: linear-gradient(to top, rgba(25, 56, 19, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/Garden.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slidem_sweettenerife {
  background-image: linear-gradient(to top, rgba(160, 114, 25, .7) 10%, rgba(0, 0, 0, 0) 50%), url('../images/SweetTenerife.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.s21_cocktails80vh_sv {
  width: 100%;
  height: 60vh;
  min-height: 500px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  display: flex;
}

.background-video {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(15, 15, 15, .66) 75%, #1d1d1d 96%);
}

.largevideoblock {
  z-index: 100;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.largevideo {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.playbutton {
  z-index: 99;
  width: 80px;
  height: 80px;
  background-image: url('../images/play-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  margin-top: 20px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.s21-fixturesdetails {
  grid-column-gap: 20px;
  display: flex;
}

.s21-fixturestext {
  width: 20%;
  opacity: .5;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.3;
}

.s21-fixturestext.white {
  width: 30%;
  opacity: .8;
}

.s21-fixturesblock {
  border-bottom: 1px dashed rgba(143, 143, 143, .39);
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.s21-txt-product-price {
  opacity: .85;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.1em;
}

.s21-location-dropdown {
  width: 100%;
  min-width: 220px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s21-location-dropdown.hide {
  display: none;
}

.s21-accordion-toggle {
  width: 100%;
  height: 50px;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, .44);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 10px 16px 20px;
  font-size: .9em;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.s21-accordion-toggle:hover {
  opacity: .7;
  color: #fff;
}

.s21-accordion-toggle.w--current {
  color: #fff;
  font-weight: 700;
  transition-property: none;
}

.s21-accordion-toggle.comingsoon {
  background-image: url('../images/stripes.webp');
  background-position: 0 0;
  background-size: cover;
}

.s21-accordion-toggle.external-link {
  background-image: url('../images/foreign.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.s21-accordion-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.dropdown-arrow-copy {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-bottom: 2px;
  transform: rotate(45deg);
}

.s21-menu-coming-soon {
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  font-size: 15px;
  font-style: italic;
  display: flex;
}

.partnershiplogos._7pxtopmargin {
  margin-top: 5px;
}

.partnerlogo {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.accordionlogo {
  width: 10px;
  height: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  margin-right: 5px;
  display: flex;
}

.s21-producthide_duckleg {
  border-bottom: 1px dashed rgba(143, 143, 143, .39);
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: none;
}

.embed_giftcard {
  width: 100%;
}

.giftblock {
  width: 100%;
  max-width: 520px;
}

.s21_gal_lightbox {
  flex: 1;
}

.s21-menu-list-new {
  width: 100%;
  max-width: 800px;
  text-align: left;
  border-bottom: 20px solid #1d1d1d;
  align-self: center;
  padding: 30px 60px 20px;
  position: relative;
}

.s21-menu-list-new.vyq {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.s21-menu-list-new.noborder {
  border-bottom-style: none;
}

.s21-menu-wine-new {
  background-image: linear-gradient(rgba(39, 39, 39, .9) 85%, rgba(39, 39, 39, 0));
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}

.s21-wine-menu {
  position: relative;
}

.menu-part-center-new {
  width: 100%;
  max-width: 800px;
  text-align: left;
  background-color: #272727;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-part-center-new.trasparent {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-71 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.canarias_valledelaorotava {
  z-index: 300;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s21-canarias-location {
  width: 100%;
  max-width: 800px;
  text-align: center;
  background-color: #1f1f1f;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  position: relative;
}

.lnk_location {
  opacity: 1;
  border-bottom: 2px dotted #fff;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease-in-out;
  position: relative;
}

.lnk_location:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.heading {
  text-align: center;
}

.s21_wine_product {
  width: 100%;
  border-bottom: 1px solid rgba(143, 143, 143, .39);
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-72 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.canarian-map {
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.blctext {
  max-width: 800px;
}

.link-block-6 {
  background-color: #383838;
  border-radius: 6px;
  margin-bottom: 14px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 15px;
  text-decoration: none;
}

.link-block-6.external {
  background-image: url('../images/foreign.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 32px;
}

.h2_winecategory {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.1em;
}

.div-block-74 {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.lnk_paragraph {
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

.lnk_paragraph:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.div-block-75 {
  text-align: center;
}

.canarias_tacoronteacentejo, .canarias_lapalma, .canarias_lagomera, .canarias_ycodendauteisora, .canarias_valledeguimar, .canarias_lanzarote, .canarias_abona {
  z-index: 300;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.canarias_loratava {
  z-index: 300;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.canarias_islascanarias {
  z-index: 300;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    position: relative;
  }

  .section {
    padding: 50px 15px;
  }

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image {
    background-size: 48%;
  }

  .section.half-screen-background-image.right {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/wine-experience.webp'), linear-gradient(187deg, #aa1f55, #4e1632);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .section.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: row;
  }

  .section._50-percent-screen {
    min-height: 600px;
  }

  .section._50-percent-screen.s21-background-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section._60-percent-screen {
    min-height: 800px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .wrapper.centre-align.vyq-menu-pink {
    z-index: 5;
    flex-direction: row-reverse;
    padding: 5px 15px;
  }

  .wrapper.centre-align.vyq-menu-white {
    flex-direction: row-reverse;
    padding: 5px 15px;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.s21-menu-wrapper {
    margin-bottom: 10px;
  }

  .grid {
    height: 100vh;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
  }

  .block {
    width: auto;
    min-height: auto;
    flex: 0 0 100%;
    align-self: stretch;
  }

  .block.mobile {
    height: 100%;
    flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block.lg-50 {
    width: 100%;
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block.lg-50.vyq {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block.lg-50.events, .block.lg-50.wineofweek {
    width: 50%;
    flex: 0 auto;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-4.vyq-horizontal-menu-right, .col.lg-4.vyq-horizontal-menu-left {
    width: 100%;
    flex-direction: column;
  }

  .col.lg-4.vyq-horizontal-menu-center {
    display: none;
  }

  .col.lg-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-33.xs-2 {
    align-items: center;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-12.s21-menu-column {
    display: flex;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .row.s21-menu-top-row {
    flex-direction: row;
    display: none;
    overflow: auto;
  }

  .button.ghost.vyq-reversed.gg {
    color: #fff;
    border-color: #fff;
  }

  .button.ghost.vyq-reversed.gg:hover {
    color: #aa1f55;
    background-color: #fff;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .margin-bottom-40px {
    margin-bottom: 20px;
  }

  .margin-bottom-40px.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
    max-height: 100vh;
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    justify-content: flex-start;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    top: 70px;
    box-shadow: 0 40px 50px -10px rgba(0, 0, 0, .28);
  }

  .nav-menu-2.vyq-pink {
    min-width: auto;
    background-color: #aa1f55;
    flex: 0 auto;
  }

  .nav-menu-2.vyq-white {
    min-width: auto;
    background-color: #fff;
    flex: 0 auto;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2:active {
    opacity: .4;
  }

  .menu-button-2.w--open {
    opacity: .3;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-bar.vyq-menu {
    position: relative;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .centred-logo-container {
    display: block;
  }

  .hover.hover-on-image {
    height: auto;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .side-image {
    display: none;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .footer-social-links-container {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .centred-logo {
    margin-left: 0;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #1f2c3d;
  }

  .nav-link-3 {
    width: 100%;
    color: #fff;
    text-align: left;
    background-color: #1f2c3d;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
  }

  .nav-menu-container {
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .nav-dropdown-link {
    width: 100%;
    float: left;
    color: #fff;
    background-color: rgba(9, 106, 208, .2);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .dropdown-list {
    background-color: #1f2c3d;
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

  .text-block-2 {
    text-align: left;
  }

  .transparent-overlay {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: #096ad0;
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    width: 50%;
    justify-content: center;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .ps-navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .vyq-nav-link {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    flex: 1;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .vyq-nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
  }

  .vyq-nav-link.language {
    display: none;
  }

  .vyq-nav-link.pink {
    border-bottom-color: rgba(170, 31, 85, .1);
  }

  .vyq-nav-link.pink:hover, .vyq-burger-icon {
    color: #aa1f55;
  }

  .vyq-burger-icon.white {
    color: #fff;
  }

  .vyq-shoppingcart {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    justify-content: center;
    align-self: stretch;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
  }

  .langbtn {
    color: rgba(255, 255, 255, .22);
    margin-right: 5px;
    padding: 19px;
    text-decoration: none;
  }

  .langbtn.white {
    color: rgba(170, 31, 85, .22);
  }

  .div-block-52 {
    width: 100%;
    background-color: rgba(172, 172, 172, .2);
    justify-content: center;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .link-block {
    width: 48px;
    height: 48px;
    background-color: rgba(78, 22, 50, 0);
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px;
    transition: opacity .4s;
    display: block;
  }

  .link-block:hover {
    opacity: .6;
  }

  .vyq-b-heading.menutitle {
    color: #fff;
  }

  .wineoftheweekblock, .eventblock {
    flex-direction: column;
  }

  .menu-icon-2, .mobilemenucta {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.mobilemenubtx {
    margin-top: 10px;
    padding: 15px;
  }

  .socialicon.mobilemenu {
    box-shadow: none;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .socialicon.mobilemenu:hover {
    background-color: #3e3e3e;
  }

  .socialblock {
    margin-top: 10px;
    display: flex;
  }

  .menu {
    margin-left: 30px;
    margin-right: 30px;
    position: static;
  }

  .s21-navigation-item {
    text-align: left;
    background-color: rgba(244, 245, 247, .12);
    border-radius: 3px;
    justify-content: flex-start;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
  }

  .s21-navigation-item:hover {
    color: #000;
    background-color: #f7f8f9;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

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

  .s21-navigation-item.w--current {
    color: #000;
    background-color: #f4f4f4;
    border-bottom-style: none;
    display: block;
  }

  .s21-navigation-item.w--current:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .s21-navigation-item.cta {
    opacity: 1;
    color: #000;
    background-color: #cfb36b;
    border: 1px solid #cfb36b;
    border-radius: 3px;
    justify-content: center;
    margin-top: 10px;
    font-weight: 600;
    display: flex;
  }

  .s21-navigation-item.cta:hover {
    color: #c19b76;
    background-color: #fff;
    border-bottom-color: #c19b76;
  }

  .s21-navigation-item.cta {
    opacity: 1;
    color: #000;
    background-color: #cfb36b;
    border: 1px solid #cfb36b;
    border-radius: 3px;
    justify-content: center;
    margin-top: 10px;
    font-weight: 600;
    display: flex;
  }

  .s21-navigation-item.cta:hover {
    color: #c19b76;
    background-color: #fff;
    border-bottom-color: #c19b76;
  }

  .s21-navigation-item.externallink {
    background-image: url('../images/foreign.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }

  .s21-navigation-item.hide {
    display: none;
  }

  .s21-logo-link.w--current {
    flex: 1;
  }

  .s21-navigation-items {
    z-index: 1001;
    max-width: 90vw;
    min-width: 280px;
    background-color: #272727;
    border-bottom: 2px solid #c19b76;
    margin-left: 20px;
    padding: 20px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .3);
  }

  .s21-navigation-wrap {
    justify-content: flex-end;
    margin: 0;
  }

  .mobilemenulocations {
    padding-top: 20px;
    font-size: .8em;
    line-height: 1.5;
  }

  .s21-intro {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .columns {
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .column {
    flex: 0 auto;
  }

  .div-block-61 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s21-nav-link {
    width: 100%;
    text-align: center;
    flex: 1;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s21-nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
  }

  .div-block-62 {
    display: none;
  }

  .image-10 {
    display: block;
  }

  .image-10-copy {
    display: none;
  }

  .restaurantdetails {
    padding-left: 15px;
  }

  .div-block-65 {
    max-width: 500px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapperrestauranttitle {
    margin-left: 0;
    margin-right: 0;
  }

  .specrestlogo {
    width: 210px;
  }

  .margin-bottom-20px {
    margin-bottom: 20px;
  }

  .section-40-60px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .accodtionbutton {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background-color: rgba(244, 245, 247, .25);
    border-radius: 2px;
    justify-content: flex-start;
    margin-bottom: 2px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
  }

  .accodtionbutton.margin-bottom-5px {
    margin-bottom: 7px;
  }

  .accodtionbutton.margin-bottom-5px.comingsoon {
    background-image: linear-gradient(rgba(244, 245, 247, .14), rgba(244, 245, 247, .14)), url('../images/stripes.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 100px 100px;
  }

  .accodtionbutton.cta {
    color: #000;
    background-color: #cfb36b;
    margin-bottom: 7px;
  }

  .accordionicon {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 12px;
  }

  .accordionblock {
    background-color: #272727;
  }

  .mobmenuloclink {
    color: #fff;
    text-align: left;
    background-color: rgba(244, 245, 247, .12);
    background-image: url('../images/pin-white.svg');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-radius: 2px;
    padding: 12px 10px 12px 44px;
    font-size: 12px;
    text-decoration: none;
    display: block;
  }

  .monopeninghours {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .s21-navigation-item-high-level {
    text-align: left;
    background-color: rgba(244, 245, 247, .12);
    border-radius: 3px;
    justify-content: flex-start;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
    position: relative;
  }

  .s21-navigation-item-high-level:hover {
    color: #000;
    background-color: #f7f8f9;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

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

  .s21-navigation-item-high-level.w--current {
    color: #000;
    background-color: #f4f4f4;
    border-bottom-style: none;
    display: block;
  }

  .s21-navigation-item-high-level.w--current:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .s21-navigation-item-high-level.marginbottom-5px {
    margin-bottom: 7px;
  }

  .s21-navigation-item-high-level.marginbottom-5px.external-link {
    background-image: url('../images/foreign.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }

  .s21-navigation-item-high-level.marginbottom-5px.badlink {
    background-image: linear-gradient(rgba(244, 245, 247, .08), rgba(244, 245, 247, .08)), url('../images/stripes.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 50px 50px;
  }

  .mobileslidinglogomenu {
    width: 100%;
    height: 60px;
    background-image: url('../images/steak21-logotype-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 180px;
  }

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

  .standard-tab {
    padding-left: 15px;
  }

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

  .event-image {
    width: 200px;
    max-width: none;
    min-width: 200px;
  }

  .regularevents {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .invertimage {
    filter: invert();
  }

  .qr-options-block {
    flex-direction: column;
  }

  .parallax3img_top {
    margin-left: 20%;
  }

  .aboutphotossection {
    padding-top: 40px;
  }

  .mask {
    max-width: none;
  }

  .s21_columns, .s21_columnscontacts {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }

  .testsection {
    flex-direction: column-reverse;
  }

  .aboutleft {
    width: 100%;
    justify-content: center;
    padding-bottom: 0;
  }

  .aboutright.seaview, .aboutright.urban {
    width: 100%;
    height: 40vh;
    min-height: 350px;
  }

  .div-block-65-copy {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-margin-bottom-20px-copy {
    margin-bottom: 20px;
  }

  .aboutreslocdetails {
    max-width: none;
    box-shadow: none;
  }

  ._6imggallery {
    flex-direction: column;
  }

  .largevideoblock {
    padding: 20px;
  }

  .s21-accordion-toggle {
    width: 100%;
    text-align: center;
    flex: 1;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s21-accordion-toggle:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
  }

  .partnershiplogos {
    grid-column-gap: 10px;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .partnerlogo {
    width: 100%;
    max-width: 200px;
    opacity: .65;
    background-color: #3b3b3b;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
  }

  .partnerlogo:hover {
    opacity: 1;
  }

  .accordionlogo {
    width: 60px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: auto;
    bottom: auto;
    left: 20px;
    right: auto;
  }

  .accordionlogo.s21sv {
    background-image: url('../images/s1-sea-view-white.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.s21uk {
    background-image: url('../images/urban-kitchen-and-bar.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.dts {
    background-image: url('../images/downtown-sushi---logotype---svg---white-01.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.gourmet {
    background-image: url('../images/gourmet_logotype_colour-white_only.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.seven {
    background-image: url('../images/7plates7days_logotype_white_only.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.tapasb {
    background-image: url('../images/Tapas-B-s1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.tapasE {
    background-image: url('../images/Tapas-E-s1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.Nashira {
    background-image: url('../images/Nashira-s1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.Tasca {
    background-image: url('../images/Latasca-s1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.craft {
    background-image: url('../images/Craft-s1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .accordionlogo.Casap {
    background-image: url('../images/CasaP.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .resttitle {
    padding-left: 70px;
  }

  .padding40px {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.full-screen {
    min-height: 600px;
  }

  .section.wider-padding.background-image {
    min-height: 80vh;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.wider-padding.vyq-wine-experience {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.half-screen-background-image {
    background-size: cover;
  }

  .section.no-vertical-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section._50-percent-screen {
    min-height: 450px;
  }

  .section._50-percent-screen.s21-background-2 {
    padding-top: 10px;
  }

  .section._60-percent-screen {
    min-height: 600px;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .block.lg-50.events, .block.lg-50.wineofweek, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2, .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-8.centre-align.sm-2, .col.lg-8.sm-2 {
    width: 100%;
  }

  .col.lg-12.vyq-menu-column, .col.lg-12.s21-menu-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-12.s21-menu-column {
    padding-left: 0;
    padding-right: 15px;
  }

  .col.lg-12.s21-shop-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.lg-12.md-4.sm-2.nosidepadding {
    overflow: hidden;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.centre-align.s21-menu-row, .row.centre-align.s21-wine-row, .row.centre-align.s21-giftcard {
    padding-left: 0;
    padding-right: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .row.s21-menu-top-row {
    display: flex;
  }

  .button {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button.ghost {
    margin-right: 0;
  }

  .button.vyq-btn, .button.s21-btn, .button.eventticketsbtn {
    margin-left: 2px;
    margin-right: 2px;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .nav-bar.vyq-menu.whitebck {
    background-color: #fff;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 60%;
    border-bottom: 1px solid #096ad0;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .half-screen-content.eventsblock, .half-screen-content.wotwblock {
    text-align: center;
    align-items: center;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    width: 80%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .vyq-menu-btn {
    margin-right: 5px;
  }

  .langbtn.white {
    color: rgba(170, 31, 85, .2);
  }

  .wowimage, .evimage {
    margin-right: 0;
  }

  .eventblock {
    align-items: center;
  }

  .div-block-57 {
    padding-bottom: 0;
  }

  .s21-body {
    font-size: 16px;
  }

  .s21-logo-link {
    max-width: 160px;
    padding-left: 0;
  }

  .s21-navigation-items {
    min-width: 300px;
  }

  .s21-menu-btn {
    margin-right: 10px;
  }

  .s21-menu-btn.w--current {
    color: #000;
    background-color: #b39957;
    background-image: none;
    box-shadow: inset 0 2px 2px rgba(78, 49, 17, .66);
  }

  .s21-title-divider-left, .s21-title-divider-right {
    height: 4px;
    min-width: 40px;
  }

  .s21-menu-list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s21-scroll-icon {
    top: 60px;
  }

  .column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-61 {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .s21-sea-view-img {
    height: 200px;
  }

  .branchlogotype {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .s21-urban-kitchen-img {
    height: 200px;
  }

  .div-block-65 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accodtionbutton {
    margin-bottom: 9px;
  }

  .restaurantphotosunsetfinca {
    bottom: 40%;
  }

  .mobileslidinglogomenu {
    height: 40px;
    background-size: 150px;
  }

  .contactsinfo {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .canarianwineexperienceimage {
    bottom: 40%;
  }

  .slider-base {
    align-items: center;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu3 {
    flex-wrap: wrap;
  }

  .restaurantphotoelegance {
    bottom: 40%;
  }

  .event-image {
    width: auto;
    max-width: 200px;
    min-width: 100px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .event-date {
    width: 50px;
    font-size: 13px;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .regularevents {
    grid-template-columns: 1fr 1fr;
  }

  .steak21education {
    bottom: 40%;
  }

  .qr-options-block {
    flex-direction: row;
  }

  .qr-option {
    width: 200px;
    height: 200px;
    margin: 5px;
  }

  .parallaximages {
    min-height: 400px;
  }

  .aboutphotossection {
    padding-top: 60px;
  }

  .s21_cocktails80vh {
    background-color: rgba(0, 0, 0, 0);
  }

  .s21_cocktaildesc {
    margin-top: 5px;
    font-size: .9em;
  }

  .mask {
    padding-top: 0;
  }

  .s21_columns, .s21_columnscontacts {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .dts_productname.glass, .dts_productname.bottle {
    background-size: 21px 21px;
    padding-left: 22px;
  }

  .div-block-65-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .viceversa {
    flex-direction: column-reverse;
  }

  .s21_cocktails80vh_sv {
    background-color: rgba(0, 0, 0, 0);
  }

  .s21-fixturesdetails {
    grid-column-gap: 10px;
  }

  .partnershiplogos._7pxtopmargin {
    margin-top: 7px;
  }

  .s21-menu-list-new {
    padding-left: 0;
    padding-right: 0;
  }

  .s21-menu-wine-new {
    background-image: linear-gradient(rgba(29, 29, 29, .9) 35%, rgba(29, 29, 29, .84) 70%, rgba(29, 29, 29, .75) 92%, rgba(29, 29, 29, 0));
  }

  .menu-part-center-new {
    background-color: #1d1d1d;
  }

  .s21-canarias-location {
    background-image: linear-gradient(rgba(29, 29, 29, .9) 35%, rgba(29, 29, 29, .84) 70%, rgba(29, 29, 29, .75) 92%, rgba(29, 29, 29, 0));
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-position: 50%;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.page-header.image {
    padding-bottom: 80px;
  }

  .section.s21-menu-bg {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-4.sm-2.margin-bottom-40px {
    margin-bottom: 40px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2, .col.lg-3, .col.lg-3._2-col-in-mobile, .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2, .col.lg-6.md-3.xs-2, .col.lg-2.md-1.sm-1.xs-2, .col.lg-2.md-33.xs-2, .col.lg-5, .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-12.vyq-menu-column, .col.lg-12.s21-menu-column, .col.lg-12.s21-menu-column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.lg-12.s21-shop-column, .col.lg-12.menucolumn {
    padding-left: 5px;
    padding-right: 5px;
  }

  .col.lg-2.md-1.sm-2.xs-2 {
    width: 100%;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .row.vertical-alignment {
    display: block;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.vyq-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.s21-btn, .button.eventticketsbtn {
    padding: 5px 7px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon, .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar {
    position: relative;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

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

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form, .form-with-button.horizontal {
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .value-proposition-buttons.vyq {
    flex-direction: column;
    justify-content: center;
  }

  .computer-image {
    width: 110%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .play-icon {
    width: 40px;
  }

  .nav-menu-container, .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

  .ps-navbar {
    position: relative;
  }

  .vyq-shoppingcart {
    width: 100%;
    flex: 1;
    align-self: center;
  }

  .vyq-menu-btn {
    margin-right: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .wineoftheweekblock {
    flex-direction: column;
  }

  .wowimage {
    margin-bottom: 20px;
  }

  .evimage {
    margin-bottom: 10px;
  }

  .eventblock {
    flex-direction: column;
  }

  .social-network-icon {
    margin-right: 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .s21-h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .s21-footer-social-icons {
    display: flex;
  }

  .s21-navigation-items {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s21-menu-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s21-product-priceblock {
    color: #000;
    margin-left: 2px;
  }

  .s21-wine-product-price {
    text-align: left;
    flex: 1;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 30px;
  }

  .s21-txt-product-title {
    font-size: 1.6em;
  }

  .s21-menu-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s21-qr-btn {
    border-radius: 2px;
    flex-direction: column;
    display: flex;
  }

  .modalpopup-2 {
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .notification {
    flex-direction: column;
  }

  .s21-notification-text {
    width: 100%;
    overflow: visible;
  }

  .s21-notification-image {
    width: 100%;
    height: 200px;
    overflow: visible;
  }

  .div-block-59 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-61 {
    align-items: center;
  }

  .div-block-62 {
    display: none;
  }

  .branchlogotype {
    max-width: 100px;
    margin-right: 0;
  }

  .s21-menu-list-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .short-paragraph-copy {
    width: 100%;
  }

  .s21-music {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-65 {
    padding-top: 20px;
    padding-right: 20px;
  }

  .button-4.s21-btn {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .specrestlogo {
    width: 180px;
    margin-bottom: 15px;
  }

  .workinghourslist.footer {
    min-width: 160px;
  }

  .div-block-67.mapseaview, .div-block-67.mapurban {
    width: 100%;
    height: 200px;
  }

  .s21-buttons {
    justify-content: flex-end;
  }

  .language-swith-text {
    width: 100%;
  }

  .event-line {
    flex: 0 auto;
  }

  .event-image {
    width: auto;
    max-width: 160px;
    min-width: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-69 {
    display: flex;
    position: relative;
  }

  .eventtitlep {
    font-size: 1.6em;
  }

  .s21-christmas-menu-list, .christmas-menu-part-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-paragraph {
    width: 100%;
  }

  .event-line-vertical {
    flex: 0 auto;
  }

  .sunsetfincaqr {
    padding: 20px 40px;
  }

  .qr-options-block {
    flex-direction: column;
    flex: 1;
    align-self: stretch;
  }

  .qr-option {
    width: auto;
    height: 100%;
  }

  .blue-logo {
    width: 90%;
  }

  .s21-specialoffer, .s21-specialmenublock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .parallaximages {
    min-height: 250px;
    margin: 20px 10px;
  }

  .aboutphotossection {
    padding-bottom: 0;
  }

  .s21_cocktaildesc {
    margin-top: 5px;
  }

  .mask {
    max-width: 350px;
  }

  .rightarrowiconleft {
    background-color: #1d1d1d;
  }

  .dts_productinfo {
    flex: 0 auto;
  }

  .dts-productpriceblock {
    color: #000;
  }

  .dts-productpice {
    width: auto;
    grid-column-gap: 14px;
    text-align: left;
  }

  .div-block-65-copy {
    padding-right: 20px;
  }

  .aboutreslocdetails {
    flex-direction: column;
  }

  .viceversa {
    flex-direction: column-reverse;
  }

  .s21-menu-list-new {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-74 {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
  }
}


@font-face {
  font-family: 'Aspal';
  src: url('../fonts/Aspal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}