@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.text-center {
  text-align: center; }

.center-block {
  float: none;
  display: block;
  margin: 0 auto; }

.center-button {
  display: table;
  margin: 0 auto; }

.col-centered {
  float: none;
  margin: 0 auto; }

.full-width {
  width: 100%; }

.uppercase {
  text-transform: uppercase !important; }

.transition {
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

input {
  border-radius: 0; }

.btn {
  background: transparent;
  border: solid 1px #B4986B;
  font-family: "SackersGothicStdLight";
  font-size: 9px;
  color: #B4986B;
  width: 150px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 2px;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .btn:hover, .btn:active {
    background: #B4986B;
    color: #FFFFFF; }

.btn-white {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn-white:hover, .btn-white:focus {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #131313; }

@media (min-width: 320px) and (max-width: 767px) {
  .btn {
    width: 184px; } }

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 4;
  background: #131313;
  overflow: auto; }
  .popup .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 4; }
    .popup .close img {
      width: 33px; }
  .popup .popup-menu {
    padding-top: 33px;
    padding-bottom: 130px; }
    .popup .popup-menu .logo {
      width: 222px;
      margin-bottom: 80px; }
    .popup .popup-menu .popup-menu-wrap {
      border: solid 1px #FFFFFF;
      padding-top: 47px;
      padding-bottom: 59px;
      text-align: center; }
      .popup .popup-menu .popup-menu-wrap h1 {
        margin-bottom: 38px;
        text-transform: uppercase; }
      .popup .popup-menu .popup-menu-wrap h3 {
        text-transform: uppercase;
        margin-bottom: 8px; }
      .popup .popup-menu .popup-menu-wrap p {
        margin-bottom: 10px; }
      .popup .popup-menu .popup-menu-wrap .menu-item {
        margin-bottom: 62px; }

@media (min-width: 320px) and (max-width: 767px) {
  .popup .popup-menu {
    padding-top: 33px;
    padding-bottom: 67px; }
    .popup .popup-menu .logo {
      width: 100px;
      margin-bottom: 59px; }
    .popup .popup-menu .popup-menu-wrap {
      border: solid 1px #FFFFFF;
      padding-top: 47px;
      padding-bottom: 59px;
      text-align: center; }
      .popup .popup-menu .popup-menu-wrap h1 {
        margin-bottom: 38px;
        text-transform: uppercase; }
      .popup .popup-menu .popup-menu-wrap h3 {
        text-transform: uppercase;
        margin-bottom: 8px; }
      .popup .popup-menu .popup-menu-wrap p {
        margin-bottom: 10px; }
      .popup .popup-menu .popup-menu-wrap .menu-item {
        margin-bottom: 62px; } }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 44px;
    text-align: center;
    padding-top: 29px; }
    header ul li {
      display: inline;
      margin-right: 45px; }
      header ul li a {
        font-family: "SackersGothicHeavy";
        font-size: 9px;
        color: #FFFFFF;
        letter-spacing: 1.6px;
        line-height: 20px !important;
        display: inline-block;
        text-transform: uppercase;
        vertical-align: middle; }
      header ul li:last-child {
        border: solid 1px #FFFFFF;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 9px;
        padding-bottom: 3px !important; }
      header ul li:nth-child(4) a {
        width: 222px; }
      header ul li:nth-child(4) img {
        display: block; }
        header ul li:nth-child(4) img:first-child {
          margin-bottom: 10px; }
  header .logo {
    width: 222px; }
  header.header-foil .reserve-link {
    border: 1px #B4986B solid; }
  header.header-foil ul > li > a {
    color: #B4986B !important; }

.header-scrolled {
  height: 80px;
  background: rgba(2, 0, 1, 0.68); }
  .header-scrolled a {
    line-height: 18px !important; }
  .header-scrolled ul {
    padding-top: 25px; }
    .header-scrolled ul li:not(:nth-child(4)) a {
      margin-top: 6px; }
    .header-scrolled ul li:last-child {
      padding-top: 4px !important;
      padding-bottom: 8px !important;
      border-color: #B4986B; }
      .header-scrolled ul li:last-child a {
        color: #B4986B; }

@media (min-width: 768px) and (max-width: 1132px) {
  header .btn-menu {
    position: absolute;
    top: 24px !important;
    left: 24px; }
    header .btn-menu img {
      width: 22px; }
  header ul {
    padding-left: 0; }
    header ul li {
      margin-right: 0; }
      header ul li:not(:nth-child(4)) {
        display: none; }
  header .reservation {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 110px;
    text-align: center;
    border: solid 1px #FFFFFF;
    padding-top: 5px;
    padding-bottom: 3px;
    font-family: 'SackersGothicHeavy';
    font-size: 9px;
    color: #FFFFFF;
    letter-spacing: 1.7px;
    line-height: 20px;
    text-transform: uppercase; }
  header .btn-menu {
    top: 40px; }
  header .btn-menu,
  header .reservation {
    display: block !important; }
  header ul li:nth-child(4) img:first-child {
    margin-bottom: 0; }
  .header-scrolled {
    height: auto;
    background: rgba(2, 0, 1, 0.68); }
    .header-scrolled ul {
      padding-top: 21px;
      padding-bottom: 21px; }
    .header-scrolled .reservation {
      top: 25px; }
    .header-scrolled .btn-menu {
      top: 30px; }
    .header-scrolled .logo {
      margin-bottom: 0 !important; }
  .logo {
    width: 162px !important; }
  .bruno-oteiza {
    margin-top: 14px; } }

@media (min-width: 320px) and (max-width: 767px) {
  header .btn-menu {
    position: absolute;
    top: 21px;
    left: 16px; }
    header .btn-menu img {
      width: 22px; }
  header ul {
    padding-left: 0;
    padding-top: 33px;
    padding-bottom: 33px; }
    header ul li {
      margin-right: 0; }
      header ul li:not(:nth-child(4)) {
        display: none; }
      header ul li:nth-child(4) a {
        width: 100px; }
  header .reservation {
    display: none !important; }
  header .logo {
    width: 100px !important;
    margin-bottom: 0 !important; }
  header .bruno-oteiza {
    margin-top: 10px;
    width: 100px; }
  .header-scrolled {
    height: auto; }
    .header-scrolled ul {
      padding-top: 19px;
      padding-bottom: 19px; } }

footer {
  padding-top: 47px;
  text-align: center;
  padding-bottom: 64px; }
  footer h3 {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.58px; }
  footer p, footer a {
    font-family: "EBGaramond";
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      display: block; }
  footer .gold-link img {
    width: 10px; }
  footer .footer-nav {
    margin-bottom: 29px; }

@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-nav > div {
    margin-bottom: 33px; } }

@font-face {
  font-family: 'SackersGothicHeavy';
  src: url("/assets/Sackers/SackersGothicStd-Heavy.eot");
  src: url("/assets/Sackers/SackersGothicStd-Heavy.eot?#iefix") format("embedded-opentype"), url("/assets/Sackers/SackersGothicStd-Heavy.woff2") format("woff2"), url("/assets/Sackers/SackersGothicStd-Heavy.woff") format("woff"), url("/assets/Sackers/SackersGothicStd-Heavy.ttf") format("truetype"), url("/assets/Sackers/SackersGothicStd-Heavy.svg#SackersGothicStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SackersGothicStdLight';
  src: url("/assets/Sackers/SackersGothicStd-Light.eot");
  src: url("/assets/Sackers/SackersGothicStd-Light.eot?#iefix") format("embedded-opentype"), url("/assets/Sackers/SackersGothicStd-Light.woff2") format("woff2"), url("/assets/Sackers/SackersGothicStd-Light.woff") format("woff"), url("/assets/Sackers/SackersGothicStd-Light.ttf") format("truetype"), url("/assets/Sackers/SackersGothicStd-Light.svg#SackersGothicStd-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondLight';
  src: url("/assets/Cormorant/CormorantGaramond-Light.eot");
  src: url("/assets/Cormorant/CormorantGaramond-Light.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-Light.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-Light.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-Light.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-Light.svg#CormorantGaramond-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondMedium';
  src: url("/assets/Cormorant/CormorantGaramond-Medium.eot");
  src: url("/assets/Cormorant/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-Medium.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-Medium.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-Medium.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondBold';
  src: url("/assets/Cormorant/CormorantGaramond-Bold.eot");
  src: url("/assets/Cormorant/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-Bold.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-Bold.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-Bold.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-Bold.svg#CormorantGaramond-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'EBGaramond';
  src: url("/assets/Garamond/EBGaramond.eot");
  src: url("/assets/Garamond/EBGaramond.eot?#iefix") format("embedded-opentype"), url("/assets/Garamond/EBGaramond.woff2") format("woff2"), url("/assets/Garamond/EBGaramond.woff") format("woff"), url("/assets/Garamond/EBGaramond.ttf") format("truetype"), url("/assets/Garamond/EBGaramond.svg#EBGaramond") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SackersGothicMedium';
  src: url("/assets/Sackers/SackersGothicStd-Medium.woff2") format("woff2"), url("/assets/Sackers/SackersGothicStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondSemiBold';
  src: url("/assets/Cormorant/CormorantGaramond-SemiBold.eot");
  src: url("/assets/Cormorant/CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-SemiBold.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-SemiBold.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-SemiBold.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-SemiBold.svg#CormorantGaramond-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

body,
button,
html,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-size: 17px; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

h1 {
  font-family: 'CormorantGaramondLight';
  font-size: 46px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -1px;
  line-height: 45px; }

h2 {
  font-family: 'CormorantGaramondLight';
  font-size: 21px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.825px;
  line-height: 25px;
  text-transform: uppercase;
  text-shadow: 0 0.25px rgba(255, 255, 255, 0.75); }

h3 {
  opacity: 0.9;
  font-family: "CormorantGaramondBold";
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  line-height: 20px; }

h4 {
  opacity: 0.6;
  font-family: "EBGaramond";
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 16px; }

h5 {
  font-family: 'Crimson Text', serif;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.8px;
  line-height: 20px;
  text-transform: uppercase; }

h6 {
  font-family: "SackersGothicHeavy";
  font-size: 9px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase; }

p {
  font-family: EBGaramond;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.35rem; }

a {
  color: #FFFFFF;
  text-decoration: none; }
  a:focus, a:hover {
    color: #FFFFFF;
    text-decoration: none; }

button,
input {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0; }

span {
  color: #FFFFFF; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    display: inline-block; }
    ul li a {
      color: #FFFFFF;
      text-decoration: none; }

.text-description span {
  text-transform: uppercase; }

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #131313;
  z-index: 10; }

.loader img {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.divider {
  width: 70px;
  height: 1px;
  background-color: #B4986B; }

.divider-small {
  width: 30px;
  height: 1px;
  background-color: #B4986B; }

.rotated-text {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .rotated-text span {
    display: inline-block;
    margin-right: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: 'CormorantGaramondMedium';
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    line-height: 15px; }

.gold-link {
  font-family: "SackersGothicMedium";
  font-size: 9px;
  color: #B4986B !important;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0; }
  .gold-link:focus, .gold-link:hover {
    color: #B4986B; }

.link-underline {
  border-bottom: solid 1px #FFFFFF; }

.sidebar-menu {
  width: 256px;
  height: 100vh;
  background: #131313;
  padding: 15px;
  position: fixed;
  left: -256px;
  z-index: 3; }
  .sidebar-menu .close {
    float: right;
    padding: 6px; }
    .sidebar-menu .close img {
      width: 19px; }
  .sidebar-menu .btn-reservation {
    border: solid 1px #FFFFFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .sidebar-menu ul {
    padding-top: 50px; }
    .sidebar-menu ul li {
      display: block;
      margin-bottom: 44px; }
      .sidebar-menu ul li a {
        font-family: "SackersGothicHeavy";
        font-size: 9px;
        color: #FFFFFF;
        letter-spacing: 1.6px;
        line-height: 20px;
        text-transform: uppercase; }

.vertical-divider {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  height: 130px;
  margin-top: -6em; }

.divider-big {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }

.gold-input {
  border: solid 1px #B4986B;
  height: 40px;
  padding-left: 17px;
  font-family: "EBGaramond";
  font-size: 17px;
  color: #736348;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 9px; }
  .gold-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #736348; }
  .gold-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #736348; }
  .gold-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #736348; }
  .gold-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #736348; }

.input-error {
  color: #E04646; }

.text-description {
  font-family: "EBGaramond";
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 20px; }
  .text-description span {
    margin-right: 10px;
    font-family: "CormorantGaramondSemiBold";
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.1px;
    line-height: 20px; }

#map {
  height: 350px;
  width: 350px;
  border-radius: 50% !important; }

.link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'SackersGothicStdLight';
  font-size: 9px;
  width: 150px;
  letter-spacing: 2px;
  line-height: 20px; }

.error-404 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .error-404 h1 {
    font-size: 120px;
    letter-spacing: -0.27px;
    line-height: 145px;
    margin-bottom: 33px; }
  .error-404 .divider-small {
    margin-bottom: 19px; }
  .error-404 p {
    margin-bottom: 30px; }
  .error-404 a {
    margin-bottom: 83px; }
  .error-404 img {
    width: 34px; }

.logo-320 {
  width: 100px; }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-menu {
    top: 0; }
  h1 {
    font-size: 42px;
    letter-spacing: -1.25px;
    line-height: 42px; }
  h2 {
    font-size: 20px;
    letter-spacing: 0.76px;
    line-height: 25px; }
  #map {
    height: 290px;
    width: 290px;
    border-radius: 50%; } }

@media (min-width: 0px) and (max-width: 767px) {
  .sidebar-menu {
    top: 0;
    height: 100vh;
    width: 100vh; }
  .menu {
    margin: 0 auto;
    float: none; }
    .menu .menu-item {
      margin-top: 100px !important; }
  .footer-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  html, body {
    overflow-x: hidden !important; }
  .chef-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  h1 {
    font-family: "CormorantGaramondLight";
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: -1.01px;
    line-height: 34px; }
  h2 {
    font-family: "CormorantGaramondLight";
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.76px;
    line-height: 24px; }
  p {
    font-family: "EBGaramond";
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px; }
  .error-404 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .error-404 h1 {
      font-size: 80px;
      letter-spacing: -0.18px;
      line-height: 45px;
      margin-bottom: 24px; }
    .error-404 .divider-small {
      margin-bottom: 14px; }
    .error-404 p {
      margin-bottom: 25px; }
    .error-404 a {
      margin-bottom: 65px; }
    .error-404 img {
      width: 34px; }
  .owl-carousel .owl-video-play-icon {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: cover; }
  #map {
    height: 290px;
    width: 290px;
    border-radius: 50%; } }

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

.chef-profile {
  width: 90%; }
  .chef-profile h2 {
    margin-bottom: 24px; }
  .chef-profile h1 {
    margin-bottom: 43px; }

@font-face {
  font-family: 'SackersGothicHeavy';
  src: url("/assets/Sackers/SackersGothicStd-Heavy.eot");
  src: url("/assets/Sackers/SackersGothicStd-Heavy.eot?#iefix") format("embedded-opentype"), url("/assets/Sackers/SackersGothicStd-Heavy.woff2") format("woff2"), url("/assets/Sackers/SackersGothicStd-Heavy.woff") format("woff"), url("/assets/Sackers/SackersGothicStd-Heavy.ttf") format("truetype"), url("/assets/Sackers/SackersGothicStd-Heavy.svg#SackersGothicStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SackersGothicStdLight';
  src: url("/assets/Sackers/SackersGothicStd-Light.eot");
  src: url("/assets/Sackers/SackersGothicStd-Light.eot?#iefix") format("embedded-opentype"), url("/assets/Sackers/SackersGothicStd-Light.woff2") format("woff2"), url("/assets/Sackers/SackersGothicStd-Light.woff") format("woff"), url("/assets/Sackers/SackersGothicStd-Light.ttf") format("truetype"), url("/assets/Sackers/SackersGothicStd-Light.svg#SackersGothicStd-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondLight';
  src: url("/assets/Cormorant/CormorantGaramond-Light.eot");
  src: url("/assets/Cormorant/CormorantGaramond-Light.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-Light.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-Light.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-Light.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-Light.svg#CormorantGaramond-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondMedium';
  src: url("/assets/Cormorant/CormorantGaramond-Medium.eot");
  src: url("/assets/Cormorant/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-Medium.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-Medium.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-Medium.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-Medium.svg#CormorantGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondBold';
  src: url("/assets/Cormorant/CormorantGaramond-Bold.eot");
  src: url("/assets/Cormorant/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-Bold.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-Bold.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-Bold.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-Bold.svg#CormorantGaramond-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'EBGaramond';
  src: url("/assets/Garamond/EBGaramond.eot");
  src: url("/assets/Garamond/EBGaramond.eot?#iefix") format("embedded-opentype"), url("/assets/Garamond/EBGaramond.woff2") format("woff2"), url("/assets/Garamond/EBGaramond.woff") format("woff"), url("/assets/Garamond/EBGaramond.ttf") format("truetype"), url("/assets/Garamond/EBGaramond.svg#EBGaramond") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SackersGothicMedium';
  src: url("/assets/Sackers/SackersGothicStd-Medium.woff2") format("woff2"), url("/assets/Sackers/SackersGothicStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CormorantGaramondSemiBold';
  src: url("/assets/Cormorant/CormorantGaramond-SemiBold.eot");
  src: url("/assets/Cormorant/CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/Cormorant/CormorantGaramond-SemiBold.woff2") format("woff2"), url("/assets/Cormorant/CormorantGaramond-SemiBold.woff") format("woff"), url("/assets/Cormorant/CormorantGaramond-SemiBold.ttf") format("truetype"), url("/assets/Cormorant/CormorantGaramond-SemiBold.svg#CormorantGaramond-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

body,
button,
html,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 17px; }

body {
  background-color: #131313; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

h1 {
  font-family: 'CormorantGaramondLight';
  font-size: 46px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -1px;
  line-height: 45px; }

h2 {
  font-family: 'CormorantGaramondLight';
  font-size: 21px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.825px;
  line-height: 25px;
  text-transform: uppercase;
  text-shadow: 0 0.25px rgba(255, 255, 255, 0.75); }

h3 {
  opacity: 0.9;
  font-family: "CormorantGaramondBold";
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  line-height: 20px; }

h4 {
  opacity: 0.6;
  font-family: "EBGaramond";
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 16px; }

h5 {
  font-family: 'Crimson Text', serif;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.8px;
  line-height: 20px;
  text-transform: uppercase; }

h6 {
  font-family: "SackersGothicHeavy";
  font-size: 9px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase; }

p {
  font-family: EBGaramond;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.35rem; }

a {
  color: #FFFFFF;
  text-decoration: none; }
  a:focus, a:hover {
    color: #FFFFFF;
    text-decoration: none; }

button,
input {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0; }

span {
  color: #FFFFFF; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    display: inline-block; }
    ul li a {
      color: #FFFFFF;
      text-decoration: none; }

.text-description span {
  text-transform: uppercase; }

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #131313;
  z-index: 10; }

.loader img {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.divider {
  width: 70px;
  height: 2px;
  background-color: #B4986B; }

.divider-small {
  width: 30px;
  height: 2px;
  background-color: #B4986B; }

.rotated-text {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .rotated-text span {
    display: inline-block;
    margin-right: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: 'CormorantGaramondMedium';
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    line-height: 15px; }

.gold-link {
  font-family: "SackersGothicMedium";
  font-size: 9px;
  color: #B4986B !important;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0; }
  .gold-link:focus, .gold-link:hover {
    color: #B4986B; }

.link-underline {
  border-bottom: solid 1px #FFFFFF; }

.sidebar-menu {
  width: 256px;
  height: 100vh;
  background: #131313;
  padding: 15px;
  position: fixed;
  left: -256px;
  z-index: 3; }
  .sidebar-menu .close {
    float: right;
    padding: 6px; }
    .sidebar-menu .close img {
      width: 19px; }
  .sidebar-menu .btn-reservation {
    border: solid 1px #FFFFFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .sidebar-menu ul {
    padding-top: 50px; }
    .sidebar-menu ul li {
      display: block;
      margin-bottom: 44px; }
      .sidebar-menu ul li a {
        font-family: "SackersGothicHeavy";
        font-size: 9px;
        color: #FFFFFF;
        letter-spacing: 1.6px;
        line-height: 20px;
        text-transform: uppercase; }

.vertical-divider {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  height: 130px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.divider-big {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }

.gold-input {
  border: solid 1px #B4986B;
  height: 40px;
  padding-left: 17px;
  font-family: "EBGaramond";
  font-size: 17px;
  color: #736348;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 9px; }
  .gold-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #736348; }
  .gold-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #736348; }
  .gold-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #736348; }
  .gold-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #736348; }

.input-error {
  color: #E04646; }

.text-description {
  font-family: "EBGaramond";
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 20px; }
  .text-description span {
    margin-right: 10px;
    font-family: "CormorantGaramondSemiBold";
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.1px;
    line-height: 20px; }

#map {
  height: 350px;
  width: 350px;
  border-radius: 50%; }

.link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'SackersGothicStdLight';
  font-size: 9px;
  width: 150px;
  letter-spacing: 2px;
  line-height: 20px; }

.error-404 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .error-404 h1 {
    font-size: 120px;
    letter-spacing: -0.27px;
    line-height: 145px;
    margin-bottom: 33px; }
  .error-404 .divider-small {
    margin-bottom: 19px; }
  .error-404 p {
    margin-bottom: 30px; }
  .error-404 a {
    margin-bottom: 83px; }
  .error-404 img {
    width: 34px; }

.logo-320 {
  width: 100px; }

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 42px;
    letter-spacing: -1.25px;
    line-height: 42px; }
  h2 {
    font-size: 20px;
    letter-spacing: 0.76px;
    line-height: 25px; }
  #map {
    height: 290px;
    width: 290px;
    border-radius: 50%; } }

@media (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-family: "CormorantGaramondLight";
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: -1.01px;
    line-height: 34px; }
  h2 {
    font-family: "CormorantGaramondLight";
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.76px;
    line-height: 24px; }
  p {
    font-family: "EBGaramond";
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px; }
  .error-404 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .error-404 h1 {
      font-size: 80px;
      letter-spacing: -0.18px;
      line-height: 45px;
      margin-bottom: 24px; }
    .error-404 .divider-small {
      margin-bottom: 14px; }
    .error-404 p {
      margin-bottom: 25px; }
    .error-404 a {
      margin-bottom: 65px; }
    .error-404 img {
      width: 34px; }
  .owl-carousel .owl-video-play-icon {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: cover; }
  #map {
    height: 290px;
    width: 290px;
    border-radius: 50%; } }

.chef-profile h2 {
  margin-bottom: 24px; }

.chef-profile h1 {
  margin-bottom: 43px; }

.text--gold {
  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;
  position: relative;
  text-shadow: none; }
  .text--gold: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; }


@media (min-width: 1133px) {
  header ul li {
    margin-right: 28px;
  }
  header ul li:last-child {
    padding-right: 22px;
  }
}

@media (min-width: 1233px) {
  header ul li {
    margin-right: 42px;
  }
  header ul li:last-child {
    padding-right: 22px;
  }
  header ul li:nth-child(4) {
    margin-right: 30px;
    margin-left: 84px;
  }

  header ul li:nth-child(5),
  header ul li:nth-child(6),
  header ul li:nth-child(7) {
    margin-right: 32px;
  }
}
