/* COLORS */
.dark_blue {
  color: #294657; }

.bg-dark_blue {
  background-color: #294657; }

.blue {
  color: #9FB2BB; }

.bg-blue {
  background-color: #9FB2BB; }

.light_blue {
  color: #CCD9E0; }

.bg-light_blue {
  background-color: #CCD9E0; }

.very_light_blue {
  color: #ECF0F1; }

.bg-very_light_blue {
  background-color: #ECF0F1; }

.orange {
  color: #FFA953; }

.bg-orange {
  background-color: #FFA953; }

.light_orange {
  color: #DABE9B; }

.bg-light_orange {
  background-color: #DABE9B; }

.white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.green {
  color: #67AD64; }

.bg-green {
  background-color: #67AD64; }

.light_green {
  color: #A3D6A1; }

.bg-light_green {
  background-color: #A3D6A1; }

.very_light_green {
  color: #E9F7E9; }

.bg-very_light_green {
  background-color: #E9F7E9; }

.gray {
  color: #b3c3cc; }

.bg-gray {
  background-color: #b3c3cc; }

.black {
  color: #000; }

.bg-black {
  background-color: #000; }

/* VALUES */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14pt;
  font-family: "gotham";
  font-weight: 300;
  color: #294657; }

@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 12pt; } }

.hidden {
  display: none !important; }

.container-fluid {
  --bs-gutter-x:0rem; }

.row {
  --bs-gutter-x:0rem; }

hr {
  margin: 0;
  border: none;
  height: 4px;
  width: 50px;
  opacity: 1; }

img.lang-flag {
  height: 25px;
  width: auto; }

.square-frame {
  position: relative;
  width: 100%; }
  .square-frame .dummy {
    position: relative;
    padding: 100% 0 0; }
  .square-frame .square {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.rect-frame {
  position: relative;
  width: 100%; }
  .rect-frame .dummy {
    position: relative;
    padding: 109.375% 0 0; }
  .rect-frame .rect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

table tr td {
  padding-left: 10px;
  padding-bottom: 14px; }
  table tr td .list-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9FB2BB;
    margin-bottom: 5px; }

.bold {
  font-weight: 500; }

.clear {
  clear: both; }

h2 {
  font-family: 'sportinggrotesque'; }

p {
  margin: 0;
  padding: 0; }

.blocks .block {
  padding: 80px;
  position: relative; }
  @media screen and (max-width: 1280px) {
    .blocks .block {
      padding: 50px; } }
  @media screen and (orientation: portrait) {
    .blocks .block {
      padding: 50px; } }
  @media screen and (min-width: 1600px) {
    .blocks .block {
      padding: 50px 120px; } }
  @media screen and (min-width: 1800px) {
    .blocks .block {
      padding: 50px 150px; } }
  .blocks .block hr {
    position: absolute;
    top: 0;
    left: 80px; }
    @media screen and (max-width: 1280px) {
      .blocks .block hr {
        left: 50px; } }
    @media screen and (orientation: portrait) {
      .blocks .block hr {
        left: 50px; } }
  .blocks .block h3 {
    color: #294657;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    text-transform: uppercase; }
  .blocks .block .block-subtitle {
    font-size: 1rem;
    color: #fff;
    font-family: 'sportinggrotesque';
    font-weight: 500;
    padding-bottom: 10px; }
  .blocks .block .block-description {
    font-size: 1.2rem;
    line-height: 1.5rem;
    min-height: 10.5rem; }
  .blocks .block .block-price .block-price-number,
  .blocks .block .block-price .block-price-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 7px;
    margin-bottom: -3px;
    width: unset; }
  .blocks .block .block-price .block-price-number {
    text-align: right;
    font-family: 'sportinggrotesque';
    font-weight: bold;
    font-size: 3rem;
    padding: 0;
    margin: 0; }
    .blocks .block .block-price .block-price-number .block-price-number-content {
      height: auto;
      line-height: 2.1rem; }
  .blocks .block .block-price .block-price-text .block-price-time {
    font-weight: 400; }
  .blocks .block .block-a-partire-da {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 32px; }
  .blocks .block .block-cta {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 32px; }
    .blocks .block .block-cta a,
    .blocks .block .block-cta a:link,
    .blocks .block .block-cta a:hover,
    .blocks .block .block-cta a:active,
    .blocks .block .block-cta a:visited {
      color: inherit;
      font-weight: inherit;
      text-decoration: inherit; }

.subtitle-complex .subtitle-title {
  float: left; }

.subtitle-complex .subtitle-comment {
  float: right;
  font-weight: 400;
  color: #9FB2BB; }
  @media screen and (orientation: portrait) {
    .subtitle-complex .subtitle-comment {
      float: left; } }
section.body-section {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0; }
  section.body-section h2,
  section.body-section .block-big {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.3rem; }
  @media screen and (max-width: 991px) {
    section.body-section h2,
    section.body-section .block-big {
      line-height: 1.9rem !important; } }
  @media screen and (max-width: 991px) {
    section.body-section h2,
    section.body-section .block-big {
      font-size: 1.6rem; } }
  section.body-section .section-block {
    border-radius: 20px;
    padding: 50px; }

@media screen and (max-width: 991px) {
  section.body-section {
    padding: 0; } }

section.body-section.free-height {
  min-height: unset; }

@media screen and (orientation: portrait) {
  section.body-section.mobile-free-height {
    min-height: unset; } }

.container-inner {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin: auto; }
  @media screen and (max-width: 1280px) {
    .container-inner {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (orientation: portrait) {
    .container-inner {
      padding-left: 30px;
      padding-right: 30px; } }
@media screen and (max-width: 991px) {
  .container-inner {
    width: 95%; } }

section#section-home {
  background-image: url("../img/bg-main.jpg");
  color: #fff;
  text-align: center; }
  section#section-home .main-title-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }
    section#section-home .main-title-container .main-title-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 70%; }
      section#section-home .main-title-container .main-title-content img#main-logo {
        width: 200px; }
        @media screen and (orientation: portrait) {
          section#section-home .main-title-container .main-title-content img#main-logo {
            width: 150px; } }
      section#section-home .main-title-container .main-title-content h1 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 3rem;
        line-height: 3rem;
        padding-top: 20px; }
        @media screen and (orientation: portrait) {
          section#section-home .main-title-container .main-title-content h1 {
            font-size: 2.25rem;
            line-height: 2.25rem; } }
    section#section-home .main-title-container .mail-block {
      display: flex;
      position: absolute;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      bottom: 48px; }
      @media screen and (max-width: 991px) {
        section#section-home .main-title-container .mail-block {
          bottom: 100px; } }
      @media screen and (orientation: portrait) {
        section#section-home .main-title-container .mail-block {
          bottom: 100px; } }
      section#section-home .main-title-container .mail-block a,
      section#section-home .main-title-container .mail-block a:link,
      section#section-home .main-title-container .mail-block a:hover,
      section#section-home .main-title-container .mail-block a:visited {
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        font-size: .9rem; }
      section#section-home .main-title-container .mail-block img#main-address {
        width: 25px;
        height: auto; }
      section#section-home .main-title-container .mail-block address {
        font-size: .8rem;
        line-height: 1rem;
        margin-bottom: 1.5rem;
        margin-top: 10px; }
        section#section-home .main-title-container .mail-block address a,
        section#section-home .main-title-container .mail-block address a:link,
        section#section-home .main-title-container .mail-block address a:active,
        section#section-home .main-title-container .mail-block address a:visited {
          font-weight: 300; }
  section#section-home nav#menu-horizontal,
  section#section-home nav#menu-chat {
    position: absolute;
    bottom: 50px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    z-index: 10; }
    section#section-home nav#menu-horizontal ul li,
    section#section-home nav#menu-chat ul li {
      display: inline; }
      section#section-home nav#menu-horizontal ul li a,
      section#section-home nav#menu-horizontal ul li a:link,
      section#section-home nav#menu-horizontal ul li a:active,
      section#section-home nav#menu-horizontal ul li a:hover,
      section#section-home nav#menu-horizontal ul li a:visited,
      section#section-home nav#menu-chat ul li a,
      section#section-home nav#menu-chat ul li a:link,
      section#section-home nav#menu-chat ul li a:active,
      section#section-home nav#menu-chat ul li a:hover,
      section#section-home nav#menu-chat ul li a:visited {
        color: #fff;
        text-decoration: none; }
        section#section-home nav#menu-horizontal ul li a .whatsapp-live,
        section#section-home nav#menu-horizontal ul li a:link .whatsapp-live,
        section#section-home nav#menu-horizontal ul li a:active .whatsapp-live,
        section#section-home nav#menu-horizontal ul li a:hover .whatsapp-live,
        section#section-home nav#menu-horizontal ul li a:visited .whatsapp-live,
        section#section-home nav#menu-chat ul li a .whatsapp-live,
        section#section-home nav#menu-chat ul li a:link .whatsapp-live,
        section#section-home nav#menu-chat ul li a:active .whatsapp-live,
        section#section-home nav#menu-chat ul li a:hover .whatsapp-live,
        section#section-home nav#menu-chat ul li a:visited .whatsapp-live {
          height: 18pt; }
  section#section-home .whatsapp-mobile {
    display: none; }
    @media screen and (orientation: portrait) {
      section#section-home .whatsapp-mobile {
        display: block;
        padding-top: 30px;
        position: absolute;
        left: 50px;
        z-index: 1000;
        bottom: 20px; }
        section#section-home .whatsapp-mobile img {
          height: 15pt; } }
  section#section-home nav#menu-horizontal {
    font-size: .9rem;
    left: 80px; }
    section#section-home nav#menu-horizontal ul {
      padding: 0;
      margin: 0;
      text-align: left; }
      section#section-home nav#menu-horizontal ul li {
        padding-right: 10px;
        cursor: pointer; }
  section#section-home nav#menu-chat {
    font-size: .9rem;
    right: 20px; }
    section#section-home nav#menu-chat ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      section#section-home nav#menu-chat ul li {
        padding-left: 20px; }
  section#section-home .social-icons {
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    z-index: 1000; }
    section#section-home .social-icons img.social-icon {
      display: block;
      padding-bottom: 20px;
      width: 30px;
      height: auto; }
    section#section-home .social-icons img.lang-flag {
      display: none; }
  @media screen and (orientation: portrait) {
    section#section-home .social-icons {
      display: block;
      position: absolute;
      right: 50px;
      bottom: 0;
      top: unset;
      z-index: 1000; }
      section#section-home .social-icons a {
        color: transparent; }
      section#section-home .social-icons img.social-icon {
        display: inline !important;
        padding-bottom: 22px;
        width: 20px;
        height: auto; }
      section#section-home .social-icons img.lang-flag {
        display: inline !important;
        width: 58px;
        height: auto;
        padding-right: 20px;
        padding-bottom: 22px; } }
