* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  overflow: hidden;
  font: 300 18px/22px "SelfModern-Italic", Serif;
  color: #000;
  transition: all 0.4s 0.3s ease-in;
  background: #F2F1ED;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  body {
    min-height: 667px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body.page-menu {
  background: #835400;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  body.page-menu {
    background: #F2F1ED;
  }
}
body.page-info {
  overflow-x: hidden;
  overflow-y: auto;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}



/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: "SelfModern-Italic";
  src: url("../fonts/SelfModern-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SelfModern-Italic.woff") format("woff"), url("../fonts/SelfModern-Italic.ttf") format("truetype"), url("../fonts/SelfModern-Italic.svg#SelfModern-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.clear:after, .clear:before {
  content: " ";
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

.info {
  color: #C19449;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  margin-left: 2.7777777778%;
  margin-bottom: 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  justify-content: space-between;
}
.info .info-block {
  margin-top: 25px;
}
.info a {
  color: #C19449;
}
.info {
    margin-bottom: 130px;
  }
.info .rotate {
  /*writing-mode:vertical-rl;
  transform:scale(-1);
  */
  display: block;
}
.info .rotate span {
  padding-top: 10px;
  display: block;
}
@media (max-width: 1100px) {
  .info {
    margin-bottom: 130px;
  }
  .menu--main {
      text-align: left !important;
     
      margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .info {
    width: 33px;
    margin-left: 3.2%;
    margin-bottom: 70px;
    font-size: 13px;
    line-height: 140%;
  }
  .horizontal .info {
    height: auto;
    width: auto;
    color: #C19449;
    flex-direction: column-reverse;
    justify-content: start;
    margin-bottom: 30px;
  }
  .horizontal .info a {
    color: #C19449;
  }
  .horizontal .info-block {
    margin: 0 0 16px;
  }
  .horizontal .info .rotate {
    writing-mode: initial;
    display: block;
    transform: none;
  }

  .info i {
    display: block; 
  }
}

.info.info-desktop {
  display: block;
  display: none;
}

.info.info-mobile {
  display: block;
}

/*
@include mobile-only {
  .info.info-desktop{
    display: none;
  }
  .info.info-mobile{
    display:block;
  }

}  
*/
.menu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
}
.menu--main {
  text-align: right;
  margin-right: 5px;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .menu--main {
    font-size: 14px;
    line-height: 17px;
  }
}
.menu--main ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .menu--main ul {
    margin-bottom: 15px;
  }
}
.menu--main ul li {
  display: inline-block;
  margin: 0 1.5694444444%;
}
@media (max-width: 767px) {
  .menu--main ul li {
    margin: 0;
  }
}
.menu--main ul li a {
  position: relative;
}
@media (max-width: 767px) {
  .menu--main ul li a#menu-link {
    margin-left: -20px;
  }
}
.menu--main ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: transparent;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
}
.menu--main ul li a:hover:after, .menu--main ul li a.selected:after {
  background: #000;
}
.page-menu .menu--main ul li a:hover:after, .page-menu .menu--main ul li a.selected:after {
  background: white;
}
@media (max-width: 767px) {
  .menu {
    display: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 18px 14px 12px;
    padding: 3px 18px 3px 12px;
    margin: 0;
  }
  .menu ul {
    display: flex;
    justify-content: space-between;
  }
}
.page-menu .menu {
  /*position: fixed;
  left: 0;
  right: 0;
  bottom: percentage(40/1440);
  */
  z-index: 100;
}
.page-menu .menu ul li a {
  color: #fff;
}
@media (max-width: 767px) {
  .page-menu .menu {
    position: fixed;
    bottom: 0;
    padding: 3px 18px 3px 12px;
    background-color: #835400;
  }
}

a {
  color: #000000;
  outline: none;
  text-decoration: none;
}

.refresh {
  position: absolute;
  top: 3.90625%;
  left: 94.9305555556%;
  z-index: 10000000000;
}
@media (max-width: 767px) {
  .refresh {
    top: 2.7061469265%;
    left: 88.8%;
    display: none;
  }
}
.refresh-button {
  width: 33px;
  height: 35px;
  cursor: pointer;
  display: block;
  background: url("images/refresh.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .refresh-button {
    width: 23px;
    height: 25px;
  }
}
.refresh-button.close-button {
  background: url("images/close-btn.svg") center center no-repeat;
  display: none;
}
.page-menu .refresh .refresh-button {
  background: url("images/refresh-menu.svg") center center no-repeat;
  background-size: contain;
  position: fixed;
}
@media (max-width: 767px) {
  .page-menu .refresh .refresh-button {
    display: none;
  }
}

.website-links {
      position: absolute;
    
    z-index: 111111;
    width: 259px;
    height: auto;
    top: 3.90625%;
    right: 3.1944444444%; 

        color: #C19449;
    font-size: 16px;
    line-height: 24px;
}

.website-links-mobile {
  display:none; 
}
.website-links-mobile a {
  text-decoration: underline; 
}
@media (max-width: 767px) {
  .website-links-mobile {
    display:block; 
  }
}

.website-links a {
  text-decoration:underline;
  color: #C19449;
}
@media (max-width: 767px) {
  .website-links {
    display: none;
  }
}

.page-home {
  display: flex;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .page-home {
    min-height: 667px;
  }
}
@media only screen and (max-width: 767px)  {
  .page-home {
    min-height: 930px;
    height: auto;
    overflow-y:scroll;
  }
}
.main {
  flex: 1;
}
.main-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}

.book-table {
  display: none;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 30px;
}
.book-table iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 800px;
}
@media (max-width: 767px) {
  .book-table {
    top: 80px;
  }
}

.menu-section {
  display: none;
}

.about-us-wrap, .events-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 585px;
  max-width: 85%;
  padding-bottom: 60px;
}

.about-us, .catering, .rekry, .events {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  display: none;
  opacity: 0;
}

.sales-info {
  max-width: 390px;
  padding-bottom:0px; 
}


