.container {
  max-width: 1200px; }

.intro .slider-item {
  height: 100vh;
  width: 100vw;
  background-position: top right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .intro .slider-item .container-caption {
    padding-bottom: 72px;
    text-align: center; }

.intro .customNextBtn,
.intro .customPrevBtn {
  width: 38px;
  z-index: 2;
  position: absolute; }
  .intro .customNextBtn img,
  .intro .customPrevBtn img {
    width: 38px; }

.intro .customPrevBtn {
  top: 50%;
  left: 65px; }

.intro .customNextBtn {
  top: 50%;
  right: 65px; }

.golden-text {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C1AD8B), color-stop(100%, #907346));
  background-image: -webkit-linear-gradient(#C1AD8B, #907346);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  position: relative;
  text-shadow: none; }

.golden-text:before {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: -1; }

.intro-item--black button,
.intro-item--black h2 {
  color: #131313 !important;
  text-shadow: 0 0.25px rgba(0, 0, 0, 0.75); }

.intro-item--gold button,
.intro-item--gold h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C1AD8B), color-stop(100%, #907346));
  background-image: -webkit-linear-gradient(#C1AD8B, #907346);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  position: relative;
  text-shadow: none; }

.intro-item--gold button:before,
.intro-item--gold h2:before {
  background: none;
  content: attr(data-text);
  left: 0;
  position: absolute;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: -1; }

.about {
  padding-top: 91px;
  padding-bottom: 73px; }
  .about h2 {
    margin-bottom: 18px; }
  .about p:first-child {
    margin-bottom: 37px; }
  .about .ss {
    width: 53px;
    margin-bottom: 92px; }
  .about .chef {
    width: 100%;
    margin-bottom: 16px; }

.saucers {
  height: 580px;
  margin-bottom: 196px;
  padding: 48px 0;
  text-align: center; }
  .saucers .text-description {
    padding: 18px 0; }
  .saucers .owl-item {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin: 40px 0;
    height: 560px; }
    .saucers .owl-item.active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .saucers .item-image {
    margin: 0 48px;
    background-size: cover !important;
    height: 547px; }

.menu {
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative; }
  .menu .rotated-text-wrap {
    position: absolute;
    top: 124px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .menu h3 {
    margin-bottom: 10px; }
  .menu p {
    margin-top: 7px;
    margin-bottom: 47px; }
  .menu .menu-item {
    margin-top: 220px; }

.bar h2 {
  margin-bottom: 18px; }

.bar p:first-of-type {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  margin-bottom: 48px; }

.bar img {
  width: 100%;
  margin-bottom: 0; }

.bar .row:last-child {
  position: relative; }
  .bar .row:last-child p {
    margin-bottom: 0; }

.bar .bar-items {
  height: 100%; }
  .bar .bar-items > div:last-child {
    position: absolute;
    bottom: 0; }

.bar .text-description {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px); }

.ambient {
  padding-top: 94px; }
  .ambient h2 {
    margin-bottom: 35px; }
  .ambient .ambient-wrap {
    position: relative; }
    .ambient .ambient-wrap .item {
      position: relative; }
      .ambient .ambient-wrap .item .play-video {
        background: #B4986B;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 48px;
        width: 48px;
        background: url("../../img/play.png");
        background-repeat: no-repeat;
        background-size: contain; }
    .ambient .ambient-wrap .text-description {
      padding-top: 10px;
      position: absolute;
      left: 65px;
      bottom: 45px;
      z-index: 2; }
    .ambient .ambient-wrap .counter {
      position: absolute;
      right: 65px;
      bottom: 45px;
      z-index: 2; }
  .ambient .customNextBtn,
  .ambient .customPrevBtn {
    width: 38px;
    z-index: 2;
    position: absolute; }
    .ambient .customNextBtn img,
    .ambient .customPrevBtn img {
      width: 38px; }
  .ambient .customPrevBtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 58px; }
  .ambient .customNextBtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 58px; }