section#section-home::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #294657;
  opacity: 0.7;
  content: ""; }

section#section-payoff {
  background-color: #CCD9E0;
  font-family: 'sportinggrotesque';
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 991px) {
    section#section-payoff {
      font-size: 1.5rem; } }
  @media screen and (orientation: portrait) {
    section#section-payoff {
      font-size: 1.5rem; } }
  @media screen and (orientation: portrait) {
    section#section-payoff {
      padding: 30px 0; } }
section#section-description {
  padding-top: 80px;
  padding-bottom: 80px; }
  section#section-description hr {
    margin-top: 20px;
    margin-bottom: 25px; }
  section#section-description .text-column:first-child {
    padding-right: 10px; }
  section#section-description .text-column:last-child {
    padding-left: 10px; }
  @media screen and (orientation: portrait) {
    section#section-description .text-column {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
section#section-polo {
  padding: 0;
  background-image: url("../img/bg-polo.jpg");
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (orientation: portrait) {
    section#section-polo {
      min-height: 50%; } }
section#section-servizi {
  background-color: #ECF0F1;
  padding-bottom: 0; }
  section#section-servizi .servizi-bg {
    background-image: url("../img/bg-servizi.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  section#section-servizi .servizi-content {
    padding: 50px 0 0 0; }
    section#section-servizi .servizi-content h2 {
      padding-right: 80px;
      padding-left: 50px;
      margin-bottom: 20px; }
    section#section-servizi .servizi-content .servizi-content-list {
      position: relative;
      padding: 50px 80px 50px 50px;
      min-height: 200px; }
      section#section-servizi .servizi-content .servizi-content-list hr {
        position: absolute;
        top: -2px; }
      section#section-servizi .servizi-content .servizi-content-list table tr td {
        font-weight: 400; }
        section#section-servizi .servizi-content .servizi-content-list table tr td .list-bullet {
          background-color: #9FB2BB; }
      section#section-servizi .servizi-content .servizi-content-list table tr:first-child td .list-bullet {
        width: 16px;
        height: 16px;
        margin-left: -3px; }
  section#section-servizi .servizi-img {
    padding-left: 50px; }
    section#section-servizi .servizi-img img {
      width: 100%;
      height: auto; }

