h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 76px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
}

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

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 8.33% 56px;
  border: 1px solid #e3e3e3;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 48px;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  margin-top: 12px;
  padding-left: 8.33px;
  color: #777;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.body {
  font-family: Karla, sans-serif;
  color: #111;
  font-size: 15px;
  line-height: 24px;
}

.section {
  position: relative;
  padding: 20px 56px 20px;
  background-color: #fff;
  text-align: center;
}

.section.no-top-padding {
  padding-top: 0px;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

.section.no-paddings {
  padding: 0px;
}

.section.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0px 0px;
  background-size: 16px;
}

.wrapper {
  max-width: 1200px;
  background-color: transparent;
  text-align: left;
}

.wrapper.hero-bottom-wrapper {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 0px;
  z-index: 2;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  height: 48px;
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #dfa25f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

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

.button.white-button.arrow-button {
  padding-right: 60px;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81% 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.button.white-button.arrow-button:hover {
  background-color: #fff;
  color: #111;
}

.button.ghost-button {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

.button.subscribe-button {
  margin-left: -1px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 0px 3px 3px 0px;
}

.button.subscribe-button:hover {
  background-color: #f03e5a;
}

.button.small-button.nav-bar-button {
  margin-left: 20px;
}

.button.small-button.white-hover-button:hover {
  background-color: #fff;
  color: #232d41;
}

.button.full-width-button {
  width: 100%;
  border-radius: 3px;
}

.button.full-width-button:hover {
  background-color: #f03e5a;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-style-wrapper {
  width: 25%;
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
  background-attachment: fixed;
}

.small-button {
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.ghost-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ddd;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #222;
}

.ghost-button:hover {
  background-color: #dfa25f;
  box-shadow: inset 0 0 0 2px #dfa25f;
  color: #fff;
}

.ghost-bg-button {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.ghost-bg-button:hover {
  background-color: #fff;
  color: #111;
}

.white-button {
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #111;
}

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

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.nav-bar.fixed-nav-bar {
  display: block;
  margin-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bg-section {
  padding: 120px 40px;
  border: 12px solid #fff;
  background-color: #111;
}

.bg-section.hero-section {
  position: relative;
  height: 100vh;
  padding: 0px;
}

.bg-section.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/nazs_rasoi_pic02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/nazs_rasoi_pic02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.bg-section.footer-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
}

.bg-section._404-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url('../images/jonathan-pielmayer-388600.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/jonathan-pielmayer-388600.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.post-hero-section {
  position: relative;
  min-height: 720px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-section.page-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-section.page-hero-section.contact-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .5)), to(hsla(0, 0%, 7%, .5))), url('../images/rob-bye-98949.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, .5)), url('../images/rob-bye-98949.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.reservation-hero {
  padding-bottom: 216px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .5)), to(hsla(0, 0%, 7%, .5))), url('../images/michael-dam-257088.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, .5)), url('../images/michael-dam-257088.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.style-guide-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/brooke-lark-385504.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/brooke-lark-385504.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.page-hero-section.about-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .5)), to(hsla(0, 0%, 7%, .5))), url('../images/jazmin-quaynor-35847.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, .5)), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.menu-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .5)), to(hsla(0, 0%, 7%, .5))), url('../images/ian-baldwin-49824.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, .5)), url('../images/ian-baldwin-49824.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.licensing-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/clark-young-160446.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/clark-young-160446.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.gallery-section {
  padding: 0px;
  border-width: 14px;
  background-color: #fff;
}

.bg-section.huge-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.bg-section.huge-button:hover {
  border-color: #dfa25f;
}

.nav-link {
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.nav-link.fixed-nav-link {
  color: #111;
}

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

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo.fixed-nav-bar-logo {
  height: 72px;
  color: #111;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
}

.slide-content {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  float: right;
  color: #fff;
  text-align: center;
}

.hero-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .25);
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.social-link:hover {
  border-color: #dfa25f;
  background-color: #dfa25f;
}

.social-link.hero-link {
  border-color: hsla(0, 0%, 100%, .6);
}

.social-link.hero-link:hover {
  border-color: #dfa25f;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grey-text {
  color: #777;
}

.text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dfa25f;
  text-decoration: underline;
}

