@charset "UTF-8";
/*!
Theme Name: Bontà delle Marche
Theme URI: http://www.bontadellemarche.it/
Author: MAP Communication
Author URI: https://www.mapcommunication.it
Description: Tema realizzato per il sito Bontà delle Marche
Version: 1.0
*/
* {
  margin: 0px;
  padding: 0px; }

html {
  overflow-x: hidden;
  font-size: 100%; }

html, body {
  font-family: 'Playfair Display', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5; }

#welcome {
  height: 100vh;
  background: #2d3a4b url(images/hmpg-bg.jpg) no-repeat center top;
  -moz-background-size: cover;
  background-size: cover; }

#main {
  position: relative;
  z-index: 2;
  overflow-x: hidden; }

#header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  color: #fefefd;
  z-index: 700;
  pointer-events: none;
  height: 280px !important; }
  #header .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }
    #header .wrap > * {
      pointer-events: all; }
  #header .header-action-icon {
    margin-top: 40px;
    cursor: pointer;
    min-width: 80px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 2; }
    #header .header-action-icon .icon {
      width: 50px;
      height: 50px;
      margin: 0px auto;
      display: block;
      background-image: url(images/icons.svg);
      background-repeat: no-repeat;
      -moz-background-size: 150px auto;
      background-size: 150px auto;
      position: relative; }
    #header .header-action-icon a {
      display: block; }
    #header .header-action-icon:before {
      display: block;
      content: attr(data-label);
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: .6875rem;
      text-align: center;
      letter-spacing: .2rem;
      margin-bottom: 10px; }
  #header .site-logo {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin: 0px;
    width: 220px;
    background-color: #2d3a4b;
    height: 280px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    top: 0px;
    -webkit-transition: opacity .5s ease 0s, top 0s linear 0s, height .5s ease 0s;
    -o-transition: opacity .5s ease 0s, top 0s linear 0s, height .5s ease 0s;
    -moz-transition: opacity .5s ease 0s, top 0s linear 0s, height .5s ease 0s;
    transition: opacity .5s ease 0s, top 0s linear 0s, height .5s ease 0s; }
    #header .site-logo img {
      display: block;
      margin: 0px auto;
      position: relative;
      z-index: 2;
      margin-bottom: 30px; }

.trigger-menu:before {
  color: #fefefd; }

.trigger-menu .icon {
  background-image: none !important;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000; }
  .trigger-menu .icon .front,
  .trigger-menu .icon .back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url(images/icons.svg);
    background-repeat: no-repeat;
    -moz-background-size: 150px auto;
    background-size: 150px auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease; }
  .trigger-menu .icon .front {
    z-index: 2;
    background-position: -100px 0px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .trigger-menu .icon .back {
    z-index: 1;
    background-position: -100px -50px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg); }

html.homepage .contact-us-link:before {
  color: #fefefd !important; }

html.homepage .contact-us-link .icon {
  background-position: -100px -100px; }

.contact-us-link:before {
  color: #2d3a4b; }

.contact-us-link .icon {
  background-position: 0px -100px; }
.dichiarazione-bottom{
	margin-bottom: 40px;
}
.dichiarazione-bottom a{
	font-size: 16px;
	text-decoration: none;
}
#fidelity-card-popup {
  background: #2d3a4b;
  color: #fefefd;
  text-align: center;
  font-size: 1rem;
  font-family: 'Roboto';
  font-style: normal;
  max-width: 600px;
  margin: 0px auto;
  position: relative;
  padding: 0;
  padding-top: 24px; }
  #fidelity-card-popup:before {
    width: 200px;
    height: 125px;
    display: block;
    position: absolute;
    background: url(images/fc.png) no-repeat center center;
    -moz-background-size: 200px 125px;
    background-size: 200px 125px;
    left: 50%;
    top: -90px;
    margin-left: -100px;
    content: ''; }
  #fidelity-card-popup .wrapper {
    padding: 40px;
    padding-bottom: 25px;
    border-bottom: 40px solid #202224; }
    #fidelity-card-popup .wrapper.secondoblocco {
      padding-top: 50px;
      position: relative;
      border-bottom: none; }
      #fidelity-card-popup .wrapper.secondoblocco:before {
        width: 200px;
        height: 56px;
        display: block;
        position: absolute;
        background: url(images/cashbacklogo.jpg) no-repeat center center;
        -moz-background-size: 200px 56px;
        background-size: 200px 56px;
        left: 50%;
        top: -25px;
        margin-left: -100px;
        content: ''; }
  #fidelity-card-popup p em {
    font-style: normal;
    font-size: 1.5rem; }

.fancy-fidelity-card-popup #fidelity-card-popup {
  overflow: visible; }

.fancy-fidelity-card-popup .fancybox-close-small:after {
  background: none;
  color: #ccc; }

.midnightHeader.dark-dark .trigger-menu:before {
  color: #2d3a4b; }

.midnightHeader.dark-dark .trigger-menu .icon .front {
  background-position: 0px 0px; }

.midnightHeader.dark-dark .trigger-menu .icon .back {
  background-position: 0px -50px; }

.midnightHeader.dark-dark .contact-us-link:before {
  color: #2d3a4b; }

.midnightHeader.dark-dark .contact-us-link .icon {
  background-position: 0px -100px; }

.midnightHeader.dark-light .trigger-menu:before {
  color: #2d3a4b; }

.midnightHeader.dark-light .trigger-menu .icon .front {
  background-position: 0px 0px; }

.midnightHeader.dark-light .trigger-menu .icon .back {
  background-position: 0px -50px; }

.midnightHeader.dark-light .contact-us-link:before {
  color: #fefefd; }

.midnightHeader.dark-light .contact-us-link .icon {
  background-position: -100px -100px; }

.midnightHeader.light-light trigger-menu:before {
  color: #fefefd; }

.midnightHeader.light-light trigger-menu .icon .front {
  background-position: -100px 0px; }

.midnightHeader.light-light trigger-menu .icon .back {
  background-position: -100px -50px; }

.midnightHeader.light-light .contact-us-link:before {
  color: #fefefd; }

.midnightHeader.light-light .contact-us-link .icon {
  background-position: -100px -100px; }

html.minify-header #header .site-logo {
  height: 140px; }

.nav-bkg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: -9999px;
  z-index: 4;
  overflow: hidden;
  -webkit-transition: top 0s linear .5s, background-color .5s ease 0s;
  -o-transition: top 0s linear .5s, background-color .5s ease 0s;
  -moz-transition: top 0s linear .5s, background-color .5s ease 0s;
  transition: top 0s linear .5s, background-color .5s ease 0s; }
  .nav-bkg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #2d3a4b;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease; }

#navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 690;
  left: 0px;
  top: -9999px;
  overflow: hidden;
  color: #fefefd;
  -webkit-transition: top 0s linear .5s;
  -o-transition: top 0s linear .5s;
  -moz-transition: top 0s linear .5s;
  transition: top 0s linear .5s; }
  #navigation .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    height: 100vh;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#nav {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  -webkit-transform: translate(0px, 50px);
  -moz-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  opacity: 0;
  -webkit-transition: opacity .5s ease 0s, -webkit-transform .5s ease 0s;
  transition: opacity .5s ease 0s, -webkit-transform .5s ease 0s;
  -o-transition: transform .5s ease 0s, opacity .5s ease 0s;
  -moz-transition: transform .5s ease 0s, opacity .5s ease 0s, -moz-transform .5s ease 0s;
  transition: transform .5s ease 0s, opacity .5s ease 0s;
  transition: transform .5s ease 0s, opacity .5s ease 0s, -webkit-transform .5s ease 0s, -moz-transform .5s ease 0s;
  text-align: center; }
  #nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    counter-reset: nav-item-counter;
    text-transform: uppercase; }
    #nav ul li {
      line-height: 1;
      vertical-align: bottom;
      counter-increment: nav-item-counter; }
      #nav ul li:not(:last-child) {
        margin-bottom: 1.6rem; }
      #nav ul li a {
        color: #fefefd;
        text-decoration: none;
        display: inline-block;
        position: relative; }
        #nav ul li a:before {
          content: counter(nav-item-counter) ".";
          font-size: 1.6rem;
          white-space: nowrap;
          text-align: center;
          display: block;
          position: absolute;
          bottom: 3px;
          left: -1.6rem;
          color: #c4c952; }
        #nav ul li a:hover {
          color: #c4c952; }

html.csstransforms3d #nav {
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px); }

html.menu-open .trigger-menu .icon .front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-position-x: -100px !important; }

html.menu-open .trigger-menu .icon .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-position-x: -100px !important; }

html.menu-open .contact-us-link:before {
  color: #fefefd !important; }

html.menu-open .contact-us-link .icon {
  background-position: -100px -100px !important; }

html.menu-open .header-action-icon svg .cls-1 {
  fill: #fefefd !important; }

html.menu-open .header-action-icon:before {
  color: #fefefd !important; }

html.menu-open #header .site-logo {
  opacity: 0;
  top: -9999px;
  -webkit-transition: opacity .5s ease 0s, top 0s linear .5s;
  -o-transition: opacity .5s ease 0s, top 0s linear .5s;
  -moz-transition: opacity .5s ease 0s, top 0s linear .5s;
  transition: opacity .5s ease 0s, top 0s linear .5s; }

html.menu-open .nav-bkg {
  top: 0px;
  -webkit-transition: top 0s linear 0s, background-color .5s ease 0s;
  -o-transition: top 0s linear 0s, background-color .5s ease 0s;
  -moz-transition: top 0s linear 0s, background-color .5s ease 0s;
  transition: top 0s linear 0s, background-color .5s ease 0s; }
  html.menu-open .nav-bkg:before {
    opacity: 1; }

html.menu-open #navigation {
  top: 0px;
  -webkit-transition: top 0s linear 0s;
  -o-transition: top 0s linear 0s;
  -moz-transition: top 0s linear 0s;
  transition: top 0s linear 0s; }

html.menu-open.no-csstransforms3d #nav {
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  -o-transition: transform .5s ease .5s, opacity .5s ease .5s;
  -moz-transition: transform .5s ease .5s, opacity .5s ease .5s, -moz-transform .5s ease .5s;
  transition: transform .5s ease .5s, opacity .5s ease .5s;
  transition: transform .5s ease .5s, opacity .5s ease .5s, -webkit-transform .5s ease .5s, -moz-transform .5s ease .5s;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

html.menu-open.csstransforms3d #nav {
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  -o-transition: transform .5s ease .5s, opacity .5s ease .5s;
  -moz-transition: transform .5s ease .5s, opacity .5s ease .5s, -moz-transform .5s ease .5s;
  transition: transform .5s ease .5s, opacity .5s ease .5s;
  transition: transform .5s ease .5s, opacity .5s ease .5s, -webkit-transform .5s ease .5s, -moz-transform .5s ease .5s;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

#welcome {
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  perspective: 1200;
  overflow: hidden; }