section#section-scrivania {
  background-color: #ECF0F1; }
  @media screen and (max-width: 991px) {
    section#section-scrivania {
      padding-bottom: 0; } }
  @media screen and (orientation: portrait) {
    section#section-scrivania {
      padding-bottom: 0; } }
  section#section-scrivania .subtitle-complex {
    padding: 80px 80px 20px; }
    @media screen and (max-width: 1280px) {
      section#section-scrivania .subtitle-complex {
        padding: 50px 50px 20px; } }
    @media screen and (orientation: portrait) {
      section#section-scrivania .subtitle-complex {
        padding: 30px 50px 20px; } }
  section#section-scrivania .blocks .block:nth-child(1) {
    background-color: #9FB2BB; }
  section#section-scrivania .blocks .block:nth-child(2) {
    background-color: #CCD9E0; }
  section#section-scrivania .blocks .block:nth-child(3) {
    background-color: #DABE9B; }
  @media screen and (min-width: 1500px) {
    section#section-scrivania br.mv-exception {
      display: none; } }
section#section-slideshow {
  padding-top: 0;
  height: 66%;
  min-height: unset; }
  section#section-slideshow .carousel {
    position: absolute;
    width: 100%;
    height: 100%; }
    section#section-slideshow .carousel .carousel-inner {
      width: 100%;
      height: 100%; }
      section#section-slideshow .carousel .carousel-inner .carousel-item {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }

section#section-riunione {
  padding: 80px 80px;
  text-align: center; }
  section#section-riunione .container-fluid {
    padding: 50px;
    background-color: #ECF0F1; }
    @media screen and (orientation: portrait) {
      section#section-riunione .container-fluid {
        padding: 50px 5px; } }
  section#section-riunione hr {
    margin: 30px auto; }
  section#section-riunione .riunione-text {
    font-size: 1.4rem;
    font-weight: 400; }
    @media screen and (max-width: 991px) {
      section#section-riunione .riunione-text {
        font-size: 1.2rem; } }
  @media screen and (max-width: 1280px) {
    section#section-riunione {
      padding: 50px 50px 0; } }
  @media screen and (orientation: portrait) {
    section#section-riunione {
      padding: 30px 50px 0; } }
section#section-sale .sale-content {
  padding: 50px 0 0; }
  section#section-sale .sale-content .sale-block {
    padding-left: 80px;
    padding-right: 50px; }

section#section-sale hr {
  margin: 30px 0 0; }

section#section-sale .sale-block-content {
  padding-top: 30px;
  padding-bottom: 50px; }

section#section-sale .sale-bg {
  background-image: url("../img/bg-sale.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

section#section-sale .sale-img {
  padding-left: 50px; }
  section#section-sale .sale-img img {
    width: 100%;
    height: auto; }

@media screen and (orientation: portrait) {
  section#section-sale {
    padding: 0; } }

section#section-sale table {
  margin-top: 20px; }

section#section-sale-soluzioni .subtitle-complex {
  padding: 80px 80px 20px; }
  @media screen and (max-width: 991px) {
    section#section-sale-soluzioni .subtitle-complex {
      padding-top: 50px; } }
  @media screen and (orientation: portrait) {
    section#section-sale-soluzioni .subtitle-complex {
      padding-top: 50px; } }
section#section-sale-soluzioni .blocks .block:nth-child(1) {
  background-color: #FFA953; }

section#section-sale-soluzioni .blocks .block:nth-child(2) {
  background-color: #A3D6A1; }

section#section-sale-soluzioni .blocks .block:nth-child(3) {
  background-color: #67AD64; }

section#section-sale-soluzioni .blocks .block .block-description {
  font-size: 1.2rem;
  line-height: 1.5rem;
  min-height: 8rem; }

.defs-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: none;
  left: -100%; }

section#section-professionisti {
  background-color: #294657;
  color: #fff;
  text-align: center; }
  section#section-professionisti .footer-professionisti {
    padding: 50px; }
    @media screen and (max-width: 1280px) {
      section#section-professionisti .footer-professionisti {
        padding: 50px; } }
    @media screen and (orientation: portrait) {
      section#section-professionisti .footer-professionisti {
        padding: 50px; } }
  section#section-professionisti .footer-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px 80px;
    overflow-x: auto; }
    @media screen and (max-width: 1280px) {
      section#section-professionisti .footer-logos {
        padding: 0 50px 50px; } }
    @media screen and (orientation: portrait) {
      section#section-professionisti .footer-logos {
        padding: 0 30px 30px; } }
    @media screen and (min-width: 1600px) {
      section#section-professionisti .footer-logos {
        padding: 0 120px 80px; } }
    @media screen and (min-width: 1800px) {
      section#section-professionisti .footer-logos {
        padding: 0 150px 80px; } }
    section#section-professionisti .footer-logos img {
      margin-left: 10px;
      margin-right: 10px; }

