body {
  height: 100%;
  font-family: 'Droid Serif', serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-bottom: 5px;
  color: #818181;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

a {
  color: #323232;
}

.button {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 17px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #c0a756;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #fff;
  color: #fff;
}

.button.button-color {
  margin-left: 0px;
  background-color: #c0a756;
  color: #fff;
}

.button.button-color:hover {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #c0a756;
  color: #c0a756;
}

.button.button-color.float-right {
  float: none;
}

.header {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #fff;
}

.navigation-link {
  margin-left: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Droid Serif', serif;
}

.navigation-link:hover {
  color: #c0a756;
}

.navigation-link.w--current {
  color: #c0a756;
}

.brand {
  padding-top: 17px;
  padding-bottom: 17px;
}

.banner {
  position: relative;
  height: 600px;
  background-color: #474747;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20160608_113056.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20160608_113056.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section {
  padding: 37px 10px 100px;
}

.section.parallax {
  background-image: url('../images/backg4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-text {
  text-align: center;
}

.space {
  margin-top: 60px;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.left-big-image {
  overflow: hidden;
  height: 650px;
  max-height: 650px;
  background-image: url('../images/20151130_153801.jpg');
  background-position: 0px 100%;
  background-size: 720px;
  background-repeat: no-repeat;
}

.left-service {
  overflow: hidden;
  height: 650px;
  max-height: 650px;
  padding-top: 76px;
  padding-right: 10px;
  padding-left: 80px;
  background-color: #fafafa;
}

.small-left-services {
  margin-top: 10px;
}

.left-icon-services {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  float: left;
  border-radius: 100%;
  background-color: #c0a756;
}

.left-icon-services.icon-1 {
  background-image: url('../images/car_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.left-icon-services.icon-2 {
  background-image: url('../images/map-marker_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.left-icon-services.icon-3 {
  background-image: url('../images/home_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.left-service-wrapper {
  overflow: hidden;
}

.no-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-ttile {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}

.team-wrapper {
  position: relative;
  overflow: hidden;
}

.team-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 167, 86, .8);
  opacity: 0;
}

.social-icon-team {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.social-icon {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.social-icon:hover {
  opacity: 1;
}

.hero {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #c0a756;
  color: #fff;
  font-size: 19px;
  line-height: 48px;
}

.column-align-right {
  text-align: right;
}

.space-in-left {
  overflow: hidden;
  width: 50%;
  height: 300px;
  max-height: 300px;
  padding-top: 30px;
  padding-right: 39px;
  padding-left: 39px;
  float: left;
  background-color: #f4f4f4;
}

.space-in-left.photo {
  background-image: url('../images/perisian-saute.jpg');
  background-size: 500px;
}

.space-in-left.photo.photo-2 {
  background-image: url('../images/med-pasta.jpg');
  background-position: 34% 50%;
  background-size: 580px;
}

.space-in-left.photo.photo-3 {
  background-image: url('../images/Combination-platter.jpg');
  background-position: 5% 44%;
  background-size: 575px;
  background-repeat: repeat-x;
}

.navigation-dot {
  position: relative;
  padding-top: 20px;
  opacity: 0.55;
  font-size: 10px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.small-space {
  margin-top: 20px;
}

.small-space.more-space {
  margin-top: 40px;
  text-align: left;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 111px;
  background-color: #323232;
}

.features-title {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.paragraph-lighter {
  color: #fff;
}

.image-in-footer {
  overflow: hidden;
  height: 140px;
  max-height: 300px;
}

.text-field {
  height: 50px;
  color: #919191;
}

.form-message {
  background-color: #c0a756;
  color: #fff;
}

.error-message {
  background-color: #ff6e6e;
}

.social-footer {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #c0a756;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.social-footer:hover {
  background-color: #1a1a1a;
}

.social-footer.twiter {
  background-image: url('../images/twitter.svg');
}

.social-footer.rss {
  background-image: url('../images/rss.svg');
}

.small-bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #2e2e2e;
}

.center {
  text-align: center;
}

.inner-banner {
  position: relative;
  height: 400px;
  background-color: #707070;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/perisian-saute.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/perisian-saute.jpg');
  background-position: 0px 0px, 0% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.inner-banner-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/med-pasta.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/med-pasta.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.inner-banner-2.dessert {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coffee-cup-1149512_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coffee-cup-1149512_1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.inner-banner-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20151226_211547.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20151226_211547.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.inner-banner.inner-banner-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20160210_160007-2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20160210_160007-2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.arrow-pattern {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 23px;
  background-image: url('../images/triangle.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.center-sub-text {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.sub-title {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 2px;
  background-color: #c0a756;
  color: #fff;
}

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

.white {
  color: #fff;
}

.testimonials-wrapper {
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
}

.testimonials-paragraph {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.testimonials-name {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.contact-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  border-bottom: 2px solid #c0a756;
  background-image: url('../images/mobile-phone_c0a756_100.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.contact-icon.icon-2 {
  background-image: url('../images/envelope-o_c0a756_100.png');
  background-size: 40px;
}

.contact-icon.icon-3 {
  background-image: url('../images/desktop_c0a756_100.png');
  background-size: 40px;
}

.contact-icon.icon-4 {
  background-image: url('../images/map-marker_c0a756_100.png');
  background-size: 40px;
}

.text-area {
  padding-bottom: 104px;
}

.center-container {
  position: relative;
  top: 34%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.big-title-banner {
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 80px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.color {
  color: #c0a756;
}

.sub-text-title {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.navigation-menu {
  bottom: -24px;
}

.email {
  color: hsla(0, 0%, 100%, .85);
  text-decoration: none;
}

.email:hover {
  color: #c0a756;
}

.middle-row {
  padding-bottom: 0px;
}

.about-casbah {
  margin-top: 0px;
  padding-bottom: 0px;
}

.about-paragraph {
  margin-bottom: 3px;
}

.link {
  color: #fff;
}

.about-picture {
  width: auto;
  height: 599px;
  margin-top: 40px;
}

.about-columns {
  padding-bottom: 54px;
}

.menu-heading {
  margin-bottom: 0px;
  padding-bottom: 26px;
  padding-left: 29px;
  font-family: Playball, sans-serif;
  color: #e9c44e;
  font-size: 68px;
}

.menu-heading.menus {
  margin-top: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}

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

.email1 {
  text-align: center;
}

.address1 {
  text-align: center;
}

.phone1 {
  text-align: center;
}

.title-text {
  margin-bottom: 40px;
}

.ceter-footer {
  text-align: center;
}

.menu-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 178px;
}

.link-yo {
  color: #fff;
}

.litl {
  width: 25%;
  margin-bottom: 15px;
}

.paragraph-body {
  font-size: 15px;
  line-height: 22px;
}

html.w-mod-js *[data-ix="fade-in-big-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -79px) scale(0.5, 0.5);
  -ms-transform: translate(0px, -79px) scale(0.5, 0.5);
  transform: translate(0px, -79px) scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-in-sub-text-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 79px) scale(0.5, 0.5);
  -ms-transform: translate(0px, 79px) scale(0.5, 0.5);
  transform: translate(0px, 79px) scale(0.5, 0.5);
}

@media (max-width: 991px) {
  .navigation-link {
    max-width: 100%;
    margin-left: 0px;
    color: #fff;
  }
  .navigation-link.w--current {
    background-color: #c0a756;
    color: #fff;
  }
  .banner {
    height: 500px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .left-big-image {
    background-position: 50% 100%;
  }
  .left-service {
    height: auto;
    max-height: 600px;
    margin-bottom: 52px;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 45px;
  }
  .hero {
    text-align: center;
  }
  .column-align-right {
    text-align: center;
  }
  .space-in-left {
    height: 350px;
    max-height: 700px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .space-in-left.photo.photo-2 {
    background-size: 625px;
  }
  .space-in-left.photo.photo-3 {
    background-position: -57px 50%;
  }
  .footer {
    padding-top: 29px;
    padding-bottom: 120px;
  }
  .paragraph-lighter {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }
  .inner-banner {
    height: 300px;
  }
  .center-container {
    top: 40%;
  }
  .big-title-banner {
    font-size: 58px;
  }
  .sub-text-title {
    font-size: 12px;
  }
  .navigation-menu {
    background-color: rgba(0, 0, 0, .86);
  }
  .hamburger {
    left: -24px;
    top: 32px;
    bottom: -22px;
    padding-top: 18px;
    background-color: rgba(252, 193, 2, .56);
    color: rgba(51, 12, 12, .84);
  }
  .hamburger.w--open {
    border-radius: 100%;
    background-color: #c0a756;
  }
  .middle-row {
    padding-bottom: 0px;
  }
  .paragraph-2-testimonial {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 22px;
  }
  .about-columns {
    padding-top: 16px;
  }
  .menu-heading.menus {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .button.button-color {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .section {
    padding-bottom: 0px;
  }
  .top-text {
    padding-bottom: 0px;
  }
  .top-text.catering-and-events {
    padding-bottom: 40px;
  }
  .space {
    padding-bottom: 27px;
  }
  .service-wrapper {
    margin-bottom: 40px;
  }
  .left-service {
    height: auto;
    max-height: 650px;
    padding-top: 30px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .paragraph-ttile {
    font-size: 13px;
  }
  .team-overlay {
    display: block;
  }
  .space-in-left {
    width: 100%;
    height: auto;
    padding-bottom: 12px;
  }
  .space-in-left.photo {
    width: 100%;
    height: 300px;
    background-position: 0px 0px;
    background-size: 550px;
  }
  .space-in-left.photo.photo-3 {
    background-size: 625px;
  }
  .navigation-dot {
    margin-top: 12px;
    padding-top: 0px;
  }
  .small-space.more-space {
    text-align: left;
  }
  .paragraph-lighter {
    font-size: 13px;
  }
  .menu-wrapper {
    padding-top: 24px;
  }
  .big-title-banner {
    font-size: 48px;
    line-height: 65px;
  }
  .sub-text-title {
    font-size: 10px;
    line-height: 34px;
    letter-spacing: 5px;
  }
  .ipad-space {
    margin-bottom: 30px;
  }
  .about-picture {
    text-align: center;
  }
  .menu-heading {
    padding-left: 11px;
  }
  .menu-heading.vegie {
    padding-left: 10px;
  }
  .menu-heading.menus {
    text-align: center;
  }
  .menu-container {
    padding-bottom: 40px;
  }
  .bottom-column {
    padding-bottom: 38px;
  }
  .litl {
    width: 40%;
  }
}

@media (max-width: 479px) {
  .button.button-color {
    margin-bottom: 0px;
    padding-bottom: 9px;
  }
  .left-service {
    height: auto;
    max-height: 766px;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .hero {
    line-height: 30px;
  }
  .column-align-right {
    margin-top: 15px;
  }
  .space-in-left {
    overflow: visible;
    max-height: 700px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-dot {
    margin-top: 10px;
  }
  .small-space {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .paragraph-lighter {
    margin-top: 13px;
    line-height: 17px;
  }
  .text-field {
    margin-top: 18px;
    padding-top: 8px;
  }
  .testimonials-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .big-title-banner {
    font-size: 54px;
    line-height: 48px;
  }
  .big-title-banner.catering-and-events-title {
    font-size: 38px;
  }
  .sub-text-title {
    margin-top: 30px;
    line-height: 14px;
  }
  .paragraph-2-testimonial {
    width: auto;
    margin-bottom: 0px;
    line-height: 20px;
  }
  .about-picture {
    margin-top: 0px;
  }
  .about-columns {
    padding-top: 0px;
  }
  .menu-heading {
    font-size: 52px;
    text-align: left;
  }
  .litl {
    width: 50%;
  }
}