#dinner-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #dinner-set .dinner-item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    background-image: url(images/intro-pieces.png);
    background-repeat: no-repeat;
    -moz-background-size: 1336px auto;
    background-size: 1336px auto;
    min-width: 10px; }
  #dinner-set .fork,
  #dinner-set .knife {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 143px;
    flex: 0 0 143px;
    height: 787px;
    position: relative; }
  #dinner-set .fork {
    background-position: -143px -787px; }
    #dinner-set .fork:after {
      background-image: url(images/intro-pieces.png);
      background-repeat: no-repeat;
      -moz-background-size: 1336px auto;
      background-size: 1336px auto;
      background-position: 0px -787px;
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px; }
  #dinner-set .knife {
    background-position: -429px -787px; }
    #dinner-set .knife:after {
      background-image: url(images/intro-pieces.png);
      background-repeat: no-repeat;
      -moz-background-size: 1336px auto;
      background-size: 1336px auto;
      background-position: -286px -787px;
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px; }
  #dinner-set .plate {
    width: 668px;
    height: 787px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 668px;
    flex: 0 0 668px;
    background-position: -668px 0px;
    position: relative;
    margin-left: -3.3rem;
    margin-right: -3.3rem;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    #dinner-set .plate:before,
    #dinner-set .plate .food {
      background-image: url(images/intro-pieces.png);
      background-repeat: no-repeat;
      -moz-background-size: 1336px auto;
      background-size: 1336px auto;
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px; }
    #dinner-set .plate:before {
      background-position: 0px 0px;
      z-index: 1; }
    #dinner-set .plate .food {
      background-position: -668px -787px;
      z-index: 2; }

.welcome-links {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.9rem;
  letter-spacing: .15rem;
  z-index: 3; }
  .welcome-links .welcome-link-item {
    position: absolute;
    line-height: 1; }
    .welcome-links .welcome-link-item a {
      color: #fefefd;
      text-decoration: none;
      display: block; }
      .welcome-links .welcome-link-item a:after {
        content: attr(data-number);
        font-family: 'Playfair Display', serif;
        display: block;
        text-align: center;
        left: 0px;
        top: 100%;
        font-weight: 400;
        font-size: 1.5rem;
        letter-spacing: normal;
        margin-top: .5rem; }
    .welcome-links .welcome-link-item.welcome-link-item-catering {
      width: 100%;
      text-align: center;
      bottom: 0px; }
    .welcome-links .welcome-link-item.welcome-link-item-ristorante, .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
      top: 50%;
      margin-top: -1.15rem; }
    .welcome-links .welcome-link-item.welcome-link-item-ristorante {
      left: 100%;
      margin-left: 5rem; }
    .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
      right: 100%;
      margin-right: 5rem; }

#homepage-footer {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #fefefd;
  font-size: .8125rem;
  z-index: 3; }
  #homepage-footer .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem; }
  #homepage-footer a {
    color: #fefefd;
    text-decoration: none; }

html.no-touchevents #homepage-footer a:hover {
  text-decoration: underline; }

.pipe {
  display: inline-block;
  margin: 0px .6rem; }

#footer {
  background: #2d3a4b;
  color: #fefefd;
  text-align: center;
  font-size: .875rem; }
  #footer a {
    color: #fefefd;
    text-decoration: none; }
  #footer .footer-top {
    padding-top: 49.16667px;
    padding-bottom: 49.16667px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  #footer .footer-bottom {
    padding-top: 24.58333px;
    padding-bottom: 24.58333px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  #footer .social-accounts {
    font-size: 0px;
    margin-bottom: 49.16667px; }
    #footer .social-accounts .social-account {
      display: inline-block;
      font-size: 1rem; }
      #footer .social-accounts .social-account:not(:last-child) {
        margin-right: .8rem; }
      #footer .social-accounts .social-account a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 30px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -moz-border-radius: 15px/15px;
        border-radius: 15px/15px;
        background-color: #a4c4d7;
        color: #2d3a4b; }

#footer-nav {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase; }
  #footer-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px; }
    #footer-nav ul li {
      font-size: 1rem;
      display: inline-block;
      letter-spacing: .15rem; }
      #footer-nav ul li:not(:last-child) {
        margin-right: 2rem; }

p:not(:last-child) {
  margin-bottom: 15px; }

.nofloat {
  float: none !important; }

.breakline {
  display: block; }

