body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: block;
  margin: 0 auto -19px;
  padding: 25px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #e33068;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.button {
  display: inline-block;
  margin: 20px auto 10px 16px;
  padding: 6px 15px;
  border: 2px solid #d41350;
  border-radius: 3px;
  background-color: #fa2d30;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.button.lined {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #e01619;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.lined:hover {
  background-color: #14ba4b;
  color: #000;
}

.button.lined-negative {
  display: inline-block;
  margin-left: 9px;
  border-color: #000;
  background-color: #fff;
  color: #000;
}

.button.lined-negative:hover {
  background-color: #000;
  color: #fff;
}

.button.full {
  clear: none;
  border-color: #13877a;
  background-color: #000;
}

.button.full:hover {
  border-color: #000;
  background-color: #000;
}

.logo-container {
  display: block;
  margin-bottom: 19px;
  float: none;
  background-color: #000;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.88);
  text-align: center;
}

.nav-link {
  margin-top: -1px;
  padding: 20px 25px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.09);
  border-right: 1px none #2b2b2b;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: lowercase;
}

.nav-link:hover {
  border-top-color: #e33068;
  background-color: #343638;
  color: #919191;
  text-decoration: none;
  text-transform: lowercase;
}

.nav-link.w--current {
  padding-bottom: 30px;
  color: #14baa7;
}

.nav-menu-container {
  float: none;
  border-top: 1px solid #2b2b2b;
  background-color: #fa2d30;
}

.nav-menu-container:hover {
  background-color: #000;
}