.info-page-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 60px;
  width: 100%;
}
.info-page-content {
      width: 585px;
    max-width: 85%;
    margin: 0 auto; 
}
.catering-bottom {
  display: flex; 
  padding: 45px;
  padding-top: 90px;
}
.catering-cta {
  flex: 1; 
      
}
.catering-cta p{
  
      max-width: 400px;
    text-align: left;
}
.catering-form {
  flex: 1; 
}


@media (max-width: 767px) {
  .about-us, .catering, .rekry, .events{
    font-size: 14px;
    line-height: 21px;
  }
  .catering-bottom {
    display: block;
    padding: 1px 25px;
  }
  .catering-cta p{
    max-width: 100%;
      text-align: center;
  }
}



.catering-form div.wpforms-container-full {
  margin: 0; 
}
.catering-form .wpforms-container .wpforms-field-label{
    text-align: left;
    margin: 0 0 5px 0;
    font-size: 17px;  
    font-weight: 300;

}
.catering-form div.wpforms-container-full input[type=text], 
.catering-form div.wpforms-container-full input[type=email], 
.catering-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
    font-size: 17px;  
    background: transparent; 
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
    border: 1px solid #835400;
    border-width: 0 0 1px 0;
    padding: 8px 4px;
}
.catering-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
     height: 70px;
}
.catering-form div.wpforms-container-full button[type=submit].catering-submit-btn{
  font-family: "SelfModern-Italic", Serif;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 45px;
    display: flex;
    align-items: center;
    border: 0.75px solid #835400;
    border-radius: 47.9365px;
    background-color: transparent !important;
    color: black !important; 
    padding: 0 20px;
    margin-top: 20px;
}
 div.wpforms-container-full .wpforms-form em.wpforms-error:before {
   
 }
div.wpforms-container-full .wpforms-form em.wpforms-error {
  text-align: left; 
}
.wpforms-required-label {
  display: none; 
}
div.wpforms-container-full input[type=date]:focus, 
div.wpforms-container-full input[type=datetime]:focus, 
div.wpforms-container-full input[type=datetime-local]:focus, 
div.wpforms-container-full input[type=email]:focus, 
div.wpforms-container-full input[type=month]:focus, 
div.wpforms-container-full input[type=number]:focus, 
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=range]:focus, 
div.wpforms-container-full input[type=search]:focus, 
div.wpforms-container-full input[type=tel]:focus, 
div.wpforms-container-full input[type=text]:focus, 
div.wpforms-container-full input[type=time]:focus, 
div.wpforms-container-full input[type=url]:focus, 
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full select:focus, 
div.wpforms-container-full textarea:focus {
       box-shadow: none !important;
    outline: none !important;
    border: 1px solid black !important;
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
    
}
.catering-form div.wpforms-container-full .wpforms-confirmation-container-full {
  background: transparent;
    border: 1px solid #835400;
    box-sizing: border-box;
    padding: 30px 0; 
}


@media (max-width: 767px) {
  .catering-form div.wpforms-container-full {
    margin: 40px 0; 
  }
  .catering-form .wpforms-container .wpforms-field-label{
      
      font-size: 14px;  
  }
  .catering-form div.wpforms-container-full input[type=text], 
.catering-form div.wpforms-container-full input[type=email] {
  font-size: 14px; 
}
}



.wpcf7 form.init .wpcf7-response-output, 
.wpcf7 form.resetting .wpcf7-response-output, 
.wpcf7 form.submitting .wpcf7-response-output {
   font-family: "SelfModern-Italic", Serif;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 45px;
    display: flex;
    align-items: center;
    border: 0.75px solid #835400;
    border-radius: 47.9365px;
    background-color: transparent !important;
    color: black !important;
    padding: 0 20px;
    margin-top: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
      border-color: red;
      padding:15px; 
}

.rekry-form {
  width:500px;
  max-width:100%;
  margin:0 auto; 
  padding:0 20px;
}
.rekry-form p {
  text-align:left;
  &.rekry-intro {
    text-align:center;
    margin-bottom:45px;
  }
}

.rekry-form label{
    text-align: left;
    margin: 0 0 5px 0;
    font-size: 17px;  
    font-weight: 300;

}
.rekry-form .form-group {
  margin:20px 0; 
}
.rekry-form  input[type=text], 
.rekry-form  input[type=email], 
.rekry-form  input[type=number], 
.rekry-form  input[type=tel],
.rekry-form  textarea{
    font-size: 17px;  
    background: transparent; 
    max-width: 100%;
    width:500px;
    border-radius: 0;
    padding-left: 0;
    border: 1px solid #835400;
    border-width: 0 0 1px 0;
    padding: 8px 4px;
  font-family: helvetica;
    letter-spacing: 0.5px;


}
.rekry-form  input[type=text]:focus, 
.rekry-form  input[type=email]:focus, 
.rekry-form  input[type=number]:focus, 
.rekry-form  input[type=tel]:focus,
.rekry-form  textarea:focus{
  box-shadow: none;
    outline: none !important;
    border: 1px solid black !important;
    border-width: 0 0 2px 0 !important;
    border-radius: 0;
 
}
.rekry-form input.wpcf7-not-valid, .rekry-form textarea.wpcf7-not-valid {
  border:1px solid rgb(214, 54, 55); 
}
.rekry-form .wpcf7-not-valid-tip {
  font-size:14px; 
}

.rekry-form  textarea {
  height:120px; 
  
}


.rekry-form form.sent .form-group {
  display:none; 
}

.rekry-form input[type=submit] {
  
  font-family: "SelfModern-Italic", Serif;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 45px;
    display: flex;
    align-items: center;
    border: 0.75px solid #835400;
    border-radius: 47.9365px;
    background-color: transparent !important;
    color: black !important; 
    padding: 0 20px;
    margin:25px auto; 
    cursor:pointer;
    &:hover {
      border-color:black; 
      box-shadow:2px 2px 2px black;
    }
    &:focus {
      box-shadow:none; 
    }
}