.vermillon {
  color: #cd524b; }

.vegasgold {
  color: #c4c952; }

.lightblue {
  color: #a4c4d7; }

.area-header {
  position: relative;
  z-index: 30; }
  .area-header > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 590px; }
    .area-header > .container > div {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      position: relative; }
    .area-header > .container .left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .area-header > .container .left:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: -moz-calc( 100% + ( ( 100vw - 1420px ) / 2 ));
        width: calc( 100% + ( ( 100vw - 1420px ) / 2 ));
        right: 0px;
        top: 0px;
        -moz-background-size: cover;
        background-size: cover;
        background-position: right center; }
    .area-header > .container .right {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-left: 8.33333334%; }
  .area-header.gastronomia .left:before {
    background-image: url(images/area-gastronomia-header.jpg); }
  .area-header.gallery .left:before {
    background-image: url(images/area-gallery-header.jpg); }
  .area-header.storia .left:before {
    background-image: url(images/area-storia-header.jpg); }
  .area-header.catering .left:before {
    background-image: url(images/area-catering-header.jpg); }
  .area-header.catering .area-title {
    margin-bottom: 0px; }
    .area-header.catering .area-title h1 {
      position: relative; }
      .area-header.catering .area-title h1 .and {
        display: block;
        position: absolute;
        font-size: 6.5rem;
        color: #a4c4d7;
        right: 15%;
        top: 4.5rem; }
      .area-header.catering .area-title h1 .banqueting {
        display: block;
        position: absolute;
        font-size: 2.5rem;
        right: 0px;
        margin-left: -18%;
        top: 11.3rem; }
  .area-header.ristorante .left:before {
    background-image: url(images/area-ristorante-header.jpg); }
  .area-header.ristorante .area-title {
    margin-bottom: 0px; }
  .area-header.contatti .left:before {
    background-image: url(images/area-contatti-header.jpg); }
  .area-header.contatti .area-title {
    margin-bottom: 0px; }

.area-title {
  margin-bottom: -7rem;
  max-width: 100%; }
  .area-title h1 {
    font-size: 4.8rem;
    font-weight: 400;
    color: #2d3a4b; }
  .area-title h2 {
    font-weight: 400;
    font-size: 2rem;
    margin-top: 1.5rem;
    line-height: 2.5rem; }

.area-content.gastronomia .intro-text, .area-content.catering .intro-text {
  font-size: 1.4rem;
  margin-top: 49.16667px; }

.area-content.gastronomia .welcome, .area-content.catering .welcome {
  padding-top: 98.33333px;
  padding-bottom: 98.33333px; }

.area-content.catering .intro-text {
  font-size: 1rem;
  margin-top: 49.16667px; }

.area-content.catering .services {
  font-size: 1rem;
  padding-bottom: 98.33333px;
  padding-top: 196.66667px; }
  .area-content.catering .services .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .area-content.catering .services h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: .875rem;
    letter-spacing: .2rem;
    margin-bottom: 25px;
    display: inline-block;
    text-align: center; }
    .area-content.catering .services h3:before {
      display: block;
      width: 105px;
      height: 105px;
      content: '';
      background-image: url(images/icons.svg);
      background-repeat: no-repeat;
      -moz-background-size: 315px auto;
      background-size: 315px auto;
      margin: 0px auto 10px auto;
      clear: both; }
  .area-content.catering .services .service.finger-food h3:before {
    background-position: 0px -315px; }
  .area-content.catering .services .service.full-meal h3:before {
    background-position: -105px -315px; }
  .area-content.catering .services .service.drink h3:before {
    background-position: -210px -315px; }

.area-content.gallery .gallery-nav {
  padding-top: 196.66667px;
  padding-bottom: 98.33333px; }
  .area-content.gallery .gallery-nav ul {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700; }
    .area-content.gallery .gallery-nav ul li {
      display: inline-block;
      font-size: .875rem;
      letter-spacing: .1rem; }
      .area-content.gallery .gallery-nav ul li:not(:last-child) {
        margin-right: 4rem; }
      .area-content.gallery .gallery-nav ul li a {
        color: #2d3a4b;
        text-decoration: none; }
        .area-content.gallery .gallery-nav ul li a:hover, .area-content.gallery .gallery-nav ul li a.active {
          color: #cd524b; }

.area-content.ristorante .opening {
  padding-bottom: 98.33333px;
  padding-top: 98.33333px; }
  .area-content.ristorante .opening .wrapper {
    width: 50%;
    margin: 0px auto;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;
    line-height: 1.8; }
    .area-content.ristorante .opening .wrapper .phone-number {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: normal; }

.area-content.ristorante .intro-text {
  font-size: 1.4rem;
  margin-top: 49.16667px; }

.area-content.ristorante .welcome {
  padding-bottom: 98.33333px; }

.area-content.contatti {
  padding-top: 98.33333px;
  padding-bottom: 98.33333px; }
  .area-content.contatti .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem; }
    .area-content.contatti .wrapper > div {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%; }
      .area-content.contatti .wrapper > div.left span[itemprop="name"] {
        font-weight: 700;
        color: #cd524b;
        font-size: 1.3rem; }
      .area-content.contatti .wrapper > div.left span[itemprop="email"] a {
        color: #000;
        text-decoration: underline; }
      .area-content.contatti .wrapper > div.right {
        margin-left: 16.66666667%; }
        .area-content.contatti .wrapper > div.right .form-control {
          border-left: none;
          border-right: none;
          border-top: none;
          border-bottom: solid 1px #cd524b;
          font-size: 1.5rem;
          height: auto;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding-left: 0px;
          padding-right: 0px; }
          .area-content.contatti .wrapper > div.right .form-control:focus {
            outline-style: none;
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
          .area-content.contatti .wrapper > div.right .form-control.invalid {
            background: #fff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTEuOTk5IDUxMS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS45OTkgNTExLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjY0NjU7IiBkPSJNMzg0Ljk1NSwyNTZsMTIwLjI4LTEyMC4yOGM5LjAxOS05LjAxOSw5LjAxOS0yMy42NDIsMC0zMi42Nkw0MDguOTQsNi43NjUgIGMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBsLTEyMC4yOCwxMjAuMjhMMTM1LjcxOCw2Ljc2NWMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBMNi43NjQsMTAzLjA1OCAgYy05LjAxOSw5LjAxOS05LjAxOSwyMy42NDIsMCwzMi42NmwxMjAuMjgsMTIwLjI4TDYuNzY0LDM3Ni4yOGMtOS4wMTksOS4wMTktOS4wMTksMjMuNjQyLDAsMzIuNjZsOTYuMjk1LDk2LjI5NCAgYzkuMDE5LDkuMDE5LDIzLjY0Miw5LjAxOSwzMi42NiwwbDEyMC4yOC0xMjAuMjhsMTIwLjI4LDEyMC4yOGM5LjAxOSw5LjAxOSwyMy42NDIsOS4wMTksMzIuNjYsMGw5Ni4yOTUtOTYuMjk0ICBjOS4wMTktOS4wMTksOS4wMTktMjMuNjQyLDAtMzIuNjZMMzg0Ljk1NSwyNTZ6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat right 15px center;
            -moz-background-size: 12px auto;
            background-size: 12px auto; }
        .area-content.contatti .wrapper > div.right textarea.form-control {
          resize: none;
          overflow: auto;
          height: 10rem; }
          .area-content.contatti .wrapper > div.right textarea.form-control.invalid {
            background: #fff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTEuOTk5IDUxMS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS45OTkgNTExLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjY0NjU7IiBkPSJNMzg0Ljk1NSwyNTZsMTIwLjI4LTEyMC4yOGM5LjAxOS05LjAxOSw5LjAxOS0yMy42NDIsMC0zMi42Nkw0MDguOTQsNi43NjUgIGMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBsLTEyMC4yOCwxMjAuMjhMMTM1LjcxOCw2Ljc2NWMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBMNi43NjQsMTAzLjA1OCAgYy05LjAxOSw5LjAxOS05LjAxOSwyMy42NDIsMCwzMi42NmwxMjAuMjgsMTIwLjI4TDYuNzY0LDM3Ni4yOGMtOS4wMTksOS4wMTktOS4wMTksMjMuNjQyLDAsMzIuNjZsOTYuMjk1LDk2LjI5NCAgYzkuMDE5LDkuMDE5LDIzLjY0Miw5LjAxOSwzMi42NiwwbDEyMC4yOC0xMjAuMjhsMTIwLjI4LDEyMC4yOGM5LjAxOSw5LjAxOSwyMy42NDIsOS4wMTksMzIuNjYsMGw5Ni4yOTUtOTYuMjk0ICBjOS4wMTktOS4wMTksOS4wMTktMjMuNjQyLDAtMzIuNjZMMzg0Ljk1NSwyNTZ6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat right 15px top 15px;
            -moz-background-size: 12px auto;
            background-size: 12px auto; }
      .area-content.contatti .wrapper > div label[for="privacy"] {
        font-weight: 400;
        font-size: .8125rem;
        color: #999;
        margin-top: 1rem;
        margin-bottom: 1rem; }
        .area-content.contatti .wrapper > div label[for="privacy"] #privacy {
          display: block;
          float: left; }
        .area-content.contatti .wrapper > div label[for="privacy"] .disclaimer {
          display: block;
          padding-left: 20px; }
  .area-content.contatti #sendcontactform {
    float: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: .8125rem;
    letter-spacing: .2rem;
    color: #cd524b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .area-content.contatti #sendcontactform:focus {
      outline-style: none;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.area-content .menu-area {
  min-height: 590px;
  padding-top: 98.33333px;
  padding-bottom: 98.33333px;
  color: #fefefd; }
  .area-content .menu-area .wrapper {
    position: relative; }
  .area-content .menu-area .slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 50%;
    cursor: pointer; }
    .area-content .menu-area .slick-arrow:before {
      content: '';
      display: block;
      width: 200%;
      border-top: solid 1px #fefefd;
      position: absolute;
      top: 0px;
      margin-top: -0.5px; }
    .area-content .menu-area .slick-arrow.slick-prev {
      left: auto;
      right: 100%;
      margin-right: 7rem;
      border-top: solid 1px #fefefd;
      border-left: solid 1px #fefefd;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .area-content .menu-area .slick-arrow.slick-prev:before {
        left: 0px;
        -webkit-transform-origin: 0px 0px;
        -moz-transform-origin: 0px 0px;
        -ms-transform-origin: 0px 0px;
        transform-origin: 0px 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .area-content .menu-area .slick-arrow.slick-next {
      right: auto;
      left: 100%;
      margin-left: 7rem;
      border-top: solid 1px #fefefd;
      border-right: solid 1px #fefefd;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .area-content .menu-area .slick-arrow.slick-next:before {
        right: 0px;
        -webkit-transform-origin: right 0px;
        -moz-transform-origin: right 0px;
        -ms-transform-origin: right 0px;
        transform-origin: right 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .area-content .menu-area .menu-slide ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 98.33333px;
    -moz-column-gap: 98.33333px;
    column-gap: 98.33333px;
    font-size: 0px; }
    .area-content .menu-area .menu-slide ul li {
      display: inline-block;
      width: 100%;
      font-size: 1rem; }
  .area-content .menu-area .menu-slide dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .area-content .menu-area .menu-slide dl dt {
      font-weight: 400;
      font-size: 1.2rem;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      padding-right: 2rem;
      line-height: 1.2; }
      .area-content .menu-area .menu-slide dl dt em {
        font-size: 1rem;
        color: #c4c952;
        font-style: normal; }
  .area-content .menu-area h2 {
    font-weight: 400;
    text-align: center;
    color: #fefefd;
    font-size: 6rem;
    line-height: 1;
    line-height: 6rem;
    margin-bottom: 3rem; }
  .area-content .menu-area h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    text-align: center;
    color: #c4c952;
    margin-bottom: 3rem; }
    .area-content .menu-area h3 span {
      position: relative;
      display: inline-block; }
      .area-content .menu-area h3 span:before, .area-content .menu-area h3 span:after {
        content: '';
        display: block;
        width: 295px;
        height: 1px;
        background: #fefefd;
        position: absolute;
        opacity: .3;
        top: 50%; }
      .area-content .menu-area h3 span:before {
        right: 100%;
        margin-right: 1rem; }
      .area-content .menu-area h3 span:after {
        left: 100%;
        margin-left: 1rem; }
  .area-content .menu-area.menu-catering {
    background: url(images/menu-catering-bkg.jpg) no-repeat center center;
    background-attachment: fixed;
    -moz-background-size: cover;
    background-size: cover; }
  .area-content .menu-area.menu-ristorante {
    background: url(images/menu-catering-bkg.jpg) no-repeat center center;
    background-attachment: fixed;
    -moz-background-size: cover;
    background-size: cover; }
  .area-content .menu-area .menu-container {
    width: 66.66666667%;
    margin: 0px auto; }

.area-content.storia {
  padding-top: 196.66667px;
  padding-bottom: 98.33333px; }

.blocked-contents .row {
  position: relative;
  z-index: 2; }
  .blocked-contents .row:nth-child(even) {
    z-index: 1; }
    .blocked-contents .row:nth-child(even) .blocked-content-item .left {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .blocked-contents .row:nth-child(even) .blocked-content-item .left:before {
        left: 0px;
        right: auto; }
    .blocked-contents .row:nth-child(even) .blocked-content-item .right {
      text-align: right; }
      .blocked-contents .row:nth-child(even) .blocked-content-item .right:before {
        left: auto;
        right: 0px; }

.blocked-content-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 590px;
  font-size: 1rem;
  position: relative; }
  .blocked-content-item > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative; }
    .blocked-content-item > div p:not(:last-child) {
      margin-bottom: 20px; }
    .blocked-content-item > div p:last-child {
      margin-bottom: auto; }
  .blocked-content-item .left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .blocked-content-item .left:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: -moz-calc( 100% + ( ( 100vw - 1420px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 1420px ) / 2 ));
      right: 0px;
      top: 0px;
      -moz-background-size: cover;
      background-size: cover;
      background-position: right top; }
  .blocked-content-item .right {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 98.33333px; }
    .blocked-content-item .right:before {
      content: '';
      display: block;
      position: absolute;
      width: 1200px;
      height: 100%;
      left: 0px;
      top: 0px;
      background-color: #fff;
      z-index: 1; }
    .blocked-content-item .right .wrap {
      margin-left: 16.6666667%;
      width: 66.6666667%;
      position: relative;
      z-index: 2; }
  .blocked-content-item.il-bancone .left:before {
    background-image: url(images/bancone.jpg); }
  .blocked-content-item.il-regalo .left:before {
    background-image: url(images/cesto-prodotti.jpg); }
  .blocked-content-item.il-regalo .right {
    color: #fefefd; }
    .blocked-content-item.il-regalo .right:before {
      background-color: #2d3a4b; }
  .blocked-content-item h3 {
    font-size: 2.625rem;
    font-weight: 400;
    margin-bottom: 2rem; }

h1, h2, h3, h4 {
  font-weight: 400; }

p:last-child {
  margin-bottom: auto; }

.fidelity-bottom {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 1.25rem; }
  .fidelity-bottom span {
    font-weight: 700;
    text-transform: uppercase; }

.fidelity-card {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400; }
  .fidelity-card .flexwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 491.66667px;
    font-size: 1.25rem;
    position: relative; }
    .fidelity-card .flexwrap > div {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      position: relative; }
    .fidelity-card .flexwrap .left:before {
      content: '';
      display: block;
      position: absolute;
      width: -moz-calc( 100% + ( ( 100vw - 1420px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 1420px ) / 2 ));
      height: 100%;
      right: 0px;
      top: 0px;
      background: url(images/fidelitycard-bg.jpg) no-repeat right center;
      -moz-background-size: cover;
      background-size: cover; }
    .fidelity-card .flexwrap .right {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .fidelity-card .flexwrap .right > div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0; }
      .fidelity-card .flexwrap .right p:not(:last-child) {
        margin-bottom: 35px; }
  .fidelity-card .flexwrap.secondobloccofid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 983.33333px;
    font-size: 1.25rem;
    position: relative; }
    .fidelity-card .flexwrap.secondobloccofid > div {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      position: relative; }
    .fidelity-card .flexwrap.secondobloccofid .left:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0px;
      top: 0px;
      background: url(images/regalofidelity.jpg) no-repeat center center;
      -moz-background-size: cover;
      background-size: cover; }
    .fidelity-card .flexwrap.secondobloccofid .right {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .fidelity-card .flexwrap.secondobloccofid .right > div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0; }
      .fidelity-card .flexwrap.secondobloccofid .right h3, .fidelity-card .flexwrap.secondobloccofid .right p {
        margin-right: 40px; }
      .fidelity-card .flexwrap.secondobloccofid .right p:not(:last-child) {
        margin-bottom: 35px; }
  .fidelity-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400; }
  .fidelity-card h4 {
    font-size: 1.25rem; }