.press {
  padding-top: 110px;
  padding-bottom: 85px; }
  .press h2 {
    margin-bottom: 42px; }
  .press .mentions h2 {
    text-transform: capitalize;
    font-family: "CormorantGaramondLight";
    font-size: 29px;
    color: #C9C9C9;
    letter-spacing: -0.8px;
    line-height: 30px;
    margin-bottom: 42px; }
  .press .mentions,
  .press .mentions-content {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6); }
  .press .mentions {
    padding: 39px 40px 43px; }
    .press .mentions h2 {
      margin-bottom: 10px; }
    .press .mentions h4 {
      -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
      padding-bottom: 18px;
      font-weight: 300; }
    .press .mentions .pages {
      float: right;
      margin-top: 20px; }
      .press .mentions .pages .page-number {
        border: solid 1px #FFFFFF;
        color: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        font-family: 'Crimson Text', serif;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 17px; }
      .press .mentions .pages .active {
        border-color: #B4986B;
        color: #B4986B; }
  .press .mentions-content {
    padding-top: 38px;
    padding-bottom: 42px;
    border-left: 0; }
    .press .mentions-content .press-item h6 {
      font-size: 8px;
      margin-bottom: 13px; }
    .press .mentions-content .cover {
      width: 190px;
      margin-bottom: 36px; }
  .press .mention-item {
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 18px;
    position: relative; }
    .press .mention-item h6 {
      display: inline-block;
      font-size: 8px; }
    .press .mention-item img {
      position: absolute;
      bottom: 24px;
      right: 0;
      width: 16px; }

.instagram {
  padding-top: 58px;
  padding-bottom: 100px; }
  .instagram h1 {
    margin-bottom: 16px; }
  .instagram p {
    margin-bottom: 52px; }
  .instagram h5 {
    margin-bottom: 10px; }
  .instagram img {
    width: 100%;
    margin-bottom: 25px; }

.events .events-wrap {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  padding-top: 61px;
  padding-bottom: 85px; }
  .events .events-wrap .events-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .events .events-wrap .events-list h2 {
      font-size: 27px;
      line-height: 25px;
      text-transform: capitalize; }
  .events .events-wrap h2 {
    margin-bottom: 14px; }
  .events .events-wrap h2:first-child {
    margin-bottom: 27px; }
  .events .events-wrap h1 {
    margin-bottom: 45px; }
  .events .events-wrap .divider {
    margin-bottom: 36px; }
  .events .events-wrap h5 {
    margin-bottom: 19px;
    font-family: 'SackersGothicHeavy';
    font-size: 8px;
    line-height: 20px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8); }
  .events .events-wrap p {
    margin-bottom: 30px; }

