:root {
  --black: #1f1f1f;
  --light-grey: #cecece;
  --black-2: black;
  --yellow-green: #c8dd5e;
  --dark-khaki: #af9c64;
  --light-grey-2: #cfcfcf;
}

.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 {
  background-color: var(--black);
  color: var(--light-grey);
  letter-spacing: 0;
  font-family: Monument Grotesk, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: -.1em;
  font-size: 6.56em;
  font-weight: 500;
  line-height: .9;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.06em;
  font-weight: 500;
  line-height: .85;
}

h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 6em 6%;
  display: flex;
}

.page-padding.is-slider-releases {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-list {
  width: 100%;
  height: 17.4em;
  overflow: hidden;
}

.swiper.is-slider-photo {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-slider-photo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 4%;
  display: flex;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide.is-slider-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  border-bottom: 1px solid #ffffff4d;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 1.69em;
  padding-bottom: 1.69em;
  display: flex;
}

.swiper-slide.is-slider-photo {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-bullet {
  background-color: var(--black-2);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-height: 1.25em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--yellow-green);
}

.slider-main_button {
  border: 2px solid var(--yellow-green);
  color: var(--yellow-green);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  background-color: var(--yellow-green);
  color: var(--black);
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.2em;
  display: flex;
}

.section {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.section.is-slider-gallery {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: visible;
}

.swiper-drag.is-slider-main {
  background-color: var(--yellow-green);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.slider-main_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: var(--black-2);
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .88em;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_img-height {
  width: 100%;
  padding-top: 114%;
  position: relative;
  overflow: hidden;
}

.slider-main_text-wrapper {
  background-image: linear-gradient(to top, #0009, #0000 57%);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6%;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-main_link {
  width: 100%;
  position: relative;
}

.slider-main_title {
  letter-spacing: -.03em;
  font-size: 1.6em;
  line-height: .7;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.75em;
  display: flex;
}

.slider-main_arrow {
  z-index: 2;
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(.9)translate(-50%);
}

.slider-main_arrow.swiper-next {
  inset: 0% 0% 0% auto;
  transform: translate(50%);
}

.slider-main_arrow.swiper-next:hover {
  transform: scale(.9)translate(50%);
}

.slider-main_inner-wrapper {
  position: relative;
}

.slider-gallery_component {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-bg_component {
  opacity: .58;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.slider-titles_heading {
  color: #0000;
  letter-spacing: -.04em;
  text-transform: lowercase;
  white-space: nowrap;
  cursor: default;
  font-family: copperplate, sans-serif;
  font-size: 10em;
  line-height: .8;
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: var(--black-2);
  background-color: #fff;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-thumbs_height {
  padding-top: 62%;
  position: relative;
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

.slider-thumbs_wrapper {
  width: 25%;
}

.slider-releases_component {
  grid-row-gap: 4em;
  color: #fff;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slider-list_component {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.slider-list_title {
  font-size: 2.25em;
  line-height: 1;
}

.slider-list_rating {
  font-size: 1.38em;
  line-height: 1.1;
}

.slider-list_bottom-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-list_arrow-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-list_arrow {
  color: #ffffff4d;
  padding-top: .8em;
  padding-bottom: .8em;
  transition: color .1s;
}

.slider-list_arrow:hover {
  color: #fff;
}

.slider-list_icon {
  width: 6.88em;
  height: 1.13em;
}

.slider-list_icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-photo_component {
  flex: none;
  width: 50%;
}

.slider-photo_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.slider-photo_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: right;
  background-image: linear-gradient(#00000080 13%, #0000 51%);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-photo_link-text {
  font-size: 1.63em;
  line-height: 1;
}

.slider-photo_link-icon {
  width: 1.5em;
  height: 1.5em;
}

.slider-photo_card {
  width: 100%;
  height: 100%;
}

.slider-photo_overflow {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-photo_color {
  display: none;
}

.div-block-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  float: none;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head-info-text {
  color: #fff;
  margin-bottom: 4px;
  padding-left: 24px;
}

.head-info-text.link {
  text-decoration: none;
  display: inline-block;
}

.head-info-text.link.phonert {
  letter-spacing: 1px;
  background-image: url('../images/5fd38611ba9ba5257bc061a8_phone-call.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.head-info-text.link.email {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/5fd38611f67486245e296f05_sent-mail.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 16px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: #fff;
}

.dropdown-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 3px 12px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: all .2s;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: #a58238;
}

.head-info-block-copy {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.dropdown-list-2 {
  background-color: #000;
  border-radius: 2px;
  display: block;
  overflow: hidden;
}

.icon-4 {
  color: #a58238;
  margin-top: 11px;
  margin-bottom: 0;
}

.mobilenad {
  display: none;
}

.dropdown-2 {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: -13px;
  display: inline-block;
}

.head-info-block {
  margin-right: 0;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #000000c4;
  border-bottom: 1px #ffffff52;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0 auto;
}

.div-block-42 {
  background-color: #7e6532;
  justify-content: space-between;
  align-items: center;
  padding: 6px 50px 7px;
  display: flex;
}

.linkadd {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.brand {
  float: none;
  align-self: center;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.brand.w--current {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .25s, color .25s;
}

.nav-link-2:hover {
  border-bottom-style: none;
  border-bottom-color: #5be5c7;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #fff;
  border-bottom-color: #00baff;
}

._1234 {
  color: #fff;
  margin-bottom: 4px;
  padding-left: 24px;
}

._1234.pinloc {
  background-image: url('../images/5fd38611631428399961fcf4_pin-1.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 0;
  font-weight: 200;
}

.image {
  margin-bottom: -17px;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: copperplate, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.text-block.mobie0 {
  display: none;
}

.ths04-preloader-section {
  z-index: 2147483647;
  background-image: linear-gradient(#000, #000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 149px;
  padding-right: 149px;
  display: none;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths04-preloader-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block._1, .div-block._2 {
  display: flex;
}

.letters {
  height: 70px;
}

.letters.e {
  max-width: none;
}

.letters._0 {
  margin-right: 20px;
}

.press-sec.section-spacing {
  z-index: 2;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.wrapper-2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-2.gutter {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-2.gutter.wrapper-medium {
  max-width: 1400px;
}

._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.headline-3 {
  color: #ffffffe3;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.image-2 {
  padding-bottom: 0;
}

.item {
  text-align: center;
  border-left: 1px dashed #b8b5b0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.item.without-divider {
  border-left-style: none;
  padding: 14px 22px;
}

.text-inside-grid {
  color: #fff;
  letter-spacing: .5px;
  background-color: #000;
  width: 90%;
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.pa0 {
  z-index: 2;
  background-image: linear-gradient(#0000, #0000001c 29%, #0000 45%, #00000005 73%, #000), url('../images/image4.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 367px 50px;
  position: relative;
}

.hours {
  color: #141414;
  align-items: center;
  margin-right: 50px;
  text-decoration: none;
  display: flex;
}

.sub {
  margin-top: 0;
  margin-bottom: 0;
}

.sub._0a0a {
  color: var(--dark-khaki);
  margin-top: 0;
  margin-bottom: 4px;
}

.preview-link {
  color: var(--dark-khaki);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 10px;
  font-family: copperplate, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.preview-link:hover {
  color: #d1b06b91;
  text-decoration: none;
}

.paragraph-3 {
  color: #e7e4df;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.gold {
  color: var(--dark-khaki);
  text-transform: lowercase;
  font-family: copperplate, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.main-paragraph-white {
  color: var(--light-grey-2);
  text-align: center;
  letter-spacing: 1px;
  width: 950px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.main-paragraph-white._6, .main-paragraph-white._99 {
  letter-spacing: .5px;
  margin-top: 0;
  font-size: 17px;
}

.main-paragraph-white._963 {
  letter-spacing: .5px;
  margin-top: 12px;
  font-size: 15px;
}

.image-6 {
  opacity: 1;
  filter: sepia();
  margin-right: 10px;
}

.about {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(#000, #000000c4 51%, #000), url('../images/Whiskey-Roxx_54.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.text-span-14 {
  color: #917e37;
  font-family: Open Sans, sans-serif;
}

.div-block-61 {
  flex-wrap: wrap;
  justify-content: center;
  width: 900px;
  margin: 0 auto 25px;
  display: flex;
}

.p1 {
  z-index: 2;
  background-image: linear-gradient(#000, #0000 51%, #000), url('../images/image13.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 367px 50px;
  position: relative;
}

.p1.no {
  background-image: url('../images/21-11-AU8I8813_1.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.p1.n1 {
  background-image: linear-gradient(#000, #0000 51%, #0000), url('../images/image13.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.p1.no2 {
  background-image: linear-gradient(#0000, #0000 51%, #000), url('../images/1_roxx_whiskey-22-copy.jpg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.p1.n2 {
  background-image: linear-gradient(#000, #0000 51%, #000), url('../images/image15.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.icon-star-filled {
  filter: sepia() saturate(107%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.revi {
  color: #dad8d5;
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: copperplate, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.p_m {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #e8dbc8db;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.p_m.no-wrap {
  white-space: nowrap;
}

.p_m.rese {
  color: #917e37;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000, #00000091 54%, #0000), url('../images/WR_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.none.type-color {
  color: var(--dark-khaki);
  text-transform: lowercase;
  margin-top: 0;
  font-family: copperplate, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.c-testimonials-grid-wrapper {
  margin-top: 8em;
  margin-bottom: 8em;
}

.c-footer-info-wrapper {
  justify-content: flex-start;
  margin-top: 6px;
  display: flex;
}

.c-footer-wrapper {
  border-top: 1px solid #24201c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-link:active {
  text-decoration: none;
}

.c-footer-after-wrapper {
  border-top: 1px solid #24201c;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-right-info {
  margin-left: 1em;
}

.facebook {
  background-color: #917e37;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.facebook:hover {
  background-color: #d7b56e;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.footer-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.c-footer-g-maps {
  color: #917e37;
  text-decoration: none;
  transition: all .5s;
}

.c-footer-g-maps:hover {
  color: #7f573c;
}

.c-footer {
  z-index: 5;
  background-color: #000;
  position: relative;
}

.footer-logo-wrapper {
  background-color: #030303;
  border-top: 1px #0c0c0c;
  margin-bottom: 0;
  padding: 40px 12px 0;
}

.foot1 {
  opacity: 1;
  color: #e8dbc8;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.algin-center {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.c-footer-grid {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-black {
  z-index: 10;
  background-color: #000;
  padding: 0 0 40px;
  position: relative;
}

.twitter {
  background-color: #917e37;
  background-image: url('../images/Insta-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.twitter:hover {
  background-color: #d7b56e;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.c-footer-reserve-table {
  color: #917e37;
  text-decoration: none;
  transition: all .5s;
}

.c-footer-reserve-table:hover {
  color: #7f573c;
}

.c-footer-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 26px;
}

.fix {
  font-size: 22px;
}

._0a0a0 {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.c-info-right-label {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.footer-final {
  display: none;
}

.name {
  color: #beae79;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.c-footer-after {
  width: 100%;
}

.red {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .4s;
}

.red:hover {
  opacity: .69;
}

.heading-3 {
  color: #dbd99e;
  font-size: 64px;
  line-height: 60px;
}

.heading-3._12 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.heading-3.title01 {
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: copperplate, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.heading-3.title01._333 {
  text-align: center;
}

.tab03_arrow_block {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 90px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
}

.menu-box {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box.last {
  margin-bottom: 0;
}

.tab03_tabs {
  top: -100px;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.sauce {
  color: #ffffffd1;
  text-align: center;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext._00 {
  color: #ffffffe3;
  text-align: left;
  text-transform: none;
  margin: 21px 50px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.infotext.menu {
  color: #ffffffd4;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext.top {
  color: #e8dbc8;
  text-align: center;
  text-transform: none;
  margin: 6px 50px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.infotext.top.a {
  color: var(--light-grey-2);
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.infotext.top.a._33 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.infotext.top.a._444 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.infotext.menu {
  color: var(--light-grey-2);
  letter-spacing: .2px;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.s {
  color: var(--light-grey-2);
  text-align: center;
  letter-spacing: .2px;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.ada {
  color: var(--light-grey-2);
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.tab03_container {
  width: 100%;
  max-width: 1200px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
}

.m111 {
  color: #b8b8b8;
  letter-spacing: 1px;
  margin-left: 7px;
  font-size: 15px;
  font-weight: 300;
}

.tab03_content {
  width: auto;
  overflow: visible;
}

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.menu {
  color: #beae79;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: copperplate, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.tab03_pane {
  background-color: #0000;
  min-height: 500px;
}

.menus-2 {
  z-index: 10;
  background-color: #000;
  border-top: 2px #006837;
  border-bottom: 1px #e3cb92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.welcome {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 40px;
  font-weight: 400;
}

.tab03_menu {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.merch_line {
  filter: sepia();
}

.tab03_title {
  color: #d8cebb;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-span-19 {
  color: #047f45;
}

.tab03_icon {
  opacity: .81;
}

.tab03_icon.light {
  opacity: .82;
}

.tab03_tab_content {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.gold-2 {
  color: #047f45;
  font-weight: 500;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.menu-banner.ada2 {
  text-align: left;
  align-self: flex-start;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
}

.menu-items.sauces {
  grid-row-gap: 0px;
}

.tab03_tab_link-2 {
  z-index: 999;
  color: #856969;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  font-family: copperplate, sans-serif;
  font-size: 12px;
  transition: opacity .8s;
  display: flex;
}

.tab03_tab_link-2:hover {
  opacity: .3;
}

.tab03_tab_link-2.w--current {
  opacity: .62;
  filter: grayscale();
  color: #c79622;
  background-color: #0000;
  transition: all .2s;
}

.tab03_arrow_wrap {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.left-bottom {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-left: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.link-big {
  color: #eceae6;
  font-family: copperplate, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.link-big:hover {
  opacity: .63;
  color: #fff;
}

.city-text {
  color: #eceae6;
  font-family: copperplate, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.left-top {
  color: #fdfdfd;
  margin-top: 30px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-bottom {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 40px;
}

.address-container {
  -webkit-backdrop-filter: contrast(111%);
  backdrop-filter: contrast(111%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-absolute-box {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.right-top {
  color: #fdfdfd;
  margin-top: 30px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.image-interaction._123 {
  background-image: url('../images/Dubliner-752.jpg');
  background-position: 50% 0;
  background-attachment: fixed;
}

.overlay {
  z-index: 1;
  background-color: #0d131605;
  background-image: linear-gradient(#000, #00000005 36%, #0000 53%, #000);
  position: absolute;
  inset: 0%;
}

.address-link {
  color: var(--dark-khaki);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: copperplate, sans-serif;
  font-size: 50px;
  line-height: 61px;
  text-decoration: none;
  transition: color .2s;
}

.address-link:hover {
  color: var(--dark-khaki);
}

.image-section {
  background-color: #415d6b;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.image-section.cta {
  z-index: 5;
  background-color: #28411c;
}

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

.footer-copyright {
  color: var(--light-grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 14px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.link-2wh {
  color: var(--light-grey-2);
  letter-spacing: 1px;
  text-decoration: none;
}

.mini-container {
  z-index: 10;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mini-container.foot12 {
  max-width: 1000px;
}

.seo {
  color: #ffffffd6;
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.twitter-2 {
  background-color: #0000;
  background-image: url('../images/004-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.twitter-2:hover {
  background-color: #0000;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.divider-line {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider-line.footer-line {
  background-color: #f0f0f024;
  margin-top: 33px;
  margin-bottom: 33px;
}

.f12 {
  color: #ffffffd4;
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.contact-social-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.footer-template-links {
  color: var(--light-grey-2);
  text-transform: uppercase;
  margin-top: 6px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.footer {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/Asset-14x-5.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 170px;
  background-attachment: scroll, scroll;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 27px;
  position: relative;
}

.link-7 {
  color: #ffffffd6;
  text-decoration: none;
}

.facebook-2 {
  background-color: #0000;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.facebook-2:hover {
  background-color: #0000;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.menus {
  background-color: #141414;
  background-image: linear-gradient(#000, #00000069 52%, #000), url('../images/Whiskey-Roxx_0050.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.old-pencil {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 2%;
  left: 0;
  right: 0;
}

.div-block-62 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.link-block-6 {
  filter: saturate(133%);
  margin: 12px;
  transition: filter .725s;
}

.link-block-6:hover {
  opacity: 1;
  filter: grayscale();
}

.link-block-6._1 {
  margin-right: 50px;
}

.link-block-6._2 {
  filter: grayscale();
  margin-right: 50px;
  transition-property: filter;
  transition-duration: .6s;
}

.link-block-6._2:hover {
  opacity: 1;
  filter: none;
  -webkit-backdrop-filter: sepia();
  backdrop-filter: sepia();
}

.image-7 {
  box-shadow: 0 2px 8px 6px #00000061;
}

.heading-4 {
  color: var(--dark-khaki);
  text-align: center;
  text-shadow: -4px 3px 1px #3f2f0e;
  font-family: copperplate, sans-serif;
  font-size: 37px;
  font-weight: 500;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.bottom-margin-field {
  color: #000;
  width: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2.bottom-margin-field::placeholder {
  color: var(--black-2);
  font-weight: 300;
}

.text-field-2.bottom-margin-field._3 {
  width: 33.33%;
}

.text-field-2.bottom-margin-field._3.last2, .text-field-2.bottom-margin-field._6 {
  margin-right: 0;
}

.reser {
  background-color: #fff;
  border: 1px #ffffff78;
  border-radius: 5px;
  min-width: 0;
  max-width: 1000px;
  margin-top: 22px;
  margin-bottom: 0;
  padding: 36px;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b48f504d;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
  position: relative;
}

.button-small-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  font-family: copperplate, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-small-3:hover {
  background-color: #b48f50;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #fff;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #232d41;
}

.button-3.hero-button {
  text-align: center;
  background-color: #ce691d;
  border-radius: 0;
  height: auto;
  margin-right: 0;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 600;
  transition: opacity .55s;
}

.button-3.hero-button:hover {
  opacity: .54;
}

.button-3.hero-button.ee1 {
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  background-color: #fff;
  margin: 6px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.button-3.hero-button.ee1.newa {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 39px;
  transition-property: all;
  transition-duration: .5s;
}

.button-3.hero-button.ee1.newa:hover {
  opacity: 1;
  color: #141414;
  background-color: #fff;
}

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

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.link-9 {
  color: #fff;
  text-decoration: underline;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.tripple {
  color: #fff;
  text-align: center;
  max-width: 850px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.private-events {
  perspective: 1143px;
  background-color: #30303000;
  background-image: linear-gradient(#000, #0000008f 52%, #000), url('../images/image1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.date {
  color: var(--black-2);
  background-color: #f5f5f5;
  border: 1px #000;
  width: 33.33%;
  margin-right: 10px;
  padding: 30px 20px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.date::placeholder {
  color: var(--black-2);
}

.text-area {
  color: #18181d;
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.text-area::placeholder {
  color: var(--black-2);
}

.text-span-20 {
  font-size: 16px;
}

.body {
  background-color: #000;
  display: block;
}

.text-span-2 {
  color: #975d16;
  letter-spacing: 5px;
  font-size: 12px;
}

.text-span-2.white {
  color: var(--dark-khaki);
  font-family: futura-pt, sans-serif;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
}

.title {
  margin-bottom: 25px;
}

.title.center3 {
  text-align: center;
  margin-bottom: 0;
}

.title._12121 {
  margin-bottom: 5px;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #1b1009a3;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 250px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-item.long {
  height: 100%;
}

.hover-link {
  z-index: 999;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.text-span {
  color: #642e24;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-span.white2 {
  color: #e7e7e7;
  text-transform: lowercase;
  font-family: copperplate, sans-serif;
  font-size: 35px;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 30px;
}

.background-image {
  z-index: 1;
  background-image: url('../images/12-AU8I8623_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image._14 {
  background-image: url('../images/_83I6240.jpg');
}

.background-image._11 {
  background-image: url('../images/F91I9567-3.jpg');
}

.background-image._3 {
  background-image: url('../images/F91I9567.jpg');
}

.background-image._7 {
  background-image: url('../images/F91I9643.jpg');
}

.background-image._2 {
  background-image: url('../images/_83I6144_5_6_7_8.jpg');
}

.background-image._9 {
  background-image: url('../images/F91I9651.jpg');
}

.background-image._5 {
  background-image: url('../images/F91I9517.jpg');
}

.background-image._12 {
  background-image: url('../images/_83I6159_60_61_62_63.jpg');
}

.background-image._4 {
  background-image: url('../images/_83I6069_70_71_72_73.jpg');
  background-position: 50%;
}

.background-image._13 {
  background-image: url('../images/F91I9593.jpg');
}

.background-image._8 {
  background-image: url('../images/_83I6109_10_11_12_13.jpg');
}

.background-image._6 {
  background-image: url('../images/_83I6174_5_6_7_8.jpg');
}

.background-image.q {
  background-image: url('../images/63da8b6720c0026addd44591_Whiskey_Roxx_shutterstock_1598813287.jpg');
}

.background-image.w {
  background-image: url('../images/image5.jpg');
}

.background-image.e {
  background-image: url('../images/23-AU8I8803_1.webp');
}

.background-image.t {
  background-image: url('../images/image2.jpg');
  background-position: 50% 0;
}

.background-image.r {
  background-image: url('../images/image3.jpg');
}

.background-image.y {
  background-image: url('../images/9-AU8I8758_1.webp');
}

.background-image.u {
  background-image: url('../images/image6.jpg');
}

.background-image.i {
  background-image: url('../images/20-AU8I8783_1.webp');
}

.background-image.o {
  background-image: url('../images/image13.jpg');
  background-position: 50%;
}

.background-image.p {
  background-image: url('../images/17-AU8I8693_1.webp');
  background-position: 50%;
}

.background-image.a {
  background-image: url('../images/image13.jpg');
  background-position: 50%;
}

.background-image.s {
  background-image: url('../images/WR_12_itled-5-copy.jpg');
  background-position: 0 0;
}

.background-image.d {
  background-image: url('../images/WR_food_Untitled-6-copy.jpg');
  background-position: 0 0;
}

.background-image.f {
  background-image: url('../images/1_roxx_whiskey-2-copy.jpg');
  background-position: 50% 100%;
}

.background-image.g {
  background-image: url('../images/2_Roxx_Food-copy.jpg');
  background-position: 50%;
}

.background-image.h {
  background-image: url('../images/Roxx_food_Vertical_-4-copy.jpg');
  background-position: 50%;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.section-9 {
  background-color: #f1f0ee;
  padding: 100px 50px;
}

.section-9.foos01 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000000b8, #000000b8), url('../images/Whiskey-Roxx_0079.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.nav-cont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-cont.nav, .nav-cont.nav-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow {
  color: #beae79;
  font-size: 25px;
  line-height: 30px;
}

.intro-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.onen {
  background-color: #fff;
  background-image: url('../images/6-AU8I8723_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-head {
  color: var(--dark-khaki);
  text-transform: lowercase;
  font-family: copperplate, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.intro-hero {
  z-index: 10;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.link-5 {
  color: #beae79;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.hero-paragraph {
  color: #d6d6d6f0;
  margin-top: 7px;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.slide-nav {
  font-size: 9px;
  display: block;
}

.right-arrow {
  z-index: 5;
  opacity: .64;
  display: block;
}

.tres {
  background-color: #fff;
  background-image: url('../images/63da8b6720c0026addd44591_Whiskey_Roxx_shutterstock_1598813287.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cuatro {
  background-color: #fff;
}

.left-arrow {
  z-index: 5;
  opacity: .64;
  display: block;
}

.dos {
  background-color: #fff;
  background-image: url('../images/image2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.lounge {
  background-color: #fff;
  background-image: url('../images/21-11-AU8I8813_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.out {
  background-color: #fff;
  background-image: url('../images/outside-AU8I8567_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ms {
  z-index: 10;
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/1_roxx_whiskey-22-copy.jpg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 215px 101px 115px;
  display: flex;
  position: relative;
}

.welcome-head-2 {
  color: #fff;
  text-transform: lowercase;
  font-family: copperplate, sans-serif;
  font-weight: 400;
}

.section-tab-menu {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 50px 50px 100px;
  display: flex;
}

.section-tab-menu.sasa {
  padding-top: 163px;
}

.section-tab-menu.ada1 {
  padding-top: 163px;
  padding-bottom: 42px;
}

.section-tab-menu.thanks {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/63da8b6720c0026addd44591_Whiskey_Roxx_shutterstock_1598813287.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.text-lbutton-layout-3-blog {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.text-lbutton-layout-3-blog.mm4 {
  text-transform: lowercase;
  font-weight: 300;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-first-men {
  border-right: 1px #424242;
  flex: 0 auto;
  width: 100%;
}

.tabs-men {
  width: 100%;
}

.tab-menu {
  z-index: 5;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: sticky;
  top: 80px;
}

.menu-box-2 {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box-2.last {
  margin-top: 26px;
  margin-bottom: 41px;
}

.menu-box-2.last._00 {
  margin-bottom: 0;
}

.menu-box-2.again {
  margin-top: 26px;
  margin-bottom: 0;
}

._83838h {
  margin-top: 30px;
  margin-bottom: 50px;
}

.menu-nts {
  z-index: 1;
  background-color: #000;
  border: 1px solid #917e37;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts.mm1 {
  text-transform: lowercase;
  margin-left: 0;
  margin-right: 20px;
  font-family: copperplate, sans-serif;
}

.menu-nts.mm1.last {
  margin-right: 0;
  padding: 0 9px;
}

.wrapper-color-loink {
  z-index: -1;
  background-color: #917e37;
  width: 100%;
  height: 100%;
  font-family: copperplate, sans-serif;
  text-decoration: none;
  position: absolute;
}

.menu-6abs {
  z-index: 6;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
  position: sticky;
  top: 66px;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.first-tab {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 250px;
  margin-right: 5px;
  padding: 15px 20px;
  transition: background-color .2s ease-in-out;
}

.first-tab:hover {
  background-color: #fff;
}

.first-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #464646;
  font-size: 12px;
  transition-duration: .4s;
}

.heading-tab-fourth {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.text-span-3 {
  color: #917e37;
  font-weight: 600;
}

.menu-items-2 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.menu-items-2.alone {
  grid-row-gap: 8px;
}

.button-4 {
  border: 1px solid var(--dark-khaki);
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: #000;
  min-width: 100px;
  margin: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: copperplate, sans-serif;
  font-size: 15px;
  transition: all .7s;
}

.button-4:hover, .button-4.w--current {
  background-color: var(--dark-khaki);
  color: #000;
}

._9s9 {
  border: 1px solid var(--dark-khaki);
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: #000;
  min-width: 100px;
  margin: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: copperplate, sans-serif;
  font-size: 15px;
  transition: all .7s;
  display: none;
}

._9s9:hover, ._9s9.w--current {
  background-color: var(--dark-khaki);
  color: #000;
}

.dent {
  margin-left: 15px;
}

.bold-text {
  font-weight: 400;
}

.link-10, .link-11 {
  color: #fff;
}

.footer-template-links-2 {
  color: #ffffffd1;
  margin-top: 6px;
  font-family: copperplate, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-59 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.footer-template-link {
  color: #f0f0f0;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-template-link:hover {
  opacity: .5;
}

.mini-container-2 {
  z-index: 10;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.divider-2 {
  border-top: 2px solid #ce691d;
  border-bottom: 1px #ce691d;
  width: 100px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 14px;
}

.divider-2.white2 {
  color: #f4bb00;
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-49 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: copperplate, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-11._9 {
  margin-top: 5px;
}

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

.footer-sec {
  z-index: 9;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.footer-copyright-2 {
  color: #ffffffd6;
  margin-top: 14px;
  font-family: copperplate, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

._2 {
  filter: grayscale() brightness(200%);
}

.link-block-5 {
  padding: 6px;
  transition: opacity .425s;
}

.link-block-5:hover {
  opacity: .4;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.foot1 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.heading-2 {
  color: #532400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.heading-2._00 {
  color: #fff;
  text-align: center;
  font-family: copperplate, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-48 {
  text-align: center;
  align-self: stretch;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .4s;
}

.div-block-48:hover {
  opacity: .5;
}

.div-block-48.bar {
  margin-top: 0;
  text-decoration: none;
  transition: opacity .5s;
}

.div-block-48.bar:hover {
  opacity: .51;
}

.modal-2 {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-65 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-8 {
  justify-content: center;
  display: flex;
}

.image-33 {
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0;
}

.modal__close-2 {
  opacity: 1;
  filter: brightness(200%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close-2:hover {
  opacity: .43;
}

._22 {
  background-color: #fff;
  background-image: url('../images/2-AU8I8678_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.html-embed-6 {
  z-index: 99999;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    text-transform: uppercase;
    font-weight: 400;
  }

  .container-2.nav {
    max-width: none;
  }

  .navbar {
    background-color: #0009;
    max-width: none;
    left: 0;
    right: 0;
  }

  .nav-cont.nav, .nav-cont.nav-div {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper-2 {
    justify-content: space-between;
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-2.gutter {
    display: block;
  }

  .wrapper-2.gutter.wrapper-medium {
    max-width: 1600px;
  }

  .text-inside-grid {
    color: #b8b5b0;
    width: 80%;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 991px) {
  strong {
    font-weight: 500;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .slider-titles_heading {
    font-size: 15vw;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-releases_component {
    grid-template-columns: 1fr;
  }

  .slider-list_component, .slider-photo_component {
    width: 100%;
  }

  .slider-photo_overflow {
    height: 80vw;
  }

  .head-info-block-copy {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .icon-4 {
    margin-top: 39px;
  }

  .mobilenad {
    display: none;
  }

  .head-info-block {
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 5px;
    display: none;
  }

  .nav-link-2 {
    color: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .nav-link-2.w--current {
    background-color: #0000;
  }

  ._1234.pinloc {
    margin-bottom: 0;
  }

  .ths04-preloader-section {
    padding-left: 76px;
    padding-right: 76px;
    top: -100%;
  }

  .ths04-preloader-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

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

  .div-block._1 {
    margin-left: 32px;
  }

  .div-block._2 {
    margin-left: -18px;
  }

  .letters {
    height: 50px;
    margin-left: -44px;
    margin-right: -44px;
  }

  .letters.e {
    margin-top: 0;
  }

  .letters._0 {
    margin-right: 0;
  }

  .press-sec.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-2.gutter {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .headline-3 {
    margin-top: 10px;
  }

  .item {
    border-left-style: none;
    padding-top: 2vw;
  }

  .text-inside-grid {
    width: 70%;
    padding-top: 0;
  }

  .pa0 {
    height: 500px;
    padding: 0 50px;
  }

  .hours {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .main-paragraph-white {
    width: auto;
  }

  .about {
    background-image: linear-gradient(#000, #000000c4 51%, #000), url('../images/Whiskey-Roxx_0053.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 50px;
  }

  .div-block-61 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .p1 {
    height: 500px;
    padding: 0 50px;
  }

  .p_m {
    text-align: left;
  }

  .pat6 {
    height: auto;
    padding: 76px 50px;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-logo-container {
    align-items: flex-start;
  }

  .c-container {
    align-items: center;
  }

  .c-container.footer-after {
    align-items: stretch;
  }

  .c-container.footer {
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-logo-wrapper {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-black {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  ._0a0a0 {
    text-align: left;
  }

  .heading-3 {
    text-align: center;
  }

  .tab03_tabs {
    top: 0;
  }

  .menus-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab03_menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .link-big {
    font-size: 20px;
  }

  .city-text {
    font-size: 20px;
    line-height: 32px;
  }

  .address-link {
    font-size: 40px;
    line-height: 46px;
  }

  .image-section {
    max-width: 100%;
    min-height: 350px;
  }

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

  .link-7 {
    color: #ffffffd6;
    text-decoration: none;
  }

  .menus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .old-pencil {
    width: 30%;
    margin-top: 0;
  }

  .reser {
    min-width: 0;
  }

  .error-message {
    max-width: 738px;
  }

  .tripple {
    font-size: 15px;
  }

  .private-events {
    background-color: #a3808000;
    flex-direction: column;
    height: auto;
    padding-bottom: 78px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .success-message {
    max-width: 738px;
  }

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

  .project-item, .project-item.long {
    height: 150px;
  }

  .hover-link-wrapper.project-view-link {
    width: 100px;
    height: 100px;
  }

  .section-9.foos01 {
    background-image: linear-gradient(to bottom, transparent, transparent 50%, #000000cf 90%, #000), linear-gradient(to bottom, black, #0000 63%, transparent 100%, #0000), linear-gradient(to bottom, null, null), url('../images/2017_0420Utsav-200M.jpg');
    background-position: 0 0, 0 0, 0 0, 0%;
    background-size: auto, auto, auto, cover;
    padding-top: 57px;
  }

  .nav-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro-hero, .slider {
    width: 100%;
  }

  .ms {
    height: 500px;
  }

  .section-tab-menu {
    padding-top: 50px;
  }

  .section-tab-menu.sasa, .section-tab-menu.ada1, .section-tab-menu.thanks {
    padding-top: 109px;
  }

  .tab-menu {
    flex-direction: row;
  }

  .menu-nts {
    text-align: center;
    min-width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .menu-nts.mm1 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-nts.mm1.last {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-6abs {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    top: 63px;
  }

  .menu-items-2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .dent {
    margin-left: 0;
  }

  .div-block-49 {
    flex-flow: wrap;
    align-items: center;
  }

  .footer-sec {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .div-block-48 {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-top: 0;
    margin-right: 0;
  }

  .link-block-8 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h2, h3 {
    font-size: 6em;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .slider-main_arrow {
    width: 14vw;
    height: 14vw;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }

  .nav-menu {
    background-color: #000000bf;
    padding-bottom: 15px;
  }

  .head-info-text {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link {
    min-width: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 500;
  }

  .head-info-block-copy {
    margin-bottom: 10px;
  }

  .dropdown-list-2 {
    background-color: #0000;
  }

  .icon-4 {
    margin-top: 13px;
    margin-bottom: 0;
    margin-left: 121px;
    left: 0;
    right: 0;
  }

  .menu-button {
    width: 45px;
    margin-right: 16px;
    padding: 7px 0 7px 20px;
  }

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

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .head-info-block {
    margin-bottom: 10px;
  }

  .container-2.nav {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .navbar {
    left: 0;
    right: 0;
  }

  .div-block-42 {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    padding: 11px 0 9px;
    font-size: 16px;
    font-weight: 500;
    left: 0;
  }

  ._1234 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block {
    letter-spacing: 1px;
  }

  .ths04-preloader-section {
    padding-left: 0;
    padding-right: 0;
  }

  .letters.e {
    margin-top: 0;
  }

  .headline-3 {
    font-size: 20px;
    font-weight: 400;
  }

  .pa0 {
    height: 400px;
  }

  .hours._00 {
    margin-bottom: 23px;
  }

  .main-paragraph-white._6 {
    text-align: left;
  }

  .about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-61 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .p1 {
    height: 400px;
  }

  .revi, .p_m {
    text-align: left;
  }

  .p_m.review {
    color: #f5f5f5db;
    font-size: 15px;
  }

  .pat6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .c-footer-info-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-social-wrapper {
    justify-content: center;
  }

  .footer-logo-container {
    align-items: center;
  }

  .c-info-left-label.lala {
    text-align: center;
  }

  .c-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-container.footer {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-black {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .twitter {
    margin-right: 0;
  }

  .c-footer--ffnungszeiten, .c-footer-anfahrt {
    text-align: center;
    width: 100%;
  }

  ._0a0a0 {
    text-align: center;
  }

  .c-footer-contact {
    width: 100%;
  }

  .c-footer-contact._0a0, .name {
    text-align: center;
  }

  .heading-3._12 {
    font-size: 20px;
  }

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

  .infotext.top, .infotext._00 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.menu {
    text-align: center;
    font-size: 14px;
  }

  .infotext.s {
    text-align: center;
  }

  .infotext.ada {
    text-align: left;
  }

  .m111 {
    margin-left: 0;
    font-size: 16px;
  }

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

  .info-title.menu {
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
  }

  .info-title.menu.aa {
    text-align: left;
  }

  .menus-2 {
    padding: 50px 30px;
  }

  .welcome {
    margin-bottom: 0;
    font-size: 30px;
  }

  .tab03_menu {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .tab03_title {
    margin-top: 11px;
    font-size: 14px;
  }

  .tab03_tab_content {
    flex-direction: column;
    position: relative;
  }

  .gold-2 {
    font-size: 30px;
  }

  .menu-items {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab03_tab_link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    padding: 11px;
  }

  .link-big {
    font-size: 16px;
  }

  .city-text {
    text-transform: lowercase;
    font-size: 16px;
    line-height: 30px;
  }

  .address-link {
    font-size: 30px;
    line-height: 42px;
  }

  .image-section {
    min-height: 300px;
  }

  .seo {
    margin-bottom: 21px;
  }

  .twitter-2 {
    margin-right: 0;
  }

  .divider-line.footer-line {
    display: none;
  }

  .f12 {
    margin-bottom: 21px;
  }

  .footer {
    padding: 40px 20px 19px;
  }

  .menus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .old-pencil {
    width: 200px;
  }

  .div-block-62 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .link-block-6._1, .link-block-6._2 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3, .reser {
    width: 100%;
  }

  .cta11-form-wrap {
    padding: 9px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .tripple {
    font-size: 15px;
  }

  .private-events {
    background-color: #a3808000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .success-message {
    width: 100%;
    max-width: none;
  }

  .date {
    width: 100%;
  }

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

  .title.center3 {
    margin-bottom: 0;
  }

  .title._12121 {
    margin-top: 42px;
  }

  .project-item {
    grid-template-columns: 1fr;
    width: 100%;
    height: 120px;
  }

  .project-item.long {
    height: 120px;
  }

  .hover-link {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .project-hover-link-wrapper {
    justify-content: center;
  }

  .project-card-info {
    padding: 0;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    width: 100px;
    height: 100px;
    display: flex;
  }

  .section-9 {
    padding: 50px 30px;
  }

  .section-9.foos01 {
    padding-top: 39px;
    padding-bottom: 34px;
  }

  .nav-cont.nav, .nav-cont.nav-div {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .welcome-head {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .slider {
    object-fit: cover;
    height: 800px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .ms {
    height: 300px;
  }

  .welcome-head-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .section-tab-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-tab-menu.sasa, .section-tab-menu.ada1, .section-tab-menu.thanks {
    padding-top: 60px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  ._83838h {
    margin-top: 13px;
  }

  .menu-6abs {
    top: 61px;
  }

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

  .menu-items-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-49 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 25px;
  }

  .div-block-48 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-33 {
    margin-bottom: 0;
  }

  .modal__close-2 {
    top: 4px;
    right: 4px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 5.1em;
  }

  h3 {
    font-size: 5em;
  }

  .swiper.is-slider-list {
    font-size: .7em;
  }

  .section.is-slider-gallery {
    min-height: 90vh;
  }

  .nav-menu {
    background-color: #000c;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 20px 10px -19px #00000024;
  }

  .head-info-text.link.phonert, .head-info-text.link.email {
    font-weight: 400;
  }

  .nav-link {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    color: #a58238;
  }

  .head-info-block-copy {
    margin-bottom: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-right: 0;
    padding: 7px 0 6px 20px;
  }

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

  .mobilenad {
    z-index: 9;
    display: block;
    position: relative;
  }

  .head-info-block {
    margin-bottom: 10px;
  }

  .container-2 {
    width: 100%;
  }

  .container-2.nav {
    justify-content: space-between;
    padding-bottom: 6px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    left: 0;
    right: 0;
  }

  .div-block-42 {
    width: 100%;
    display: none;
  }

  .linkadd {
    font-weight: 400;
  }

  .brand {
    display: none;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-2.w--current {
    color: #3353f5;
    display: block;
  }

  .text-block.mobie0 {
    display: block;
  }

  .ths04-preloader-section {
    padding-left: 39px;
    padding-right: 39px;
    top: -100%;
  }

  .div-block._1 {
    margin-left: 0;
  }

  .div-block._2 {
    margin-left: -11px;
  }

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

  .letters._0 {
    margin-left: 0;
  }

  .press-sec.section-spacing {
    padding-top: 30px;
  }

  .wrapper-2.gutter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headline-3 {
    font-size: 18px;
    font-weight: 400;
  }

  .text-inside-grid {
    width: 100%;
    font-size: 15px;
  }

  .pa0 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hours {
    align-items: flex-start;
    margin-right: 0;
  }

  .sub {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .sub._0a0a {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .preview-link {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .main-paragraph-white {
    font-size: 15px;
    line-height: 24px;
  }

  .about {
    padding-left: 22px;
    padding-right: 22px;
  }

  .p1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p1.no, .p1.n1, .p1.no2, .p1.n2 {
    height: 300px;
  }

  .revi, .p_m.review {
    text-align: center;
  }

  .pat6 {
    padding-top: 32px;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  .none.type-color, .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-footer-info-wrapper {
    flex-wrap: nowrap;
  }

  .c-left-info {
    margin-right: 1em;
  }

  .c-right-info {
    margin-left: 0;
  }

  .c-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer-grid {
    grid-column-gap: 1em;
  }

  .fix {
    font-size: 22px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-3._12 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
  }

  .heading-3.title01 {
    font-size: 22px;
  }

  .heading-3.title01._22, .heading-3.title01._333 {
    letter-spacing: 1px;
  }

  .menu-box {
    margin-bottom: 39px;
  }

  .tab03_tabs {
    margin-top: 0;
  }

  .infotext.sauce {
    text-align: center;
    font-size: 14px;
  }

  .infotext._00 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.top {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .infotext.top.a._33, .infotext.top.a._444 {
    margin-top: 10px;
    margin-bottom: 23px;
  }

  .infotext.menu, .infotext.s {
    text-align: center;
    font-size: 14px;
  }

  .infotext.ada {
    text-align: left;
    font-size: 14px;
  }

  .m111 {
    font-size: 16px;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
    text-align: center;
    letter-spacing: 1px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .menus-2 {
    padding-top: 50px;
  }

  .welcome {
    font-size: 25px;
  }

  .tab03_menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab03_icon {
    width: 40px;
  }

  .gold-2 {
    font-size: 25px;
  }

  .tab03_tab_link-2 {
    flex-direction: column;
    margin-bottom: 0;
    padding: 10px;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .left-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

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

  .right-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .bottom-absolute-box {
    flex-direction: column;
    bottom: 3%;
  }

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

  .address-link {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 35px;
  }

  .image-section {
    min-height: 250px;
  }

  .image-section.cta {
    min-height: 370px;
  }

  .footer {
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-7 {
    color: #ffffffd6;
    text-decoration: none;
  }

  .menus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field-2.bottom-margin-field, .text-field-2.bottom-margin-field._3 {
    width: 100%;
  }

  .reser {
    margin-left: 0;
    margin-right: 0;
    padding: 17px;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .button-small-3 {
    flex: 1;
    align-self: stretch;
  }

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

  .button-3.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-3.hero-button.ee1 {
    margin-bottom: 22px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .button-3.hero-button.ee1.newa {
    min-width: 170px;
    margin: 5px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .tripple {
    color: #fff;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .private-events {
    background-color: #fff0;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .date {
    min-width: 100%;
  }

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

  .title._12121 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .project-item, .project-item.long {
    height: 200px;
  }

  .project-card-info {
    padding: 0;
  }

  .text-span.white2 {
    line-height: 35px;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section-9.foos01 {
    background-image: linear-gradient(#0000, #0000 50%, #000000cf 90%, #000), linear-gradient(#000, #0000 63% 100%, #0000), linear-gradient(#000c, #000c), url('../images/67634236_2474468215938687_8549012684769591296_n.jpg');
    background-position: 0 0, 0 0, 0 0, 30%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .nav-cont {
    width: 100%;
  }

  .nav-cont.nav, .nav-cont.nav-div {
    justify-content: space-between;
    padding-bottom: 6px;
  }

  .intro-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .welcome-head {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
  }

  .text-span-18 {
    display: none;
  }

  .intro-hero {
    height: auto;
    padding-top: 159px;
    padding-bottom: 159px;
  }

  .text-span-21 {
    display: block;
  }

  .hero-paragraph {
    text-align: center;
  }

  .slider {
    height: auto;
    margin-top: 71px;
  }

  .heading {
    font-size: 20px;
  }

  .ms {
    padding-left: 30px;
    padding-right: 30px;
  }

  .welcome-head-2 {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
  }

  .section-tab-menu {
    padding-bottom: 50px;
  }

  .section-tab-menu.sasa, .section-tab-menu.ada1 {
    padding-top: 80px;
  }

  .section-tab-menu.thanks {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-lbutton-layout-3-blog {
    font-size: 14px;
  }

  .text-lbutton-layout-3-blog.mm4 {
    font-size: 13px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .menu-box-2 {
    margin-bottom: 39px;
  }

  ._83838h {
    margin-top: 9px;
    margin-bottom: 42px;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .menu-nts.mm1 {
    height: 30px;
    margin: 5px;
    font-size: 11px;
  }

  .menu-nts.mm1.last {
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-6abs {
    padding-top: 0;
    padding-bottom: 0;
    top: 66px;
  }

  .first-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-tab-fourth {
    width: auto;
  }

  ._9s9 {
    margin-bottom: 29px;
    display: block;
  }

  .div-block-59 {
    margin-top: 4px;
  }

  .image-5 {
    max-width: 80%;
  }

  .div-block-49 {
    flex-direction: column;
  }

  .footer-sec {
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2._00 {
    font-size: 25px;
  }

  .div-block-48 {
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-48.bar {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .modal-2 {
    padding: 11px;
  }

  .modal__body {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-8 {
    object-fit: cover;
    height: auto;
  }

  .image-33 {
    object-fit: cover;
  }

  .modal__close-2 {
    z-index: 3;
    width: 35px;
    height: 35px;
    top: 4px;
    right: 4px;
  }

  .image-34 {
    filter: invert();
  }
}

#w-node-aa94ad17-9671-3ef1-05c3-87fa3610e3a4-73948476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f88666fa-0200-6104-7ebb-ac7f12db7bd5-73948476 {
  align-self: stretch;
}

#w-node-_2710be68-46f4-e2b3-4266-24f9782fc792-73948476 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2710be68-46f4-e2b3-4266-24f9782fc797-73948476, #w-node-_5d4c705b-d05a-ada0-3cd9-12efae75a271-73948476, #w-node-_613c6917-db1b-ece4-8b46-bbcb98d95311-73948476, #w-node-_4fe403b3-9af1-9a39-63d6-e1b8994de964-73948476 {
  align-self: stretch;
}

#w-node-_9add3163-a83b-7fea-099b-c8342b33f182-73948476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9add3163-a83b-7fea-099b-c8342b33f187-73948476, #w-node-_07eccac1-b96f-16f9-5753-4668a4a541e2-73948476, #w-node-_645bee0a-bef4-3435-09e2-f5f694780174-73948476, #w-node-da6988f2-096f-2236-f101-0eb0ed24aff6-73948476 {
  align-self: stretch;
}

#w-node-_2bd30e52-5263-bcb1-29a3-fd8118f3e830-73948476 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2bd30e52-5263-bcb1-29a3-fd8118f3e835-73948476, #w-node-dfac9a3d-1965-65a5-f527-67f8c27dae42-73948476 {
  align-self: stretch;
}

#w-node-_56493a26-9a9a-2ade-df9e-12b0d9c3e7f2-73948476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56493a26-9a9a-2ade-df9e-12b0d9c3e7f7-73948476 {
  align-self: stretch;
}

#w-node-_301b95e9-f349-7e51-e7a8-b7b88858fe17-73948476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_301b95e9-f349-7e51-e7a8-b7b88858fe1c-73948476 {
  align-self: stretch;
}

#w-node-_013935a2-dfd7-2603-d018-3ec3446de208-73948476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013935a2-dfd7-2603-d018-3ec3446de20d-73948476 {
  align-self: stretch;
}

#w-node-_27d7d392-b19e-4f36-9817-bc66b69049c3-73948476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27d7d392-b19e-4f36-9817-bc66b69049c8-73948476 {
  align-self: stretch;
}

#w-node-_1f69f948-16b1-5d66-34ff-bcc8275103af-73948476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f69f948-16b1-5d66-34ff-bcc8275103b4-73948476 {
  align-self: stretch;
}

#w-node-_823e1c39-18cd-6fb8-7966-46f14e1bf17a-567daf5a, #w-node-b5136f03-5cb3-9708-6711-70b9d65838da-567daf5a, #w-node-_4be9c917-6ace-0519-e44e-84a8957830d9-567daf5a, #w-node-_7a81f4aa-193e-172c-7270-2c7eb7fa198b-567daf5a, #w-node-_6d2382d4-bd12-fdd1-5b94-7b3abf05c53f-567daf5a, #w-node-_5bfd3324-e75d-2dc7-44a3-b42af9617930-567daf5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-aa94ad17-9671-3ef1-05c3-87fa3610e3a4-73948476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2710be68-46f4-e2b3-4266-24f9782fc792-73948476, #w-node-_9add3163-a83b-7fea-099b-c8342b33f182-73948476, #w-node-_2bd30e52-5263-bcb1-29a3-fd8118f3e830-73948476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_013935a2-dfd7-2603-d018-3ec3446de208-73948476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27d7d392-b19e-4f36-9817-bc66b69049c3-73948476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f69f948-16b1-5d66-34ff-bcc8275103af-73948476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c2869e5-9bd6-9bbe-61c5-6ffedca24262-73948476, #w-node-_2c2869e5-9bd6-9bbe-61c5-6ffedca24277-73948476, #w-node-_2c2869e5-9bd6-9bbe-61c5-6ffedca2428c-73948476 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f88666fa-0200-6104-7ebb-ac7f12db7bd0-73948476, #w-node-_2710be68-46f4-e2b3-4266-24f9782fc792-73948476, #w-node-_5d4c705b-d05a-ada0-3cd9-12efae75a26c-73948476, #w-node-_613c6917-db1b-ece4-8b46-bbcb98d9530c-73948476, #w-node-_4fe403b3-9af1-9a39-63d6-e1b8994de95f-73948476, #w-node-_9add3163-a83b-7fea-099b-c8342b33f182-73948476, #w-node-_07eccac1-b96f-16f9-5753-4668a4a541dd-73948476, #w-node-_645bee0a-bef4-3435-09e2-f5f69478016f-73948476, #w-node-da6988f2-096f-2236-f101-0eb0ed24aff1-73948476, #w-node-_2bd30e52-5263-bcb1-29a3-fd8118f3e830-73948476, #w-node-dfac9a3d-1965-65a5-f527-67f8c27dae3d-73948476, #w-node-_56493a26-9a9a-2ade-df9e-12b0d9c3e7f2-73948476, #w-node-_301b95e9-f349-7e51-e7a8-b7b88858fe17-73948476, #w-node-_013935a2-dfd7-2603-d018-3ec3446de208-73948476, #w-node-_27d7d392-b19e-4f36-9817-bc66b69049c3-73948476, #w-node-_1f69f948-16b1-5d66-34ff-bcc8275103af-73948476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c2869e5-9bd6-9bbe-61c5-6ffedca24262-73948476 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-f88666fa-0200-6104-7ebb-ac7f12db7bd0-73948476, #w-node-_2710be68-46f4-e2b3-4266-24f9782fc792-73948476, #w-node-_5d4c705b-d05a-ada0-3cd9-12efae75a26c-73948476, #w-node-_613c6917-db1b-ece4-8b46-bbcb98d9530c-73948476, #w-node-_4fe403b3-9af1-9a39-63d6-e1b8994de95f-73948476, #w-node-_9add3163-a83b-7fea-099b-c8342b33f182-73948476, #w-node-_07eccac1-b96f-16f9-5753-4668a4a541dd-73948476, #w-node-_645bee0a-bef4-3435-09e2-f5f69478016f-73948476, #w-node-da6988f2-096f-2236-f101-0eb0ed24aff1-73948476, #w-node-_2bd30e52-5263-bcb1-29a3-fd8118f3e830-73948476, #w-node-dfac9a3d-1965-65a5-f527-67f8c27dae3d-73948476, #w-node-_56493a26-9a9a-2ade-df9e-12b0d9c3e7f2-73948476, #w-node-_301b95e9-f349-7e51-e7a8-b7b88858fe17-73948476, #w-node-_013935a2-dfd7-2603-d018-3ec3446de208-73948476, #w-node-_27d7d392-b19e-4f36-9817-bc66b69049c3-73948476, #w-node-_1f69f948-16b1-5d66-34ff-bcc8275103af-73948476 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Monument Grotesk';
  src: url('../fonts/ABCMonumentGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}