.download-sheet-button {
  background: #c4c952;
  color: #1a191e;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1; }

.underline {
  text-decoration: underline; }

.pod-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1rem; }
  .pod-item h3 {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 1.6rem; }
    .pod-item h3:after {
      content: 'Bontà delle Marche';
      text-transform: uppercase;
      display: block;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      letter-spacing: .2rem;
      font-size: .8125rem;
      margin-top: .5rem; }
  .pod-item .pod-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%; }
    .pod-item .pod-column.left {
      height: 540.83333px;
      position: relative; }
      .pod-item .pod-column.left span.bg {
        content: '';
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: -moz-calc( 100% + ( ( 100vw - 1420px ) / 2 ));
        width: calc( 100% + ( ( 100vw - 1420px ) / 2 ));
        background-repeat: no-repeat;
        background-position: right top;
        -moz-background-size: cover;
        background-size: cover; }
    .pod-item .pod-column.right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .pod-item .pod-column.right .wrap {
        padding: 0px 0px 98.33333px 98.33333px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0; }
  .pod-item:nth-child(even) .pod-column.left {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .pod-item:nth-child(even) .pod-column.left span.bg {
      right: auto;
      left: 0px;
      background-position: left top; }
  .pod-item:nth-child(even) .pod-column.right .wrap {
    padding: 0px 98.33333px 98.33333px 0px; }

.get-quotation {
  padding-top: 98.33333px;
  padding-bottom: 98.33333px; }

.get-quotation-button {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .get-quotation-button a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
    color: #2d3a4b; }
    .get-quotation-button a:before {
      content: '';
      width: 60px;
      height: 60px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 60px;
      flex: 1 0 60px;
      background: #a4c4d7 url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18yIiBkYXRhLW5hbWU9IkxpdmVsbG8gMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTQ1LjEzIDEyMC41NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyZDNhNGI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jYW1wYW5hPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTAuODgsM2gtNzZhMS41LDEuNSwwLDAsMSwwLTNoNzZhMS41LDEuNSwwLDAsMSwwLDNaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQzLjYzLDEyMC41N0gxLjVhMS41LDEuNSwwLDAsMSwwLTNIMTQzLjYzYTEuNSwxLjUsMCwwLDEsMCwzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTczLjE1LDQ0LjM4YTEuNSwxLjUsMCwwLDEtMS41LTEuNVYyLjIzYTEuNSwxLjUsMCwwLDEsMywwVjQyLjg4QTEuNSwxLjUsMCwwLDEsNzMuMTUsNDQuMzhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUuMTEsOTkuNTZsMC0xLjU0YTU3LjM1LDU3LjM1LDAsMCwxLDExNC42OSwwbDAsMS41M0gxNy4wNWEyLjgzLDIuODMsMCwwLDEtLjQsMFptMy4wNy0zSDEyNi43OGE1NC4zNSw1NC4zNSwwLDAsMC0xMDguNTksMFoiLz48L3N2Zz4=) no-repeat center center;
      -moz-background-size: 30px 30px;
      background-size: 30px 30px;
      border: solid 1px #a4c4d7; }
    .get-quotation-button a span {
      letter-spacing: .2rem;
      font-size: .8125rem;
      font-weight: 700;
      height: 60px;
      line-height: 60px;
      padding-left: 20px;
      padding-right: 20px;
      border: solid 1px #2d3a4b;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      white-space: nowrap; }

.certificazioni {
  margin-bottom: 98.33333px;
  padding-top: 49.16667px;
  padding-bottom: 49.16667px;
  border-top: solid 1px #a4c4d7;
  border-bottom: solid 1px #a4c4d7; }
  .certificazioni .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .certificazioni h3 {
    font-weight: 400;
    color: #cd524b;
    font-size: 2.3rem;
    margin-bottom: 1rem; }
  .certificazioni ul.loghi-certificazioni {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.skills {
  padding-bottom: 98.33333px; }
  .skills .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .skills .wrapper:before, .skills .wrapper:after {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 0px;
      flex: 0 0 0;
      display: none; }
  .skills h3 {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1rem; }

.flexdist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flexdist.vcenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.moreview {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: .75rem;
  font-weight: 700;
  color: #c4c952;
  text-decoration: underline; }

#gallery-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden; }
  #gallery-container .image__cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    position: relative; }
    #gallery-container .image__cell:nth-of-type(5n+2) .image--expand {
      margin-left: -100%; }
    #gallery-container .image__cell:nth-of-type(5n+3) .image--expand {
      margin-left: -200%; }
    #gallery-container .image__cell:nth-of-type(5n+4) .image--expand {
      margin-left: -300%; }
    #gallery-container .image__cell:nth-of-type(5n+5) .image--expand {
      margin-left: -400%; }
    #gallery-container .image__cell .basic__img {
      display: block;
      margin: 0 auto; }
    #gallery-container .image__cell .image--basic {
      cursor: pointer;
      position: relative; }
    #gallery-container .image__cell.is-collapsed .arrow--up {
      display: none; }
    #gallery-container .image__cell .arrow--up {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fefefd transparent;
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -10px;
      z-index: 3; }
    #gallery-container .image__cell.is-expanded .image--expand {
      max-height: 1200px; }
    #gallery-container .image__cell.is-expanded .image--basic:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background: #000;
      opacity: .6;
      z-index: 2; }
    #gallery-container .image__cell .image--large {
      display: block;
      margin: 0 auto; }
    #gallery-container .image__cell .image--expand {
      position: relative;
      left: -5px;
      padding: 0 5px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      overflow: hidden;
      background: #fefefd;
      max-height: 0;
      -webkit-transition: max-height .3s ease-in-out;
      -o-transition: max-height .3s ease-in-out;
      -moz-transition: max-height .3s ease-in-out;
      transition: max-height .3s ease-in-out;
      width: 500%;
      z-index: 700; }
      #gallery-container .image__cell .image--expand .figure {
        max-width: 60%;
        margin: 0px auto;
        display: block;
        padding: 40px;
        position: relative; }
        #gallery-container .image__cell .image--expand .figure .image-wrapper {
          position: relative; }
          #gallery-container .image__cell .image--expand .figure .image-wrapper:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 6px;
            left: 0px;
            top: 0px;
            background: url(images/bar.gif) repeat-x left center;
            display: none; }
    #gallery-container .image__cell.loading .image--expand .figure .image-wrapper:before {
      display: block; }
    #gallery-container .image__cell .expand__close {
      position: absolute;
      top: 10px;
      right: 20px;
      color: #cd524b;
      font-size: 50px;
      line-height: 50px;
      text-decoration: none;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      letter-spacing: .1rem;
      font-size: .75rem; }
      #gallery-container .image__cell .expand__close:hover {
        color: #c4c952; }

.timeline {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  .timeline:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #ccc;
    left: 50%;
    top: 0px;
    position: absolute;
    z-index: 1; }

ul#timeline-container {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2; }
  ul#timeline-container li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: .5;
    min-height: 98.33333px;
    margin-bottom: 24.58333px; }
    ul#timeline-container li:before {
      content: '';
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      display: block; }
    ul#timeline-container li .year {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 393.33333px;
      flex: 0 0 393.33333px;
      text-align: center;
      font-size: 3rem;
      position: relative; }
      ul#timeline-container li .year:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        -moz-border-radius: 3px/3px;
        border-radius: 3px/3px;
        background: #c4c952;
        position: absolute;
        left: 50%;
        bottom: -moz-calc(50% - 2.4rem);
        bottom: calc(50% - 2.4rem);
        margin-left: -2px; }
    ul#timeline-container li .timeline-content {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      line-height: 1.5;
      position: relative;
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      -moz-transition: all .8s ease;
      transition: all .8s ease; }
      ul#timeline-container li .timeline-content:before {
        content: '';
        display: block;
        height: 1px;
        width: 98.33333px;
        position: absolute;
        right: 100%;
        margin-right: 24.58333px;
        top: 15px;
        background-color: #c4c952; }
    ul#timeline-container li:nth-child(even) .year {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    ul#timeline-container li:nth-child(even):before {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    ul#timeline-container li:nth-child(even) .timeline-content {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      text-align: right;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
      ul#timeline-container li:nth-child(even) .timeline-content:before {
        right: auto;
        left: 100%;
        margin-right: auto;
        margin-left: 24.58333px; }
    ul#timeline-container li.inviewport .timeline-content {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }

#quotation-request-popup {
  max-width: 500px;
  margin: 0px auto;
  background-color: #2d3a4b;
  color: #fefefd;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400; }
  #quotation-request-popup .wrapper {
    padding: 30px; }
  #quotation-request-popup .form-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #quotation-request-popup .form-items .inputter {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 10px; }
      #quotation-request-popup .form-items .inputter.half {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    #quotation-request-popup .form-items .form-control {
      border: none;
      background: #f1f1f1;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      #quotation-request-popup .form-items .form-control.invalid {
        background: #fff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTEuOTk5IDUxMS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS45OTkgNTExLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjY0NjU7IiBkPSJNMzg0Ljk1NSwyNTZsMTIwLjI4LTEyMC4yOGM5LjAxOS05LjAxOSw5LjAxOS0yMy42NDIsMC0zMi42Nkw0MDguOTQsNi43NjUgIGMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBsLTEyMC4yOCwxMjAuMjhMMTM1LjcxOCw2Ljc2NWMtOS4wMTktOS4wMTktMjMuNjQyLTkuMDE5LTMyLjY2LDBMNi43NjQsMTAzLjA1OCAgYy05LjAxOSw5LjAxOS05LjAxOSwyMy42NDIsMCwzMi42NmwxMjAuMjgsMTIwLjI4TDYuNzY0LDM3Ni4yOGMtOS4wMTksOS4wMTktOS4wMTksMjMuNjQyLDAsMzIuNjZsOTYuMjk1LDk2LjI5NCAgYzkuMDE5LDkuMDE5LDIzLjY0Miw5LjAxOSwzMi42NiwwbDEyMC4yOC0xMjAuMjhsMTIwLjI4LDEyMC4yOGM5LjAxOSw5LjAxOSwyMy42NDIsOS4wMTksMzIuNjYsMGw5Ni4yOTUtOTYuMjk0ICBjOS4wMTktOS4wMTksOS4wMTktMjMuNjQyLDAtMzIuNjZMMzg0Ljk1NSwyNTZ6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat right 15px center;
        -moz-background-size: 12px auto;
        background-size: 12px auto; }
    #quotation-request-popup .form-items textarea {
      resize: none;
      overflow-y: auto;
      height: 120px; }
    #quotation-request-popup .form-items select.form-control {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #999;
      background: #f1f1f1 url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat right 15px center;
      -moz-background-size: 10px auto;
      background-size: 10px auto; }
  #quotation-request-popup label[for="q_privacy"] {
    font-weight: 400;
    font-size: .75rem;
    color: #ccc;
    text-align: left; }
    #quotation-request-popup label[for="q_privacy"] .disclaimer {
      display: block;
      padding-left: 20px; }
      #quotation-request-popup label[for="q_privacy"] .disclaimer a {
        color: #c4c952; }
  #quotation-request-popup input#q_privacy {
    display: block;
    float: left; }
  #quotation-request-popup button#q_submit {
    background: #a4c4d7;
    color: #2d3a4b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8125rem;
    letter-spacing: .2rem; }

.fancy-quotation-request-popup .fancybox-slide > div {
  padding: 0px; }

.fancy-quotation-request-popup .fancybox-close-small:after {
  background: none;
  color: #ccc; }

.privacy-policy-fancybox .fancybox-slide--iframe .fancybox-content {
  width: 700px;
  height: 600px;
  max-width: 90%;
  max-height: 90%;
  margin: 0; }

#not-found-wrapper {
  height: 100vh;
  background: #2d3a4b url(images/hmpg-bg.jpg) no-repeat center top;
  -moz-background-size: cover;
  background-size: cover; }
  #not-found-wrapper .wrap {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: row;
    flex-basis: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fefefd;
    padding-top: 140px; }
  #not-found-wrapper h1 {
    font-size: 3rem; }

#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: .75rem; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar p {
  margin: 0;
  padding: 0; }

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px; }

#cookie-bar .cb-enable {
  background: #007700; }

#cookie-bar .cb-enable:hover {
  background: #009900; }

#cookie-bar .cb-disable {
  background: #990000; }

#cookie-bar .cb-disable:hover {
  background: #bb0000; }

#cookie-bar .cb-policy {
  background: #0033bb; }

#cookie-bar .cb-policy:hover {
  background: #0055dd; }