.page-mobile .menu-section{
   margin-top: 70px;
}
.page-mobile .logo{
   display: none;
}

.mobile-header {
  display: none;
  background-color: #F2F1ED; 
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  
  
      z-index: 1234567;
      padding:0px 5px 0 20px;
}
@media (max-width: 767px) {
  .mobile-header {
    
      display: flex;
    
  }
}
.mobile-menu {
  display: none;
  background-color: #F2F1ED; 
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
      z-index: 12345;
}
.mobile-menu.open {
  display: block; 
}

.mobile-menu-wrap {
  display: flex;
}
.mobile-menu ul {
  margin: 140px auto 0; 
  padding: 0;
}
.mobile-menu ul li {
  display: block; 
  list-style-type: none;
  color: #C19449;
  text-align: center;
}
.mobile-menu ul li a{
  padding: 20px 0;
  color: #C19449;
  display: block;
font-size: 35px;
line-height: 97%;
}
.mobile-header-links {
  display: flex;
}
    
.mobile-header-links a{
  font-size: 14px;
  color: #C19449;
      margin-top: 22px;
          display: inline-block;
}
.mobile-logo-link {
  flex: 1; 
}
.mobile-logo {
  height: 26px; 
  margin: 20px 0;
}


.hamburger {
    padding: 12px 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 0.7
}

.hamburger.is-active:hover {
    opacity: 0.7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
    background-color: #C19449;
}

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    width: 30px;
    height: 2px;
    background-color: #C19449;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -9px
}

.hamburger-inner:after {
    bottom: -9px
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1)
}


.logo {
  position: absolute;
  width: auto;
  z-index: 111111;
  width: 159px;
  height: auto;
  top: 3.90625%;
  left: 3.1944444444%;
  transition: all 0.7s;
}

.logo.logo-catering {
    
}

@media (max-width: 767px) {
  .logo {
    width: 122px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
  }
}

.logo-white {
  opacity: 0;
}

.logo-brown {
  opacity: 1;
}

@media (min-width: 768px) {
  .page-menu .logo-white {
    opacity: 1;
  }
  .page-menu .logo-brown {
    opacity: 0;
  }
}
#reload {
  visibility: hidden;
}

