/*Current Issues*/
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;0,600;0,700;1,100;1,300;1,400;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* Variabili - BLU DEFAULT #04305e*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #0073BC;
  text-decoration: none;
  outline: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  font-family: "Lato", sans-serif;
  line-height: 120%; }

[class*="icon-"]:before {
  font-weight: 400 !important; }

.flex {
  display: flex; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.nascosto {
  display: none; }

.relative {
  position: relative; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.flexend {
  justify-content: flex-end; }

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.riempi {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #0073BC;
  color: #fff; }

.bg-colore2 {
  background-color: #DD589C;
  color: #000; }
  .bg-colore2 .tasto {
    border: 2px solid #fff;
    box-shadow: 0 13px 10px -5px rgba(0, 0, 0, 0.3); }

.bg-colore3 {
  background-color: #25366E;
  color: #fff; }

[class*="bg-colore"] a, [class*="bg-colore"] a:visited, [class*="bg-colore"] a:active, [class*="bg-colore"] a:focus, [class*="bg-colore"] a:hover {
  color: #fff; }

.bg-blended {
  background-color: rgba(0, 115, 188, 0.1); }

.bg-grigio-scuro {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff; }

.bg-grigio-chiaro {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-grayfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #0073BC; }

.ancora {
  position: relative;
  top: -220px; }

.corpo080 {
  font-size: 0.8em;
  line-height: 1.4em; }

.corpo090 {
  font-size: 0.9em;
  line-height: 1.4em; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.corpo200 {
  font-size: 2em;
  line-height: 1.4em; }

.corpo300 {
  font-size: 3em;
  line-height: 1.4em; }

.corpo400 {
  font-size: 4em;
  line-height: 1.4em; }

.spaziati > * + * {
  margin-left: 0.5em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

.fascia {
  padding: 2rem; }

.stato-off {
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-in-out; }

.stato-on {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-in-out; }

.stretto {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.strettissimo {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/*LAYOUT*/
body {
  background-color: #004470; }

* {
  box-sizing: border-box; }

#pagina {
  position: relative;
  padding: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  #pagina img {
    max-width: 100%; }

.testa {
  background: url("../img/testata-bg.png") no-repeat center top #DD589C;
  padding: 1.5em;
  text-align: center;
  background-size: contain;
  border-bottom: 3px solid #fff; }

.testata {
  position: relative;
  text-align: center;
  background: url("../img/testata.png") no-repeat center center #fff;
  background-size: cover; }
  .testata .testo {
    padding: 1em 1em 2em; }
    .testata .testo h1 {
      text-align: center;
      font-weight: 900;
      color: #fff;
      font-size: 3.4em;
      line-height: 0.9em;
      text-transform: uppercase;
      margin: 0 auto; }
  .testata .logo {
    width: 340px;
    max-width: 85%; }

h4.payoff {
  color: #fff;
  text-align: center;
  margin: 0.1em 0 0 0;
  font-size: 1.4em;
  background-color: #25366E;
  padding: 0.5em 1em 0.27em; }

/*MENU*/
.menu {
  background-color: #0073BC;
  color: #fff;
  text-align: center;
  border-top: 2px solid #fff;
  margin-bottom: 2em;
  padding: 0.5em; }
  .menu ul {
    margin: 0 auto;
    display: inline-block; }
    .menu ul li {
      display: inline-block; }
      .menu ul li + li {
        margin-left: 1.5em;
        border-left: 2px solid #fff;
        padding-left: 1.5em; }
      .menu ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.1em;
        font-family: "Josefin Sans", sans-serif;
        position: relative;
        padding-left: 1.66em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: inline-block; }
        .menu ul li a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0.3em;
          width: 1.2em;
          height: 1.2em;
          background: url("../../img/logo-menu.png") no-repeat center center transparent;
          background-size: contain; }

.sfondo {
  background: url("../img/sfondo.png") no-repeat center center transparent;
  background-size: cover; }

/*MODULI*/
/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .twist > div {
    width: 50%;
    position: relative; }
  .twist .testo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }

.box-tasti {
  display: flex;
  flex-wrap: wrap; }
  .box-tasti .tasto {
    display: block;
    width: calc(50% - 5px);
    margin: 2px;
    position: relative;
    white-space: inherit; }

.presentazione {
  line-height: 1.2em;
  padding-right: 5em;
  padding-left: 5em; }
  .presentazione h4 {
    margin: 0 0 0.5em; }
  .presentazione .tasto.espandi:before {
    content: 'Visualizza '; }
  .presentazione .tasto.espandi[aria-expanded='true']:before {
    content: 'Nascondi '; }
  .presentazione .tasto.espandi:after, .presentazione .tasto.espandi[aria-expanded='true']:after {
    content: '\e906';
    font-family: "myicons";
    margin-left: 1em; }
  .presentazione .tasto.espandi[aria-expanded='true']:after {
    content: '\e907'; }

body .audioplayer {
  max-width: none;
  font-family: "Lato", sans-serif;
  background: linear-gradient(to bottom, rgba(0, 115, 188, 0.2) 0%, rgba(0, 115, 188, 0) 150px); }
  body .audioplayer .play-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    justify-content: center; }
    body .audioplayer .play-list .item {
      width: 25%;
      display: flex;
      position: relative;
      padding-bottom: 11em;
      margin: 0 3em;
      align-items: center; }
      body .audioplayer .play-list .item .foto {
        width: 130px;
        min-width: 130px;
        margin-right: 1em;
        position: relative;
        top: -7px; }
        body .audioplayer .play-list .item .foto img {
          width: 130px;
          height: 130px;
          object-fit: cover;
          border: 4px solid #0073BC;
          border-radius: 100%;
          box-shadow: 0 24px 10px -10px rgba(0, 0, 0, 0.2);
          margin-bottom: -10px; }
      body .audioplayer .play-list .item .data {
        text-transform: uppercase;
        margin-bottom: 0.2em;
        color: #999;
        font-size: 0.9em;
        font-weight: 600;
        display: none; }
      body .audioplayer .play-list .item .contributi {
        width: 100%; }
      body .audioplayer .play-list .item h3 {
        font-size: 1.4em;
        margin-bottom: 0; }
      body .audioplayer .play-list .item .autore {
        margin: 0; }
      body .audioplayer .play-list .item .durata {
        position: absolute;
        right: 1em;
        font-weight: 300;
        font-size: 0.85em; }
      body .audioplayer .play-list .item .tasti {
        position: absolute;
        width: 100%;
        bottom: 0; }
        body .audioplayer .play-list .item .tasti > * {
          width: 100%;
          display: block;
          margin-bottom: 5px; }
        body .audioplayer .play-list .item .tasti .tasto {
          font-size: 1rem;
          font-family: inherit;
          padding-left: 3.5em; }
          body .audioplayer .play-list .item .tasti .tasto [class^="icon-"] {
            font-size: 1.5em;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0.5em;
            width: 1em;
            text-align: right; }
      body .audioplayer .play-list .item .play-list-row .small-toggle-btn {
        background: none;
        position: absolute;
        left: 0.5em;
        top: 50%;
        transform: translateY(-50%);
        border-radius: unset;
        font-size: 1.5rem;
        width: 1em;
        text-align: center; }
        body .audioplayer .play-list .item .play-list-row .small-toggle-btn .small-play-btn:before, body .audioplayer .play-list .item .play-list-row .small-toggle-btn .small-pause-btn:before {
          color: #fff; }
        body .audioplayer .play-list .item .play-list-row .small-toggle-btn .small-play-btn:before {
          font-family: myicons;
          content: "\e919"; }
      body .audioplayer .play-list .item .play-list-row .track-number {
        display: none; }
      body .audioplayer .play-list .item .play-list-row .track-title {
        max-width: unset; }
      body .audioplayer .play-list .item .play-list-row.tasto {
        padding: 0; }
        body .audioplayer .play-list .item .play-list-row.tasto .track-title a {
          padding: 1em 1em 0.85em 3.5em;
          display: block;
          color: #fff; }
          body .audioplayer .play-list .item .play-list-row.tasto .track-title a:hover {
            text-decoration: none; }
      body .audioplayer .play-list .item.offline {
        opacity: 0.4; }
        body .audioplayer .play-list .item.offline:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 110%;
          background: transparent;
          top: -10px;
          left: 0; }
  body .audioplayer .author {
    font-family: "Josefin Sans", sans-serif;
    justify-content: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
    body .audioplayer .author .item {
      padding: 0;
      margin-bottom: 0;
      width: 27%;
      min-width: 500px; }
      body .audioplayer .author .item .nome, body .audioplayer .author .item .intro {
        margin: 0; }
      body .audioplayer .author .item .qualifica {
        color: #666;
        font-weight: 600;
        font-size: 1.1em; }
      body .audioplayer .author .item .intro {
        font-weight: 900;
        color: rgba(37, 54, 110, 0.9); }

/*elenchi*/
.elenco {
  margin-bottom: 2em;
  /*puntati*/
  /*spaziato*/ }
  .elenco li {
    position: relative; }
  .elenco.cerchi li, .elenco.quadrati li, .elenco.linee li {
    padding-left: 1.5em;
    margin-bottom: 0.5em; }
    .elenco.cerchi li:before, .elenco.quadrati li:before, .elenco.linee li:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      background-color: #0073BC;
      width: 0.3em;
      height: 0.3em; }
  .elenco.cerchi li:before {
    border-radius: 100%; }
  .elenco.linee li:before {
    height: 3px; }
  .elenco.spaziato li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc; }
    .elenco.spaziato li [class*="icon-"]:first-child {
      margin-right: 1em;
      display: inline-block; }
  .elenco.alternato li {
    padding: 0.75em; }
    .elenco.alternato li:nth-child(2n-1) {
      background-color: rgba(0, 0, 0, 0.05); }
  .elenco.numero li {
    padding-left: 2.5em; }
    .elenco.numero li span.numero {
      position: absolute;
      left: 0;
      top: 0;
      color: #0073BC;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

/*GRIGLIA*/
.griglia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .griglia .item {
    margin: 5px;
    height: 200px;
    width: 23.5%;
    padding: 20px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out;
    cursor: default;
    /*&:hover {transform: scale(1.05);}*/ }
    .griglia .item img {
      object-fit: contain;
      object-position: center;
      height: 100%;
      width: 100%;
      max-height: 100px;
      align-self: center; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: #0073BC;
  color: #fff;
  padding: 1em 1em 0.85em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1em;
  border-radius: 0.5rem;
  text-transform: uppercase; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #008ce5;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .tasto [class^="icon-"], .tasto [class*=" icon-"] {
    margin-right: 0.5em; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #0083d6; }
    .bg-colore1 .tasto:hover {
      background-color: #0092ef; }
  p + .tasto {
    margin-top: 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 3em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-left: 4rem; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0.3em 0;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 3rem; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #56bdff !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #89d1ff !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #0073BC; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #0092ef; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #0073BC;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #0092ef; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #0073BC; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #0092ef; }

.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 2em; }
  .media .item {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .media.foglio {
    padding-bottom: 145%; }
  .media.video {
    padding-bottom: 56.25%;
    margin-bottom: 0; }
  .media.immagine {
    padding-bottom: 66%; }
    .media.immagine img {
      object-fit: cover;
      object-position: center center; }

.pulsantiera {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .pulsantiera > * {
    width: 50%;
    padding: 0 2em; }
  .pulsantiera .tasto .testo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    width: calc(100% - 3.8em); }
  .pulsantiera .label {
    text-align: left;
    line-height: 1.1em; }
  .pulsantiera .autore {
    display: flex;
    margin-bottom: 1em; }
    .pulsantiera .autore img.foto {
      display: block;
      min-width: 80px;
      width: 80px;
      height: 80px;
      border: 3px solid #DD589C;
      border-radius: 100%;
      box-shadow: 0 10px 6px -5px rgba(0, 0, 0, 0.5);
      margin-right: 1em; }
    .pulsantiera .autore .titolo {
      font-size: 1.1em;
      line-height: 1em;
      text-transform: unset; }
    .pulsantiera .autore p {
      margin-bottom: 1em; }
    .pulsantiera .autore .nome {
      color: #000;
      margin: 0.25em 0; }
    .pulsantiera .autore .qualifica {
      color: #222; }
      .pulsantiera .autore .qualifica p {
        margin: 0 0 0.4em; }
    .pulsantiera .autore .descrizione {
      font-size: 1rem;
      color: rgba;
      margin-bottom: 0;
      font-weight: 400; }
    .pulsantiera .autore .ruolo {
      color: #DD589C;
      font-weight: 700;
      font-size: 1em;
      margin-bottom: 0em; }
    .pulsantiera .autore .relazione {
      color: #DD589C;
      font-weight: 700;
      margin-top: -0.5em; }
    .pulsantiera .autore:nth-child(n+3) .dati {
      border-top: 1px dashed rgba(0, 0, 0, 0.3);
      padding-top: 2em; }
  .pulsantiera.vip .autore img.foto {
    min-width: 100px;
    width: 100px;
    height: 100px; }

.credits {
  color: #0073BC;
  font-style: italic;
  /*border-top:1px solid rgba($nero, 0.3); padding-top:3em;*/
  margin-top: 3em; }
  .credits .autore {
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: 0; }

form textarea.form-control {
  height: 10em;
  margin-bottom: 1em; }
form label {
  color: #0073BC;
  margin-bottom: 0.1rem; }
  form label.form-check-label {
    color: #333;
    font-weight: 300; }
form p.nota {
  margin: 2em auto 3em;
  line-height: 1;
  font-weight: 300;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  padding-top: 2em; }

.informativa {
  font-size: 0.8rem;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 10em;
  overflow: auto;
  background: #fff;
  margin: 1em auto 3em;
  line-height: 1.2em;
  font-family: arial, sans-serif; }
  .informativa ol {
    margin: 1em; }

/*MODALI*/
.modal .modal-header {
  background-color: #0073BC;
  color: #fff;
  display: block;
  text-align: center;
  position: relative; }
  .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5 {
    color: #fff;
    line-height: 1em; }
.modal .modal-body {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 2em 1em; }
  .modal .modal-body.no-padding {
    padding: 0; }
  .modal .modal-body h4 {
    margin-bottom: 0.5em; }
.modal img {
  max-width: 100%; }
.modal .icon-chiudi {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  color: #fff;
  padding: 0.5em;
  background-color: #DD589C;
  border-radius: 100%; }
  .modal .icon-chiudi:hover {
    background-color: #e16da9; }
.modal .contatti {
  display: flex;
  justify-content: space-around; }
  .modal .contatti li {
    padding: 0.33em 0;
    font-size: 1.3rem; }
  .modal .contatti [class*="icon"] {
    font-size: 1.5em;
    position: relative;
    top: 0.2em; }
    .modal .contatti [class*="icon"]:after {
      content: ' '; }

/*FOOTER*/
#footer {
  position: relative;
  border-top: 1px dotted #333; }
  #footer .loghi {
    display: flex;
    padding: 3em 1em 4em;
    justify-content: center; }
    #footer .loghi > * {
      margin: 0 1.5em; }
      #footer .loghi > *:nth-child(2) {
        margin-top: 31px; }
  #footer .copyright {
    background-color: #0073BC;
    color: #fff;
    text-align: center;
    padding: 1.5em 2em; }

/* TIPOGRAFIA */
body {
  color: #333;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  color: #0073BC;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.2em;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.05em; }
  [class*='bg-colore1'] h1, [class*='bg-colore1'] h2, [class*='bg-colore1'] h3, [class*='bg-colore1'] h4, [class*='bg-colore1'] h5, [class*='bg-colore1'] h6 {
    color: #fff; }
  p + h1:not(.titolo), p + h2:not(.titolo), p + h3:not(.titolo), p + h4:not(.titolo), p + h5:not(.titolo), p + h6:not(.titolo) {
    margin-top: 2em; }

h1 {
  font-size: 3em;
  line-height: 1.1em; }

h2 {
  font-size: 2.5em;
  line-height: 1.1em; }

h3 {
  font-size: 2em;
  line-height: 1.1em; }

h4 {
  font-size: 1.8em;
  line-height: 1.1em; }

h4 {
  font-size: 1.5em;
  line-height: 1.1em; }

h5 {
  font-size: 1.25em;
  line-height: 1.1em; }

h6 {
  font-size: 1.1em;
  line-height: 1.1em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin-top: -0.5em; }

.sopratitolo {
  color: #DD589C;
  margin-bottom: 0.25em; }

.titolo {
  text-transform: none; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #0073BC;
  margin-bottom: 0; }

/*RESPONSIVE MIN*/
@media (min-width: 1200px) {
  #mainmenu .dropdown:hover .dropdown-menu {
    display: block; } }
/*RESPONSIVE MAX*/
@media (max-width: 1499px) {
  body .audioplayer .play-list .item {
    width: calc(33.33% - 6em); } }
@media (max-width: 1199px) {
  body .audioplayer .play-list .item {
    width: calc(50% - 3em);
    margin: 2.5em 1.5em;
    margin-top: 2.5em; }
    body .audioplayer .play-list .item .tasti .tasto {
      font-size: 15px; }
  body .audioplayer .play-list.author .item {
    margin: 0 1.5em; } }
@media (max-width: 991px) {
  html {
    font-size: 15px; }

  .testata .testo h1 {
    font-size: 3em; }

  .sfondo {
    background-size: 100vh;
    background-position: 80% -10px; }

  body .audioplayer .play-list {
    padding: 2em 0; }
    body .audioplayer .play-list .item .tasti {
      width: 100%; }
    body .audioplayer .play-list.author .item {
      max-width: 100%;
      width: 375px; } }
@media (max-width: 767px) {
  .no-mobile {
    display: none; }

  .solomobile {
    display: inherit; }

  .testata .testo h1 {
    font-size: 2.6em; }

  .fascia {
    padding: 2.5em 1em; }

  body .audioplayer .play-list {
    display: block; }
    body .audioplayer .play-list .item {
      width: 100%;
      margin: 0 0 6em; }
    body .audioplayer .play-list.author .item {
      margin: 0 auto; } }
@media (max-width: 575px) {
  .modal .icon-chiudi {
    top: -0.5em;
    right: -0.5em; }

  .menu ul li {
    display: block; }
    .menu ul li + li {
      margin-left: 0;
      border-left: none;
      padding-left: inherit;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding-top: 0.5em;
      margin-top: 0.5em; }

  body .audioplayer .play-list .item {
    display: block;
    text-align: center;
    min-width: unset; }
    body .audioplayer .play-list .item .foto {
      margin: 0 auto 1em;
      width: auto; }
      body .audioplayer .play-list .item .foto img {
        margin: 0 0 0 -15px; } }

/*# sourceMappingURL=stile.css.map */