.text-link:hover {
  color: #f03e5a;
  text-decoration: underline;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icons.footer-icons {
  margin-top: 8px;
  margin-right: -4px;
  margin-left: -4px;
}

.social-icons.hero-icons {
  margin-top: 0px;
  margin-right: -4px;
  margin-bottom: 32px;
  float: right;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-card-map {
  width: 50%;
  height: 100%;
  margin-left: 6px;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #fafafa;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid #dfa25f;
  background-color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area.margin-input {
  margin-right: 15px;
  margin-left: 15px;
}

.input.password-input {
  margin-top: 14px;
  text-align: center;
}

.input.call-back-input {
  margin-right: 16px;
  margin-bottom: 0px;
}

.input.subscribe-input {
  border-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}

.input.reservation-input {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 90%;
  -webkit-flex: 90%;
  -ms-flex: 90%;
  flex: 90%;
}

.input.reservation-input._50 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.input.reservation-input._33 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.input.password-input {
  margin-bottom: 16px;
  text-align: center;
}

.input.small-input {
  height: 40px;
  margin-bottom: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 20px;
}

.input.small-margin {
  margin-bottom: 16px;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-link.blog-link {
  margin-top: 26px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
}

.footer-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, .25);
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  margin-top: -6px;
  opacity: 0.6;
  font-size: 13px;
}

.footer-bottom-base {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .18);
  font-size: 11px;
}

.heart-icon {
  margin-right: 4px;
  background-image: url('../images/heart-icon_1.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.blog-posts {
  margin-bottom: -40px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3e3e3;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
  color: #111;
  text-decoration: none;
}

.post-card:hover {
  text-decoration: none;
}

.post-date {
  margin-top: 24px;
  font-size: 17px;
}

.post-card-header-link {
  color: #111;
  text-decoration: none;
}

.post-card-header-link:hover {
  text-decoration: underline;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
}

.post-content h1 {
  display: block;
  width: 66.66%;
  margin: 64px auto 32px;
}

.post-content p {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-right: 8.33%;
  padding-left: 8.33%;
}

.post-content h2 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content blockquote {
  display: block;
  width: 83.33%;
  margin: 48px auto;
}

.post-content h3 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content ul {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content h4 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content h6 {
  display: block;
  width: 66.66%;
  margin: 48px auto 16px;
}

.post-content h5 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content ol {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dfa25f;
  text-decoration: underline;
}

.post-content a:hover {
  color: #f03e5a;
  text-decoration: underline;
}

.blog-post-header {
  margin-top: 26px;
}

.post-hero {
  position: relative;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.post-dark-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .5);
}

.post {
  position: relative;
  display: block;
  max-width: 970px;
  margin-top: -128px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 15px 96px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.post-hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  padding-right: 5px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  display: none;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 3px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slide-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/brooke-lark-385504.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/brooke-lark-385504.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.scroll-up-button {
  position: absolute;
  left: 15px;
  width: 48px;
  height: 48px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #dfa25f;
  background-image: url('../images/arrow-up-icon-white.svg');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-up-button:hover {
  background-color: #f03e5a;
}

.dropdown.w--open {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
}

.dropdown.fixed-dropdown {
  border: 1px solid #e3e3e3;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 1px 0 0 #e3e3e3;
  text-decoration: none;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: #dfa25f;
}

.call-back {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-back-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 56px;
  height: 56px;
  margin: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f03e5a;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, .2);
}

.call-back-popup {
  position: relative;
  z-index: 3000;
  max-width: 570px;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, .2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-back-icon {
  margin-bottom: 8px;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(34, 71, 101, .7);
}

.call-back-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-popup-button:hover {
  opacity: 1;
}

.form-success {
  background-color: transparent;
}

.form-error {
  margin-top: 24px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(240, 62, 90, .5);
  border-radius: 3px;
  background-color: rgba(240, 62, 90, .08);
  color: #f03e5a;
  font-size: 13px;
  line-height: 20px;
}

.subscribe-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.fixed-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-hover {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(35, 45, 65, .6);
}

.slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.slide-image._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .45))), url('../images/brooke-lark-261793.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/brooke-lark-261793.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/chinh-le-duc-264152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/chinh-le-duc-264152.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/brooke-lark-261793.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/brooke-lark-261793.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-header {
  margin-bottom: -13px;
  font-family: 'Great Vibes', cursive;
  color: #dfa25f;
  font-size: 40px;
  line-height: 40px;
}

.sub-header.big {
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header.subscribe-sub-header {
  margin-bottom: 0px;
}

.sub-header.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}

.badge {
  padding-right: 7px;
  padding-left: 8px;
  border-radius: 3px;
  background-color: #f03e5a;
  color: #fff;
  font-size: 9px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge:hover {
  text-decoration: none;
}

.badge.footer-badge {
  margin-left: 10px;
}

.badge.banner-badge {
  border: 1px solid #fff;
  background-color: transparent;
}

.badge.post-card-category {
  margin-bottom: 2px;
}

.badge.menu-item-category {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 16px;
  background-color: #dfa25f;
}

.badge.menu-item-badge {
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  float: left;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  color: #111;
}

.badge.menu-new-badge {
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  float: left;
  background-color: #f03e5a;
}

.badge.menu-item-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-left: 7px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  color: #111;
  font-size: 11px;
}

.footer-link-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-text {
  margin-right: 4px;
  opacity: 0.6;
}

.footer-bottom-text.link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-text.link:hover {
  text-decoration: underline;
}

.frame {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin: 12px;
  border: 1px solid #e3e3e3;
}

.frame.white-frame {
  border-color: #fff;
}

.subscribe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 80px 144px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
  color: #fff;
  text-align: center;
}