.header {
  height: 800px;
  padding-top: 350px;
  background-color: #2d3136;
  background-image: url('../images/hero4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  line-height: 20px;
  text-shadow: 1px 1px 6px #000;
}

.container.location {
  line-height: 80px;
  text-align: center;
}

.header-title {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 45px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 3px 0 3px rgba(0, 0, 0, 0.8);
}

.header-title._2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: transparent;
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.header-title._3 {
  display: block;
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  line-height: 5px;
}

.header-title._4 {
  display: inline-block;
  margin-top: 57px;
  margin-bottom: 19px;
  padding: 0px 15px;
  border-radius: 3px;
  background-color: rgba(30, 33, 36, 0.6);
  color: #f2f2f2;
  font-size: 13px;
  line-height: 49px;
  text-transform: none;
  text-shadow: none;
}

.important-text {
  display: inline-block;
  font-weight: 800;
  text-shadow: 4px 0 5px rgba(0, 0, 0, 0.9);
}

.page-content {
  margin-top: 11px;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 135px;
}

.fixed-image {
  position: static;
  display: block;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/papispizza-man.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fixed-image.second {
  background-image: url('../images/plainpizza.jpg');
}

.map {
  height: 400px;
}

.google-map {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  padding-bottom: 85px;
}

.map-overlay {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 400px;
  margin-top: -47px;
  margin-bottom: -400px;
  padding-top: 120px;
  background-color: #fa2d30;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #06992d;
}

.map-overlay:hover {
  background-color: rgba(23, 148, 6, 0.63);
}

.title-black {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.title-black.description {
  margin-top: 1px;
  margin-bottom: 21px;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.paragraph-white {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.bottom-footer {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #000;
  text-align: center;
}

.slider-home {
  height: 100%;
  background-color: #363636;
}

.slider-home-slide {
  background-image: url('../images/ingredients.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-home-slide._2 {
  background-image: url('../images/gourmet.jpg');
}

.slider-home-slide._3 {
  background-image: url('../images/buffwings.jpg');
}

.menu-title {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-title._2 {
  margin-top: -7px;
  margin-bottom: 30px;
  color: #c2c2c2;
  font-size: 23px;
  font-weight: 300;
  text-transform: capitalize;
}

.menu-title.price {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 11px;
  padding: 5px 9px;
  border-radius: 3px;
  background-color: #e01656;
  color: #fff;
  font-size: 15px;
}

.menu-title.price.tip {
  background-color: #14baa7;
}

.menu-title.small {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
}

.menu-container {
  margin-top: 55px;
  padding: 0px 150px;
  text-align: center;
}

.menu-item {
  padding: 30px 110px;
  border-bottom: 1px solid #ededed;
}

.menu-item:hover {
  background-color: #f2f2f2;
}

.menu-item.end {
  margin-bottom: 40px;
}

.section-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title._2 {
  margin-top: 0px;
  opacity: 1;
  color: #fa2d30;
  font-size: 30px;
  font-weight: 300;
}

.section-title._2:hover {
  background-color: transparent;
}

.form-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #000), color-stop(84%, rgba(0, 0, 0, 0.7))), url('../images/zooshi-0.jpg');
  background-image: linear-gradient(180deg, #000 31%, rgba(0, 0, 0, 0.7) 84%), url('../images/zooshi-0.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contact-form-container {
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

.field {
  height: 60px;
  margin-bottom: 0px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, 0.5), 0 0 3px 0 transparent, 0 0 0 0 #000;
  font-family: 'Open Sans', sans-serif;
}

.field:hover {
  border: 2px solid #fff;
  font-weight: 800;
}

.field:active {
  border-color: #14baa7;
}

.field:focus {
  border-color: #14baa7;
}

.field.area {
  height: 190px;
  padding-top: 18px;
}

.field.dropdown {
  margin-top: 5px;
  margin-bottom: 5px;
}

.field.odd {
  background-color: #e8e8e8;
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, 0.5), 0 0 0 0 #000;
}

.submit-button {
  width: 100%;
  margin-top: 15px;
  border: 2px solid #138f80;
  border-radius: 3px;
  background-color: #14baa7;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.info-title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
}

.info-title._2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fa2d30;
  font-weight: 300;
}

.info-title.intro-1 {
  margin-top: 31px;
  margin-bottom: -5px;
  padding-top: 0px;
  color: #fa2d30;
  text-decoration: underline;
}

.info-title.intro-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.slider-arrow {
  width: 35px;
  height: 35px;
  padding-top: 7px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 20px;
  font-weight: 700;
}

.slider-arrow:hover {
  border-radius: 35px;
  background-color: #000;
}

.divider-bock {
  height: 65px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-icon {
  background-color: transparent;
  opacity: 0.2;
}

.divider-icon.negative {
  opacity: 0.49;
}

.divider-icon-block {
  position: relative;
  z-index: 1;
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 40px;
  background-color: #fff;
}

.divider-icon-block.negative {
  padding-top: 13px;
  padding-right: 13px;
  padding-left: 13px;
  background-color: #000;
}

.divider-icon-block.color {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #2d3136;
}

.divider-line-with-icon {
  height: 2px;
  margin-top: -33px;
  background-color: #d9d9d9;
}

.divider-line-with-icon.negative {
  background-color: #333;
}

.divider-line-with-icon.white {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.09);
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}

.highlight-menu-item {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-top: 1px none #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  text-align: left;
}

.highlight-menu-item:hover {
  border-bottom-color: #e01656;
}

.highlight-menu-item.right-align {
  text-align: right;
}

.small-image {
  width: 165px;
  height: auto;
  margin-right: 24px;
  margin-bottom: 22px;
  float: left;
  border-radius: 3px;
}

.small-image.right-align {
  margin-right: 0px;
  margin-left: 24px;
  float: right;
}

.column-left {
  padding-right: 30px;
  padding-left: 0px;
}

.column-right {
  padding-right: 0px;
  padding-left: 30px;
}

.half-width {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
}

.half-width._2 {
  padding-top: 90px;
  padding-right: 90px;
  background-color: #f30202;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: right;
}

.half-width._2:hover {
  background-color: #000;
}

.half-width-text-container {
  width: 430px;
  margin-top: 75px;
  padding-bottom: 0px;
  float: right;
  text-align: center;
}

.success-bg {
  padding-top: 15px;
  border: 2px solid #d4ffa3;
  border-radius: 3px;
  background-color: #9ad952;
}

.intro-image {
  width: auto;
  height: 200px;
  margin-bottom: 20px;
}

.intro-column {
  padding-top: 10px;
  padding-bottom: 30px;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.intro-column:hover {
  border-color: #e3e3e3;
}

.hidden-overlay-block {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: red;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.hidden-overlay-block:hover {
  padding-top: 98px;
  opacity: 1;
}

.hidden-container {
  display: block;
  margin-top: 1px;
  padding-right: 150px;
  padding-left: 150px;
}

.circle-ad {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 80px;
  height: 80px;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #0a8c1b;
  border-radius: 90px;
  background-color: #14ba4b;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.circle-ad-title {
  margin-bottom: -5px;
  color: #fff;
  font-size: 21px;
}

.circle-ad-title._2 {
  font-size: 18px;
  font-weight: 400;
}

.error-message {
  padding-top: 12px;
  border-radius: 3px;
}

.footer-list {
  margin-top: 40px;
}

.footer-list-item {
  padding: 5px 8px;
}

.footer-list-item.odd {
  margin-top: -26px;
  background-color: transparent;
}

.footer-paragraph {
  margin-top: 7px;
  padding-top: 0px;
  color: #fff;
  line-height: 28px;
}

.footer-column {
  padding-right: 50px;
  padding-left: 50px;
}

.footer-column.lines {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

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

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

.link.negative {
  color: #fff;
  text-decoration: none;
}

.heading {
  border-style: solid;
  border-width: 1px;
  border-color: #e01619;
  background-color: #2d3136;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.image {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  float: left;
  clear: both;
}

.image-2 {
  padding-top: 30px;
  text-align: center;
}

.bold-text {
  font-weight: 300;
}

.image-3 {
  display: inline-block;
  margin-right: 1px;
  margin-left: 2px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.link-2 {
  color: #fff;
}

.text-block {
  color: #918d8d;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
}

.flex-container {
  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-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;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #f80606;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-2 {
  background-color: #14ba4b;
}

.heading-2 {
  color: red;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.html-embed {
  font-family: Chango, sans-serif;
}

.button-menu1 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 22px;
  padding-right: 26px;
  padding-left: 26px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #fa2d30;
}

.container-2 {
  text-align: center;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 358px;
    background-attachment: scroll, scroll;
  }

  .header-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 70px;
  }

  .header-title._3 {
    margin-bottom: 20px;
  }

  .header-title._4 {
    text-shadow: none;
  }

  .important-text {
    text-shadow: 1px 1px 6px #000;
  }

  .page-content {
    padding: 80px 30px;
  }

  .fixed-image {
    height: 300px;
    background-attachment: scroll;
  }

  .fixed-image.second {
    height: auto;
  }

  .menu-title.small {
    margin-top: 20px;
    font-size: 20px;
  }

  .menu-container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .form-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: scroll, scroll;
  }

  .contact-form-container {
    padding-right: 120px;
    padding-left: 120px;
  }

  .field {
    margin-bottom: 2px;
  }

  .info-title.intro-1 {
    margin-top: -44px;
  }

  .divider-bock {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .small-image {
    width: 140px;
    height: auto;
    margin-bottom: 0px;
  }

  .column-left {
    padding-right: 20px;
  }

  .column-right {
    padding-left: 20px;
  }

  .half-width {
    height: 500px;
  }

  .half-width._2 {
    height: 500px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .half-width-text-container {
    width: auto;
  }

  .intro-image {
    height: auto;
  }

  .hidden-overlay-block {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: rgba(224, 22, 86, 0.8);
    opacity: 1;
  }

  .hidden-overlay-block:hover {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .hidden-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .circle-ad {
    top: -112px;
    right: -1px;
  }

  .footer-column {
    padding-right: 25px;
    padding-left: 25px;
  }

  .menu-description {
    margin-top: 20px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
  }

  .logo-container {
    padding-left: 0px;
  }

  .navbar {
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.29);
  }

  .nav-link {
    padding-left: 22px;
    border-top-style: none;
    background-color: #000;
  }

  .nav-link:hover {
    background-color: #343638;
  }

  .nav-link.odd {
    border-top-style: none;
    background-color: #151617;
  }

  .nav-link.odd:hover {
    background-color: #343638;
  }

  .header {
    height: 500px;
    padding-top: 190px;
  }

  .header-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .header-title._2 {
    font-size: 40px;
  }

  .header-title._3 {
    font-size: 30px;
  }

  .header-title._4 {
    text-shadow: none;
  }

  .important-text {
    text-shadow: 1px 1px 6px #000;
  }

  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fixed-image {
    background-size: cover;
  }

  .fixed-image.second {
    height: auto;
  }

  .map {
    height: 300px;
  }

  .map-overlay {
    height: 300px;
    margin-bottom: -300px;
    padding-top: 62px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .title-black {
    font-size: 30px;
  }

  .bottom-footer {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .menu-title.small {
    margin-top: 0px;
  }

  .menu-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-title._2 {
    font-size: 25px;
  }

  .info-title.intro-1 {
    padding-top: 17px;
  }

  .image-on-white {
    height: 250px;
  }

  .highlight-menu-item {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .highlight-menu-item.right-align {
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-align: left;
  }

  .small-image {
    width: auto;
    height: 110px;
    margin-bottom: 20px;
  }

  .small-image.right-align {
    margin-right: 24px;
    margin-left: 0px;
    float: left;
  }

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

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

  .half-width {
    height: 300px;
  }

  .half-width._2 {
    height: auto;
    padding-bottom: 30px;
  }

  .intro-image {
    height: 250px;
  }

  .hidden-overlay-block:hover {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .circle-ad {
    top: -17px;
  }

  .footer-list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-column {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .footer-column.lines {
    border-right-style: none;
    border-left-style: none;
  }

  .menu-icon {
    color: #fff;
    font-size: 28px;
  }

  .menu-button {
    top: -19px;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: rgba(0, 0, 0, 0.23);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .menu-button:hover {
    background-color: #e01656;
  }

  .menu-button.w--open {
    border-top-color: #c7164e;
    background-color: #e01656;
  }

  .menu-description {
    margin-top: 0px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .main-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    position: relative;
    top: -25px;
  }

  .button.lined-negative {
    display: block;
    margin-top: -3px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.full {
    display: block;
  }

  .navbar {
    bottom: 779px;
    height: 80px;
    background-color: transparent;
  }

  .header {
    height: auto;
    padding-top: 175px;
    padding-right: 0px;
  }

  .header-title {
    margin-top: -5px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 5px;
  }

  .header-title._2 {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 20px;
  }

  .header-title._3 {
    font-size: 25px;
    line-height: 0px;
  }

  .header-title._4 {
    margin-top: 0px;
    font-size: 11px;
    text-shadow: none;
  }

  .important-text {
    text-shadow: 1px 1px 6px #000;
  }

  .page-content {
    margin-bottom: 53px;
    padding: 19px 25px 1px;
  }

  .fixed-image {
    overflow: visible;
    height: 120px;
    margin-top: -3px;
    margin-bottom: 0px;
    background-size: cover;
  }

  .map-overlay {
    padding-top: 30px;
  }

  .title-black {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .title-black.description {
    margin-top: 26px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
  }

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

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

  .menu-title {
    font-size: 22px;
  }

  .menu-title._2 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .menu-title.price {
    margin-bottom: 15px;
  }

  .menu-title.small {
    margin-top: 0px;
  }

  .menu-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-item.end {
    margin-bottom: 20px;
  }

  .section-title {
    margin-top: -47px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }

  .section-title._2 {
    font-size: 17px;
    line-height: 28px;
  }

  .form-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contact-form-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .info-title {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .info-title.intro-1 {
    margin-top: 0px;
    margin-bottom: -11px;
    font-size: 30px;
  }

  .info-title.intro-2 {
    font-size: 12px;
  }

  .divider-bock {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .image-on-white {
    height: auto;
    margin-top: -19px;
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .footer-title {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .highlight-menu-item {
    padding-bottom: 10px;
  }

  .highlight-menu-item.right-align {
    padding-bottom: 10px;
  }

  .small-image {
    width: 110px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .small-image.right-align {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .half-width {
    height: 200px;
  }

  .half-width._2 {
    height: 270px;
    padding-top: 20px;
  }

  .half-width-text-container {
    margin-top: -11px;
  }

  .intro-image {
    height: auto;
    max-width: 35%;
    margin-bottom: 5px;
  }

  .intro-column {
    padding-bottom: 10px;
  }

  .hidden-overlay-block {
    padding-bottom: 20px;
  }

  .hidden-overlay-block:hover {
    padding-bottom: 20px;
  }

  .hidden-container {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .circle-ad {
    top: 20px;
    right: -11px;
    width: 90px;
    height: 90px;
  }

  .circle-ad-title {
    position: relative;
    top: -19px;
    float: none;
    font-size: 14px;
  }

  .circle-ad-title._2 {
    position: relative;
    font-size: 14px;
  }

  .footer-list-item.odd {
    padding-bottom: 3px;
    list-style-type: none;
  }

  .footer-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column.lines {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-icon {
    float: none;
    clear: none;
    text-align: center;
  }

  .menu-icon:active {
    float: right;
  }

  .menu-button {
    bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fa2d30;
  }

  .menu-button:hover {
    background-color: #fa2d30;
  }

  .menu-description {
    margin-top: 15px;
  }

  .hero {
    padding-right: 31px;
    padding-left: 31px;
  }

  .hero-image {
    margin-top: -68px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .heading-2 {
    padding-top: 0px;
    background-color: transparent;
  }

  .gallery {
    margin-top: -95px;
    margin-right: -7px;
    margin-left: -7px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .bold-text-2 {
    text-shadow: 3px 0 3px rgba(0, 0, 0, 0.8);
  }

  .button-menu1 {
    margin-bottom: 15px;
  }
}

#w-node-8c18c8754c8b-75d9ce4a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-8c18c8754c8b-75d9ce4a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