@media (max-width: 1530px) {
  #navigation .wrapper {
    padding-bottom: 75px; }
  #dinner-set .dinner-item {
    -moz-background-size: 1000px auto;
    background-size: 1000px auto; }
  #dinner-set .fork,
  #dinner-set .knife {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    height: 589px; }
  #dinner-set .fork {
    background-position: -108px -589px; }
    #dinner-set .fork:after {
      -moz-background-size: 1000px auto;
      background-size: 1000px auto;
      background-position: 0px -589px; }
  #dinner-set .knife {
    background-position: -322px -589px; }
    #dinner-set .knife:after {
      -moz-background-size: 1000px auto;
      background-size: 1000px auto;
      background-position: -215px -589px; }
  #dinner-set .plate {
    width: 500px;
    height: 589px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    background-position: -500px 0px; }
    #dinner-set .plate:before,
    #dinner-set .plate .food {
      -moz-background-size: 1000px auto;
      background-size: 1000px auto; }
    #dinner-set .plate:before {
      background-position: 0px 0px;
      z-index: 1; }
    #dinner-set .plate .food {
      background-position: -500px -589px;
      z-index: 2; }
  .welcome-links {
    font-size: 1.5rem; }
    .welcome-links .welcome-link-item a:after {
      margin-top: .2rem; }
    .welcome-links .welcome-link-item.welcome-link-item-catering {
      width: 100%;
      text-align: center;
      bottom: 1rem; }
    .welcome-links .welcome-link-item.welcome-link-item-ristorante, .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
      top: 50%;
      margin-top: -0.75rem; }
    .welcome-links .welcome-link-item.welcome-link-item-ristorante {
      left: 100%;
      margin-left: 3.5rem; }
    .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
      right: 100%;
      margin-right: 3.5rem; }
  .area-header > .container {
    height: 450px; }
    .area-header > .container .left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .area-header > .container .left:before {
        width: -moz-calc( 100% + ( ( 100vw - 1140px ) / 2 ));
        width: calc( 100% + ( ( 100vw - 1140px ) / 2 )); }
  #footer .footer-top {
    padding-top: 37.5px;
    padding-bottom: 37.5px; }
  #footer .footer-bottom {
    padding-top: 18.75px;
    padding-bottom: 18.75px; }
  #footer .social-accounts {
    margin-bottom: 37.5px; }
  .area-content.gastronomia .intro-text, .area-content.catering .intro-text {
    margin-top: 37.5px; }
  .area-content.gastronomia .welcome, .area-content.catering .welcome {
    padding-top: 75px;
    padding-bottom: 75px; }
  .area-content.catering .services {
    padding-top: 150px;
    padding-bottom: 75px; }
  .area-content .menu-area {
    min-height: 450px;
    padding-top: 75px;
    padding-bottom: 75px; }
    .area-content .menu-area .menu-slide ul {
      -webkit-column-gap: 75px;
      -moz-column-gap: 75px;
      column-gap: 75px; }
    .area-content .menu-area h3 span:before, .area-content .menu-area h3 span:after {
      width: 225px; }
  .area-content.gallery .gallery-nav {
    padding-top: 187.5px;
    padding-bottom: 75px; }
  .area-content.contatti {
    padding-top: 75px;
    padding-bottom: 75px; }
  .blocked-content-item {
    height: 450px;
    font-size: .875rem; }
    .blocked-content-item .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 1140px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 1140px ) / 2 )); }
    .blocked-content-item .right {
      padding-bottom: 37.5px; }
      .blocked-content-item .right .wrap {
        margin-left: 8.3333333%;
        width: auto; }
    .blocked-content-item.il-regalo .right .wrap {
      margin-left: 0px;
      margin-right: 8.3333333%; }
  .fidelity-card .flexwrap {
    height: 450px; }
    .fidelity-card .flexwrap .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 1140px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 1140px ) / 2 )); }
  .pod-item .pod-column.left {
    height: auto;
    min-height: 412.5px; }
    .pod-item .pod-column.left span.bg {
      width: -moz-calc( 100% + ( ( 100vw - 1140px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 1140px ) / 2 )); }
  .pod-item .pod-column.right .wrap {
    padding: 37.5px 0px 37.5px 37.5px; }
  .pod-item:nth-child(even) .pod-column.right .wrap {
    padding: 37.5px 37.5px 37.5px 0px; }
  .get-quotation {
    padding-top: 75px;
    padding-bottom: 75px; }
  .certificazioni {
    padding-top: 37.5px;
    padding-bottom: 37.5px; } }

@media (max-width: 1366px) {
  #header .site-logo {
    background-color: #2d3a4b;
    padding-top: 110px; }
  html.no-touchevents #nav {
    font-size: 1.1rem; }
    html.no-touchevents #nav ul li:not(:last-child) {
      margin-bottom: 1.5rem; }
  html.no-touchevents #navigation .wrapper {
    padding-top: 220px; }
  .fidelity-card h3 {
    font-size: 3.2rem; }
  .fidelity-card h4 {
    font-size: 1rem; }
  .fidelity-card .fidelity-bottom {
    font-size: 1rem; }
  .fidelity-card .flexwrap {
    font-size: 1rem; }
    .fidelity-card .flexwrap .right p:not(:last-child) {
      margin-bottom: 20px; }
  .fidelity-card .flexwrap.secondobloccofid {
    font-size: 1rem; }
    .fidelity-card .flexwrap.secondobloccofid .right p:not(:last-child) {
      margin-bottom: 20px; } }

