body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #b3202c;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  display: block;
  background-color: #fff;
  font-weight: 700;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: static;
  top: 181px;
  z-index: 9999;
  display: block;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.section.about {
  min-height: 595px;
  padding: 0px;
  background-color: transparent;
}

.section.about.menu {
  padding-top: 166px;
}

.section.about.contact {
  min-height: 595px;
}

.section.menu {
  position: static;
  height: 100%;
  float: none;
  clear: none;
  background-color: transparent;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: static;
  height: auto;
  min-height: 734px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  border-bottom: 4px none #69b9ff;
  text-align: center;
}

.hero-section.centered.career {
  min-height: 760px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/career.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/career.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-heading.gallery {
  color: #222;
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 1px 1px 0 #fff;
}

.hero-heading.gallery.white {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.hero-subheading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 35px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  background-color: hsla(0, 0%, 100%, .46);
  font-family: Montserrat, sans-serif;
  color: #5b2032;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border: 1px solid #f0f0f0;
  background-color: hsla(0, 0%, 100%, .74);
  color: #5b2032;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.white {
  color: #fff;
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
}

.section-subheading.white.big {
  margin-top: 21px;
  font-size: 50px;
  line-height: 50px;
}

.section-subheading.white.career {
  text-align: center;
}

.section-title-group {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 117px;
  margin-bottom: 60px;
}

.section-title-group.menu-desktop {
  position: relative;
  top: 0px;
  margin-top: 44px;
  margin-bottom: 44px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.form-wrapper {
  width: 50%;
  float: left;
}

.form-wrapper.career {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 0px none #dbdbdb;
  background-color: #fff;
  text-align: center;
}

.footer.center.career {
  position: relative;
}

.footer.pages {
  position: relative;
  z-index: 9999;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 411px;
  float: none;
  clear: none;
  background-color: rgba(133, 84, 57, .85);
}

.footer.pages.contact {
  margin-top: -19px;
}

.footer.pages.about {
  margin-top: 3px;
}

.footer.pages.menupages {
  margin-top: 613px;
}

.footer.pages.menupages.mobile-menu {
  position: relative;
  margin-top: 324px;
  background-color: rgba(49, 43, 45, .62);
}

.footer-text {
  width: 47%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  color: #4b4b4b;
  font-size: 14px;
  text-align: left;
}

.footer-text.right {
  width: 30%;
  float: right;
  color: #4b4b4b;
  text-align: right;
}

.footer-text.tel {
  width: 13%;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  width: auto;
  margin-top: 0px;
  float: none;
}

.form.career {
  width: auto;
}

.navbar {
  position: static;
  width: 100%;
  background-color: #fff;
  color: #131313;
}

.nav-menu {
  float: none;
}

.nav-link {
  margin-right: 47px;
  margin-left: 47px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #555;
}

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

.nav-link.first {
  margin-left: 0px;
  font-weight: 700;
}

.nav-link.first:hover {
  color: #555;
}

.nav-link.first.w--current {
  color: gray;
}

.nav-link.last {
  margin-right: 0px;
  color: #353535;
}

.call {
  width: 51%;
  padding-bottom: 0px;
  float: right;
}

.address {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #4a4c4e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.address.big {
  padding-top: 0px;
  border-bottom: 1px none #ccc;
  font-family: Oswald, sans-serif;
  color: #858585;
  font-size: 41px;
  line-height: 68px;
  font-weight: 300;
  letter-spacing: 0px;
}

.slide2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  
}

.gallery2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Horfan.jpg');
  background-size: cover;
}

.gallery3a {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/malajibao.jpg');
  background-size: cover;
}

.gallery4 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Mangopuding.jpg');
  background-size: cover;
}

.gallery5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/qiazhi.jpg');
  background-size: cover;
}

.gallery6 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Gallery to add - GARLIC RED GAROUPA.jpg');
  background-size: cover;
}

.gallery7 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Gallery to add - Crispy Rice Crab with Soup.jpg');
  background-size: cover;
}

 .gallery8 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Gallery to add - House Special Mushroom Bun - Char Siew Flavour.jpg');
  background-size: cover;
}

 .gallery9 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Favourite-Dim-Sum.jpg');
  background-size: cover;
}

 .gallery10 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Crispy-Fried-Chicken.jpg');
  background-size: cover;
}

 .gallery11 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  background-position: 50% 50%;
  background-image: url('../images/Carrot-Cake.jpg');
  background-size: cover;
}