.with-center-divider {
  border-left: 1px #fff solid; }

.contact {
  padding-top: 101px;
  padding-bottom: 108px;
  text-align: center; }
  .contact h1 {
    margin-bottom: 27px; }
  .contact h2 {
    margin-bottom: 82px; }
  .contact p {
    margin-bottom: 26px; }
  .contact .contact-wrap h3 {
    margin-bottom: 10px;
    opacity: .9;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: .3px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .contact .contact-wrap .divider-small {
    margin-bottom: 7px; }
  .contact .contact-wrap .location {
    margin-bottom: 81px; }
  .contact .contact-wrap .subscription {
    position: relative; }
    .contact .contact-wrap .subscription input {
      padding-right: 57px; }
    .contact .contact-wrap .subscription button {
      border-left: solid 1px #B4986B;
      position: absolute;
      top: 0;
      right: 0;
      height: 40px;
      width: 40px; }
      .contact .contact-wrap .subscription button img {
        width: 16px; }

.ss-big {
  width: 80px;
  margin-bottom: 85px; }

.owl-dots {
  position: absolute;
  bottom: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-dots .owl-dot span {
    background-color: #FFFFFF;
    width: 4px !important;
    height: 4px !important; }
  .owl-dots .owl-dot.active span {
    background-color: #B4986B !important; }

.owl-item.active .item .counter,
.owl-item.active .item .text-center {
  display: inline-block; }

@media (min-width: 1367px) and (max-width: 3900px) {
  .ambient .customNextBtn {
    right: 15% !important; }
  .ambient .customPrevBtn {
    left: 15% !important; }
  .ambient .text-description {
    padding-left: 200px; }
  .ambient .counter {
    padding-right: 200px; }
  .ambient .item {
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    .ambient .item img {
      max-width: 80% !important;
      height: auto;
      margin: 0 auto 25px; } }

@media (min-width: 1150) and (max-width: 1367) {
  .ambient .customNextBtn {
    right: 15% !important; }
  .ambient .customPrevBtn {
    left: 15% !important; }
  .ambient .text-description {
    padding-left: 200px; }
  .ambient .counter {
    padding-right: 200px; }
  .ambient .item {
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    .ambient .item img {
      max-width: 80% !important;
      height: auto;
      margin: 0 auto 25px; } }

@media (min-width: 768px) and (max-width: 1150px) {
  .ambient .owl-dots {
    bottom: 56px; }
  .ambient .customNextBtn {
    right: 7.5% !important; }
  .ambient .customPrevBtn {
    left: 7.5% !important; }
  .ambient .text-description {
    padding: 0 !important;
    position: absolute;
    bottom: 18px !important;
    left: 24px !important; }
  .ambient .item {
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    .ambient .item .counter {
      padding-right: 0 !important;
      bottom: 18px;
      right: 18px;
      text-align: right !important; }
    .ambient .item img {
      max-width: 100% !important;
      height: auto;
      margin: 0 auto 25px; }
  .intro .customNextBtn {
    right: 9px; }
  .intro .customPrevBtn {
    left: 9px; }
  .saucers {
    height: 400px;
    margin-bottom: 128px;
    padding: 48px 0;
    text-align: center; }
    .saucers .owl-item {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      margin: 18px 0;
      height: 400px;
      width: 100vw; }
      .saucers .owl-item.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .saucers .item-image {
      margin: 0;
      background-size: cover !important;
      height: 320px;
      width: 100%; }
    .saucers .counter {
      display: none !important; }
  .chef-wrap .chef-description h2 {
    margin-bottom: 24px; }
  .chef-wrap .chef-description h1 {
    margin-bottom: 43px; }
  .mentions-content {
    position: relative; }
    .mentions-content .press-item {
      position: absolute;
      top: 50%; } }

@media (min-width: 0px) and (max-width: 767px) {
  .slider-item {
    height: 50vh !important;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .slider-item .container-caption {
      padding-bottom: 72px;
      text-align: center; }
  .ambient .owl-dots {
    bottom: 15px; }
  .ambient .customNextBtn {
    top: 45%;
    right: 5% !important; }
  .ambient .customPrevBtn {
    top: 45%;
    left: 5% !important; }
  .ambient .text-description {
    text-align: center;
    left: 0 !important;
    width: 100%; }
  .ambient .counter {
    display: none !important; }
  .ambient .item {
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all; }
    .ambient .item img {
      height: 450px;
      max-width: 100% !important;
      -o-object-fit: cover;
      object-fit: cover; }
  .menu {
    padding-top: 12px;
    padding-bottom: 120px;
    position: relative; }
    .menu .rotated-text-wrap {
      position: absolute;
      top: 124px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .menu h3 {
      margin-bottom: 10px; }
    .menu p {
      margin-top: 7px;
      margin-bottom: 47px; }
  .saucers {
    height: 410px;
    margin-bottom: 128px;
    padding: 48px 0;
    text-align: center; }
    .saucers .owl-item {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      margin: 18px 0;
      height: 400px;
      width: 100vw; }
      .saucers .owl-item.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .saucers .item-image {
      margin: 0;
      background-size: cover !important;
      height: 320px;
      width: 100%; }
    .saucers .counter {
      display: none !important; }
  .popup-menu-wrap {
    padding-top: 25% !important; }
  .with-center-divider {
    border-left: 0 #fff solid; }
  .intro .customNextBtn,
  .intro .customPrevBtn {
    display: none; }
  .about {
    padding-top: 64px;
    padding-bottom: 60px; }
    .about .chef-description {
      position: inherit;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .about .ss {
      margin-bottom: 72px; }
    .about .chef-wrap .chef-description h2 {
      margin-bottom: 11px; }
    .about .chef-wrap .chef-description h1 {
      margin-bottom: 31px; }
    .about .chef-wrap .chef-description p {
      margin-bottom: 28px; }
  .instagram .hashtag {
    margin-bottom: 23px; }
  .instagram h5 {
    font-family: 'Crimson Text', serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2.8px;
    line-height: 20px; }
  .instagram .instagram-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .instagram .instagram-posts .instagram-post:not(:first-child) {
      display: none; }
  .events .events-wrap h2:first-child {
    margin-bottom: 34px; }
  .events .events-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .events .events-list h2 {
      opacity: .9;
      font-family: "CormorantGaramondLight";
      font-size: 23px !important;
      color: #FFFFFF;
      letter-spacing: -0.69px;
      line-height: 23px; }
    .events .events-list .event:first-child {
      margin-bottom: 70px; }
  .menu .menu-item:last-child {
    margin-top: 79px; }
  .press {
    padding-top: 63px;
    padding-bottom: 67px; }
    .press h2 {
      font-size: 20px; }
    .press .panel-group {
      -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
      padding: 42px 41px; }
      .press .panel-group .panel {
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
        padding-top: 25px;
        padding-bottom: 12px; }
      .press .panel-group .title {
        opacity: .6;
        font-family: "EBGaramond";
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: .1px;
        line-height: 16px;
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
        padding-bottom: 8px; }
      .press .panel-group .pages {
        float: right;
        margin-top: 20px; }
        .press .panel-group .pages .page-number {
          border: solid 1px #FFFFFF;
          color: #FFFFFF;
          border-radius: 50%;
          cursor: pointer;
          display: inline-block;
          margin-left: 10px;
          width: 20px;
          height: 20px;
          text-align: center;
          font-family: 'Crimson Text', serif;
          font-size: 13px;
          letter-spacing: 0;
          line-height: 17px; }
        .press .panel-group .pages .active {
          border-color: #B4986B;
          color: #B4986B; }
      .press .panel-group h4 {
        font-family: "CormorantGaramondLight";
        font-size: 25px;
        color: #C9C9C9;
        letter-spacing: -0.69px;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: 300; }
      .press .panel-group h6 {
        margin-bottom: 35px;
        text-align: left; }
      .press .panel-group img {
        width: 189px;
        display: block;
        margin: 0 auto 35px; }
      .press .panel-group .btn {
        margin-bottom: 35px; }
  .instagram {
    padding-top: 63px;
    padding-bottom: 71px; }
  .bar .bar-wrap > div:first-child {
    margin-bottom: 35px; }
  .bar .bar-items > div {
    margin-bottom: 35px; }
  .bar .bar-items > div:last-child {
    position: inherit; }
  .ss-big {
    margin-bottom: 39px; }
  .contact {
    padding-top: 64px;
    padding-bottom: 89px; }
    .contact .divider-small {
      margin-bottom: 24px !important; }
    .contact h2 {
      margin-bottom: 40px; }
    .contact .location {
      padding-top: 54px;
      margin-top: 55px;
      border-top: solid 1px #FFFFFF; } }

.logo-lg-black,
.logo-lg-foil,
.logo-lg-normal,
.logo-sm-white {
  display: none !important; }

.logo-lg--normal .logo-lg-normal {
  display: block !important; }

.logo-lg--black .logo-lg-black {
  display: block !important; }

.logo-lg--foil .logo-lg-foil {
  display: block !important; }

.logo-sm--white .logo-sm-white {
  display: block !important; }

.video-popup .popup-menu {
  padding-top: 5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.video-popup .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 99999;
  min-width: 100%;
  min-width: 320px; }

.video-popup .embed-container embed,
.video-popup .embed-container iframe,
.video-popup .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 320px; }

.video-popup .video-caption {
  margin-top: 24px; }

.video-popup .popup-menu-wrap {
  border: 0 !important; }

.input-error {
  display: none;
  color: #E04646; }

.invalid + button + .input-error {
  display: block; }