@media (max-width: 1199px) {
  html, body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  #header {
    height: 220px !important; }
  #header .site-logo {
    height: 220px;
    padding-bottom: 0px; }
  .area-header > .container {
    height: 360px; }
    .area-header > .container .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 960px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 960px ) / 2 )); }
  .area-header.catering .area-title {
    margin-bottom: 0px; }
    .area-header.catering .area-title h1 {
      position: relative; }
      .area-header.catering .area-title h1 .and {
        display: block;
        position: absolute;
        font-size: 6.5rem;
        color: #a4c4d7;
        right: auto;
        left: 0px;
        top: 3rem; }
      .area-header.catering .area-title h1 .banqueting {
        display: block;
        position: absolute;
        font-size: 2.5rem;
        right: auto;
        left: 100px;
        margin-left: 0px;
        top: 4rem; }
  #footer {
    z-index: 3;
    position: relative; }
    #footer .footer-top {
      padding-top: 30px;
      padding-bottom: 30px; }
    #footer .footer-bottom {
      padding-top: 15px;
      padding-bottom: 15px; }
    #footer .social-accounts {
      margin-bottom: 30px; }
  .area-content.gastronomia .intro-text {
    margin-top: 30px; }
  .area-content.gastronomia .welcome {
    padding-top: 60px;
    padding-bottom: 60px; }
  .area-content .menu-area {
    padding-top: 60px;
    padding-bottom: 60px; }
    .area-content .menu-area .menu-container {
      width: 75%; }
  .area-content.catering .services {
    padding-top: 120px;
    padding-bottom: 60px; }
  .area-content.gallery .gallery-nav {
    padding-top: 150px;
    padding-bottom: 60px; }
  .area-content.contatti {
    padding-top: 60px;
    padding-bottom: 60px; }
  .area-content.storia {
    padding-top: 120px;
    padding-bottom: 60px; }
  .blocked-content-item {
    height: 360px;
    font-size: .875rem; }
    .blocked-content-item h3 {
      font-size: 2.2rem;
      margin-bottom: 1.5rem; }
    .blocked-content-item > div p:not(:last-child) {
      margin-bottom: 15px; }
    .blocked-content-item .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 960px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 960px ) / 2 )); }
    .blocked-content-item .right {
      padding-bottom: 30px; }
      .blocked-content-item .right .wrap {
        margin-left: 8.3333333%;
        width: auto; }
    .blocked-content-item.il-regalo .right .wrap {
      margin-left: 0px;
      margin-right: 8.3333333%; }
  #fidelity-card-popup {
    max-width: 1000px; }
    #fidelity-card-popup p em {
      font-size: 1.2rem; }
  .fidelity-card .flexwrap {
    font-size: .8rem;
    height: 360px; }
    .fidelity-card .flexwrap .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 960px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 960px ) / 2 )); }
  .fidelity-card .flexwrap.secondobloccofid {
    font-size: .8rem;
    height: 720px; }
    .fidelity-card .flexwrap.secondobloccofid .left:before {
      width: 100%;
      background: url(images/regalofidelity.jpg) no-repeat center center;
      -moz-background-size: cover;
      background-size: cover; }
  .fidelity-card h3 {
    margin-bottom: 20px; }
  .area-title {
    margin-bottom: -5.5rem; }
    .area-title h1 {
      font-size: 3.2rem;
      font-weight: 400;
      color: #2d3a4b; }
    .area-title h2 {
      font-weight: 400;
      font-size: 1.5rem;
      margin-top: 1.2rem;
      line-height: 2rem; }
  .blocker {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    left: 0px;
    top: -9999px;
    z-index: 699;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out 0s, top 0s linear .5s, -webkit-transform .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s, top 0s linear .5s, -webkit-transform .5s ease-in-out 0s;
    -o-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear .5s;
    -moz-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear .5s, -moz-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear .5s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear .5s, -webkit-transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s; }
  #dinner-set {
    margin-top: 5%; }
    #dinner-set .dinner-item {
      -moz-background-size: 900px auto;
      background-size: 900px auto; }
    #dinner-set .fork,
    #dinner-set .knife {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 97px;
      flex: 0 0 97px;
      height: 530px; }
    #dinner-set .fork {
      background-position: -97px -530px; }
      #dinner-set .fork:after {
        -moz-background-size: 900px auto;
        background-size: 900px auto;
        background-position: 0px -530px; }
    #dinner-set .knife {
      background-position: -289px -530px; }
      #dinner-set .knife:after {
        -moz-background-size: 900px auto;
        background-size: 900px auto;
        background-position: -193px -530px; }
    #dinner-set .plate {
      width: 450px;
      height: 530px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 450px;
      flex: 0 0 450px;
      background-position: -450px 0px;
      margin-left: -2.6rem;
      margin-right: -2.6rem; }
      #dinner-set .plate:before,
      #dinner-set .plate .food {
        -moz-background-size: 900px auto;
        background-size: 900px auto; }
      #dinner-set .plate:before {
        background-position: 0px 0px;
        z-index: 1; }
      #dinner-set .plate .food {
        background-position: -450px -530px;
        z-index: 2; }
  .welcome-links {
    font-size: 1.3rem;
    letter-spacing: .1rem; }
    .welcome-links .welcome-link-item a:after {
      margin-top: .2rem; }
    .welcome-links .welcome-link-item.welcome-link-item-catering {
      bottom: 0px; }
    .welcome-links .welcome-link-item.welcome-link-item-ristorante, .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
      margin-top: -0.65rem; }
    .welcome-links .welcome-link-item.welcome-link-item-ristorante {
      margin-left: 3rem; }
    .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
      margin-right: 3rem; }
  .movable {
    -webkit-transition: -webkit-transform .5s ease-in-out 0s;
    transition: -webkit-transform .5s ease-in-out 0s;
    -o-transition: transform .5s ease-in-out 0s;
    -moz-transition: transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s, -webkit-transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s; }
  .nav-bkg {
    display: none; }
  #main {
    background-color: #fff; }
  #navigation {
    z-index: 1;
    background-color: #cd524b; }
    #navigation > .container {
      width: 300px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: auto; }
      #navigation > .container .wrapper {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px; }
  #nav {
    font-size: 1.2rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    text-align: left; }
    #nav ul li, #nav ul li:not(:last-child) {
      margin-bottom: auto; }
    #nav ul li a {
      display: block;
      height: 40px;
      line-height: 40px;
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      position: relative; }
      #nav ul li a:before {
        display: none; }
      #nav ul li a:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0px;
        top: 50%;
        left: auto;
        margin-top: -6px;
        border-top: solid 1px rgba(0, 0, 0, 0.2);
        border-right: solid 1px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1; }
  html.csstransforms3d #nav {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  html.menu-open #header .site-logo {
    opacity: 1;
    top: 0px; }
  html.menu-open.no-csstransforms3d .movable {
    -webkit-transform: translate3d(300px, 0px, 0px);
    -moz-transform: translate3d(300px, 0px, 0px);
    transform: translate3d(300px, 0px, 0px); }
  html.menu-open.no-csstransforms3d .blocker {
    top: 0px;
    opacity: .7;
    -webkit-transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    -o-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    -moz-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -moz-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s;
    -webkit-transform: translate(300px, 0px);
    -moz-transform: translate(300px, 0px);
    -ms-transform: translate(300px, 0px);
    transform: translate(300px, 0px); }
  html.menu-open.csstransforms3d .movable {
    -webkit-transform: translate3d(300px, 0px, 0px);
    -moz-transform: translate3d(300px, 0px, 0px);
    transform: translate3d(300px, 0px, 0px); }
  html.menu-open.csstransforms3d .blocker {
    top: 0px;
    opacity: .7;
    -webkit-transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    -o-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    -moz-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -moz-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s;
    -webkit-transform: translate3d(300px, 0px, 0px);
    -moz-transform: translate3d(300px, 0px, 0px);
    transform: translate3d(300px, 0px, 0px); }
  .fidelity-card {
    font-size: .875rem; }
    .fidelity-card h3 {
      font-size: 2.6rem; }
    .fidelity-card h4 {
      font-size: .875rem; }
    .fidelity-card .flexwrap .right p:not(:last-child) {
      margin-bottom: 15px; }
    .fidelity-card .flexwrap.secondobloccofid {
      font-size: .875rem; }
      .fidelity-card .flexwrap.secondobloccofid .right p:not(:last-child) {
        margin-bottom: 15px; }
  ul#timeline-container li .year {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px; }
  ul#timeline-container li .timeline-content {
    font-size: .8125rem; }
    ul#timeline-container li .timeline-content:before {
      width: 30px;
      margin-right: 12px; }
  ul#timeline-container li:nth-child(even) .timeline-content:before {
    margin-left: 12px; }
  .pod-item {
    font-size: .875rem; }
    .pod-item .pod-column.left {
      height: auto;
      min-height: 330px; }
      .pod-item .pod-column.left span.bg {
        width: -moz-calc( 100% + ( ( 100vw - 960px ) / 2 ));
        width: calc( 100% + ( ( 100vw - 960px ) / 2 )); }
    .pod-item .pod-column.right .wrap {
      padding: 30px 0px 30px 30px; }
    .pod-item:nth-child(even) .pod-column.right .wrap {
      padding: 30px 30px 30px 0px; }
  .skills {
    padding-bottom: 60px; }
  .get-quotation {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (max-width: 991px) {
  #dinner-set {
    margin-top: 10%; }
  #header .site-logo {
    padding-top: 40px;
    padding-bottom: 10px;
    height: 180px; }
  #header .header-action-icon {
    margin-top: 25px; }
  .area-header > .container {
    height: 250px; }
    .area-header > .container .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 740px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 740px ) / 2 )); }
  .area-header.gastronomia {
    padding-bottom: 0px; }
  .area-header.catering .area-title h1 .and {
    top: 2.3rem; }
  .area-header.catering .area-title h1 .banqueting {
    font-size: 2.3rem; }
  #footer {
    z-index: 3;
    position: relative; }
    #footer .footer-top {
      padding-top: 20.83333px;
      padding-bottom: 20.83333px; }
    #footer .footer-bottom {
      padding-top: 10.41667px;
      padding-bottom: 10.41667px; }
    #footer .social-accounts {
      margin-bottom: 20.83333px; }
  .area-title {
    margin-bottom: -4.5rem; }
    .area-title h1 {
      font-size: 2.5rem;
      font-weight: 400;
      color: #2d3a4b; }
    .area-title h2 {
      font-weight: 400;
      font-size: 1.1rem;
      margin-top: 1rem;
      line-height: 1.6rem; }
  .area-content.gastronomia .intro-text {
    margin-top: 20.83333px;
    font-size: 1rem; }
  .area-content.contatti {
    padding-top: 41.66667px;
    padding-bottom: 41.66667px; }
    .area-content.contatti .wrapper > div.right {
      margin-left: 8.33333334%; }
      .area-content.contatti .wrapper > div.right .form-control {
        font-size: 1.2rem; }
  .area-content.gallery .gallery-nav {
    padding-top: 104.16667px;
    padding-bottom: 41.66667px; }
  .blocked-content-item {
    height: auto;
    min-height: 250px;
    font-size: .875rem; }
    .blocked-content-item h3 {
      font-size: 2.2rem;
      margin-bottom: 1.5rem; }
    .blocked-content-item > div p:not(:last-child) {
      margin-bottom: 15px; }
    .blocked-content-item .left:before {
      width: -moz-calc( 100% + ( ( 100vw - 740px ) / 2 ));
      width: calc( 100% + ( ( 100vw - 740px ) / 2 )); }
    .blocked-content-item .right {
      padding-bottom: 20.83333px;
      padding-top: 20.83333px; }
      .blocked-content-item .right .wrap {
        margin-left: 8.3333333%;
        width: auto; }
    .blocked-content-item.il-regalo .right .wrap {
      margin-left: 0px;
      margin-right: 8.3333333%; }
  .fidelity-bottom {
    font-size: .875rem; }
  .fidelity-bottom {
    font-size: .875rem; }
  #fidelity-card-popup {
    max-width: 600px; }
  .fidelity-card h3 {
    font-size: 2.3rem; }
  .fidelity-card .flexwrap {
    height: 312.5px;
    font-size: .8rem; }
    .fidelity-card .flexwrap .left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .fidelity-card .flexwrap .left:before {
        width: -moz-calc( 100% + ( ( 100vw - 740px ) / 2 ));
        width: calc( 100% + ( ( 100vw - 740px ) / 2 )); }
  .fidelity-card .flexwrap.secondobloccofid {
    height: 625px;
    font-size: .8rem; }
    .fidelity-card .flexwrap.secondobloccofid .left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .fidelity-card .flexwrap.secondobloccofid .left:before {
        width: 100%; }
  .welcome-links {
    position: relative;
    width: auto;
    height: auto;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    margin-top: 530px; }
    .welcome-links .welcome-link-item {
      position: relative;
      text-align: center; }
      .welcome-links .welcome-link-item:not(:last-child) {
        margin-bottom: 1.5rem; }
      .welcome-links .welcome-link-item a:after {
        display: none; }
      .welcome-links .welcome-link-item a:before {
        content: attr(data-number);
        font-family: 'Playfair Display', serif;
        display: block;
        text-align: center;
        left: 0px;
        top: 100%;
        font-weight: 400;
        font-size: 1.5rem;
        letter-spacing: normal;
        margin-bottom: .5rem; }
      .welcome-links .welcome-link-item.welcome-link-item-catering {
        bottom: auto; }
      .welcome-links .welcome-link-item.welcome-link-item-ristorante, .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
        margin-top: 0px;
        left: auto;
        right: auto; }
      .welcome-links .welcome-link-item.welcome-link-item-ristorante {
        margin-left: 0px; }
      .welcome-links .welcome-link-item.welcome-link-item-gastronomia {
        margin-right: 0px; }
  .pod-item {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .pod-item h3 {
      font-size: 2rem; }
    .pod-item .pod-column.left {
      height: auto; }
      .pod-item .pod-column.left span.bg {
        width: -moz-calc( 100% + ( ( 100vw - 740px ) / 2 ));
        width: calc( 100% + ( ( 100vw - 740px ) / 2 )); }
    .pod-item .pod-column.right .wrap {
      padding: 20.83333px 0px 20.83333px 20.83333px; }
    .pod-item:nth-child(even) .pod-column.right .wrap {
      padding: 20.83333px 20.83333px 20.83333px 0px; }
  .certificazioni {
    margin-bottom: 41.66667px; }
    .certificazioni h3 {
      font-size: 2rem; }
    .certificazioni ul.loghi-certificazioni {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .certificazioni ul.loghi-certificazioni li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 5px;
        padding-right: 5px; }
  .skills {
    padding-bottom: 41.66667px; }
    .skills h3 {
      font-size: 2rem; }
    .skills .flexdist {
      display: block; }
      .skills .flexdist a {
        display: block;
        letter-spacing: normal; }
  .get-quotation {
    padding-top: 41.66667px;
    padding-bottom: 41.66667px; } }