.layout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.layout-block {
  /*
      .draggable:hover{
       // transition: all .3s ease-in;

        cursor: url(images/hover-cursor.svg), auto;
      }
      &.mixed .draggable:hover{
      //transform: scale(1.1) rotate(5deg);
        cursor: url(images/hover-cursor-2.svg), auto;
      }
  */
  /*
    &.various2.mixed-in {

        .elem {
          height: auto;
          &.text2 {
            width: 27.688194%;
            top: 41.34082%;
            left: 36.088889%;
            transform: rotate(21.72deg);
          }
          &.person {
              width: 3.015278%;
              top: 31.669922%;
              left: 58.05625%;
              transform: rotate(28deg);
          }
          &.rooster {
              width: 30.555556%;
              top: 35.453125%;
              left: 30.352778%;
              transform: rotate(1.67deg);
              @include mobile-only {
                width: 36.555556%;
              top: 35.453125%;
              left: 34.352778%;
                transform: rotate(120.67deg);
            }
          }
          &.big-spot {
            width: 12.870833%;
            top: 29.964844%;
            left: 44.195139%;
          }
          &.small-spot {
              width: 7.7229166667%;
              top: 32.90918%;
              left: 46.297917%;
          }
          &.leaves {
              width: 16.813889%;
              top: 36.185546875%;
              left: 43.970139%;
              transform: rotate(25deg);
          }
          &.text1 {
              width: 6.03125%;
              top: 51.296875%;
              left: 46.570139%;
              transform: rotate(56deg);
          }
      }
    }
  */
}
.layout-block.mixed .elem {
  transition: none;
  transition: all 0.2s cubic-bezier(0.38, -0.38, 1, 0.17);
}
.layout-block .elem {
  position: absolute;
  width: auto;
  transition: all 0.3s ease-in;
}
.layout-block .elem.notransition {
  cursor: url(images/hover-cursor-2.svg), auto;
}
.layout-block .elem.ui-draggable-dragging {
  cursor: url(images/hover-cursor-2.svg), auto;
}
.layout-block.mixed-in2 .elem {
  transition: all 0.3s cubic-bezier(0.38, -0.38, 1, 0.17);
}
.layout-block.various0 .elem.logo {
  height: 3.80859375%;
  top: 3.90625%;
  left: 3.1944444444%;
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.logo {
    width: 135px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
  }
}
.layout-block.various0 .elem.bottle {
  height: 76.171875%;
  top: 11.9140625%;
  left: 42.5%;
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.bottle {
    height: 59.5652173913%;
    top: 24.2848575712%;
    left: 38.2986666667%;
  }
}
.layout-block.various0 .elem.big-spot {
  height: 36.9140625%;
  top: 34.5703125%;
  left: 44.5833333333%;
  left: 39.583333%;
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.big-spot {
    height: 28.8665667166%;
    top: 42.0014992504%;
    left: 28.792%;
  }
}
.layout-block.various0 .elem.small-spot {
  height: 16.69921875%;
  top: 68.84765625%;
  left: 41.8055555556%;
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.small-spot {
    height: 13.0584707646%;
    top: 68.8065967016%;
    left: 36.9413333333%;
  }
}
.layout-block.various0 .elem.guys {
  z-index: 123;
  height: 20.703125%;
  top: 65.91796875%;
  left: 44.5833333333%;
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.guys {
    height: 16.1889055472%;
    top: 65.1409295352%;
    left: 42.3733333333%;
  }
}
.layout-block.various0 .elem.text1 {
  height: 17.578125%;
  top: 6.9462890625%;
  left: 35.9055555556%;
  transform: rotate(-26.77deg);
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.text1 {
    height: 13.7451274363%;
    top: 20.4002998501%;
    left: 25.4%;
  }
}
.layout-block.various0 .elem.text2 {
  height: 9.6796875%;
  top: 61.5498046875%;
  left: 38.2638888889%;
}
@media (max-width: 767px) {
  .layout-block.various0 .elem.text2 {
    height: 7.6461769115%;
    top: 49.9250374813%;
    left: 20.8%;
  }
}
.layout-block.various0.mixed-in .elem.bottle {
  height: 36.171875%;
  top: 31.914063%;
  left: 42.5%;
  transform: rotate(45deg);
}
.layout-block.various0.mixed-in .elem.text1 {
  height: 7.578125%;
  top: 46.946289%;
  left: 39.905556%;
  transform: rotate(53.23deg);
}
.layout-block.various0.mixed-in .elem.guys {
  height: 20.703125%;
  top: 45.917969%;
  left: 38.583333%;
  transform: rotate(-95deg);
}
.layout-block.various0.mixed-in .elem.small-spot {
  height: 16.69921875%;
  top: 44.847656%;
  left: 38.805556%;
}
.layout-block.various0.mixed-in .elem.big-spot {
  height: 16.914063%;
  top: 45.570313%;
  left: 41.638889%;
  transform: rotate(45deg);
}
.layout-block.various0.mixed-in .elem.text2 {
  height: 6.75%;
  top: 53.549805%;
  left: 40.180556%;
  transform: rotate(99deg);
}
.layout-block.various0.mixed .elem.logo {
  height: 5.603515625%;
  top: 24.3798828125%;
  left: 75.6465277778%;
  transform: rotate(116.43deg);
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.logo {
    width: 135px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
    transform: rotate(0deg);
  }
}
.layout-block.various0.mixed .elem.bottle {
  height: 126.953125%;
  top: -51.7001953125%;
  left: 38.7569444444%;
  transform: rotate(-115.97deg);
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.bottle {
    height: 78.0689655172%;
    top: 18.1979010495%;
    left: 47.08%;
    transform: rotate(157.72deg);
  }
}
.layout-block.various0.mixed .elem.big-spot {
  height: 36.9140625%;
  top: 74.123046875%;
  left: 56.2458333333%;
  transform: rotate(-99.25deg);
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.big-spot {
    height: 55.227886057%;
    top: -5.3988005997%;
    left: 62.968%;
    transform: rotate(-164.37deg);
  }
}
.layout-block.various0.mixed .elem.small-spot {
  height: 16.69921875%;
  top: -7.32421875%;
  left: 42.9861111111%;
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.small-spot {
    height: 17.9910044978%;
    top: 58.8245877061%;
    left: -9.5093333333%;
    transform: rotate(-107.76deg);
  }
}
.layout-block.various0.mixed .elem.guys {
  height: 36.81640625%;
  top: 60.25390625%;
  left: 41.4583333333%;
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.guys {
    height: 17.9910044978%;
    top: 81.9775112444%;
    left: 35.016%;
    transform: rotate(19.86deg);
  }
}
.layout-block.various0.mixed .elem.text1 {
  height: 17.578125%;
  top: 23.2548828125%;
  left: -4.5111111111%;
  transform: rotate(-26.77deg);
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.text1 {
    height: 11.736131934%;
    top: 18.8950524738%;
    left: -35.4506666667%;
  }
}
.layout-block.various0.mixed .elem.text2 {
  height: 40.72265625%;
  top: 20.55078125%;
  left: 17.5208333333%;
  transform: rotate(44.81deg);
}
@media (max-width: 767px) {
  .layout-block.various0.mixed .elem.text2 {
    height: 22.6386806597%;
    top: 38.8965517241%;
    left: -23.0586666667%;
    transform: rotate(31.91deg);
  }
}
.layout-block.various1 .elem.logo {
  height: 3.80859375%;
  top: 3.90625%;
  left: 3.1944444444%;
}
@media (max-width: 767px) {
  .layout-block.various1 .elem.logo {
    width: 135px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
  }
}
.layout-block.various1 .elem.fish {
  height: 77.95703125%;
  top: 10.05859375%;
  left: 40.6416666667%;
}
.layout-block.various1 .elem.blue-spot {
  height: 37.1640625%;
  top: 30.44140625%;
  left: 36.25%;
}
.layout-block.various1 .elem.seagrass {
  height: 35.513671875%;
  top: 10.05859375%;
  left: 36.25%;
}
.layout-block.various1 .elem.lady {
  height: 32.91015625%;
  top: 18.06640625%;
  left: 37.7083333333%;
}
.layout-block.various1 .elem.alacarte {
  height: 10.7421875%;
  top: 51.07421875%;
  left: 36.25%;
}
.layout-block.various1 .elem.bonappetit {
  height: 14.74609375%;
  top: 15.234375%;
  left: 53.0555555556%;
}
.layout-block.various1 .elem.leaves {
  height: 34.513671875%;
  top: 47.36328125%;
  left: 53.0555555556%;
}
.layout-block.various1.mixed-in .elem.blue-spot {
  height: 17.164063%;
  top: 40.441406%;
  left: 41.25%;
}
.layout-block.various1.mixed-in .elem.fish {
  height: 37.957031%;
  top: 30.058594%;
  left: 41.641667%;
}
.layout-block.various1.mixed-in .elem.seagrass {
  height: 18.513672%;
  top: 32.058594%;
  left: 41.25%;
}
.layout-block.various1.mixed-in .elem.lady {
  height: 17.910156%;
  top: 39.066406%;
  left: 41.708333%;
}
.layout-block.various1.mixed-in .elem.alacarte {
  height: 6.742188%;
  top: 42.074219%;
  left: 40.25%;
  transform: rotate(78deg);
}
.layout-block.various1.mixed-in .elem.bonappetit {
  height: 14.74609375%;
  top: 37.234375%;
  left: 40.055556%;
  transform: rotate(85deg);
}
.layout-block.various1.mixed-in .elem.leaves {
  height: 14.513672%;
  top: 40.363281%;
  left: 43.055556%;
}
.layout-block.various1.mixed .elem.logo {
  height: 26.6689453125%;
  top: 9.4384765625%;
  left: -5.0173611111%;
  transform: rotate(-23.96deg);
}
@media (max-width: 767px) {
  .layout-block.various1.mixed .elem.logo {
    width: 135px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
    transform: rotate(0deg);
  }
}
.layout-block.various1.mixed .elem.fish {
  height: 85.76953125%;
  top: 45.1201171875%;
  left: 56.4090277778%;
  transform: rotate(135.63deg);
}
.layout-block.various1.mixed .elem.blue-spot {
  height: 37.1640625%;
  top: -14.55078125%;
  left: 80.1388888889%;
}
.layout-block.various1.mixed .elem.seagrass {
  height: 13.76953125%;
  top: 74.9697265625%;
  left: 73.5027777778%;
  transform: rotate(50.93deg);
}
.layout-block.various1.mixed .elem.lady {
  height: 32.91015625%;
  top: 60.64453125%;
  left: 63.3333333333%;
}
.layout-block.various1.mixed .elem.alacarte {
  height: 10.7421875%;
  top: 57.71484375%;
  left: 32.2222222222%;
  height: 60.742188%;
  top: -12.285156%;
  left: 2.222222%;
  transform: rotate(-65deg);
}
@media (max-width: 767px) {
  .layout-block.various1.mixed .elem.alacarte {
    height: 27.742188%;
    top: 37.714844%;
    left: 12.222222%;
    transform: rotate(-65deg);
  }
}
.layout-block.various1.mixed .elem.bonappetit {
  height: 14.74609375%;
  top: 5.501953125%;
  left: 15.8597222222%;
  transform: rotate(-10.22deg);
}
.layout-block.various1.mixed .elem.leaves {
  height: 36.546875%;
  top: 48.3671875%;
  left: 63.0583333333%;
  transform: rotate(168.38deg);
}
.layout-block.various2 .elem.logo {
  height: 3.80859375%;
  top: 3.90625%;
  left: 3.1944444444%;
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.logo {
    width: 135px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
    transform: rotate(0deg);
  }
}
.layout-block.various2 .elem.rooster {
  width: 36.5555555556%;
  top: 33.453125%;
  left: 32.3527777778%;
  transform: rotate(-7.33deg);
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.rooster {
    height: 42.9833984375%;
    width: auto;
  }
}
.layout-block.various2 .elem.big-spot {
  width: 18.8708333333%;
  top: 13.96484375%;
  left: 41.1951388889%;
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.big-spot {
    height: 44.4404296875%;
    width: auto;
  }
}
.layout-block.various2 .elem.small-spot {
  width: 7.7229166667%;
  top: 22.9091796875%;
  left: 56.2979166667%;
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.small-spot {
    height: 14.7529296875%;
    width: auto;
  }
}
.layout-block.various2 .elem.person {
  width: 4.0152777778%;
  top: 10.669921875%;
  left: 62.05625%;
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.person {
    height: 21.0703125%;
    width: auto;
  }
}
.layout-block.various2 .elem.text1 {
  width: 6.03125%;
  top: 64.296875%;
  left: 44.5701388889%;
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.text1 {
    height: 12.8134765625%;
    width: auto;
  }
}
.layout-block.various2 .elem.text2 {
  width: 45.6881944444%;
  top: 31.3408203125%;
  left: 16.0888888889%;
  transform: rotate(10.72deg);
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.text2 {
    height: 12.642578125%;
    width: auto;
  }
}
.layout-block.various2 .elem.leaves {
  width: 26.8138888889%;
  top: 36.185546875%;
  left: 38.9701388889%;
}
@media (max-width: 767px) {
  .layout-block.various2 .elem.leaves {
    height: 56.46484375%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.logo {
  height: 10.0078125%;
  top: 80.0498046875%;
  left: 5.5173611111%;
  transform: rotate(-98.7deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.logo {
    height: auto;
    width: 135px;
    height: auto;
    top: 1.6491754123%;
    left: 3.2%;
    transform: rotate(0deg);
  }
}
.layout-block.various2.mixed .elem.rooster {
  width: 26.9444444444%;
  top: 47.9365234375%;
  left: 43.5569444444%;
  transform: rotate(-144.92deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.rooster {
    height: 31.6826171875%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.big-spot {
  width: 28.7194444444%;
  top: -23.7294921875%;
  left: 45.0729166667%;
  transform: rotate(-145.48deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.big-spot {
    height: 67.6337890625%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.small-spot {
  width: 8.2819444444%;
  top: 41.4833984375%;
  left: 17.20625%;
  transform: rotate(-76.4deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.small-spot {
    height: 15.8203125%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.person {
  width: 4.6868055556%;
  top: 15.427734375%;
  left: 75.1347222222%;
  transform: rotate(64.49deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.person {
    height: 24.5947265625%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.text1 {
  width: 6.875%;
  top: 61.1328125%;
  left: 91.5277777778%;
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.text1 {
    height: 14.74609375%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.text2 {
  width: 234.1881944444%;
  top: -21.646484375%;
  left: -102.2048611111%;
  transform: rotate(43.26deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.text2 {
    height: 64.8037109375%;
    width: auto;
  }
}
.layout-block.various2.mixed .elem.leaves {
  width: 47.0875%;
  top: 59.0859375%;
  left: -2.1965277778%;
  transform: rotate(-71.24deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed .elem.leaves {
    height: 99.1572265625%;
    width: auto;
  }
}
.layout-block.various0.mixed-in2 .elem.bottle {
  top: 37.831055%;
  left: 12.645833%;
  transform: rotate(134.03deg);
}
.layout-block.various0.mixed-in2 .elem.text2 {
  height: 70.722656%;
  top: 10.550781%;
  left: 27.520833%;
  transform: rotate(4.81deg);
}
.layout-block.various0.mixed-in2 .elem.guys {
  top: 0;
  left: 21.458333%;
  transform: rotate(195deg);
}
.layout-block.various0.mixed-in2 .elem.big-spot {
  top: 74.123046875%;
  left: 46.245833%;
  transform: rotate(-149.25deg);
}
.layout-block.various0.mixed-in2 .elem.small-spot {
  top: 62.675781%;
  left: 72.986111%;
}
.layout-block.various0.mixed-in2 .elem.text1 {
  height: 37.578125%;
  top: 3.254883%;
  left: 55.488889%;
  transform: rotate(73.23deg);
}
.layout-block.various0.mixed-in3 .elem.text1 {
  height: 47.578125%;
  top: 53.254883%;
  left: 15.488889%;
  transform: rotate(303.23deg);
}
.layout-block.various0.mixed-in3 .elem.text2 {
  height: 29.722656%;
  top: 10.550781%;
  left: 27.479167%;
  transform: rotate(34.81deg);
}
.layout-block.various0.mixed-in3 .elem.guys {
  top: 50%;
  left: 71.458333%;
  transform: rotate(15deg);
}
.layout-block.various0.mixed-in3 .elem.bottle {
  top: -22.168945%;
  left: 82.645833%;
  transform: rotate(334.03deg);
}
.layout-block.various0.mixed-in3 .elem.small-spot {
  top: 2.675781%;
  left: 42.986111%;
}
.layout-block.various0.mixed-in3 .elem.big-spot {
  top: 64.123047%;
  left: 6.245833%;
  transform: rotate(-299.25deg);
}
.layout-block.various1.mixed-in2 .elem.alacarte {
  height: 60.742188%;
  top: 47.714844%;
  left: 22.222222%;
  transform: rotate(-15deg);
}
.layout-block.various1.mixed-in2 .elem.blue-spot {
  top: 25.449219%;
  left: 20.138889%;
}
.layout-block.various1.mixed-in2 .elem.bonappetit {
  height: 34.746094%;
  top: 86.501953%;
  left: 55.859722%;
  transform: rotate(-20.22deg);
}
.layout-block.various1.mixed-in2 .elem.leaves {
  top: -1.632812%;
  left: 63.0583333333%;
  transform: rotate(258.38deg);
}
.layout-block.various1.mixed-in2 .elem.fish {
  top: -14.879883%;
  left: 76.409028%;
  transform: rotate(325.63deg);
}
.layout-block.various1.mixed-in2 .elem.lady {
  top: 40.644531%;
  left: 13.333333%;
  transform: rotate(45deg);
}
.layout-block.various1.mixed-in2 .elem.seagrass {
  top: 4.969727%;
  left: 23.502778%;
  transform: rotate(-19.07deg);
}
.layout-block.various1.mixed-in3 .elem.bonappetit {
  height: 34.746094%;
  top: 26.501953%;
  left: 55.859722%;
  transform: rotate(39.78deg);
}
.layout-block.various1.mixed-in3 .elem.alacarte {
  height: 30.742188%;
  top: 47.714844%;
  left: 12.222222%;
  transform: rotate(-35deg);
}
@media (max-width: 767px) {
  .layout-block.various1.mixed-in3 .elem.alacarte {
    height: 20.742188%;
    top: 7.714844%;
    left: -27.777778%;
    transform: rotate(-32deg);
  }
}
.layout-block.various1.mixed-in3 .elem.lady {
  top: 60.644531%;
  left: 43.333333%;
  transform: rotate(-45deg);
}
.layout-block.various1.mixed-in3 .elem.blue-spot {
  top: 15.449219%;
  left: 50.138889%;
  transform: rotate(45deg);
}
.layout-block.various1.mixed-in3 .elem.fish {
  top: 15.120117%;
  left: 56.409028%;
  transform: rotate(385.63deg);
}
@media (max-width: 767px) {
  .layout-block.various1.mixed-in3 .elem.fish {
    top: 35.120117%;
    left: 56.409028%;
    transform: rotate(385.63deg);
    height: 50%;
  }
}
.layout-block.various1.mixed-in3 .elem.seagrass {
  top: 54.969727%;
  left: 53.502778%;
  transform: rotate(130.93deg);
}
.layout-block.various1.mixed-in3 .elem.leaves {
  top: -1.632812%;
  left: 43.058333%;
  transform: rotate(178.38deg);
}
.layout-block.various2.mixed-in2 .elem.text2 {
  width: 194.188194%;
  height: auto;
  top: -21.646484375%;
  left: -102.2048611111%;
  transform: rotate(63.26deg);
}
.layout-block.various2.mixed-in2 .elem.rooster {
  top: 47.9365234375%;
  left: 13.556944%;
  transform: rotate(-74.92deg);
}
.layout-block.various2.mixed-in2 .elem.big-spot {
  top: 66.270508%;
  left: 55.072917%;
  transform: rotate(-195.48deg);
}
.layout-block.various2.mixed-in2 .elem.person {
  top: -14.572266%;
  left: 30.134722%;
  transform: rotate(-200.51deg);
}
.layout-block.various2.mixed-in2 .elem.text1 {
  width: 26.875%;
  height: auto;
  top: -8.867187%;
  left: 51.527778%;
  transform: rotate(55deg);
}
.layout-block.various2.mixed-in2 .elem.small-spot {
  top: 41.4833984375%;
  left: 47.20625%;
  transform: rotate(-46.4deg);
}
.layout-block.various2.mixed-in3 .elem.text1 {
  width: 6.875%;
  height: auto;
  top: 11.132813%;
  left: 61.527778%;
  transform: rotate(95deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed-in3 .elem.text1 {
    width: 46%;
  }
}
.layout-block.various2.mixed-in3 .elem.small-spot {
  top: -8.516602%;
  left: 57.20625%;
  transform: rotate(60.6deg);
}
.layout-block.various2.mixed-in3 .elem.big-spot {
  top: 76.270508%;
  left: -4.927083%;
  transform: rotate(-155.48deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed-in3 .elem.big-spot {
    top: 36.270508%;
    left: 45.072917%;
    transform: rotate(-215.48deg);
    height: 50%;
  }
}
.layout-block.various2.mixed-in3 .elem.rooster {
  top: 17.936523%;
  left: 63.556944%;
  transform: rotate(-14.92deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed-in3 .elem.rooster {
    top: 17.936523%;
    left: -26.443056%;
    transform: rotate(-14.92deg);
  }
}
.layout-block.various2.mixed-in3 .elem.person {
  top: 75.427734%;
  left: 70.134722%;
  transform: rotate(-330.51deg);
}
@media (max-width: 767px) {
  .layout-block.various2.mixed-in3 .elem.person {
    top: 65%;
  }
}
.layout-block.various2.mixed-in3 .elem.text2 {
  width: 154.188194%;
  height: auto;
  top: -71.646484%;
  left: -2.204861%;
  transform: rotate(-46.74deg);
}
.layout-block.various2.mixed-in3 .elem.leaves {
  width: 27.0875%;
  height: auto;
  top: -50.914062%;
  left: 17.803472%;
  transform: rotate(-51.24deg);
}

@media (max-width: 767px) {
  .menu-section {
    top: 1110px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.6s ease-out;
  }
  .menu-section.open {
    display: block;
    top: 0;
  }
}
.page-menu .sheet-link {
  display: none;
}
@media (max-width: 767px) {
  .page-menu {
    /*.sheet-link {
          display: none;
          font-size: 20px;
          line-height: 24px;
          font-weight: normal;
          padding: 21px 25px;
          width: 100%;
          text-align: right;
          position: fixed;
          left: 0;
          right: 0;
          top: 0;
          z-index: 2;
          transition: all .4s .3s ease-in;
          &--starter {
            color: $brown2;
            background: #fff;
          }
          &--main {
            color: #fff;
            background: $orange;
            top: 61px;
          }
          &--wine {
            background: $brown;
            top: unset;
            bottom: 51px;
          }
          &--misc {
            background: $brown;
            top: unset;
            bottom: 71px;
          }
        }
    */
  }
  .page-menu .logo {
    margin: 0;
    height: 30px;
    z-index: 5;
    top: 1.6491754123%;
    left: 3.2%;
  }
  .page-menu .logo--img.desktop {
    display: none;
  }
  .page-menu .logo--img.mobile {
    display: block;
  }
  .page-menu .main.main-bottom .sheet-link--main {
    display: block;
    top: unset;
    bottom: 117px;
  }
  .page-menu .main.wine-bottom .sheet-link--wine {
    display: block;
  }
  .page-menu .main.starter-top .sheet-main {
    padding-top: 66px;
  }
  .page-menu .main.starter-top .sheet-link--starter {
    display: block;
  }
  .page-menu .main.main-top .sheet-link--main {
    display: block;
  }
  .page-menu .main.starter-top.main-top .sheet-main {
    padding-top: 0;
  }
  .page-menu .main.starter-top.main-top .sheet-wine {
    padding-top: 132px;
  }
}

.sheet {
  padding: 0;
  width: 38.9583333333%;
  position: absolute;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .sheet {
    min-width: 400px;
    max-width: 560px;
  }
}
.sheet .sheet-bg-wrap {
  position: relative;
  padding: 40px 47px 100px 40px;
}
@media (max-width: 767px) {
  .sheet .sheet-bg-wrap {
    padding: 30px 0 0;
  }
}
.sheet .sheet-bg-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}
.sheet.sheet-2 {
  transition: all 0.4s;
}
.sheet.sheet-3 {
  transition: all 0.5s;
}
.sheet.sheet-open {
  transition: none;
}
.sheet h2 {
  font-size: 24px;
  line-height: 28px;
}
.sheet.changeCursor {
  cursor: url(images/hover-cursor-2.svg), auto;
}
.sheet-header {
  writing-mode: vertical-rl;
  width: 100%;
  margin: 0;
}
.sheet-header h2 {
  font-size: 24px;
  text-transform: none;
}
.sheet-header--wrapper {
  position: absolute;
  right: 40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .sheet-header--wrapper {
    right: 20px;
    padding-top: 10px;
  }
}
.sheet-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.sheet-with-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sheet-with-options .sheet-info {
  width: 100%;
  max-width: 100%;
}
.sheet-with-options p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  line-height: 26px;
}
.sheet-separator {
  margin-bottom: 30px;
  margin-top: 40px;
}
.sheet-separator h2 {
  text-transform: uppercase;
  padding: 10px 0 0;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.sheet-separator .sheet-info {
  max-width: 100%;
}
.sheet-content {
  padding-top: 80px;
  padding-right: 55px;
  position: relative;
  z-index: 2;
}
.sheet.ui-draggable-dragging {
  transition: none;
  cursor: url(images/hover-cursor-2.svg), auto;
}
.sheet-info {
  max-width: 80%;
}
.sheet-info h2 {
  text-transform: uppercase;
}
.sheet-info--main {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 8px;
}
.sheet-info--add {
  font-size: 14px;
  line-height: 20px;
}
.sheet-price {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.sheet-starter {
  z-index: 5;
  background-color: #fff;
  color: #835400;
  top: 13.4765625%;
  left: 14.84375%;
}
.sheet-starter .sheet-bg-wrap:before {
  background: url(images/bardot_menu_bg_1.svg) repeat-y top center;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .sheet-starter {
    left: 5%;
  }
}
.sheet-starter:hover {
  cursor: url(images/claw-cursor.svg), auto;
}
.sheet-starter.ui-draggable-dragging {
  cursor: url(images/hover-cursor-2.svg), auto;
}
.sheet-main {
  z-index: 4;
  background: #FF6211;
  color: #000000;
  top: 28.22265625%;
  left: 30.5208333333%;
  cursor: url(images/drinks-cursor.svg), auto;
}
.sheet-main .sheet-bg-wrap:before {
  background: url(images/bardot_menu_bg_2.svg) repeat-y top center;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .sheet-main {
    left: 18%;
  }
}
.sheet-main.ui-draggable-dragging {
  cursor: url(images/hover-cursor-2.svg), auto;
}
.sheet-wine {
  z-index: 3;
  background: #C19449;
  color: #000000;
  top: 46.6728515625%;
  left: 46.1979166667%;
  cursor: url(images/fish-cursor.png), auto;
}
.sheet-wine .sheet-bg-wrap:before {
  background: url(images/bardot_menu_bg_3.svg) repeat-y top center;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .sheet-wine {
    left: 33%;
  }
}
.sheet-wine.ui-draggable-dragging {
  cursor: url(images/hover-cursor-2.svg), auto;
}
.sheet-misc {
  z-index: 2;
  background: #6A8FBF;
  color: white;
  top: 66.2041015625%;
  left: 60.0868055556%;
  cursor: url(images/drinks-cursor.svg), auto;
}
.sheet-misc .sheet-bg-wrap:before {
  background: url(images/bardot_menu_bg_4.svg) repeat-y top center;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .sheet-misc {
    left: 42%;
  }
}
.sheet-misc.ui-draggable-dragging {
  cursor: url(images/hover-cursor-2.svg), auto;
}
@media (max-width: 767px) {

  .layout-block.various0 {
        position: absolute;
    top: -70px;
    left: 0px;
    right: 0px;
    height: 100vh; 
  }

  .sheet {
    width: 100%;
    position: static;
    padding: 0;
    background-size: cover;
  }
  .sheet:last-child .sheet-content {
    padding-bottom: 120px;
  }
  .sheet-header {
    margin: 0;
    padding: 0;
  }
  .sheet-header--wrapper {
    margin-bottom: 0;
  }
  .closed .sheet-header {
    writing-mode: initial;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
  }
  .sheet-content {
    padding: 160px 65px 50px 20px;
  }
  .closed .sheet-content {
    height: 0;
    display: none;
  }
  .sheet-row:last-child {
    margin-bottom: 0;
  }
  .sheet-info--main {
    font-size: 17.4px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .sheet-info--add {
    font-size: 12px;
    line-height: 14px;
  }
  .sheet-price {
    font-size: 10.5px;
  }
  .sheet-main {
    color: #fff;
  }
}

.gone-mad {
  transform: scale(var(--scaling, 1)) translateX(var(--translation, 0px)) translateY(calc(var(--translation, 0px) / 2)) rotate(var(--rotation, 0deg)) !important;
  animation: move 9000ms infinite alternate ease-in-out, other 6400ms infinite alternate ease-in-out;
}

body .layout-block .elem {
  cursor: pointer;
}

body .layout-block .elem.float-back {
  transform: scale(var(--scaling, 1)) translateX(calc(var(--translation, 0px))) translateY(calc(var(--translation, 0px) / 2)) rotate(var(--rotation, 0deg)) !important;
  animation: move 3000ms infinite alternate ease-in-out, grow 6000ms infinite alternate ease-in-out, other 11400ms infinite alternate ease-in-out;
}

body .layout-block .elem.float-in-place {
  transform: scale(var(--scaling, 1)) rotate(var(--rotation, 0deg)) !important;
  animation: grow2 6000ms infinite alternate ease-in-out;
}

body .layout-block .elem.init-flow {
  transform: scale(var(--scaling, 1)) rotate(var(--rotation, 0deg)) !important;
  animation: initflow 12000ms infinite alternate ease-in-out;
}

body .layout-block .elem.init-flow:nth-child(1) {
  animation-delay: 200ms;
}

body .layout-block .elem.init-flow:nth-child(2) {
  animation-delay: 400ms;
}

body .layout-block .elem.init-flow:nth-child(3) {
  animation-delay: 500ms;
}

body .layout-block .elem.init-flow:nth-child(5) {
  animation-delay: 600ms;
}

@keyframes initflow {
  35% {
    --scaling: .9 ;
  }
  50% {
    --rotation: 7deg;
  }
}
@keyframes grow2 {
  15% {
    --scaling: .9 ;
  }
  50% {
    --scaling: .8;
    --rotation: 50deg;
  }
}
@keyframes grow {
  25% {
    --scaling: .3 ;
  }
  60% {
    --scaling: 1.8 ;
  }
}
@keyframes move {
  100% {
    --translation: 5vmin;
  }
}
@keyframes other {
  75% {
    --rotation: 5deg;
  }
  100% {
    --rotation: 0deg;
  }
}
@keyframes pulse {
  0% {
    scale: 0.9 0.9;
  }
  70% {
    scale: 1 1;
  }
  100% {
    scale: 0.9 0.9;
  }
}
.note {
  position: absolute;
  top: 47%;
  left: 50%;
  height: auto;
  background: #FF6211;
  color: #C19449;
  z-index: 12;
  transform: rotate(4deg);
  padding: 0px 20px 10px;
  width: 380px;
  border: none;
  color: white;
  transition: all 0.7s;
  border-color: #444;
  opacity: 0;
}
.note.on1 {
  top: 40%;
}
.note.closed {
  opacity: 0;
}
.note.opened {
  opacity: 1;
}
.note p {
  font-size: 16px;
}
.note h2 {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .note {
    top: 45%;
    right: 20px;
    padding: 0px 10px 0px 5px;
    width: 250px;
    left: auto;
    transform: rotate(2deg);
    border: none;
  }
  .note p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  .note h2 {
    font-size: 12px;
    line-height: 18px;
  }
}

.note a {
  color: inherit;
}

.note-wrapper {
  position: relative;
  padding: 22px;
}
@media (max-width: 767px) {
  .note-wrapper {
    padding: 10px 20px;
  }
}

.close-note {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 18px;
  height: 18px;
  background: url(images/refresh-menu.svg) no-repeat;
  background-size: 100%;
  z-index: 123456789;
}
@media (max-width: 767px) {
  .close-note {
    top: 15px;
    right: 5px;
    width: 14px;
    height: 14px;
    opacity: 0.8;
  }
}