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 {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #111;
  font-size: 15px;
  line-height: 24px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 56px 112px;
  -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: #fff;
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0px 0px;
  background-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

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

.section.no-paddings {
  display: block;
  padding: 0px;
  -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;
  background-image: none;
  background-size: auto;
}

.section.pattern-section {
  display: block;
  background-image: none;
}

.section.pattern-section-copy {
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: none;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
}

.wrapper.aa {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button {
  height: 48px;
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #0e3e5d;
  -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.small-button.white-hover-button._11 {
  margin-top: 30px;
  background-image: none;
}

.button.ghost-bg-button {
  background-image: url('../images/shopping-bag.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/shopping-bag.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 96% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

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

.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 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0e3e5d;
  -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 {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/acciao-inox-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/acciao-inox-cover.jpg');
  background-position: 0px 0px, 50% 0px;
  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: 20px;
  background-color: #0e3e5d;
}

.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, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/jonathan-pielmayer-388600.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/contatti-provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/contatti-provenzani.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(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/michael-dam-257088.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.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, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/brooke-lark-385504.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 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(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/lavorazione-acciao-provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/lavorazione-acciao-provenzani.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-section.page-hero-section.about-hero.lavorazione-alluminio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/infissi-alluminio_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/infissi-alluminio_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-section.page-hero-section.about-hero.ferro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavorazione-ferro-battuto---provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavorazione-ferro-battuto---provenzani.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bg-section.page-hero-section.menu-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/ian-baldwin-49824.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.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, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/clark-young-160446.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 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: 80px 10px;
  -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: #0e3e5d;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

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

.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: hsla(0, 0%, 100%, 0.7);
}

.nav-link.fixed-nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.fixed-nav-link.w--current {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-link.fixed-nav-link._21 {
  padding-right: 25px;
  background-image: url('../images/shopping-bag.png');
  background-position: 100% 45%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.nav-link.fixed-nav-link.dr {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  cursor: pointer;
}

.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;
}

.logo.fixed-nav-bar-logo.w--current {
  height: auto;
}

.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%, 0.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%, 0.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: #111;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.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, 0.12);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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%, 0.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, 0.18);
  font-size: 11px;
}

.heart-icon {
  margin-right: 4px;
  background-image: url('../images/heart-icon.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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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, 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, 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, 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%, 0.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, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lavorazione-acciao-provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lavorazione-acciao-provenzani.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, 0.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, 0.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, 0.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, 0.5);
  border-radius: 3px;
  background-color: rgba(240, 62, 90, 0.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, 0.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, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/brooke-lark-261793.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chinh-le-duc-264152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 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, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/acciaio-inox.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/acciaio-inox.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-header {
  margin-bottom: -13px;
  font-family: Karla, sans-serif;
  color: #0e3e5d;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
}

.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: red;
}

.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 {
  display: block;
  -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-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: 100%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #111;
  -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%, 0.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 #0e3e5d;
  border-bottom: 1px solid #0e3e5d;
}

.divider.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.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, 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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Infissi-alluminio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Infissi-alluminio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 1px 2px 0 rgba(0, 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-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;
}

.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, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Ringhiere-ferro-battuto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Ringhiere-ferro-battuto.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, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Acciaio-inox_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Acciaio-inox_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-image-header {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.working-hours {
  position: relative;
  width: 31%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 72px 56px 56px;
  background-color: #0e3e5d;
}

.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-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: 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-color: #fff;
  background-image: url('../images/prezzi-competitivi-provenzani.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.side-card-image._2 {
  background-color: #fff;
  background-image: url('../images/professionalita-e-stile.jpg');
  background-position: 0% 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, 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: 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;
}

.side-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 8.33%;
  margin-left: 0%;
  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: 30%;
  margin-right: 15px;
  margin-left: 15px;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  width: 25%;
  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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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: 25%;
  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, 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, 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, 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, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kris-atomic-39750.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kris-atomic-39750.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: #0e3e5d;
  font-size: 20px;
  font-weight: 700;
}

.service_item {
  position: relative;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 160px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  font-weight: 400;
}

.service_item:hover {
  background-image: none;
}

.service_item._01 {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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: 1px solid #fff;
  background-color: transparent;
  background-image: none;
}

.service_item._01 {
  width: 270px;
  height: 130px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: #0e3e5d;
  background-image: none;
}

.image-25 {
  width: 35px;
  height: 35px;
}

.h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 22px;
  line-height: 28px;
}

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

.h3.center.violet {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.h3.center.violet {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #0e3e5d;
}

.services-block-copy {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1130px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-45 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -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__details__flexrow {
  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;
}

.nav__contact__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 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-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav__contact__link:hover {
  color: #b8b8b8;
}

.nav__details__icon {
  width: 25px;
  margin-right: 7px;
}

.nav__detail__link {
  margin-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
}

.nav__detail__link:hover {
  color: hsla(0, 0%, 100%, 0.78);
}

.html-embed-4 {
  height: 70%;
}

.html-embed-5 {
  width: 50%;
  height: 100%;
}

.image-26 {
  margin-bottom: 30px;
}

.portfolio-nav-menu {
  border-bottom: 1px none #ededed;
  background-color: #000;
  text-align: center;
}

.lightbox-thumb {
  width: 100%;
}

.lightbox-thumb:hover {
  opacity: 0.8;
}

.block-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 65px 20px;
  -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: 2px solid #0e3e5d;
  background-image: url('../images/pattern_1pattern.jpg'), url('../images/quote-icon.svg');
  background-position: 0px 0px, 50% 48px;
  background-size: 16px, auto;
  background-repeat: repeat, no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

.photo-overview-section {
  background-color: #f5f5f5;
}

.script {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Great Vibes', cursive;
  font-size: 25px;
}

.aria {
  font-family: 'Droid Sans', sans-serif;
}

.portfolio-description-block {
  padding: 50px;
  font-family: 'Great Vibes', cursive;
}

.text-span-2 {
  font-family: 'Great Vibes', cursive;
  line-height: 35px;
}

.lightbox {
  display: block;
  width: 100%;
  background-color: #000;
}

.portfolio-nav-item {
  padding: 12px 20px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-nav-item:hover {
  opacity: 1;
}

.portfolio-nav-item.w--current {
  background-color: transparent;
  opacity: 1;
}

.text-span {
  padding-top: 1px;
  padding-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 40px;
  font-style: italic;
}

.dropdown-list {
  background-color: #0e3e5d;
}

.div-block-46 {
  height: 640px;
  background-image: url('../images/acciao-inox-provenzani.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

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

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

.side-image-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 8.33%;
  margin-left: 0%;
  padding: 0px 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;
}

.div-block-46-copy {
  height: 640px;
  background-image: url('../images/Lavorazione-Alluminio---Provenzani.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-46-ferro-battuto {
  height: 640px;
  background-image: url('../images/ferro-battuto---provenzani.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

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

.div-block-48 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-bottom: 30px;
  padding-top: 50px;
  -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, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/scala-e-ringhiere-provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/scala-e-ringhiere-provenzani.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-scroll-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 47.5%;
  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;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.lightbox-link:hover {
  background-color: #111;
  opacity: 0.9;
}

.image-27 {
  width: 100%;
}

.image-27:hover {
  background-color: #111;
}

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

.div-block-49 {
  margin-bottom: 0px;
}

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

.div-block-50 {
  background-color: transparent;
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0px 0px;
  background-size: 18px;
}

.sub-header-copy {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #0e3e5d;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

.button-copy {
  height: 48px;
  padding: 12px 22px;
  border-radius: 24px;
  background-color: #0e3e5d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

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

.button-copy.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-copy.white-button.arrow-button:hover {
  background-color: #fff;
  color: #111;
}

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

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

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

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

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

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

.button-copy.small-button.white-hover-button._11 {
  margin-top: 30px;
  background-image: none;
}

.button-copy.ghost-bg-button {
  background-image: url('../images/shopping-bag.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/shopping-bag.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 96% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.button-copy.ghost-bg-button:hover {
  background-color: #0e3e5d;
  color: #fff;
}

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

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

.div-block-48-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-bottom: 35px;
  padding-top: 50px;
  -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, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/cancelli-e-porte-copertina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/cancelli-e-porte-copertina.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-48-copy.arredi {
  height: 50vh;
  padding-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/arredi-per-bar-e-ristoranti---provenzani.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/arredi-per-bar-e-ristoranti---provenzani.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-48-copy.tavoli {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/tavoli-da-lavoro-e-pensili---provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/tavoli-da-lavoro-e-pensili---provenzani.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-48-copy.infissi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/infissi-provenzani.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/infissi-provenzani.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

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

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

.button-copy11.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-copy11.white-button.arrow-button:hover {
  background-color: #fff;
  color: #111;
}

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

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

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

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

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

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

.button-copy11.small-button.white-hover-button._11 {
  margin-top: 30px;
  background-image: none;
}

.button-copy11.ghost-bg-button {
  background-image: url('../images/shopping-bag.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/shopping-bag.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 96% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.button-copy11.ghost-bg-button:hover {
  background-color: #0e3e5d;
  color: #fff;
}

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

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

.hero-section-row {
  height: 60vh;
}

.row {
  height: 100%;
}

.column-3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-image-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/scale-e-ringhiere-provenzani.JPG');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.hover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 62, 93, 0.8);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  cursor: pointer;
}

.hover-link:hover {
  opacity: 1;
}

.text-hover {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.div-image-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/cancelli-e-porte3.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-image-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/arredi-per-bar-e-ristoranti1.jpg');
  background-position: 50% 50%;
  background-size: 950px;
  cursor: pointer;
}

.hero-section-product {
  height: 60vh;
}

.div-image-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/arredi-per-bar-e-ristorantiver1.jpg');
  background-position: 44% 30%;
  background-size: cover;
  cursor: pointer;
}

.div-image-5 {
  width: 100%;
  height: 100%;
  background-image: url('../images/infissi-alluminio_1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  cursor: pointer;
}

.features-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.heading-2 {
  color: #111;
}

.wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.wrapper-copy.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-copy.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;
}

.wrapper-co1py {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.wrapper-co1py.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-co1py.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;
}

.section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 80px 112px;
  background-color: #fff;
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0px 0px;
  background-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

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

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

.section-copy.pattern-section {
  display: block;
  background-image: none;
}

.section-copy.pattern-section-copy {
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: none;
}

.wrapper-qcopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.wrapper-qcopy.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-qcopy.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;
}

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

.wrapper-pcopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.wrapper-pcopy.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-pcopy.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;
}

.trasp {
  color: transparent;
}

.div-block-235 {
  padding-top: 150px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  height: 2px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.container-12 {
  margin-top: 100px;
}

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

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%);
}

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

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

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

@media screen and (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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .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 {
    display: block;
    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-right: 0px;
    margin-bottom: 56px;
    margin-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 24px;
    padding-right: 4%;
    padding-left: 4%;
    -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;
  }

  .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: 25px;
    line-height: 30px;
    text-align: center;
  }

  .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: 100%;
    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;
  }

  .service_item {
    height: 250px;
  }

  .service_item._01 {
    width: 220px;
  }

  .h3.center.violet {
    font-size: 20px;
  }

  .h3.center.violet {
    font-size: 16px;
  }

  .services-block-copy {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav__contact__link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav__details__icon {
    width: 14px;
    margin-right: 4px;
  }

  .nav__detail__link {
    margin-top: 2px;
    margin-right: 10px;
    font-size: 9px;
    line-height: 18px;
  }

  .html-embed-5 {
    width: 100%;
  }

  .icon {
    color: #fff;
  }

  .portfolio-tab-pane {
    padding-bottom: 50px;
  }

  .portfolio-description-block {
    padding: 20px;
  }

  .side-image-content-copy {
    width: 100%;
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 4%;
    padding-left: 0px;
  }

  .div-block-46-ferro-battuto {
    height: 400px;
  }

  .hero-scroll-copy {
    display: none;
  }

  .sub-header-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .sub-header-copy.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .button-copy {
    font-size: 12px;
  }

  .button-copy.white-button.arrow-button {
    display: none;
  }

  .button-copy.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .button-copy11.white-button.arrow-button {
    display: none;
  }

  .button-copy11.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .hover-link {
    opacity: 1;
  }

  .text-hover {
    font-size: 17px;
  }

  .features-copy {
    padding-right: 8%;
    padding-left: 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;
  }

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

  .wrapper-copy.hero-bottom-wrapper {
    left: 0px;
    right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper-copy.slide-wrapper {
    min-height: 600px;
  }

  .wrapper-co1py {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-co1py.hero-bottom-wrapper {
    left: 0px;
    right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper-co1py.slide-wrapper {
    min-height: 600px;
  }

  .section-copy {
    overflow: hidden;
    padding: 80px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-qcopy {
    -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;
  }

  .wrapper-qcopy.hero-bottom-wrapper {
    left: 0px;
    right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper-qcopy.slide-wrapper {
    min-height: 600px;
  }

  .footer-copy {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .paragraph {
    text-align: center;
  }

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

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

  .wrapper-pcopy.hero-bottom-wrapper {
    left: 0px;
    right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper-pcopy.slide-wrapper {
    min-height: 600px;
  }
}

@media screen and (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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .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;
  }

  .service_item {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding-bottom: 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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .service_item._01 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .service_item._01 {
    width: 200px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .h3.center.violet {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 15px;
  }

  .h3.center.violet {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 15px;
  }

  .services-block-copy {
    padding-right: 0px;
    padding-left: 0px;
    -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-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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }

  .div-block-45 {
    background-color: #000;
    color: #000;
  }

  .icon {
    color: #fff;
  }

  .portfolio-tab-pane {
    padding-bottom: 20px;
  }

  .portfolio-nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .side-image-content-copy {
    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;
  }

  .hero-section-row {
    height: auto;
  }

  .div-image-1 {
    height: 300px;
  }

  .div-image-2 {
    height: 300px;
  }

  .div-image-3 {
    height: 300px;
  }

  .hero-section-product {
    height: auto;
  }

  .div-image-4 {
    height: 300px;
  }

  .div-image-5 {
    height: 300px;
  }

  .features-copy {
    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;
  }

  .wrapper-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-copy.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-co1py {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-co1py.slide-wrapper {
    min-height: 400px;
  }

  .section-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper-qcopy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-qcopy.slide-wrapper {
    min-height: 400px;
  }

  .wrapper-pcopy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-pcopy.slide-wrapper {
    min-height: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
  }

  .section.pattern-section._11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.pattern-section-copy {
    padding-top: 20px;
  }

  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .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 {
    height: auto;
  }

  .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;
  }

  .bg-section.cta-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bg-section.page-hero-section.about-hero.lavorazione-alluminio {
    height: 50vh;
  }

  .bg-section.page-hero-section.about-hero.ferro {
    height: 50vh;
  }

  .nav-link.fixed-nav-link {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #0e3e5d;
    box-shadow: none;
  }

  .nav-link.fixed-nav-link.w--current {
    padding-left: 0px;
    background-color: #0e3e5d;
  }

  .nav-link.fixed-nav-link.dr {
    margin-top: 0px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .nav-menu.fixed-nav-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0e3e5d;
  }

  .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;
  }

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

  .social-icons.hero-icons {
    margin-right: 0px;
    margin-bottom: 48px;
  }

  .contact-form-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .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;
  }

  .frame {
    margin-right: 0px;
    margin-left: 0px;
  }

  .frame.white-frame {
    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;
  }

  .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-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-banner {
    width: 100%;
  }

  .feature-banner-content {
    -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;
  }

  .feature-image._1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .working-hours {
    width: auto;
    padding-top: 56px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .side-card-feature {
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-card-image {
    height: 280px;
  }

  .side-card-image._2 {
    width: auto;
  }

  .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%;
  }

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

  .contact-block {
    width: 100%;
  }

  .gallery-image {
    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;
  }

  .service_item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 30px 10px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 16px;
  }

  .service_item._01 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h3.center.violet {
    margin-bottom: 10px;
  }

  .h3.center.violet {
    margin-bottom: 10px;
  }

  .services-block-copy {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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-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;
  }

  .div-block-45 {
    position: absolute;
    height: 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;
  }

  .nav__contact__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav__details__icon {
    width: 19px;
  }

  .nav__detail__link {
    font-size: 12px;
    text-transform: uppercase;
  }

  .html-embed-5 {
    width: 100%;
  }

  .icon {
    color: #fff;
  }

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

  .portfolio-tab-pane {
    padding-bottom: 0px;
  }

  .portfolio-nav-item {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.29);
    font-size: 11px;
    text-align: center;
  }

  .portfolio-nav-item:hover {
    border-top-color: #242424;
    background-color: #242424;
  }

  .div-block-46 {
    height: 300px;
  }

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

  .div-block-46-copy {
    height: 300px;
  }

  .div-block-46-ferro-battuto {
    height: 300px;
  }

  .div-block-48 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-scroll-copy {
    padding-top: 9px;
  }

  .sub-header-copy {
    text-align: center;
  }

  .button-copy {
    height: auto;
  }

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

  .button-copy.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .div-block-48-copy.arredi {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-48-copy.tavoli {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .button-copy11 {
    height: auto;
  }

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

  .button-copy11.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .hero-section-row {
    height: auto;
  }

  .div-image-1 {
    height: 300px;
  }

  .div-image-2 {
    height: 300px;
  }

  .div-image-3 {
    height: 300px;
  }

  .hero-section-product {
    height: auto;
  }

  .div-image-4 {
    height: 300px;
  }

  .div-image-5 {
    height: 300px;
  }

  .features-copy {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

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

  .wrapper-copy.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;
  }

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

  .wrapper-co1py.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;
  }

  .section-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
  }

  .wrapper-qcopy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-qcopy.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;
  }

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

  .wrapper-pcopy.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;
  }
}