@media (max-width: 767px) {
  html.homepage,
  html.homepage body {
    min-height: 100vh; }
  #welcome {
    height: auto; }
  #header {
    background-color: #2d3a4b;
    height: 80px !important; }
    #header:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 50px;
      -moz-border-radius-bottomleft: 50% 25%;
      border-bottom-left-radius: 50% 25%;
      -moz-border-radius-bottomright: 50% 25%;
      border-bottom-right-radius: 50% 25%;
      -moz-border-radius-topleft: 0px;
      border-top-left-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px;
      border-bottom: solid 2px #404f63;
      background: #2d3a4b;
      left: 0px;
      bottom: 0px;
      margin-bottom: -15px;
      -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.6);
      box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.6); }
    #header .wrap {
      height: 80px !important;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 10px;
      padding-right: 10px; }
    #header .header-action-icon {
      margin-top: 0px;
      min-width: 1px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px; }
      #header .header-action-icon:before {
        display: none; }
      #header .header-action-icon svg {
        width: 40px;
        height: 40px; }
    #header .site-logo {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 150px;
      flex: 0 0 150px;
      padding-top: 0px;
      padding-bottom: 0px;
      height: auto !important; }
      #header .site-logo a img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        margin-bottom: 0px; }
  #quotation-request-popup {
    max-width: 90%; }
    #quotation-request-popup .form-items .inputter.half {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  html.menu-open.no-csstransforms3d .movable {
    -webkit-transform: translate(270px, 0px);
    -moz-transform: translate(270px, 0px);
    -ms-transform: translate(270px, 0px);
    transform: translate(270px, 0px); }
  html.menu-open.no-csstransforms3d .blocker {
    top: 0px;
    opacity: .7;
    -webkit-transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    -o-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    -moz-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -moz-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s;
    -webkit-transform: translate(270px, 0px);
    -moz-transform: translate(270px, 0px);
    -ms-transform: translate(270px, 0px);
    transform: translate(270px, 0px); }
  html.menu-open.csstransforms3d .movable {
    -webkit-transform: translate3d(270px, 0px, 0px);
    -moz-transform: translate3d(270px, 0px, 0px);
    transform: translate3d(270px, 0px, 0px); }
  html.menu-open.csstransforms3d .blocker {
    top: 0px;
    opacity: .7;
    -webkit-transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s;
    -o-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    -moz-transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -moz-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s, top 0s linear 0s, -webkit-transform .5s ease-in-out 0s, -moz-transform .5s ease-in-out 0s;
    -webkit-transform: translate3d(270px, 0px, 0px);
    -moz-transform: translate3d(270px, 0px, 0px);
    transform: translate3d(270px, 0px, 0px); }
  html.menu-open .trigger-menu svg {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    html.menu-open .trigger-menu svg .cls-1.fork {
      -webkit-transform: rotate(315deg) translateX(5px) translateY(1px);
      -moz-transform: rotate(315deg) translateX(5px) translateY(1px);
      -ms-transform: rotate(315deg) translateX(5px) translateY(1px);
      transform: rotate(315deg) translateX(5px) translateY(1px); }
    html.menu-open .trigger-menu svg .cls-1.knife {
      -webkit-transform: rotate(-315deg) translateX(-5px) translateY(1px);
      -moz-transform: rotate(-315deg) translateX(-5px) translateY(1px);
      -ms-transform: rotate(-315deg) translateX(-5px) translateY(1px);
      transform: rotate(-315deg) translateX(-5px) translateY(1px); }
  #navigation > .container,
  #navigation .wrapper {
    width: 270px; }
  #fidelity-card-popup {
    max-width: 90%; }
    #fidelity-card-popup:before {
      width: 200px;
      height: 125px;
      display: block;
      position: absolute;
      background: url(images/fc.png) no-repeat center center;
      -moz-background-size: 200px 125px;
      background-size: 200px 125px;
      left: 50%;
      top: 0px;
      margin-left: -100px;
      content: ''; }
    #fidelity-card-popup .wrapper {
      padding: 30px 0px;
      padding-top: 130px; }
  #dinner-set {
    margin-top: 50px; }
    #dinner-set .dinner-item {
      -moz-background-size: 500px auto;
      background-size: 500px auto; }
    #dinner-set .fork,
    #dinner-set .knife {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 54px;
      flex: 0 0 54px;
      height: 295px; }
    #dinner-set .fork {
      background-position: -54px -295px; }
      #dinner-set .fork:after {
        -moz-background-size: 500px auto;
        background-size: 500px auto;
        background-position: 0px -295px; }
    #dinner-set .knife {
      background-position: -161px -295px; }
      #dinner-set .knife:after {
        -moz-background-size: 500px auto;
        background-size: 500px auto;
        background-position: -108px -295px; }
    #dinner-set .plate {
      width: 250px;
      height: 295px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 250px;
      flex: 0 0 250px;
      background-position: -250px 0px;
      margin-left: -1rem;
      margin-right: -1rem; }
      #dinner-set .plate:before,
      #dinner-set .plate .food {
        -moz-background-size: 500px auto;
        background-size: 500px auto; }
      #dinner-set .plate:before {
        background-position: 0px 0px;
        z-index: 1; }
      #dinner-set .plate .food {
        background-position: -250px -295px;
        z-index: 2; }
  .welcome-links {
    font-size: 1.2rem;
    margin-top: auto;
    font-weight: 300; }
    .welcome-links .welcome-link-item:not(:last-child) {
      margin-bottom: 1rem; }
    .welcome-links.mobile-welcome-links {
      margin-bottom: 4rem; }
  #homepage-footer {
    position: relative;
    padding-top: 1rem;
    padding-bottom: .5rem;
    text-align: center;
    background-color: #2d3a4b;
    border-top: solid 1px rgba(255, 255, 255, 0.15); }
    #homepage-footer .wrap {
      display: block; }
  #main {
    padding-top: 80px; }
  .area-header {
    margin-left: -10px;
    margin-right: -10px; }
    .area-header > .container {
      display: block;
      height: auto; }
      .area-header > .container .left {
        height: 200px;
        margin-bottom: 0px; }
        .area-header > .container .left:before {
          height: 100%;
          width: 100%;
          background-position: center center; }
      .area-header > .container .right {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px; }
    .area-header.catering .left:before {
      background-image: url(images/area-catering-header.jpg); }
    .area-header.catering .area-title {
      margin-bottom: 0px; }
      .area-header.catering .area-title h1 {
        position: relative;
        line-height: 1; }
        .area-header.catering .area-title h1 .and {
          position: relative;
          font-size: 4rem;
          right: auto;
          left: auto;
          top: auto; }
        .area-header.catering .area-title h1 .banqueting {
          display: block;
          position: relative;
          margin-left: auto;
          right: auto;
          left: auto;
          top: auto; }
    .area-header.ristorante .left:before {
      background-image: url(images/area-ristorante-header.jpg); }
    .area-header.contatti .left:before {
      background-image: url(images/area-contatti-header.jpg); }
  .area-content.gastronomia .welcome {
    padding-top: 50px;
    padding-bottom: 50px; }
  .area-content.catering .welcome {
    padding-top: 50px;
    padding-bottom: 50px; }
  .area-content.catering .services {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center; }
    .area-content.catering .services .service:not(:last-child) {
      padding-bottom: 50px; }
  .area-content.catering .intro-text {
    font-size: 1rem; }
  .area-content .menu-area {
    padding-top: 50px;
    padding-bottom: 25px; }
    .area-content .menu-area.menu-catering {
      padding-bottom: 50px;
      background: #2d3a4b; }
    .area-content .menu-area h2 {
      font-size: 4rem; }
    .area-content .menu-area h3 {
      font-size: 1rem; }
      .area-content .menu-area h3 span:before, .area-content .menu-area h3 span:after {
        display: none; }
    .area-content .menu-area .menu-container {
      width: auto; }
    .area-content .menu-area .menu-slide ul {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0px;
      -moz-column-gap: 0px;
      column-gap: 0px; }
      .area-content .menu-area .menu-slide ul li {
        padding-left: 25px;
        padding-right: 25px; }
    .area-content .menu-area .menu-slide dl dt {
      font-size: 1rem; }
      .area-content .menu-area .menu-slide dl dt em {
        font-size: .875rem; }
  .area-content.ristorante .opening {
    padding-bottom: 50px;
    padding-top: 50px; }
    .area-content.ristorante .opening .wrapper {
      width: auto;
      letter-spacing: normal; }
  .area-content.ristorante .intro-text {
    font-size: 1rem; }
  .area-content.ristorante .welcome {
    padding-bottom: 50px; }
  .area-content.gallery .gallery-nav {
    padding-top: 25px;
    padding-bottom: 25px; }
  .area-content.gallery #gallery-filters {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat right 15px center;
    -moz-background-size: 15px auto;
    background-size: 15px auto; }
  .area-content.contatti {
    padding-top: 50px;
    padding-bottom: 50px; }
    .area-content.contatti .wrapper {
      display: block; }
      .area-content.contatti .wrapper > div {
        width: auto;
        max-width: none; }
        .area-content.contatti .wrapper > div.left {
          margin-bottom: 50px;
          text-align: center; }
        .area-content.contatti .wrapper > div.right {
          margin-left: auto;
          text-align: center; }
          .area-content.contatti .wrapper > div.right .contact-module {
            text-align: left; }
        .area-content.contatti .wrapper > div label[for="privacy"] {
          margin-bottom: 50px; }
    .area-content.contatti #sendcontactform {
      background: none;
      display: block;
      width: 100%; }
  .area-content.storia {
    padding-top: 50px;
    padding-bottom: 50px; }
  .area-title {
    margin-bottom: 0px; }
  .blocked-content-item {
    display: block; }
    .blocked-content-item h3 {
      font-size: 2rem; }
    .blocked-content-item > div p:not(:last-child) {
      margin-bottom: 15px; }
    .blocked-content-item .left {
      height: 250px;
      padding-left: 0px;
      padding-right: 0px; }
      .blocked-content-item .left:before {
        width: auto !important;
        position: relative; }
    .blocked-content-item .right {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-top: 0px;
      padding-bottom: 0px; }
      .blocked-content-item .right .wrap {
        margin-left: auto; }
    .blocked-content-item.il-bancone {
      margin-bottom: auto; }
      .blocked-content-item.il-bancone .right {
        margin-bottom: 0px; }
        .blocked-content-item.il-bancone .right .wrap {
          padding: 2rem;
          margin-left: auto;
          margin-right: auto; }
    .blocked-content-item.il-regalo .right .wrap {
      padding: 2rem;
      margin-left: auto;
      margin-right: auto; }
    .blocked-content-item .right .wrap {
      text-align: left;
      width: auto;
      margin-left: 8.33333334%; }
  .fidelity-card .flexwrap {
    display: block;
    height: auto; }
    .fidelity-card .flexwrap .left {
      height: 250px;
      padding-left: 0px;
      padding-right: 0px; }
      .fidelity-card .flexwrap .left:before {
        position: relative;
        width: auto; }
    .fidelity-card .flexwrap .right > div {
      padding: 50px 0px; }
  .fidelity-card .flexwrap.secondobloccofid {
    height: auto; }
    .fidelity-card .flexwrap.secondobloccofid .right {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .fidelity-card .flexwrap.secondobloccofid .right h3, .fidelity-card .flexwrap.secondobloccofid .right p {
        margin-right: 0px; }
    .fidelity-card .flexwrap.secondobloccofid .left {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-height: 600px; }
  .pod-item {
    display: block;
    font-size: .875rem; }
    .pod-item:after {
      content: '';
      display: table;
      clear: both; }
    .pod-item h3 {
      font-size: 1.8rem; }
    .pod-item .pod-column {
      max-width: none; }
      .pod-item .pod-column.left {
        height: 250px; }
        .pod-item .pod-column.left span.bg {
          width: 100%; }
      .pod-item .pod-column.right .wrap {
        padding: 2rem; }
    .pod-item:nth-child(even) .pod-column.right .wrap {
      padding: 2rem; }
  .get-quotation {
    padding-top: 50px;
    padding-bottom: 50px; }
  .get-quotation-button a span {
    letter-spacing: normal;
    height: 46px;
    line-height: 46px; }
  .get-quotation-button a:before {
    width: 46px;
    height: 46px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 46px;
    flex: 1 0 46px;
    -moz-background-size: 23px 23px;
    background-size: 23px 23px; }
  .certificazioni {
    margin-bottom: 50px;
    padding-top: 25px;
    padding-bottom: 25px; }
    .certificazioni .wrapper {
      display: block; }
      .certificazioni .wrapper .left {
        margin-bottom: 25px; }
    .certificazioni ul.loghi-certificazioni {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -2px;
      margin-right: -2px; }
      .certificazioni ul.loghi-certificazioni li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 2px;
        padding-left: 2px; }
  .skills .wrapper {
    display: block; }
    .skills .wrapper .skill:not(:last-child) {
      margin-bottom: 25px; }
  .moreview {
    letter-spacing: normal; }
  #footer-nav ul li {
    font-size: .8125rem;
    letter-spacing: normal; }
    #footer-nav ul li:not(:last-child) {
      margin-right: 1.2rem; }
  #gallery-container {
    padding: 0px; }
    #gallery-container .image__cell {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333334%;
      flex: 0 0 33.33333334%;
      max-width: 33.33333334%;
      position: relative; }
      #gallery-container .image__cell:nth-of-type(5n+2) .image--expand,
      #gallery-container .image__cell:nth-of-type(5n+3) .image--expand,
      #gallery-container .image__cell:nth-of-type(5n+4) .image--expand,
      #gallery-container .image__cell:nth-of-type(5n+5) .image--expand {
        margin-left: auto; }
      #gallery-container .image__cell:nth-of-type(3n+2) .image--expand {
        margin-left: -100% !important; }
      #gallery-container .image__cell:nth-of-type(3n+3) .image--expand {
        margin-left: -200% !important; }
      #gallery-container .image__cell.is-expanded .image--expand {
        max-height: 900px; }
      #gallery-container .image__cell.is-expanded .image--basic:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #000;
        opacity: .6;
        z-index: 2; }
      #gallery-container .image__cell .image--large {
        display: block;
        margin: 0 auto; }
      #gallery-container .image__cell .image--expand {
        width: 300%; }
        #gallery-container .image__cell .image--expand .figure {
          max-width: none;
          margin: 0px auto;
          display: block;
          padding: 40px 20px;
          position: relative; }
          #gallery-container .image__cell .image--expand .figure .image-wrapper {
            position: relative; }
            #gallery-container .image__cell .image--expand .figure .image-wrapper:before {
              content: '';
              position: absolute;
              width: 100%;
              height: 6px;
              left: 0px;
              top: 0px;
              background: url(images/bar.gif) repeat-x left center;
              display: none; }
      #gallery-container .image__cell.loading .image--expand .figure .image-wrapper:before {
        display: block; }
      #gallery-container .image__cell .expand__close {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #cd524b;
        font-size: .75rem;
        line-height: normal;
        letter-spacing: normal;
        z-index: 100; }
        #gallery-container .image__cell .expand__close:hover {
          color: #c4c952; }
  .timeline {
    padding-top: 0px;
    padding-bottom: 0px; }
    .timeline:before {
      display: none; }
  ul#timeline-container li {
    display: block;
    min-height: 1px;
    margin-bottom: auto;
    border-bottom: solid 1px #cd524b; }
    ul#timeline-container li:before {
      display: none; }
    ul#timeline-container li .year {
      text-align: left;
      font-size: 1rem;
      line-height: normal;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      height: 40px;
      padding-top: 8px;
      padding-bottom: 8px;
      line-height: 24px;
      background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjA1OSAzMS4wNTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjA1OSAzMS4wNTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTUuNTI5LDMxLjA1OUM2Ljk2NiwzMS4wNTksMCwyNC4wOTIsMCwxNS41MjlDMCw2Ljk2Niw2Ljk2NiwwLDE1LjUyOSwwICAgIGM4LjU2MywwLDE1LjUyOSw2Ljk2NiwxNS41MjksMTUuNTI5QzMxLjA1OSwyNC4wOTIsMjQuMDkyLDMxLjA1OSwxNS41MjksMzEuMDU5eiBNMTUuNTI5LDEuNzc0ICAgIGMtNy41ODUsMC0xMy43NTUsNi4xNzEtMTMuNzU1LDEzLjc1NXM2LjE3LDEzLjc1NCwxMy43NTUsMTMuNzU0YzcuNTg0LDAsMTMuNzU0LTYuMTcsMTMuNzU0LTEzLjc1NFMyMy4xMTMsMS43NzQsMTUuNTI5LDEuNzc0eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZD0iTTIxLjY1MiwxNi40MTZIOS40MDZjLTAuNDksMC0wLjg4OC0wLjM5Ni0wLjg4OC0wLjg4N2MwLTAuNDksMC4zOTctMC44ODgsMC44ODgtMC44ODhoMTIuMjQ2ICAgIGMwLjQ5LDAsMC44ODcsMC4zOTgsMC44ODcsMC44ODhDMjIuNTM5LDE2LjAyLDIyLjE0MywxNi40MTYsMjEuNjUyLDE2LjQxNnoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNS41MjksMjIuNTM5Yy0wLjQ5LDAtMC44ODgtMC4zOTctMC44ODgtMC44ODdWOS40MDZjMC0wLjQ5LDAuMzk4LTAuODg4LDAuODg4LTAuODg4ICAgIGMwLjQ5LDAsMC44ODcsMC4zOTgsMC44ODcsMC44ODh2MTIuMjQ2QzE2LjQxNiwyMi4xNDMsMTYuMDIsMjIuNTM5LDE1LjUyOSwyMi41Mzl6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat right 10px center;
      -moz-background-size: 24px auto;
      background-size: 24px auto; }
      ul#timeline-container li .year:after {
        display: none; }
    ul#timeline-container li .timeline-content {
      padding-bottom: 20px;
      padding-top: 10px;
      display: none;
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
      ul#timeline-container li .timeline-content:before {
        display: none; }
    ul#timeline-container li:nth-child(even) .timeline-content {
      text-align: left;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
      ul#timeline-container li:nth-child(even) .timeline-content:before {
        display: none; }
    ul#timeline-container li.active .year {
      background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjA1OSAzMS4wNTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjA1OSAzMS4wNTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTUuNTI5LDMxLjA1OUM2Ljk2NiwzMS4wNTksMCwyNC4wOTIsMCwxNS41MjlDMCw2Ljk2Niw2Ljk2NiwwLDE1LjUyOSwwICAgIHMxNS41MjksNi45NjYsMTUuNTI5LDE1LjUyOUMzMS4wNTksMjQuMDkyLDI0LjA5MiwzMS4wNTksMTUuNTI5LDMxLjA1OXogTTE1LjUyOSwxLjc3NGMtNy41ODQsMC0xMy43NTQsNi4xNzEtMTMuNzU0LDEzLjc1NSAgICBzNi4xNywxMy43NTQsMTMuNzU0LDEzLjc1NGM3LjU4NCwwLDEzLjc1NC02LjE3LDEzLjc1NC0xMy43NTRTMjMuMTE0LDEuNzc0LDE1LjUyOSwxLjc3NHoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMS42NTIsMTYuNDE2SDkuNDA2Yy0wLjQ5LDAtMC44ODctMC4zOTYtMC44ODctMC44ODdjMC0wLjQ5LDAuMzk4LTAuODg4LDAuODg3LTAuODg4aDEyLjI0NiAgICBjMC40OSwwLDAuODg3LDAuMzk4LDAuODg3LDAuODg4QzIyLjUzOSwxNi4wMiwyMi4xNDMsMTYuNDE2LDIxLjY1MiwxNi40MTZ6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat right 10px center;
      -moz-background-size: 24px auto;
      background-size: 24px auto; }
      ul#timeline-container li.active .year:after {
        display: none; }
    ul#timeline-container li.active .timeline-content {
      display: block; } }