.subscribe-header {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  display: block;
  width: 83.33%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #777;
  font-size: 22px;
  line-height: 34px;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-list-image {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 50%;
}

.menu-info {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-name {
  margin-top: 4px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-name.small {
  font-size: 15px;
  text-transform: none;
}

.menu-info-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
}

.menu-price.small {
  font-size: 15px;
}

.menu-dots-line {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #bbb;
}

.menu-dots-line.hours {
  border-bottom-color: hsla(0, 0%, 100%, .4);
}

.menu-dots-line.small {
  height: 19px;
}

.menu-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 3px;
  padding-right: 12px;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.menu-numbers-divider {
  padding-right: 4px;
  padding-left: 4px;
  color: #bbb;
}

.menu-ingredients {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-list.margin {
  margin-bottom: 68px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f03e5a;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  font-family: Oswald, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.subscribe-badge-discount {
  margin-left: 1px;
  font-size: 20px;
  line-height: 20px;
}

.menu-grid-card {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 16px;
}

.menu-grid-image {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu.margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-description {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.divider {
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #dfa25f;
  border-bottom: 1px solid #dfa25f;
}

.divider.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.feature-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 32px 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  border-left: 4px solid #dfa25f;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.feature-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 48px 48px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f03e5a;
  background-image: url('../images/happy-hour-bg-icon.png');
  background-position: 90% 46%;
  background-size: 120px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
  color: #fff;
}

.feature-banner-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 344px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 32px 56px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  background-color: #232d41;
  color: #fff;
  text-align: center;
}

.feature-image._1 {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/chinh-le-duc-264152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/chinh-le-duc-264152.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-image._2 {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/crew-89808.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/crew-89808.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-image-header {
  margin-bottom: 8px;
}

.working-hours {
  position: relative;
  width: 31%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 72px 56px 56px;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
}

.working-hours-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.opening-hours-table {
  padding-top: 8px;
  padding-bottom: 24px;
}

.opening-hours-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 28px;
}

.opening-hours-time {
  font-weight: 700;
  text-transform: uppercase;
}

.red-text {
  color: #f03e5a;
}

.contact-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  padding: 40px 28px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e3e3e3;
  text-align: center;
}

.contact-card-email {
  margin-top: -12px;
  margin-bottom: 12px;
  color: #111;
  text-decoration: none;
}

.banner-header {
  margin-top: 6px;
  margin-bottom: 0px;
}

.yellow-text {
  color: #dfa25f;
}

.side-card-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.side-card-image {
  width: 65.8%;
  background-color: #e3e3e3;
}

.side-card-image._1 {
  background-image: url('../images/nazs_rasoi_pic02.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-card-image._2 {
  background-image: url('../images/nazs_rasoi_restaurant_pic.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-card {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -14.4%;
  padding: 80px 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.side-card.reversed {
  margin-right: -14.4%;
  margin-left: 0%;
}

.side-card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.side-card-header {
  margin-bottom: 8px;
}

.post-card-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.67%;
  min-height: 480px;
  padding: 48px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-hero-header {
  display: block;
  max-width: 770px;
  margin: 96px auto;
  color: #fff;
  text-align: center;
}

.reservation {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-top: -160px;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 8% 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #dfa25f;
  background-color: #fff;
}

.reservation-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 570px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-grid-item {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.post-card-date {
  margin-top: -8px;
  color: #bbb;
}

.footer-email {
  margin-top: -12px;
  margin-bottom: 4px;
  color: #dfa25f;
  text-decoration: none;
}

.footer-email:hover {
  text-decoration: underline;
}

.footer-bottom-divider {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}

.big-icon {
  width: 64px;
}

.big-icon.contact-block-icon {
  margin-bottom: 16px;
}

.side-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding: 24px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-image {
  width: 39%;
  margin-right: 15px;
  margin-left: 15px;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e3e3e3;
}

.contact-block-text {
  margin-top: 12px;
  color: #777;
}

.contact-block-text.link {
  text-decoration: none;
}

.contact-block-text.link:hover {
  text-decoration: underline;
}

.contact-block-link {
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-block-link:hover {
  text-decoration: underline;
}

.menu-list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrapper {
  display: block;
  width: 770px;
  max-height: 480px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.zoom-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .7);
  background-image: url('../images/zoom-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.zoom-icon.small {
  width: 40px;
  height: 40px;
  border-width: 1px;
  background-size: 16px;
}

.hero-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.hero-phone:hover {
  text-decoration: underline;
}

.hero-phone-icon {
  margin-top: 1px;
  margin-right: 15px;
}

.hero-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0px;
  background-size: 96px;
  background-repeat: no-repeat;
}

.footer-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

.menu-small-grid-item {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
}

.licence-item-content {
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-item-image {
  position: relative;
  z-index: 1;
  width: 170px;
}

.licence-item-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #e3e3e3;
}

.licence-contact-text {
  display: block;
  width: 66.66%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #777;
}

.book-fixed {
  position: fixed;
  right: 40px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.book-fixed-form {
  margin-bottom: 0px;
  padding: 20px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.book-fixed-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #dfa25f;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.book-fixed-icon {
  width: 24px;
  margin-right: 10px;
}

.book-fixed-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 100%;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .05);
}

.book-fixed-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.first-letter {
  margin-top: 15px;
  margin-right: 8px;
  margin-left: 16.66%;
  float: left;
  color: #dfa25f;
  font-size: 56px;
  line-height: 32px;
}

.tooltip-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.tooltip {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  opacity: 0;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #111;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 1px 1px 0 0 #e3e3e3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-instagram-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instagram-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-width {
  width: 100%;
}

.slide-3 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/nazs_rasoi_pic01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nazs_rasoi_pic01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-header-2 {
  margin-bottom: -13px;
  font-family: 'Great Vibes', cursive;
  color: #f03e5a;
  font-size: 40px;
  line-height: 40px;
}

.divider-2 {
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #f03e5a;
  border-bottom: 1px solid #ff1717;
}

.columns-2 {
  margin-top: 49px;
  margin-bottom: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 19px;
}


.items1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 19px;
    color: #ff0d0d;
}

.columns {
  margin-top: 42px;
  margin-bottom: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header_menu {
  color: #ff0d0d;
  font-size: 25px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.para1 {
  display: block;
  margin-bottom: 8px;
  padding-right: 98px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.p1 {
  display: block;
  padding-right: 38px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.ricebread-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.container {
  position: relative;
  display: block;
}

.menu-dots-line-2 {
  display: inline-block;
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #bbb;
  color: #3d3d3d;
  font-size: 21px;
}

.div-block-5 {
  padding-left: 1px;
}

.para {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #b30f0f;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.slide-4 {
  background-image: url('../images/king_prawn_hawai.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: 2223px, 125px;
}

.slide-5 {
  background-image: url('../images/nazs_rasoi_bar.jpg');
  background-position: 0px 0px;
  background-size: 2552px;
}

.row {
  position: relative;
  top: 42px;
}

.italic-text-3 {
  display: inline-block;
  color: #888484;
  text-decoration: none;
  text-transform: none;
}

.column-2 {
  left: -13px;
  top: 47px;
}

.button-2 {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #eb4200;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
  opacity: 1;
}

.button-2.pop-up {
  margin-top: 24px;
  background-color: #dfa25f;
}

.contact-us-icon-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.top_arrow7 {
  position: relative;
  left: 1px;
  top: -8px;
  display: block;
  padding: 9px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .48)), to(hsla(0, 0%, 100%, .48)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .48), hsla(0, 0%, 100%, .48));
}

.div-block-9 {
  position: relative;
  left: 77px;
  top: 145px;
  z-index: 2;
  height: 720px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, .28);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(197, 29, 29, .15)), to(rgba(19, 3, 3, .41))), url('../images/photo0jpg.jpg');
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, rgba(197, 29, 29, .15), rgba(19, 3, 3, .41)), url('../images/photo0jpg.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 512px;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.contact-us-popup-3 {
  position: relative;
  top: -11px;
  z-index: 3000;
  display: block;
  height: auto;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, .2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.reservation_container {
  position: relative;
  top: -3px;
  margin-top: 190px;
  margin-bottom: 74px;
}

.res_des {
  position: relative;
  left: 4px;
  top: 23px;
  display: inline-block;
  padding: 228px 93px 144px 64px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 68%, .69);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 99%, .88)), to(hsla(0, 0%, 99%, .88)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 99%, .88), hsla(0, 0%, 99%, .88));
  box-shadow: -1px 12px 28px 0 #e9e9e9;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  text-decoration: none;
}

.res_des._2 {
  left: 13px;
  top: -51px;
  right: -10px;
  padding: 78px 51px 157px 98px;
  font-size: 23px;
  text-align: left;
}

.title-contact {
  text-transform: uppercase;
}

.resrvation_top_arrow {
  position: relative;
  left: 465px;
  top: 53px;
  right: -54px;
  z-index: 30000;
}

.section-2 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="page-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="show-book-fixed-on-load"] {
  width: 240px;
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
}

@media (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 17px;
    line-height: 24px;
  }
  h5 {
    font-size: 15px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  blockquote {
    font-size: 20px;
    line-height: 32px;
  }
  .section {
    overflow: hidden;
    padding: 80px 8px;
  }
  .wrapper.hero-bottom-wrapper {
    left: 0px;
    right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .wrapper.slide-wrapper {
    min-height: 600px;
  }
  .button.white-button.arrow-button {
    display: none;
  }
  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
  .style-block {
    padding-right: 8px;
    padding-left: 8px;
  }
  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }
  .button-styles {
    padding-right: 8px;
    padding-left: 8px;
  }
  .button-style-wrapper {
    width: 50%;
  }
  .nav-bar {
    padding-right: 0px;
    padding-left: 16px;
  }
  .bg-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg-section.hero-section {
    height: auto;
  }
  .bg-section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .bg-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .bg-section.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }
  .nav-link {
    margin-top: -1px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    background-color: #fff;
    box-shadow: inset 0 1px 0 0 #e3e3e3, 0 1px 0 0 #e3e3e3;
    color: #111;
    text-align: center;
  }
  .nav-link.w--current {
    color: #dfa25f;
  }
  .logo {
    height: 60px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 18px;
  }
  .nav-menu {
    overflow: scroll;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
  }
  .nav-menu.fixed-nav-menu {
    height: auto;
    border-top: 1px solid #e3e3e3;
  }
  .slide-content {
    display: block;
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .hero-text {
    margin-bottom: 32px;
  }
  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }
  .contact-form-wrapper {
    padding-right: 40px;
    padding-left: 32px;
  }
  .contact-form {
    width: 100%;
  }
  .contact {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-card-map {
    height: 440px;
  }
  .contact-card {
    margin-bottom: 56px;
  }
  .footer-column {
    width: 50%;
    margin-right: 0%;
    margin-bottom: 24px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }
  .blog-posts {
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-card {
    margin-bottom: 32px;
  }
  .blog-post-header {
    margin-top: 24px;
  }
  .post-hero {
    padding-bottom: 48px;
  }
  .post-dark-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .post {
    margin-top: 0px;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
    box-shadow: none;
  }
  .post-hero-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-slider {
    height: 600px;
  }
  .slider-arrow {
    margin-left: 24px;
  }
  .menu-button {
    background-color: transparent;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.fixed-menu-button {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #111;
  }
  .scroll-up-button {
    display: none;
  }
  .dropdown.w--open {
    padding-bottom: 1px;
  }
  .dropdown.fixed-dropdown {
    border-style: none;
  }
  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    text-align: center;
  }
  .dropdown-icon {
    margin-right: 7px;
    opacity: 0.3;
  }
  .features {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-header {
    font-size: 34px;
  }
  .sub-header.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }
  .footer-bottom {
    padding-right: 4%;
    padding-left: 4%;
  }
  .badge.menu-item-category {
    margin: 12px;
  }
  .subscribe {
    width: 83.33%;
    max-width: none;
  }
  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph-big.intro-text {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .menu-list-item {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .menu-name {
    font-size: 15px;
  }
  .menu-price {
    font-size: 15px;
  }
  .menu-dots-line {
    height: 19px;
  }
  .menu-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-grid-card {
    margin-bottom: 16px;
  }
  .menu-grid-image {
    margin-bottom: 8px;
  }
  .section-description {
    margin-bottom: 32px;
  }
  .cta-content {
    margin-bottom: 24px;
  }
  .feature-text {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-banner {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .feature-image {
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-right: 48px;
    padding-left: 48px;
  }
  .working-hours {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-card-info {
    padding-right: 8%;
    padding-left: 8%;
  }
  .side-card-feature {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -16.66%;
  }
  .side-card.reversed {
    margin-right: -16.66%;
  }
  .post-card-info {
    width: 50%;
    min-height: 440px;
  }
  .page-hero-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .reservation {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 72px;
  }
  .reservation-form {
    width: 100%;
  }
  .menu-grid-item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .big-icon {
    width: 56px;
  }
  .side-image-content {
    width: 42%;
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-image {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-block {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .video-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .zoom-icon {
    display: none;
  }
  .hero-scroll {
    display: none;
  }
  .menu-small-grid-item {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .licence-items {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .licence-contact-text {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .sub-header-2 {
    font-size: 34px;
  }
  .items {
    font-size: 19px;
  }
  .menu-dots-line-2 {
    height: 19px;
  }
  .para {
    font-size: 13px;
  }
  .price {
    font-size: 19px;
  }
  .reservation_container {
    display: block;
    margin-top: 36px;
    margin-bottom: 66px;
  }
  .res_des {
    padding-top: 285px;
    padding-bottom: 285px;
    padding-left: 36px;
  }
  .res_des._2 {
    padding-right: 46px;
    padding-left: 73px;
  }
  .resrvation_top_arrow {
    left: 360px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .wrapper.slide-wrapper {
    min-height: 400px;
  }
  .button-style-wrapper {
    width: 50%;
  }
  .nav-bar {
    padding-right: 0px;
  }
  .bg-section {
    padding-right: 24px;
    padding-left: 24px;
    border-style: none;
    border-width: 8px;
  }
  .bg-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .bg-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }
  .bg-section.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .logo {
    height: 60px;
  }
  .logo.fixed-nav-bar-logo {
    height: 56px;
  }
  .slide-content {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
  }
  .hero-text {
    margin-bottom: 24px;
  }
  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }
  .contact-form-wrapper {
    padding-right: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .input.text-area.margin-input {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input.reservation-input {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input.reservation-input._50 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .contact-card {
    right: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blog-posts {
    width: 100%;
  }
  .post-card-image {
    height: 320px;
    margin-bottom: 0px;
    margin-left: 12px;
  }
  .post-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .post-date {
    margin-top: 8px;
    font-size: 15px;
  }
  .blog-post-header {
    margin-top: 16px;
  }
  .post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .hero-slider {
    height: 560px;
  }
  .slider-arrow {
    display: none;
  }
  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .call-back-button {
    margin: 16px;
  }
  .call-back-wrapper {
    padding: 16px;
  }
  .features {
    margin-bottom: -24px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subscribe {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }
  .paragraph-big.intro-text {
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .menu-list-item {
    width: 100%;
  }
  .menu-list.margin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-description {
    margin-bottom: 24px;
  }
  .cta-content {
    width: auto;
  }
  .working-hours {
    width: 66.66%;
  }
  .contact-card-info {
    margin-right: 0px;
  }
  .side-card-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-card-feature.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .side-card-image {
    width: 100%;
    height: 400px;
  }
  .side-card-image._1 {
    background-position: 50% 50%;
  }
  .side-card-image._2 {
    background-position: 50% 50%;
  }
  .side-card {
    display: block;
    width: 83.33%;
    margin: -48px auto 0px;
    padding-top: 56px;
    padding-bottom: 40px;
  }
  .side-card.reversed {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .post-card-info {
    width: 100%;
    min-height: auto;
  }
  .page-hero-header {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .reservation {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }
  .reservation-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-grid-item {
    width: 50%;
  }
  .side-image-wrapper {
    display: block;
    width: 83.33%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .side-image-content {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .side-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .gallery-image {
    width: 50%;
  }
  .menu-small-grid-item {
    width: 50%;
  }
  .licence-items {
    width: 100%;
  }
  .licence-item {
    padding: 36px;
  }
  .licence-contact-text {
    width: 100%;
    margin-top: 16px;
  }
  .div-block-9 {
    left: -1px;
    top: -37px;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-us-popup-3 {
    padding: 40px;
  }
  .res_des {
    top: -137px;
  }
  .res_des._2 {
    top: -167px;
    padding-top: 72px;
  }
  .column-7 {
    top: -143px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
  .wrapper.hero-bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button.hero-button {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .button.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .style-block.typography-styles {
    margin-right: 0%;
    margin-left: 0%;
  }
  .button-style-wrapper {
    width: 100%;
  }
  .nav-bar {
    padding-left: 8px;
  }
  .logo.fixed-nav-bar-logo {
    height: 56px;
  }
  .slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-header-wrapper {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .social-icons.hero-icons {
    margin-right: 0px;
    margin-bottom: 48px;
  }
  .contact-form-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .input.call-back-input {
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }
  .input.subscribe-input {
    margin-bottom: 24px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }
  .contact-card {
    position: relative;
    bottom: 0px;
    width: auto;
    margin-top: 24px;
  }
  .footer-column {
    width: 100%;
  }
  .footer-bottom-base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-card-image {
    height: 224px;
  }
  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .post-content p {
    width: 100%;
  }
  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .post-content img {
    width: 100%;
    max-width: none;
  }
  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }
  .post-content ul {
    width: 100%;
  }
  .post-content h4 {
    width: 100%;
    margin-top: 40px;
  }
  .post-content h6 {
    width: 100%;
    margin-top: 40px;
  }
  .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }
  .post-content ol {
    width: 100%;
  }
  .blog-post-header {
    max-width: none;
  }
  .post {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-slider {
    height: 720px;
  }
  .scroll-up-button {
    display: none;
  }
  .call-back-popup {
    padding: 40px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .close-popup-button {
    margin-top: 12px;
    margin-right: 12px;
  }
  .subscribe-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-bottom {
    margin-top: 40px;
  }
  .subscribe {
    padding-right: 12%;
    padding-left: 12%;
  }
  .menu-list-image {
    margin-right: 16px;
  }
  .subscribe-badge {
    margin: 20px;
  }
  .cta-content {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .feature-banner {
    width: 100%;
  }
  .working-hours {
    width: 100%;
    padding-right: 16%;
    padding-left: 16%;
  }
  .side-card-image {
    height: 280px;
  }
  .side-card {
    width: 100%;
    margin-top: 0px;
    padding-right: 12%;
    padding-left: 12%;
  }
  .post-card-info {
    padding-right: 12%;
    padding-left: 12%;
  }
  .page-hero-header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .reservation {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .menu-grid-item {
    width: 100%;
  }
  .contact-block {
    width: 100%;
  }
  .hero-phone {
    margin-bottom: 16px;
  }
  .hero-scroll {
    padding-top: 9px;
  }
  .menu-small-grid-item {
    width: 100%;
  }
  .licence-item {
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .licence-item-content {
    padding-top: 16px;
    padding-left: 0px;
    text-align: center;
  }
  .first-letter {
    margin-left: 0px;
  }
  .items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    text-align: left;
  }
  .para1 {
    position: relative;
    top: -8px;
    margin-bottom: 8px;
    padding-right: 41px;
    padding-left: 8px;
    font-size: 15px;
    line-height: 18px;
  }
  .ricebread-2 {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 17px;
    line-height: 21px;
  }
  .para {
    font-size: 12px;
  }
  .price {
    padding-right: 11px;
    font-size: 14px;
    text-align: center;
  }
  .column-2 {
    top: -79px;
  }
  .div-block-9 {
    left: -2px;
    top: -93px;
  }
  .reservation_container {
    position: relative;
    top: 19px;
    margin-top: 203px;
  }
  .res_des {
    left: 0px;
    top: -131px;
    padding: 36px 14px 83px;
    font-size: 20px;
    line-height: 27px;
  }
  .res_des._2 {
    top: -37px;
    padding: 14px 18px 100px 34px;
    font-size: 23px;
  }
}