.slide1 {
  display: inline-block;
  height: 100%;
  min-height: 824px;
  margin-top: 0px;
  padding: 0px;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide1.gallery1 {
  min-height: 824px;
  background-image: url('../images/prawn.jpg');
}

.arrow {
  display: none;
  width: 60px;
  height: 80px;
  margin-left: -1px;
  background-color: hsla(0, 0%, 97%, .6);
  color: #7a7a7a;
  font-size: 28px;
  line-height: 75px;
}

.arrow._2 {
  margin-right: 0px;
  margin-left: 20px;
}

.map {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  overflow: visible;
  height: 100%;
  background-image: url('../images/about-header.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map.menu-head {
  position: static;
  background-image: none;
}

.map.dish {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/menu-head.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.map.dish.mobile.about {
  background-image: url('../images/about-header.jpg');
}

.map.dish.mobile.career {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/sanbei.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/sanbei.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.map.contact {
  background-image: url('../images/contact-head.jpg');
  background-size: cover;
}

.paragraph-white {
  margin-top: 0px;
  margin-bottom: 96px;
  float: left;
  color: #fff;
  font-size: 18px;
}

.container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 50px;
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 0px;
}

.container.menu.desktop {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
}

.text-container {
  width: 54%;
  padding-left: 41px;
  float: right;
  font-size: 20px;
  font-weight: 400;
}

.text-container.other {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 0px;
  float: none;
}

.call-top {
  width: auto;
  border-bottom: 1px solid #ccc;
}

.facebook {
  padding: 12px;
  float: left;
}

.calltext {
  float: left;
}

.nav-slide {
  display: none;
}

.nav {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  background-color: #5b2032;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .26);
}

.bar {
  position: static;
  display: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #fff;
}

.nlink {
  margin-top: 0px;
  padding: 18px 33px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nlink:hover {
  background-color: #f0f0f0;
}

.nlink.w--current {
  color: #6f7070;
}

.menu {
  float: left;
}

.top-address {
  padding-top: 11px;
  float: right;
}

.fb {
  margin-left: 3px;
  float: left;
}

.icon {
  font-family: 'Fontawesome webfont', sans-serif;
}

.fa {
  width: 10px;
  height: 10px;
}

.fa.fa-phone {
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  color: #5b2032;
}

.fa.fa-home {
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  color: #5b2032;
}

.fa.fa-map-o {
  color: #5b2032;
}

.container-text {
  position: static;
  display: block;
  height: 100%;
  margin-top: 280px;
}

.container-text.gallery {
  position: relative;
  left: 75px;
  margin-top: 495px;
  text-align: right;
}

.bg {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  clear: none;
  background-image: url('../images/menu-head.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.body-menu {
  overflow: visible;
  height: 100%;
}

.wrapper {
  position: static;
  background-image: url('../images/menu-head.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mask {
  min-height: 799px;
}

.contact {
  padding-top: 17px;
}

.address-box {
  width: 50%;
  float: left;
}

.add {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.form-top {
  padding-bottom: 18px;
  color: #fff;
  font-size: 20px;
}

.link-b {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 11px;
  padding: 4px 9px 9px;
  float: left;
}

.im {
  width: 46%;
  float: left;
}

.arrow-gallery {
  left: -20px;
  width: 53px;
  height: 58px;
  margin: 515.5px 0px 515.5px 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #3b1a24;
  color: #b1a9a9;
  font-size: 28px;
  line-height: 57px;
}

.arrow-gallery.right {
  left: 7px;
  border-radius: 8px 0px 0px 8px;
}

.hover-menu {
  display: none;
}

.bnbar {
  background-color: hsla(0, 0%, 100%, 0);
}

.view {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.head-menu {
  margin-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  color: #fff;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
}

.table {
  display: block;
  color: #fff;
}

.embed {
  position: static;
  display: block;
}

.container-block {
  position: static;
  display: block;
  height: 100%;
  min-height: auto;
}

.textblock {
  overflow: hidden;
  clear: none;
}

.number {
  width: 20%;
  float: left;
}

.desc {
  width: 50%;
  float: left;
}

.price {
  width: 30%;
  float: left;
}

.menu-text {
  color: #e4eef7;
}

.menu-link {
  margin-right: 38px;
  margin-left: 38px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.menu-link:hover {
  background-color: #77283b;
  text-decoration: none;
}

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

.bar-n {
  background-color: transparent;
}

.nmenu {
  float: none;
}

.list {
  width: 30%;
  padding-left: 0px;
  float: left;
  list-style-type: none;
}

.list.right {
  width: 70%;
  float: left;
}

.item {
  height: 22px;
  margin-bottom: 6px;
  color: #fff;
  text-align: right;
}

.item.right {
  margin-bottom: 6px;
  padding-left: 29px;
  font-weight: 300;
  text-align: left;
}

.p {
  color: #fff;
  font-size: 18px;
}

.p.career {
  font-size: 28px;
  line-height: 38px;
  text-shadow: 1px 1px 6px #000;
}

.liner {
  width: 20%;
  height: 10px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  border-top: 1px solid #fff;
}

.link {
  float: left;
  text-decoration: none;
}

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

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

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

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

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

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: none;
}

@media (max-width: 991px) {
  .button.full-width {
    background-color: #b3202c;
  }
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .navigation-bar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .section.about {
    min-height: 413px;
  }
  .hero-section.centered {
    height: 612px;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-section.centered.career {
    position: static;
    min-height: 900px;
    padding-top: 0px;
  }
  .hero-heading.gallery.long {
    font-size: 31px;
  }
  .section-subheading.white {
    position: relative;
    z-index: 1;
  }
  .section-title-group {
    margin-top: 116px;
    margin-left: 31px;
  }
  .section-title-group.menu-desktop {
    position: absolute;
    z-index: 1;
    margin-top: 106px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .footer.pages.menupages.mobile-menu {
    margin-top: 479px;
    background-color: rgba(49, 43, 45, .62);
  }
  .footer-text {
    width: 100%;
    text-align: center;
  }
  .footer-text.right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-text.tel {
    width: 100%;
    text-align: center;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .nav-link.w--current {
    position: relative;
  }
  .call {
    width: 70%;
  }
  .slide2.gallery2 {
    min-height: 524px;
  }
  .slide2.gallery3 {
    min-height: 524px;
    background-image: url('../images/malajibao.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .slide2.gallery4 {
    min-height: 524px;
  }
  .slide2.gallery5 {
    min-height: 524px;
    background-image: url('../images/qiazhi.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
  }
  .slide2.gallery7 {
    background-position: 50% -97px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery9 {
    background-position: 50% -129px;
    background-size: cover;
  }
  .slide2.gallery10 {
    background-position: 50% -135px;
  }
  .slide2.gallery11 {
    background-position: 50% -107px;
    background-size: cover;
  }
  .slide1.gallery1 {
    display: inline-block;
    height: auto;
    min-height: 524px;
  }
  .container {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .text-container {
    width: 100%;
    padding-top: 21px;
    padding-left: 0px;
    float: none;
  }
  .navigation-top {
    display: none;
  }
  .nav {
    position: relative;
    top: 0px;
    display: block;
  }
  .menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80%;
    float: none;
  }
  .container-text.gallery {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .mask {
    min-height: 524px;
  }
  .menu-b {
    padding: 16px;
    color: #2c2c2c;
    font-size: 22px;
  }
  .menu-b.w--open {
    float: right;
  }
  .im {
    width: 100%;
    float: none;
    text-align: center;
  }
  .arrow-gallery {
    display: block;
  }
  .number {
    width: 15%;
  }
  .desc {
    width: 65%;
  }
  .price {
    width: 20%;
  }
  .button2 {
    display: block;
  }
  .menu-mobile {
    position: relative;
    display: block;
    float: none;
  }
  .menu-button {
    color: #fff;
  }
  .menu-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-n {
    position: relative;
    z-index: 9999;
  }
  .nmenu {
    position: absolute;
    right: 0px;
    z-index: 9999;
    background-color: #5b2032;
  }
  .mb {
    color: #fff;
  }
  .mb.w--open {
    background-color: #31101a;
  }
  .item {
    height: 40px;
  }
  .item.tel {
    height: 24px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
    background-color: #b3202c;
  }
  .button.tab {
    font-size: 12px;
  }
  .navigation-bar {
    position: relative;
    display: block;
  }
  .section.about {
    min-height: 323px;
  }
  .section.about.menu {
    min-height: auto;
  }
  .section.about.menu.mobilem {
    display: block;
    width: 90%;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    display: inline-block;
    width: 100%;
    height: 524px;
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .hero-section.centered.career {
    padding-top: 0px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
    text-align: center;
  }
  .hero-heading.gallery.long.white {
    font-size: 24px;
  }
  .hero-subheading {
    font-size: 18px;
    text-align: center;
  }
  .section-subheading.white {
    position: absolute;
  }
  .section-subheading.white.big {
    font-size: 33px;
  }
  .section-subheading.white.big.career {
    position: static;
    text-align: left;
  }
  .section-title-group.menu-desktop {
    position: absolute;
    z-index: 10;
    margin-top: 105px;
    margin-right: 11px;
    margin-left: 14px;
  }
  .form-field.text-area {
    display: block;
  }
  .form-wrapper {
    width: 100%;
    padding: 9px;
  }
  .footer.center {
    position: relative;
  }
  .footer.pages {
    padding: 24px;
  }
  .footer.pages.menupages.mobile-menu {
    margin-top: 300px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: rgba(49, 43, 45, .62);
  }
  .footer-text {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-text.right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-text.tel {
    width: 100%;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .call {
    width: 77%;
  }
  .address.big {
    width: 100%;
    font-size: 32px;
  }
  .slide2 {
    min-height: 524px;
  }
  .slide1 {
    min-height: 524px;
  }
  .map {
    height: auto;
  }
  .map.dish.mobile {
    z-index: 9;
  }
  .map.contact {
    background-size: cover;
  }
  .paragraph-white {
    padding-right: 12px;
    padding-left: 12px;
  }
  .text-container {
    width: 100%;
  }
  .call-top {
    width: auto;
    margin-right: 20px;
  }
  .facebook {
    float: left;
  }
  .calltext {
    width: 93%;
    float: left;
  }
  .nav {
    position: relative;
    top: 0px;
  }
  .bar {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container-text {
    margin-top: 117px;
  }
  .container-text.gallery {
    margin-top: 432px;
  }
  .address-box {
    width: 100%;
  }
  .im {
    width: 100%;
    float: none;
    text-align: center;
  }
  .button-home {
    text-align: center;
  }
  .arrow-gallery {
    display: none;
  }
  .number {
    width: 15%;
  }
  .desc {
    width: 55%;
  }
  .price {
    width: 25%;
  }
  .menu-text {
    font-size: 15px;
  }
  .menu-link {
    margin-left: 0px;
  }
  .bar-n {
    z-index: 99999;
  }
  .nmenu {
    z-index: 9999;
    background-color: #5b2032;
  }
  .mb.w--open {
    background-color: #31101a;
  }
  .menu-section {
    margin-left: 14px;
  }
  .item {
    height: 30px;
  }
  .p.career {
    display: block;
    font-size: 22px;
    text-align: left;
  }
  .link {
    width: 76%;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .button.full-width {
    background-color: #b3202c;
  }
  .navigation-bar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
  }
  .navigation-bar.home {
    position: relative;
  }
  .brand-link {
    width: 20%;
  }
  .brand-link.w--current {
    width: 20%;
  }
  .section.about {
    min-height: 196px;
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .section.about.menu.mobilem {
    padding-top: 20px;
  }
  .section.about.contact {
    min-height: 166px;
  }
  .hero-section.centered {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }
  .hero-section.centered.career {
    height: 800px;
    min-height: auto;
    padding-top: 9px;
  }
  .hero-heading {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 29px;
  }
  .hero-heading.gallery {
    margin-top: 18px;
    font-size: 20px;
    line-height: 23px;
  }
  .hero-heading.gallery.white {
    color: #000;
    text-shadow: 1px 1px 0 #fff;
  }
  .hero-heading.gallery.long.white {
    font-size: 13px;
  }
  .hero-subheading {
    margin-bottom: 0px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.white {
    position: relative;
    margin-top: 6px;
    font-size: 19px;
  }
  .section-subheading.white.big {
    margin-top: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  .section-subheading.white.career {
    text-align: left;
  }
  .section-title-group {
    margin-top: 1px;
    margin-bottom: 24px;
    margin-left: 0px;
    line-height: 20px;
  }
  .section-title-group.pages {
    margin-right: 11px;
    margin-left: 11px;
  }
  .section-title-group.menu-desktop {
    position: static;
    top: -27px;
    display: inline-block;
    margin-top: 22px;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 11px;
    padding-left: 11px;
  }
  .footer.center {
    position: relative;
    display: block;
  }
  .footer.center.about {
    position: relative;
  }
  .footer.pages {
    z-index: 999;
    margin-top: 0px;
    padding-top: 18px;
    background-color: #855339;
  }
  .footer.pages.menupages.mobile-menu {
    margin-top: 0px;
    padding: 0px;
    background-color: rgba(78, 22, 22, .94);
  }
  .footer-text {
    width: 100%;
    text-align: center;
  }
  .footer-text.right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .grid-image {
    width: 35%;
  }
  .nav-link {
    position: static;
    clear: none;
  }
  .call {
    width: 100%;
    float: none;
    clear: none;
  }
  .address {
    display: block;
    padding-left: 0px;
    float: none;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .address.big {
    width: 100%;
    padding-top: 17px;
    padding-left: 7px;
    float: left;
    font-size: 24px;
    line-height: 20px;
  }
  .slide2 {
    position: relative;
    display: inline-block;
    height: 100vh;
    min-height: auto;
  }
  .slide2.gallery2 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery3 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery4 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery5 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery6 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery7 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery8 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery9 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery10 {
    height: auto;
    min-height: 424px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2.gallery11 {
    min-height: 424px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide1 {
    position: static;
    display: inline-block;
    height: 100vh;
    min-height: auto;
  }
  .slide1.gallery1 {
    display: inline-block;
    height: 100vh;
    min-height: auto;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .map {
    background-position: 50% 0px;
    background-size: contain;
  }
  .map.dish {
    position: static;
    background-position: 50% 0px;
    background-size: cover;
  }
  .map.dish.mobile {
    padding-top: 2px;
  }
  .map.dish.mobile.about {
    padding-top: 0px;
    background-image: url('../images/about-header.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .map.dish.mobile.contact {
    background-size: cover;
  }
  .map.contact {
    background-size: contain;
  }
  .paragraph-white {
    padding-right: 7px;
    padding-left: 7px;
  }
  .container {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline;
    height: 4px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container.menu {
    top: -166px;
  }
  .text-container {
    padding-left: 0px;
    background-color: rgba(59, 38, 26, .85);
  }
  .text-container.other {
    padding-top: 0px;
    background-color: transparent;
  }
  .add-top {
    width: 78%;
    float: right;
  }
  .call-top {
    width: 75%;
    margin-right: 0px;
    padding-bottom: 0px;
    float: left;
    border-bottom: 1px none #000;
  }
  .facebook {
    width: 10%;
    padding: 18px 0px 0px;
    float: left;
    clear: none;
  }
  .calltext {
    width: 100%;
    float: left;
    clear: none;
  }
  .navigation-top {
    display: none;
  }
  .nav {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
  }
  .nav.home {
    position: absolute;
    left: 0px;
    top: 103px;
    right: 0px;
  }
  .top-address {
    float: left;
    text-align: left;
  }
  .container-text {
    display: block;
    height: auto;
    min-height: auto;
    margin-top: 48vh;
    padding-top: 0px;
  }
  .container-text.gallery {
    margin-top: 60vh;
  }
  .mask {
    position: relative;
    display: block;
    height: auto;
    min-height: auto;
  }
  .address-box {
    width: 100%;
  }
  .arrow-gallery {
    display: block;
  }
  .bnbar {
    position: relative;
  }
  .head-menu {
    color: #fff;
  }
  .number {
    width: 100%;
  }
  .desc {
    width: 100%;
  }
  .price {
    width: 100%;
  }
  .menu-text {
    color: #fff;
  }
  .button2 {
    float: none;
  }
  .button2.w--open {
    position: relative;
  }
  .menu-mobile {
    position: static;
    display: block;
    float: none;
    clear: none;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    position: relative;
    display: block;
    float: right;
  }
  .container-menu {
    position: static;
    display: block;
    clear: none;
  }
  .menu-link {
    margin-right: 0px;
  }
  .container-n {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
  }
  .nmenu {
    position: absolute;
    z-index: 99999;
    background-color: #5b2032;
  }
  .mb.w--open {
    background-color: #31101a;
  }
  .menu-section {
    margin-left: 14px;
  }
  .item {
    height: 38px;
  }
  .item.right.tel {
    height: 20px;
  }
  .item.tel {
    height: 20px;
  }
  .p.career {
    line-height: 30px;
    text-align: left;
  }
  .liner {
    border-top-color: #fff;
  }
  .link {
    width: 90%;
  }
  .top {
    height: 100vh;
  }
  .arrow-right {
    position: absolute;
    display: none;
    height: auto;
  }
  .arrow-left {
    position: absolute;
    display: none;
    height: auto;
  }
  .topbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}