@media (max-width: 320px) {
  html.ua-mobile #navigation .wrapper {
    width: 240px; }
  html.menu-open.no-csstransforms3d .movable {
    -webkit-transform: translate(240px, 0px);
    -moz-transform: translate(240px, 0px);
    -ms-transform: translate(240px, 0px);
    transform: translate(240px, 0px); }
  html.menu-open.no-csstransforms3d .blocker {
    -webkit-transform: translate(240px, 0px);
    -moz-transform: translate(240px, 0px);
    -ms-transform: translate(240px, 0px);
    transform: translate(240px, 0px); }
  html.menu-open.csstransforms3d .movable {
    -webkit-transform: translate3d(240px, 0px, 0px);
    -moz-transform: translate3d(240px, 0px, 0px);
    transform: translate3d(240px, 0px, 0px); }
  html.menu-open.csstransforms3d .blocker {
    -webkit-transform: translate3d(240px, 0px, 0px);
    -moz-transform: translate3d(240px, 0px, 0px);
    transform: translate3d(240px, 0px, 0px); }
  #dinner-set {
    margin-top: 49.16667px; }
    #dinner-set .dinner-item {
      -moz-background-size: 446px auto;
      background-size: 446px auto; }
    #dinner-set .fork,
    #dinner-set .knife {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 48px;
      flex: 0 0 48px;
      height: 263px; }
    #dinner-set .fork {
      background-position: -48px -263px; }
      #dinner-set .fork:after {
        -moz-background-size: 446px auto;
        background-size: 446px auto;
        background-position: 0px -263px; }
    #dinner-set .knife {
      background-position: -144px -263px; }
      #dinner-set .knife:after {
        -moz-background-size: 446px auto;
        background-size: 446px auto;
        background-position: -96px -263px; }
    #dinner-set .plate {
      width: 223px;
      height: 263px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 223px;
      flex: 0 0 223px;
      background-position: -223px 0px;
      margin-left: -1rem;
      margin-right: -1rem; }
      #dinner-set .plate:before,
      #dinner-set .plate .food {
        -moz-background-size: 446px auto;
        background-size: 446px auto; }
      #dinner-set .plate:before {
        background-position: 0px 0px;
        z-index: 1; }
      #dinner-set .plate .food {
        background-position: -223px -263px;
        z-index: 2; }
  .area-content .menu-area .menu-slide ul li {
    padding-left: 10px;
    padding-right: 10px; }
  .area-content.storia {
    padding-top: 98.33333px;
    padding-bottom: 98.33333px; }
  .pod-item .pod-column.right .wrap {
    padding-left: 1rem;
    padding-right: 1rem; }
  .pod-item:nth-child(even) .pod-column.right .wrap {
    padding-left: 1rem;
    padding-right: 1rem; } }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#privacy_container {
  max-width: 800px;
  margin: 0px auto;
  padding: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #59636d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#privacy_container h1 {
  font-size: 19px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 5px; }

#privacy_container h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 10px; }

#privacy_container h3 {
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  padding-top: 20px; }

#privacy_container h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px; }

#privacy_container .box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #ccc; }

#privacy_container p {
  margin-bottom: 15px; }

#privacy_container p:last-child {
  margin-bottom: auto; }

#privacy_container ul#services_list {
  list-style: none;
  margin-top: 30px; }

#privacy_container ul#services_list li {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#privacy_container ul#services_list li:nth-child(2n+1) {
  clear: left; }

#privacy_container ul#services_list li:nth-child(2n) {
  clear: right;
  float: right; }

#privacy_container ul#services_list li.full {
  width: auto;
  float: none;
  clear: none; }

#privacy_container .row {
  margin-left: -15px;
  margin-right: -15px; }

#privacy_container .row:after,
#privacy_container .row:before {
  content: '';
  display: table;
  clear: both; }

#privacy_container .box_service {
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; }

#privacy_container .box_service h3 {
  padding: 13px 25px 13px 10px;
  cursor: pointer; }

#privacy_container .box_service h3 i {
  float: left; }

#privacy_container .box_service h3 span {
  display: block;
  padding-left: 18px; }

#privacy_container .box_service .box_service_content {
  padding: 13px;
  border-top: dotted 1px #ccc; }

#privacy_container .hidden {
  display: none !important; }

#privacy_container hr {
  margin-bottom: 15px;
  border: none;
  border-bottom: solid 1px #ccc; }

@media (max-width: 767px) {
  #privacy_container ul#services_list li {
    width: auto;
    float: none !important; } }