footer {
  background-color: #fff;
  color: #294657;
  text-align: center; }
  footer img.rete-mv {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (orientation: portrait) {
      footer img.rete-mv {
        padding: 80px 50px; } }
  footer a,
  footer a:link,
  footer a:hover,
  footer a:visited {
    color: #294657;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.5rem; }
  footer .rete-mv-text {
    text-transform: uppercase;
    font-family: "gotham";
    font-weight: 500;
    padding: 30px 50px 20px;
    line-height: 28px;
    padding-bottom: 9px !important; }
  footer .rete-mv-mobile {
    padding: 0 50px 30px;
    width: 100%; }
  footer .footer-bottom {
    font-size: .6rem;
    padding-bottom: 5px; }
    footer .footer-bottom a {
      font-size: inherit !important;
      font-weight: inherit !important; }

.menu-button {
  position: fixed;
  top: 0;
  right: 30px;
  height: 120px;
  width: 200px;
  background-image: url("../img/menu-button.png");
  background-position: right center;
  background-size: auto 60%;
  background-repeat: no-repeat; }

.logo-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  .logo-container .container-inner {
    position: relative;
    height: auto; }
    .logo-container .container-inner .main-logo {
      position: absolute;
      top: 30px;
      left: -130px;
      width: 200px;
      height: 143px;
      content: '';
      background-image: url("../img/logo-emblema.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .logo-container .container-inner .logo-emblema {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../img/logo-completo.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .logo-container .container-inner .menu-button {
      position: absolute;
      top: 95px;
      right: -130px;
      height: 120px;
      width: 200px;
      background-image: url("../img/menu-button.png");
      background-position: right top;
      background-size: auto 30%;
      background-repeat: no-repeat; }
    .logo-container .container-inner .menu-items {
      position: absolute;
      right: 80px;
      top: 131px;
      bottom: 0; }

@media all and (max-width: 991px) {
  .main-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 107.25px;
    content: '';
    background-image: url("../img/logo-emblema.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .logo-emblema {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/logo-completo.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  #mobile-top-bar.closed {
    height: 0;
    background-color: transparent; }
  .menu-button {
    position: fixed;
    top: 0;
    right: 35px;
    height: 105px;
    width: 150px;
    background-image: url("../img/menu-button.png");
    background-position: right 40px;
    background-size: auto 30%;
    background-repeat: no-repeat; } }

#mobile-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  content: '';
  background-color: #fff;
  display: block; }

.menu-items {
  position: fixed;
  right: 30px;
  top: 150px;
  bottom: 5rem;
  display: flex;
  align-items: center;
  z-index: 1000; }
  .menu-items ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu-items ul li {
      height: 3rem;
      text-align: right; }
      .menu-items ul li .bullet-home {
        content: '';
        height: 20px;
        width: 20px;
        margin-right: 11.7px;
        display: inline-block;
        background-image: url("../img/bullet-home.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .menu-items ul li .circle {
        content: '';
        display: none;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1.3px solid #000;
        border-radius: 50%;
        margin-right: 11.7px; }
      .menu-items ul li .circle.active {
        background-color: #000; }
      @media screen and (max-width: 991px) {
        .menu-items ul li .circle {
          display: none !important; } }
      .menu-items ul li .text {
        line-height: 3rem;
        background-color: #fff;
        padding: 5px; }

.menu-items.closed .circle {
  display: inline-block; }

.menu-items.closed .text {
  display: none; }

@media screen and (max-width: 991px) {
  .menu-items {
    z-index: 10; } }

@media screen and (max-height: 800px) {
  .menu-items {
    bottom: 0; } }

.mobile-logo-container {
  height: 0;
  width: 0; }
  .mobile-logo-container .menu-button {
    z-index: 100; }
  .mobile-logo-container .main-logo {
    z-index: 100; }
  .mobile-logo-container .menu-items {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50; }
    .mobile-logo-container .menu-items ul {
      padding-top: 90px;
      margin: 0 auto; }
      .mobile-logo-container .menu-items ul li {
        line-height: 2rem;
        text-align: center;
        margin-bottom: 20px; }
        .mobile-logo-container .menu-items ul li .text {
          font-size: 2rem; }
  .mobile-logo-container .menu-items.closed {
    display: none; }

.fb-icon {
  background-image: url(../img/logo-fb.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px; }
  .fb-icon.fb-mobile-menu-icon {
    margin: auto; }
  .fb-icon.fb-dovesiamo-icon {
    margin-top: 20px; }

.flag {
  width: 40px;
  height: 40px;
  line-height: 40px; }
  .flag img {
    width: 30px;
    height: 30px;
    margin-right: 7px; }
