@charset "UTF-8";
/* icona diversa per ogni categoria */
.azioni-tools li a.fb, .azioni-tools li a.tw, .azioni-tools li a.wa {
  position: relative;
  top: -4px;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.azioni-tools li a.fb:before, .azioni-tools li a.tw:before, .azioni-tools li a.wa:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.azioni-tools {
  float: right; }
  .azioni-tools li {
    display: inline-block;
    margin-left: 15px;
    font-size: 1.4rem; }
    .azioni-tools li a {
      position: relative;
      display: block;
      color: #222;
      text-transform: lowercase; }
      .azioni-tools li a.download:before, .azioni-tools li a.print:before, .azioni-tools li a.comments:before {
        position: relative;
        top: -5px; }
      .azioni-tools li a.download:before, .azioni-tools li a.comments:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        opacity: 0.4; }
      .azioni-tools li a.download:before {
        width: 26px;
        height: 26px;
        background-position: -52px -78px;
        background-size: 260px 520px; }
      .azioni-tools li a.print:before {
        width: 26px;
        height: 26px;
        background-position: -104px -104px;
        background-size: 260px 520px; }
      .azioni-tools li a.comments:before {
        width: 26px;
        height: 26px;
        background-position: -52px -26px;
        background-size: 260px 520px; }
      .azioni-tools li a.fb:before {
        width: 12px;
        height: 12px;
        background-position: -60px -12px;
        background-size: 120px 240px; }
      .azioni-tools li a.tw:before {
        width: 12px;
        height: 12px;
        background-position: -60px -24px;
        background-size: 120px 240px; }
      .azioni-tools li a.wa:before {
        width: 12px;
        height: 12px;
        background-position: -60px -36px;
        background-size: 120px 240px; }
      .azioni-tools li a.comments {
        width: 25px;
        height: 25px; }
        .azioni-tools li a.comments .num-commenti {
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          color: #7ab700; }
      .azioni-tools li a.fb {
        background: #4460ae; }
      .azioni-tools li a.fb:hover {
        background: #364c89; }
      .azioni-tools li a.tw {
        background: #00aced; }
      .azioni-tools li a.tw:hover {
        background: #0087ba; }
      .azioni-tools li a.wa {
        background: #25D366; }
      .azioni-tools li a.wa:hover {
        background: #1da851; }

.bella {
  color: aliceblue; }

/* Leggi anche */
.leggi-anche {
  margin-bottom: 30px; }
  .leggi-anche a {
    display: block;
    color: #0753AD;
    text-decoration: none; }
    .leggi-anche a:before {
      content: 'Leggi anche:';
      display: inline-block;
      color: #222;
      font-family: "Georgia", serif;
      font-size: 1.8rem;
      font-weight: 600; }
    .leggi-anche a h5 {
      margin-bottom: 15px;
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: -0.04em;
      display: inline;
      text-decoration: underline; }
    .leggi-anche a .freccia {
      display: none; }
    .leggi-anche a:hover h5 {
      text-decoration: none; }

/*
@include media('screen','>=small'){
  .leggi-anche{
    position: relative;
    margin-bottom: 40px;
    text-align: left;

    a{
      //padding: 20px;

      &:before{
        font-size: 1.9rem;
        //text-align: left;
        //margin-bottom: 10px;
        //font-size: 1.4rem;
      }

      h5{
        //width: calc(100% - 120px);
        margin-bottom: 0;
        font-size: 2.2rem;
      }


      .freccia{
        @include position(absolute,50%,20px);
        width: 100px;
        margin: auto;
      }

    }
  }
}
*/
@media screen and (min-width: 950px) {
  .leggi-anche a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*
      .freccia{
        right: 30px;
        @include transition(right,.3s,ease-in-out);
      }

      &:hover{
        //background: darken($doc, 5);

        .freccia{
          right: 20px;
        }
      }
      */ }
    .leggi-anche a h5 {
      font-size: 1.8rem; }
    .leggi-anche a:before {
      font-size: 1.6rem; } }

@media screen and (min-width: 1500px) {
  .leggi-anche a h5 {
    font-size: 2.2rem; }
  .leggi-anche a:before {
    font-size: 1.9rem; } }

/* Leggi anche OLD */
.leggi-anche-old {
  position: relative;
  display: block;
  text-decoration: underline;
  color: #0753AD;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-family: "Source Sans Pro", sans-serif;
  /*
  &:after{
    content: '';
    display: block;
    margin: 25px 0 0;
    @include size(102px,26px);
    background: url("https://www.studenti.it/img/freccia.svg");
    background-size: cover;
  }
  */ }
  .leggi-anche-old:before {
    content: 'Leggi anche:';
    display: inline-block;
    color: #222;
    font-family: "Georgia", serif;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 600;
    font-weight: 600;
    margin-right: 5px; }
  .leggi-anche-old:hover {
    text-decoration: none; }
  p .leggi-anche-old {
    margin-top: 30px; }

/*
@include media('screen','>=small'){
  .leggi-anche-old{
    position: relative;
    text-align: left;
    //font-size: 2rem;
    //padding-right: 120px;
    //margin-bottom: 40px;

    &:after{
      @include position(absolute,50%,30px);
      margin-top: -13px;
      @include transition(right,.3s,ease-in-out);
    }

    &:before{
      margin-bottom: 0;
      font-size: 1.4rem;
      text-align: left;
    }

    p &{
      margin-top: 30px;
    }
  }
}
*/
@media screen and (min-width: 950px) {
  .leggi-anche-old {
    font-size: 1.8rem;
    /*
    &:hover{
      //background: darken($doc, 5);

      &::after{
        right: 20px;
      }
    }
    */ }
    .leggi-anche-old:before {
      font-size: 1.6rem; } }

@media screen and (min-width: 1500px) {
  .leggi-anche-old {
    font-size: 2.2rem; }
    .leggi-anche-old:before {
      font-size: 1.9rem; } }

#read-more-bucket {
  margin: 30px 0 22px; }
  #read-more-bucket > h3 {
    color: #222;
    font-family: "Georgia", serif;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 600;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 20px;
    display: block;
    text-transform: none; }
    #read-more-bucket > h3::after {
      display: none; }
  #read-more-bucket .leggi-anche-doc {
    position: relative;
    display: block !important;
    text-decoration: underline;
    color: #0753AD;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none; }
    #read-more-bucket .leggi-anche-doc::after, #read-more-bucket .leggi-anche-doc::before {
      display: none; }

.lista-faq {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  padding: 30px 20px 20px;
  position: relative; }
  .lista-faq .faq-title {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: Verdana, 'sans-serif';
    font-weight: bold;
    font-size: 11px;
    color: #909090;
    line-height: 26px; }
    .lista-faq .faq-title svg {
      float: right;
      margin-left: 5px;
      padding-top: 4px; }
  .lista-faq .item-faq {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    padding: 0 !important; }
    .lista-faq .item-faq:after {
      display: none !important; }
    .lista-faq .item-faq:last-of-type {
      margin-bottom: 0;
      border: none; }
      .lista-faq .item-faq:last-of-type p {
        margin-bottom: 0; }
    .lista-faq .item-faq .faq-question {
      margin-bottom: 10px;
      font-weight: bold !important;
      font-size: initial;
      display: block; }
    .lista-faq .item-faq p.faq-answer {
      margin-bottom: 15px !important;
      padding-bottom: 0; }
      .lista-faq .item-faq p.faq-answer a {
        font-weight: bold; }
    .lista-faq .item-faq li {
      font-size: initial;
      margin-top: 10px; }
      .lista-faq .item-faq li a {
        font-weight: bold; }

/* FOGLIA.CSS */
.foglia {
  counter-reset: txtsezione;
  /* Lista argomenti: propedeutici e imparerai */
  /* box-correlati */
  /**********************************************/
  /* Gallery launch */
  /* Box consiglio e curiosità */
  /* Indice */ }
  .foglia p {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 25px; }
    @media screen and (min-width: 600px) {
      .foglia p {
        font-size: 1.6rem;
        line-height: 1.7em; } }
    @media screen and (min-width: 1500px) {
      .foglia p {
        font-size: 1.8rem; } }
  .foglia .head-wrap {
    position: relative; }
    .foglia .head-wrap::before {
      content: '';
      display: block;
      width: 6px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -30px;
      background: #7ab700; }
  .foglia .head {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eae6e0;
    overflow: hidden; }
    .foglia .head h1 {
      margin-bottom: 20px;
      font-size: 3.8rem;
      line-height: 0.95em;
      font-weight: bold; }
    .foglia .head .autore {
      float: left;
      padding: 0; }
      @media screen and (min-width: 949px) {
        .foglia .head .autore {
          max-width: calc(100% - 130px); } }
    .foglia .head .autore,
    .foglia .head .tipologia {
      font-size: 1.4rem;
      color: #222; }
      .foglia .head .autore a,
      .foglia .head .tipologia a {
        color: #222; }
    .foglia .head .autore time {
      text-transform: capitalize; }
  .foglia .abstract {
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.5em;
    font-style: italic;
    color: #222; }
    @media screen and (min-width: 600px) {
      .foglia .abstract {
        font-size: 1.6rem; } }
  @media screen and (min-width: 768px) {
    .foglia .breadcrumbs {
      margin-bottom: 40px; }
    .foglia .head h1 {
      margin-bottom: 30px;
      font-size: 4rem; }
    .foglia .abstract {
      margin-bottom: 30px;
      font-size: 1.8rem;
      line-height: 1.6em; } }
  @media screen and (min-width: 1500px) {
    .foglia .head h1 {
      font-size: 4.8rem; } }
  .foglia .lista-argomenti {
    margin-bottom: 10px; }
    .foglia .lista-argomenti h3 {
      margin-bottom: 15px;
      font-size: 1.8rem;
      font-weight: 700; }
    .foglia .lista-argomenti ul {
      font-style: italic; }
      .foglia .lista-argomenti ul li {
        font-size: 1.7rem;
        line-height: 1.5em; }
        @media screen and (min-width: 1500px) {
          .foglia .lista-argomenti ul li {
            font-size: 1.8rem;
            line-height: 1.6em; } }
    @media screen and (min-width: 600px) {
      .foglia .lista-argomenti h3 {
        float: left;
        width: 150px;
        line-height: 1.3em; }
      .foglia .lista-argomenti ul {
        float: left;
        width: calc(100% - 150px); } }
  .foglia .pic {
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .foglia .pic {
        float: left;
        margin-right: 20px;
        font-size: 1.8rem; } }
  .foglia .foglia-content > h3, .foglia .foglia-content > h2,
  .foglia.foglia-doc div:not(.box-seo) > h3:not(.leggi-anche-doc),
  .foglia.foglia-doc div:not(.box-seo) > h2:not(.leggi-anche-doc),
  .foglia .foglia-content .title-section,
  .foglia .foglia-content .title-paragraph,
  .foglia .title-summary {
    display: inline;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
    .foglia .foglia-content > h3::after, .foglia .foglia-content > h2::after,
    .foglia.foglia-doc div:not(.box-seo) > h3:not(.leggi-anche-doc)::after,
    .foglia.foglia-doc div:not(.box-seo) > h2:not(.leggi-anche-doc)::after,
    .foglia .foglia-content .title-section::after,
    .foglia .foglia-content .title-paragraph::after,
    .foglia .title-summary::after {
      content: "\2192";
      margin-left: 6px;
      margin-right: 12px;
      font-size: 22px;
      color: #f5a623;
      font-family: Arial, sans-serif;
      -webkit-transition: margin 0.1s linear;
      -moz-transition: margin 0.1s linear;
      -ms-transition: margin 0.1s linear;
      -o-transition: margin 0.1s linear;
      transition: margin 0.1s linear; }
    @media screen and (min-width: 768px) {
      .foglia .foglia-content > h3, .foglia .foglia-content > h2,
      .foglia.foglia-doc div:not(.box-seo) > h3:not(.leggi-anche-doc),
      .foglia.foglia-doc div:not(.box-seo) > h2:not(.leggi-anche-doc),
      .foglia .foglia-content .title-section,
      .foglia .foglia-content .title-paragraph,
      .foglia .title-summary {
        font-size: 1.8rem; } }
    .foglia .foglia-content > h3 + p, .foglia .foglia-content > h2 + p,
    .foglia.foglia-doc div:not(.box-seo) > h3:not(.leggi-anche-doc) + p,
    .foglia.foglia-doc div:not(.box-seo) > h2:not(.leggi-anche-doc) + p,
    .foglia .foglia-content .title-section + p,
    .foglia .foglia-content .title-paragraph + p,
    .foglia .title-summary + p {
      display: inline;
      line-height: 1.8em; }
      .foglia .foglia-content > h3 + p::after, .foglia .foglia-content > h2 + p::after,
      .foglia.foglia-doc div:not(.box-seo) > h3:not(.leggi-anche-doc) + p::after,
      .foglia.foglia-doc div:not(.box-seo) > h2:not(.leggi-anche-doc) + p::after,
      .foglia .foglia-content .title-section + p::after,
      .foglia .foglia-content .title-paragraph + p::after,
      .foglia .title-summary + p::after {
        content: '';
        display: block;
        margin-bottom: 30px; }
  .foglia .foglia-content .title-paragraph {
    display: inline;
    margin: 0 0 10px 0; }
    .foglia .foglia-content .title-paragraph span.num_paragraph {
      margin-right: 6px;
      font-size: 18px;
      color: #f5a623; }
  .foglia > footer {
    margin-bottom: 20px; }
    .foglia > footer .azioni-tools {
      margin-top: 10px; }
  .foglia .box-correlati {
    clear: both;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 3px solid #7ab700; }
    .foglia .box-correlati > h3, .foglia .box-correlati .title-box {
      margin-bottom: 20px;
      font-size: 2.2rem;
      font-style: italic; }
    @media screen and (min-width: 950px) {
      .foglia .box-correlati {
        padding-top: 25px;
        margin-top: 30px;
        border-top-width: 4px; }
        .foglia .box-correlati > h3, .foglia .box-correlati .title-box {
          font-size: 2.8rem;
          margin-bottom: 30px; } }
    @media screen and (min-width: 1500px) {
      .foglia .box-correlati {
        padding-top: 30px;
        margin-top: 40px;
        border-top-width: 6px; }
        .foglia .box-correlati > h3, .foglia .box-correlati .title-box {
          font-size: 3rem; } }
    .foglia .box-correlati .listato-articoli > article h2 {
      line-height: 1.2em; }
    .foglia .box-correlati.box-outbrain .ob-widget-header {
      display: none; }
    .foglia .box-correlati.box-outbrain .ob-dynamic-rec-container ~ .ob-dynamic-rec-container {
      margin: 0px 0 25px 0; }
    .foglia .box-correlati.box-outbrain .ob-dynamic-rec-container {
      width: 100%;
      max-width: none;
      margin-bottom: 25px; }
    @media screen and (min-width: 950px) {
      .foglia .box-correlati.box-outbrain .ob-dynamic-rec-container:nth-child(odd) {
        width: 47.5%;
        margin-right: 2.5%; }
      .foglia .box-correlati.box-outbrain .ob-dynamic-rec-container:nth-child(even) {
        width: 47.5%;
        margin-left: 2.5%; } }
    .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-image-container {
      width: 40px;
      float: left;
      margin: 4px 15px 5px 0; }
    @media screen and (min-width: 600px) {
      .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-image-container {
        width: 70px; } }
    @media screen and (min-width: 950px) {
      .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-image-container {
        width: 75px; } }
    @media screen and (min-width: 1400px) {
      .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-image-container {
        width: 90px; } }
    .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-text {
      font-size: 1.7rem;
      margin-bottom: 0;
      max-height: none;
      font-weight: 700;
      line-height: 1.1em;
      color: #0753AD;
      text-decoration: none;
      display: block;
      overflow: hidden;
      margin-right: 10px;
      display: inline;
      -webkit-transition: box-shadow 0.1s ease-in-out;
      -moz-transition: box-shadow 0.1s ease-in-out;
      -ms-transition: box-shadow 0.1s ease-in-out;
      -o-transition: box-shadow 0.1s ease-in-out;
      transition: box-shadow 0.1s ease-in-out;
      box-shadow: inset 0 -4px 0 0 #FAF7F3,inset 0 -5px 0 0 transparent;
      text-shadow: 2px 0 #FAF7F3, -2px 0 #FAF7F3, 2px 0 #FAF7F3, -2px 0 #FAF7F3;
      cursor: pointer; }
      .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-text:after {
        content: "\2192";
        color: #7ab700;
        font-size: 22px;
        font-family: Arial, sans-serif;
        font-weight: lighter;
        -webkit-transition: margin 0.1s linear;
        -moz-transition: margin 0.1s linear;
        -ms-transition: margin 0.1s linear;
        -o-transition: margin 0.1s linear;
        transition: margin 0.1s linear;
        padding-left: 10px;
        box-shadow: inset 0 -4px 0 0 #FAF7F3,inset 0 -5px 0 0 #FAF7F3; }
      .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-text:hover {
        box-shadow: inset 0 -4px 0 0 #FAF7F3,inset 0 -5px 0 0 #0753AD; }
    .foglia .box-correlati.box-outbrain span.ob-unit.ob-rec-source {
      margin-top: 7px; }
    .foglia .box-correlati.box-outbrain .ob-widget .ob_what {
      margin-top: -20px; }
  .foglia .foglia-content {
    font-size: 1.8rem;
    line-height: 1.7em;
    /* Immagine allineata */ }
    @media screen and (min-width: 600px) {
      .foglia .foglia-content {
        font-size: 1.6rem; } }
    @media screen and (min-width: 1500px) {
      .foglia .foglia-content {
        font-size: 1.8rem; } }
    .foglia .foglia-content .custom-embed {
      width: 100vw;
      margin-left: -15px;
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        .foglia .foglia-content .custom-embed {
          width: auto;
          margin-left: 0; } }
    .foglia .foglia-content > ul,
    .foglia .foglia-content .sezione > div > ul,
    .foglia .foglia-content .concetti-chiave > ul > li > ul,
    .foglia .foglia-content .post-live-blogging .liveblog-content > ul {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      font-family: "Georgia", serif; }
      .foglia .foglia-content > ul > li,
      .foglia .foglia-content .sezione > div > ul > li,
      .foglia .foglia-content .concetti-chiave > ul > li > ul > li,
      .foglia .foglia-content .post-live-blogging .liveblog-content > ul > li {
        display: table;
        position: relative;
        padding-left: 20px;
        font-size: 1.8rem;
        line-height: 1.7em;
        /*
          &:before{
            content: '';
            display: block;
            @include position(absolute,12px,null,null,0);
            @include size(0,100%);
            border-left: 2px solid $doc;
          }

          &:last-child:before{
            display: none;
          }
          */ }
        .foglia .foglia-content > ul > li:after,
        .foglia .foglia-content .sezione > div > ul > li:after,
        .foglia .foglia-content .concetti-chiave > ul > li > ul > li:after,
        .foglia .foglia-content .post-live-blogging .liveblog-content > ul > li:after {
          content: '';
          display: block;
          position: absolute;
          top: 11px;
          left: -4px;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          background: #f5a623;
          /* border: 2px solid $doc; */ }
        @media screen and (min-width: 600px) {
          .foglia .foglia-content > ul > li,
          .foglia .foglia-content .sezione > div > ul > li,
          .foglia .foglia-content .concetti-chiave > ul > li > ul > li,
          .foglia .foglia-content .post-live-blogging .liveblog-content > ul > li {
            padding-bottom: 10px;
            font-size: 1.6rem; } }
        @media screen and (min-width: 1500px) {
          .foglia .foglia-content > ul > li,
          .foglia .foglia-content .sezione > div > ul > li,
          .foglia .foglia-content .concetti-chiave > ul > li > ul > li,
          .foglia .foglia-content .post-live-blogging .liveblog-content > ul > li {
            font-size: 1.8rem; } }
    .foglia .foglia-content ol {
      display: block;
      margin-bottom: 20px;
      font-family: "Georgia", serif;
      counter-reset: element; }
      .foglia .foglia-content ol li {
        display: table;
        position: relative;
        padding-left: 20px;
        font-size: 1.8rem;
        line-height: 25px;
        counter-increment: element; }
        .foglia .foglia-content ol li:before {
          content: counter(element) ". ";
          font-size: 1.6rem;
          font-weight: 700;
          color: #f5a623;
          position: absolute;
          top: 0;
          left: -5px;
          font-family: "Source Sans Pro", sans-serif; }
        @media screen and (min-width: 600px) {
          .foglia .foglia-content ol li {
            padding-bottom: 10px;
            font-size: 1.6rem;
            line-height: 1.6em; } }
        @media screen and (min-width: 1500px) {
          .foglia .foglia-content ol li {
            font-size: 1.8rem; } }
    .foglia .foglia-content .align-old-img {
      max-width: 300px;
      margin: 0 auto 20px; }
      .foglia .foglia-content .align-old-img img {
        min-width: 100%; }
    .foglia .foglia-content .foto-traccia .align-old-img {
      max-width: none;
      float: none; }
    .foglia .foglia-content figure.align-sx.align-sx--fake img {
      min-width: 100%; }
    .foglia .foglia-content figure.align-sx,
    .foglia .foglia-content figure.align-dx {
      max-width: 300px;
      margin: 0 auto 3%; }
      .foglia .foglia-content figure.align-sx.vertical,
      .foglia .foglia-content figure.align-dx.vertical {
        max-width: 200px; }
      .foglia .foglia-content figure.align-sx img,
      .foglia .foglia-content figure.align-dx img {
        margin-bottom: 10px; }
      .foglia .foglia-content figure.align-sx figcaption,
      .foglia .foglia-content figure.align-dx figcaption {
        font-size: 1.4rem;
        color: #222;
        line-height: 2.1rem; }
        .foglia .foglia-content figure.align-sx figcaption i > span,
        .foglia .foglia-content figure.align-dx figcaption i > span {
          display: inline;
          text-transform: capitalize; }
        .foglia .foglia-content figure.align-sx figcaption::before,
        .foglia .foglia-content figure.align-dx figcaption::before {
          position: relative;
          top: 2px;
          display: inline-block;
          margin-right: 10px;
          width: 16px;
          height: 16px;
          background-position: -32px -96px;
          background-size: 160px 320px; }
    @media screen and (min-width: 600px) {
      .foglia .foglia-content figure.align-sx,
      .foglia .foglia-content .align-old-img {
        float: left;
        margin: 0 3% 3% 0;
        width: 50%; }
      .foglia .foglia-content figure.align-dx {
        float: right;
        margin: 0 0 3% 3%;
        width: 50%; }
      .foglia .foglia-content figure.align-sx.vertical,
      .foglia .foglia-content figure.align-dx.vertical {
        width: 33%; } }
  .foglia .gallery {
    position: relative;
    padding: 20px 0 35px;
    margin: 0 -15px 20px;
    background: black;
    color: white;
    clear: both; }
    .foglia .gallery header {
      text-align: center; }
      .foglia .gallery header .num-foto {
        margin-bottom: 5px;
        font-size: 3rem;
        font-weight: 300; }
      .foglia .gallery header h2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
        font-weight: 600; }
        .foglia .gallery header h2 a {
          color: white;
          text-decoration: none; }
    .foglia .gallery ul {
      margin-bottom: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-left: -2.08%; }
      .foglia .gallery ul li {
        width: 31.25%;
        margin-top: 10px;
        margin-left: 2.08%; }
        .foglia .gallery ul li a {
          display: block;
          width: 100%; }
          .foglia .gallery ul li a img {
            width: 100%;
            height: auto; }
          .foglia .gallery ul li a h3 {
            display: none; }
          .foglia .gallery ul li a:hover h3 {
            text-decoration: underline; }
      @media screen and (min-width: 480px) {
        .foglia .gallery ul {
          margin-left: -2%; }
          .foglia .gallery ul li {
            width: 23%;
            margin-left: 2%; } }
    .foglia .gallery .sfoglia-full-width {
      float: right;
      margin-top: 20px; }
      @media screen and (max-width: 599px) {
        .foglia .gallery .sfoglia-full-width {
          float: none;
          position: relative;
          width: calc(100% - 30px);
          margin-left: 15px; }
          .foglia .gallery .sfoglia-full-width.btn-arrow::after {
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -9px; } }
    @media screen and (min-width: 600px) {
      .foglia .gallery {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0; }
        .foglia .gallery header {
          padding: 0 200px 0 20px;
          text-align: left; }
          .foglia .gallery header .num-foto {
            font-size: 3.6rem; }
          .foglia .gallery header h2 {
            font-size: 2.2rem; }
        .foglia .gallery ul {
          margin-bottom: 0;
          margin-left: 0; }
          .foglia .gallery ul li {
            text-align: center;
            width: 33.33%;
            margin-left: 0;
            padding: 0 20px;
            margin-top: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            .foglia .gallery ul li a {
              padding: 25px 0;
              text-decoration: none; }
              .foglia .gallery ul li a img {
                margin-bottom: 10px; }
              .foglia .gallery ul li a h3 {
                display: block;
                text-align: left;
                font-size: 1.3rem;
                font-style: italic;
                color: white; }
        .foglia .gallery .sfoglia-full-width {
          position: absolute;
          top: 0;
          right: 20px; } }
    @media screen and (min-width: 768px) {
      .foglia .gallery ul li {
        width: 25%; } }
    @media screen and (min-width: 950px) {
      .foglia .gallery {
        padding: 25px 0 0; }
        .foglia .gallery .sfoglia-full-width {
          top: 5px; } }
  .foglia .gallery-pic {
    position: relative;
    display: block;
    margin: 0 -15px 20px;
    color: white;
    text-decoration: none;
    background: #222;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .foglia .gallery-pic.filo {
      clear: both; }
    .foglia .gallery-pic figure > span {
      position: relative;
      display: block;
      overflow: hidden;
      width: 100%; }
    .foglia .gallery-pic .note {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      height: auto;
      padding: 20px;
      font-size: 1.4rem;
      background-color: transparent;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, 180deg, from(rgba(0, 0, 0, 0.6)), to(transparent));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
      /* FF3.6 */
      background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
      /* IE10 */
      background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
      /* Opera 11.10+ */
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=$angle,StartColorStr='rgba(0, 0, 0, 0.6)', EndColorStr='transparent');
      font-style: italic;
      text-align: left; }
    .foglia .gallery-pic figcaption {
      padding: 10px 15px;
      background: #222;
      font-size: 1.4rem;
      line-height: 1.4em;
      font-style: italic;
      text-align: left; }
      .foglia .gallery-pic figcaption i > span {
        display: inline;
        text-transform: capitalize; }
      .foglia .gallery-pic figcaption:before {
        width: 16px;
        height: 16px;
        background-position: -48px -96px;
        background-size: 160px 320px;
        margin-right: 8px; }
    .foglia .gallery-pic img {
      display: block;
      margin: 0 auto; }
    @media screen and (min-width: 600px) {
      .foglia .gallery-pic .note {
        font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      .foglia .gallery-pic {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        .foglia .gallery-pic figcaption {
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: 2;
          width: 100%;
          height: auto;
          padding: 20px 30px;
          background: rgba(0, 0, 0, 0.6); }
          .foglia .gallery-pic figcaption span {
            display: block; } }
    @media screen and (min-width: 950px) {
      .foglia .gallery-pic {
        margin-bottom: 75px;
        position: relative; }
        .foglia .gallery-pic figure > span::after {
          content: '';
          display: block;
          z-index: 1;
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .foglia .gallery-pic img {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; } }
    @media screen and (min-width: 1200px) {
      .foglia .gallery-pic {
        margin-bottom: 75px; } }
  .foglia .foto-traccia {
    margin-bottom: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .foglia .foto-traccia {
        margin-bottom: 60px; } }
    .foglia .foto-traccia figcaption {
      font-size: 1.4rem; }
    .foglia .foto-traccia img[src*="18app-"] + figcaption {
      display: none; }
  .foglia .gallery-launch figure > div {
    position: relative; }
    .foglia .gallery-launch figure > div .num-foto {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-size: 3.1rem;
      font-weight: 300; }
      .foglia .gallery-launch figure > div .num-foto > span {
        width: 150px;
        margin-bottom: 5px;
        text-align: left; }
      .foglia .gallery-launch figure > div .num-foto .freccia {
        clear: both;
        width: 150px;
        background: #f5a623; }
        .foglia .gallery-launch figure > div .num-foto .freccia::after {
          border-top-color: #f5a623;
          border-right-color: #f5a623; }
    .foglia .gallery-launch figure > div figcaption {
      padding: 10px 15px;
      background: #222;
      font-size: 1.4rem;
      line-height: 1.4em;
      font-style: italic;
      text-align: left; }
      .foglia .gallery-launch figure > div figcaption span:before {
        width: 16px;
        height: 16px;
        background-position: -48px -96px;
        background-size: 160px 320px;
        margin-right: 8px; }
  @media screen and (min-width: 768px) {
    .foglia .gallery-launch figure > div .num-foto {
      width: 240px;
      padding-left: 30px;
      align-items: flex-start;
      justify-content: flex-start;
      padding-top: 100px; }
    .foglia .gallery-launch figcaption {
      position: "absolute";
      right: 0;
      bottom: 0;
      width: 240px;
      padding: 0 20px 30px 30px;
      background: transparent; }
    .foglia .gallery-launch figcaption {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: auto;
      padding: 20px 30px;
      background: rgba(0, 0, 0, 0.6); }
      .foglia .gallery-launch figcaption span {
        display: block; } }
  @media screen and (min-width: 950px) {
    .foglia .gallery-launch img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .foglia .gallery-launch:hover figure > span::after {
      background: rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.9) inset; }
    .foglia .gallery-launch:hover img {
      transform: scale(1.015); } }
  .foglia .box-consiglio,
  .foglia .box-curiosita {
    width: 100%;
    clear: both;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 2px solid #f5a623; }
    .foglia .box-consiglio h3,
    .foglia .box-curiosita h3 {
      font-family: "Georgia", serif;
      font-weight: normal;
      font-size: 2rem;
      color: #f5a623;
      font-style: italic;
      margin-bottom: 10px; }
    .foglia .box-consiglio p,
    .foglia .box-curiosita p {
      font-size: 1.6rem;
      margin-bottom: 0; }
      @media screen and (min-width: 1500px) {
        .foglia .box-consiglio p,
        .foglia .box-curiosita p {
          font-size: 1.8rem; } }
    @media screen and (min-width: 600px) {
      .foglia .box-consiglio,
      .foglia .box-curiosita {
        padding: 15px 30px; }
        .foglia .box-consiglio h3,
        .foglia .box-curiosita h3 {
          margin-bottom: 20px; } }
    @media screen and (min-width: 1500px) {
      .foglia .box-consiglio,
      .foglia .box-curiosita {
        padding: 20px 40px; }
        .foglia .box-consiglio h3,
        .foglia .box-curiosita h3 {
          margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .foglia#content-25369 .foto-traccia {
      margin-bottom: 30px; } }
  .foglia#content-25369 .box-consiglio h3 {
    display: none; }
  .foglia .indice {
    position: relative;
    background: white;
    padding: 50px 15px 20px;
    margin: 0 -15px 50px;
    border-top: 1px solid #eae6e0;
    border-bottom: 1px solid #eae6e0; }
    .foglia .indice .label {
      position: absolute;
      top: 0;
      right: 0;
      width: 76px;
      height: 36px;
      -webkit-border-radius: 0 0 0 3px;
      -moz-border-radius: 0 0 0 3px;
      -o-border-radius: 0 0 0 3px;
      border-radius: 0 0 0 3px;
      background: #f5a623;
      color: white;
      text-align: center;
      line-height: 36px;
      font-weight: 600;
      font-size: 1.4rem;
      text-transform: uppercase; }
    .foglia .indice ol {
      counter-reset: sezione; }
      .foglia .indice ol .sezione {
        counter-increment: sezione; }
        .foglia .indice ol .sezione:before {
          content: counters(sezione, ".") " ";
          position: absolute;
          top: 4px;
          left: 0;
          font-weight: 700;
          font-size: 1.5rem;
          color: #f5a623; }
      .foglia .indice ol .citazione :before {
        content: '\201C';
        position: absolute;
        top: 6px;
        left: 0;
        display: block;
        width: 20px;
        height: 15px;
        background: #f5a623;
        color: white;
        text-align: center;
        line-height: 1.1em;
        font-size: 2rem;
        font-weight: 600; }
      .foglia .indice ol .citazione :after {
        content: '';
        position: absolute;
        top: 6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 5px;
        border-color: transparent transparent transparent #f5a623; }
      .foglia .indice ol li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px; }
        .foglia .indice ol li:before {
          font-weight: 700;
          font-size: 1.5rem;
          color: #f5a623; }
        .foglia .indice ol li a {
          cursor: pointer;
          font-size: 1.5rem;
          line-height: 1.6em;
          color: #222; }
      .foglia .indice ol .item-concetti-chiave {
        padding-left: 0; }
      .foglia .indice ol ol {
        margin-top: 5px; }
      .foglia .indice ol ol li {
        padding-left: 35px; }
    @media screen and (min-width: 768px) {
      .foglia .indice {
        padding: 50px 50px 30px;
        margin-left: 0;
        margin-right: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #eae6e0;
        overflow: hidden; }
        .foglia .indice ol ol {
          margin-top: 8px; }
        .foglia .indice ol li {
          margin-bottom: 8px; }
          .foglia .indice ol li a {
            font-size: 1.6rem; }
            .foglia .indice ol li a.sezione {
              font-size: 1.6rem; }
        .foglia .indice ol .citazione :before,
        .foglia .indice ol .citazione :after {
          display: none; } }
  .foglia .foglia-content.withindex {
    /*counter-reset: txtsezione txtparagrafo;*/
    margin-left: 40px; }
    .foglia .foglia-content.withindex > h2, .foglia .foglia-content.withindex > h3 {
      position: relative; }
      .foglia .foglia-content.withindex > h2:before, .foglia .foglia-content.withindex > h3:before {
        color: #f5a623;
        position: absolute;
        left: -40px;
        top: 2px;
        font-size: 1.5rem;
        width: 25px;
        display: block; }
    .foglia .foglia-content.withindex > h2 {
      /*counter-increment: txtsezione;*/
      counter-reset: txtparagrafo; }
      .foglia .foglia-content.withindex > h2:before {
        counter-increment: txtsezione;
        left: -30px;
        content: counters(txtsezione, ".") " "; }
    .foglia .foglia-content.withindex > h3 {
      /*counter-increment: txtparagrafo;*/
      margin-left: 35px;
      text-transform: none;
      display: inline;
      float: left;
      margin: 5px 0 0 0; }
      .foglia .foglia-content.withindex > h3:before {
        counter-increment: txtparagrafo;
        position: initial;
        display: inline-block;
        content: counters(txtsezione, ".") "." counters(txtparagrafo, ".") " "; }
    .foglia .foglia-content.withindex p:after {
      margin-bottom: 10px; }
  .foglia .title-summary {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.8rem;
    padding-top: 3px; }
    @media screen and (min-width: 1500px) {
      .foglia .title-summary {
        padding-top: 6px; } }
  .foglia .box-seo {
    font-family: "Source Sans Pro", sans-serif; }
    .foglia .box-seo * {
      font-family: "Source Sans Pro", sans-serif; }
    .foglia .box-seo h2 {
      display: inline;
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase; }
      .foglia .box-seo h2::after {
        content: "\2192";
        margin-left: 6px;
        margin-right: 12px;
        font-size: 22px;
        color: #f5a623;
        font-family: Arial, sans-serif;
        -webkit-transition: margin 0.1s linear;
        -moz-transition: margin 0.1s linear;
        -ms-transition: margin 0.1s linear;
        -o-transition: margin 0.1s linear;
        transition: margin 0.1s linear; }
      @media screen and (min-width: 768px) {
        .foglia .box-seo h2 {
          font-size: 1.8rem; } }
    .foglia .box-seo p {
      display: block; }

.foglia .post-live-blogging {
  margin: 0;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 600px) {
    .foglia .post-live-blogging {
      display: flex;
      justify-content: space-between; } }
  .foglia .post-live-blogging > * {
    padding: 20px 0; }
    @media screen and (min-width: 600px) {
      .foglia .post-live-blogging > * {
        padding: 30px 0; } }
  .foglia .post-live-blogging.first {
    padding-top: 20px; }
  .foglia .post-live-blogging .liveblog-time {
    font: 700 20px georgia;
    width: 100%;
    text-align: center;
    border-top: 3px solid #7ab700;
    overflow: hidden; }
    @media screen and (min-width: 600px) {
      .foglia .post-live-blogging .liveblog-time {
        width: 16%; } }
    .foglia .post-live-blogging .liveblog-time > a {
      text-decoration: none;
      color: black; }
    .foglia .post-live-blogging .liveblog-time .post-time {
      font-size: 100%;
      display: block; }
    .foglia .post-live-blogging .liveblog-time .post-date {
      font: 700 70% "Source Sans Pro", sans-serif;
      color: #999;
      display: block; }
    .foglia .post-live-blogging .liveblog-time .azioni-tools {
      width: 100%;
      display: block;
      padding-top: 15px; }
      .foglia .post-live-blogging .liveblog-time .azioni-tools:after {
        content: "";
        display: block;
        width: 50%;
        height: 1px;
        background: #ccc;
        margin: 15px auto -15px; }
        @media screen and (min-width: 600px) {
          .foglia .post-live-blogging .liveblog-time .azioni-tools:after {
            display: none; } }
      .foglia .post-live-blogging .liveblog-time .azioni-tools li {
        margin: 0; }
        .foglia .post-live-blogging .liveblog-time .azioni-tools li.mobile {
          display: inline-block; }
          @media screen and (min-width: 600px) {
            .foglia .post-live-blogging .liveblog-time .azioni-tools li.mobile {
              display: none; } }
  .foglia .post-live-blogging .liveblog-content {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .foglia .post-live-blogging .liveblog-content {
        border-top: 1px solid #ccc;
        width: 82%; } }
    .foglia .post-live-blogging .liveblog-content iframe {
      width: 100%;
      max-width: 100%; }
    .foglia .post-live-blogging .liveblog-content img {
      max-width: 100%; }
    .foglia .post-live-blogging .liveblog-content .fb_iframe_widget {
      max-width: 100%; }
      .foglia .post-live-blogging .liveblog-content .fb_iframe_widget > span {
        max-width: 100%; }
    .foglia .post-live-blogging .liveblog-content .wrapper-instagram-iframe,
    .foglia .post-live-blogging .liveblog-content .show-video {
      height: 0;
      position: relative; }
      .foglia .post-live-blogging .liveblog-content .wrapper-instagram-iframe > iframe,
      .foglia .post-live-blogging .liveblog-content .show-video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .foglia .post-live-blogging .liveblog-content .wrapper-instagram-iframe {
      padding-bottom: 125%; }
    .foglia .post-live-blogging .liveblog-content .show-video {
      padding-bottom: 56.25%; }
      .foglia .post-live-blogging .liveblog-content .show-video.nova {
        padding-bottom: 0;
        height: auto; }
        .foglia .post-live-blogging .liveblog-content .show-video.nova .meride-video-container {
          position: relative;
          padding-bottom: 56.25%;
          height: 0; }
          .foglia .post-live-blogging .liveblog-content .show-video.nova .meride-video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important; }

/*
@include media('screen', '>=large'){
  .container .content{border-right: none;}
}
*/
/*-------------------------------*\
  $FOGLIA-PRO
\*-------------------------------*/
@media screen and (min-width: 950px) {
  .body-longform {
    overflow-x: hidden;
    width: 100vw; } }

@media screen and (min-width: 1200px) {
  .breadcrumbs--foglia-pro {
    margin-left: 140px; } }

@media screen and (min-width: 1500px) {
  .breadcrumbs--foglia-pro {
    margin-left: 170px; } }

.indiceHeader.indice ol li.item-concetti-chiave:before {
  content: "";
  margin-right: 12px;
  width: 7px;
  height: 7px;
  background-color: #7ab700;
  border-radius: 50%;
  padding: 0;
  display: inline-block; }

.foglia-pro {
  /* Lista argomenti: propedeutici e imparerai 
  .lista-argomenti{
    margin-bottom: 30px;
    
    h3{
      margin-bottom: 15px;
      font-size: 1.6rem;
      @include font-weight('bold');
    }
    
    ul{
      font-style: italic;
      
      li{
        font-size: 1.6rem;
      }
    }
    
    @include media('screen','>=small'){
      h3{
        float: left;
        width: 130px;
        line-height: 1.3em;
      }
      
      ul{
        float: left;
        width: calc(100% - 130px);
      }
    }
  }fine .lista-argomenti */
  /* Infobox */
  /* Concetti chiave*/
  /* Sezione */
  /* Box Citazione */
  /* Box curiosità */
  /* Gallery */
  /*
  .gallery-pic{
    position: relative;
    display: block;
    margin: 0 -15px 20px;
    color: white;
    text-decoration: none;
    background: $text2;
    text-align: center;
    overflow: hidden;
    @include border-radius(3px);
    
    &.filo{
      clear: both;
    }
    
    figure > span{
      position: relative;
      display: block;
      overflow: hidden;
      width: 100%;
    }
    
    .note{
      @include position(absolute,0,0);
      z-index: 2;
      @include size(100%, auto);
      padding: 20px;
      font-size: 1.4rem;      
      @include linear-gradient(180deg,rgba(black,.6),transparent);
      font-style: italic;
      text-align: left;
    }

    figcaption{
      padding: 10px 15px;
      background: $text2;
      font-size: 1.4rem;
      line-height: 1.4em;
      font-style: italic;
      text-align: left;
      
      span:before{
        @include icon('icon-photo-white',16);
        margin-right: 8px;
      }
    }
    
    img{
     display: block;
     margin: 0 auto; 
    }
    
    @include media('screen','>=small'){
      .note{
        font-size: 1.6rem;
      }    
    }
    
    @include media('screen','>=medium'){
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 50px;
      overflow: hidden;
      @include border-radius();
      
      figcaption{
        @include position(absolute,null,0,0);
        z-index: 2;
        @include size(100%, auto);
        padding: 20px 30px;
        background: rgba(black, 0.6);
        
        span{
          display: block;
        }
      }
    }
    
    @include media('screen','>=large'){
      margin-bottom: 75px;
      position: relative;
      
      figure > span::after{
        content: '';
        display: block;
        z-index: 1;
        @include position(absolute,0,0);
        @include size(100%);
        background: rgba(black,0);
        @include transition(all,0.3s,ease-in-out);
      } 
      
      img{
        @include transition(all,0.3s,ease-in-out);
      } 
    }
    
    @include media('screen','>=x-large'){
      margin-bottom: 75px;
      
      &.filo{
        margin-left: -170px;
      }
    
    }   
  }//fine Gallery */
  /* Gallery launch 
  .gallery-launch{
    
    figure > div{
      position: relative;
      
      .num-foto{
        @include position(absolute,0,0);
        @include size(100%);
        background: rgba(black,0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 3.1rem;
        @include font-weight('light');
        
        > span{
          width: 150px;
          margin-bottom: 5px;
          text-align: left;
        }
        
        .freccia{
          clear: both;
          width: 150px;
          background: $doc;
          
          &::after{
            border-top-color: $doc;
            border-right-color: $doc;
          }
        }
      }
    }
    
    @include media('screen','>=medium'){
      figure > div{
        
        .num-foto{
          width: 240px;
          padding-left: 30px;
          align-items: flex-start;
          justify-content: flex-start;
          padding-top: 100px;          
        }
      }
      
      figcaption{
        @include position('absolute',null,0,0);
        width: 240px;
        padding: 0 20px 30px 30px;
        background: transparent;
      }
    }
    
    @include media('screen','>=large'){
      &:hover{
        figure > span::after{
          background: rgba(black,0.1);
          box-shadow: 0 0 60px rgba(black,0.9) inset;
        } 
        
        img{
          transform: scale(1.015);
        }
      }
    }
  }//fine Gallery launch
  */
  /* link-side */
  /* box-contenuto-correlato */ }
  .foglia-pro .side-info {
    display: none; }
  @media screen and (min-width: 1200px) {
    .foglia-pro {
      padding-left: 140px; }
      .foglia-pro .side-info {
        display: block; }
      .foglia-pro .head .pic {
        position: absolute;
        top: 10px;
        left: -140px;
        max-width: 100px; } }
  @media screen and (min-width: 1500px) {
    .foglia-pro {
      padding-left: 170px; }
      .foglia-pro .head .pic {
        max-width: 120px; } }
  .foglia-pro .indice .label {
    background: #7ab700; }
  .foglia-pro .indice ol .sezione:before,
  .foglia-pro .indice ol li:before {
    color: #7ab700; }
  .foglia-pro .indice ol li.item-concetti-chiave:before {
    content: "";
    margin-right: 12px;
    width: 7px;
    height: 7px;
    background-color: #7ab700;
    border-radius: 50%;
    padding: 0;
    display: inline-block; }
  .foglia-pro .infobox {
    margin-bottom: 40px; }
    .foglia-pro .infobox h3 {
      position: relative;
      margin-bottom: 15px;
      font-size: 2.8rem;
      font-weight: 700;
      color: #f5a623; }
      .foglia-pro .infobox h3::before {
        content: 'i';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        line-height: 35px;
        text-align: center;
        background: #f5a623;
        font-family: "Georgia", serif;
        font-size: 2rem;
        font-weight: bold;
        font-style: italic;
        color: white; }
    .foglia-pro .infobox dl dt {
      padding-top: 0;
      font-size: 1.7rem;
      line-height: 1.5em;
      font-weight: 700;
      float: left;
      margin-right: 10px; }
    .foglia-pro .infobox dl dd {
      padding-bottom: 15px;
      font-size: 1.7rem;
      line-height: 1.5em;
      font-style: italic; }
      .foglia-pro .infobox dl dd a {
        color: #222;
        margin-right: 3px; }
        .foglia-pro .infobox dl dd a:first-child {
          text-transform: initial; }
      .foglia-pro .infobox dl dd:after {
        content: "";
        display: block;
        height: 5px; }
    @media screen and (min-width: 600px) {
      .foglia-pro .infobox h3 {
        font-size: 3.3rem;
        margin-bottom: 24px; }
        .foglia-pro .infobox h3::before {
          position: static;
          display: inline-block;
          width: 42px;
          height: 42px;
          line-height: 42px;
          font-size: 2.4rem;
          margin-right: 15px; }
      .foglia-pro .infobox dl {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .foglia-pro .infobox dl dt {
          width: 120px;
          border-top: 1px solid #dcd7d0;
          border-right: 1px solid #dcd7d0;
          font-size: 1.6rem;
          padding: 10px 20px 10px 0;
          margin-right: 0;
          line-height: 1.7em;
          float: none;
          margin-bottom: 5px; }
          .foglia-pro .infobox dl dt:first-child {
            border-top: none; }
        .foglia-pro .infobox dl dd {
          width: calc(100% - 120px);
          padding: 10px 0 10px 20px;
          font-size: 1.6rem;
          line-height: 1.7em;
          border-top: 1px solid #dcd7d0; }
          .foglia-pro .infobox dl dd:nth-child(2) {
            border-top: none; }
          .foglia-pro .infobox dl dd:after {
            display: none; } }
    @media screen and (min-width: 1200px) {
      .foglia-pro .infobox h3::before {
        position: absolute;
        top: 0;
        left: -70px; } }
  .foglia-pro .concetti-chiave {
    margin-bottom: 30px; }
    .foglia-pro .concetti-chiave h3 {
      position: relative;
      margin-bottom: 30px;
      font-size: 2.8rem;
      height: 35px;
      line-height: 35px;
      font-weight: 700;
      color: #7ab700; }
      .foglia-pro .concetti-chiave h3 a {
        color: #7ab700;
        text-decoration: none;
        padding-top: 30px; }
        @media screen and (min-width: 950px) {
          .foglia-pro .concetti-chiave h3 a {
            /*padding-top: 60px;*/ } }
      .foglia-pro .concetti-chiave h3::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        background-position: -280px -35px;
        background-size: 350px 700px;
        background-color: #7ab700;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
    .foglia-pro .concetti-chiave > ul {
      margin: 0 -15px;
      counter-reset: num; }
      .foglia-pro .concetti-chiave > ul > li {
        position: relative;
        counter-increment: num;
        padding: 30px 15px;
        color: #222;
        background: white;
        border-bottom: 1px solid #eee9e1; }
        .foglia-pro .concetti-chiave > ul > li::before {
          position: absolute;
          top: 15px;
          right: 15px;
          content: counters(num, "");
          font-size: 4rem;
          font-weight: 300;
          color: #7ab700;
          text-align: right; }
        .foglia-pro .concetti-chiave > ul > li:first-child {
          border-top: 1px solid #eee9e1; }
        .foglia-pro .concetti-chiave > ul > li h2 {
          margin-bottom: 15px;
          margin-right: 30px;
          font-size: 1.8rem;
          font-weight: 700; }
        .foglia-pro .concetti-chiave > ul > li p {
          margin-bottom: 0;
          font-size: 1.5rem; }
        .foglia-pro .concetti-chiave > ul > li > ul {
          margin-bottom: 0 !important; }
          .foglia-pro .concetti-chiave > ul > li > ul > li:last-child {
            padding-bottom: 0; }
    @media screen and (min-width: 600px) {
      .foglia-pro .concetti-chiave {
        margin-bottom: 60px; }
        .foglia-pro .concetti-chiave h3 {
          height: 42px;
          line-height: 42px;
          margin-bottom: 45px;
          font-size: 3.3rem; }
          .foglia-pro .concetti-chiave h3::before {
            position: static;
            display: inline-block;
            width: 42px;
            height: 42px;
            background-position: -336px -42px;
            background-size: 420px 840px;
            margin-right: 15px; }
        .foglia-pro .concetti-chiave > ul {
          margin: 0; }
          .foglia-pro .concetti-chiave > ul > li {
            padding: 40px 30px;
            border: 1px solid #eee9e1;
            border-top: none; }
            .foglia-pro .concetti-chiave > ul > li::before {
              top: 25px;
              right: 25px;
              font-size: 4.8rem; }
            .foglia-pro .concetti-chiave > ul > li h2 {
              font-size: 2rem; }
            .foglia-pro .concetti-chiave > ul > li p {
              font-size: 1.6rem; } }
    @media screen and (min-width: 1200px) {
      .foglia-pro .concetti-chiave h3::before {
        position: absolute;
        top: 0;
        left: -70px; } }
    @media screen and (min-width: 1500px) {
      .foglia-pro .concetti-chiave h3 {
        font-size: 2.7rem; }
      .foglia-pro .concetti-chiave > ul > li h2 {
        font-size: 2.4rem; }
      .foglia-pro .concetti-chiave > ul > li p {
        font-size: 1.8rem; } }
  .foglia-pro .sezione h1, .foglia-pro .sezione h2, .foglia-pro .sezione h3, .foglia-pro .sezione h4, .foglia-pro .sezione h5, .foglia-pro .sezione h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700; }
  .foglia-pro .sezione h1 a, .foglia-pro .sezione h2 a, .foglia-pro .sezione h3 a, .foglia-pro .sezione h4 a, .foglia-pro .sezione h5 a, .foglia-pro .sezione h6 a {
    padding-top: 60px;
    text-decoration: none;
    color: #222; }
    @media screen and (min-width: 1024px) {
      .foglia-pro .sezione h1 a, .foglia-pro .sezione h2 a, .foglia-pro .sezione h3 a, .foglia-pro .sezione h4 a, .foglia-pro .sezione h5 a, .foglia-pro .sezione h6 a {
        padding-top: 30px; } }
  .foglia-pro .sezione .title-sezione {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 2.8rem; }
  .foglia-pro .sezione .title-paragrafo {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 2rem; }
  .foglia-pro .sezione .title-sezione span,
  .foglia-pro .sezione .title-paragrafo span {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 1.6rem;
    color: #7ab700; }
  .foglia-pro .sezione .title-paragrafo span {
    top: 1px; }
  .foglia-pro .sezione .with-description small {
    display: none; }
  @media screen and (min-width: 950px) {
    .foglia-pro .sezione .title-sezione {
      font-size: 2.8rem;
      margin-bottom: 20px; }
    .foglia-pro .sezione .title-paragrafo {
      font-size: 2.2rem;
      margin-bottom: 20px;
      padding-left: 40px; } }
  @media screen and (min-width: 1200px) {
    .foglia-pro .sezione .title-sezione,
    .foglia-pro .sezione .title-paragrafo {
      padding-left: 0; }
      .foglia-pro .sezione .title-sezione span,
      .foglia-pro .sezione .title-paragrafo span {
        width: 30px;
        left: -60px;
        text-align: right; }
    .foglia-pro .sezione .with-description {
      position: relative; }
      .foglia-pro .sezione .with-description:before {
        content: '';
        position: relative;
        top: -3px;
        width: 30px;
        height: 2px;
        background: #7ab700;
        display: inline-block;
        margin-left: -20px;
        margin-right: 10px; }
      .foglia-pro .sezione .with-description:after {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 5px;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #7ab700; }
      .foglia-pro .sezione .with-description small {
        position: absolute;
        top: 3px;
        left: -160px;
        display: block;
        width: 130px;
        height: auto;
        text-align: right;
        font-size: 1.4rem;
        line-height: 1.6em;
        font-style: italic;
        color: #222;
        word-wrap: break-word;
        background: #faf7f3; } }
  @media screen and (min-width: 1500px) {
    .foglia-pro .sezione .with-description:before {
      top: -5px; }
    .foglia-pro .sezione .with-description small {
      left: -175px;
      width: 140px; } }
  @media screen and (min-width: 1500px) {
    .foglia-pro .sezione .title-sezione {
      font-size: 3.4rem; }
    .foglia-pro .sezione .title-paragrafo {
      font-size: 2.2rem; } }
  .foglia-pro .box-citazione {
    display: block;
    clear: both;
    background: #efb606;
    padding: 100px 20px 10px;
    margin: 20px -15px 40px;
    text-align: center;
    position: relative; }
    .foglia-pro .box-citazione .quote-label {
      position: absolute;
      top: 0;
      left: 50%;
      width: 60px;
      height: 70px;
      margin-left: -30px;
      background: rgba(0, 0, 0, 0.1);
      color: white;
      font-size: 9rem;
      font-weight: 600;
      text-align: center; }
      .foglia-pro .box-citazione .quote-label:before {
        content: '\201C';
        line-height: 11rem; }
      .foglia-pro .box-citazione .quote-label:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 30px 0 30px;
        border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent; }
    .foglia-pro .box-citazione p {
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.05em; }
    .foglia-pro .box-citazione .cosa,
    .foglia-pro .box-citazione .quando {
      display: block;
      margin: 0 auto;
      font-family: "Georgia", serif;
      font-size: 1.4rem;
      line-height: 1.5em; }
    .foglia-pro .box-citazione .cosa {
      width: 60%;
      margin-bottom: 15px; }
    .foglia-pro .box-citazione .quando {
      width: 80%;
      color: white;
      font-style: italic; }
    .foglia-pro .box-citazione a {
      color: #222;
      text-decoration: none; }
  @media screen and (min-width: 600px) {
    .foglia-pro .box-citazione {
      padding-left: 40px;
      padding-right: 40px; }
      .foglia-pro .box-citazione .cosa,
      .foglia-pro .box-citazione .quando {
        font-size: 1.8rem;
        width: 90%; } }
  @media screen and (min-width: 950px) {
    .foglia-pro .box-citazione {
      width: 100vw;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: -30px;
      background-position: bottom right;
      background-repeat: no-repeat; }
      .foglia-pro .box-citazione .quote-label {
        left: 30px;
        margin-left: 0; }
      .foglia-pro .box-citazione .testo-citazione {
        position: relative;
        z-index: 1;
        width: 60%;
        text-align: left; }
      .foglia-pro .box-citazione p {
        margin-bottom: 50px;
        font-size: 3.3rem; }
      .foglia-pro .box-citazione .cosa,
      .foglia-pro .box-citazione .quando {
        margin: 0;
        font-size: 2rem;
        line-height: 1.5em;
        width: 100%;
        margin-bottom: 30px; }
      .foglia-pro .box-citazione .pic-quote {
        width: auto;
        height: 100%;
        display: block;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0; }
        .foglia-pro .box-citazione .pic-quote img {
          width: auto;
          height: 100%;
          max-width: initial;
          filter: gray;
          -webkit-filter: grayscale(100%);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
          opacity: 0.2; }
        .foglia-pro .box-citazione .pic-quote::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100px;
          height: 100%;
          display: block;
          background-color: transparent;
          /* Fallback Color */
          background-image: -webkit-gradient(linear, 90deg, from(#efb606), to(transparent));
          /* Saf4+, Chrome */
          background-image: -webkit-linear-gradient(90deg, #efb606, transparent);
          /* Chrome 10+, Saf5.1+, iOS 5+ */
          background-image: -moz-linear-gradient(90deg, #efb606, transparent);
          /* FF3.6 */
          background-image: -ms-linear-gradient(90deg, #efb606, transparent);
          /* IE10 */
          background-image: -o-linear-gradient(90deg, #efb606, transparent);
          /* Opera 11.10+ */
          background-image: linear-gradient(90deg, #efb606, transparent);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=$angle,StartColorStr='#efb606', EndColorStr='transparent'); } }
  @media screen and (min-width: 1200px) {
    .foglia-pro .box-citazione {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 80px;
      margin-top: 70px;
      width: 100vw;
      left: calc(((-100vw + 1000px) / 2) - 140px); }
      .foglia-pro .box-citazione .quote-label {
        left: 0;
        width: 100px;
        height: 116px;
        margin-left: 0;
        font-size: 15rem; }
        .foglia-pro .box-citazione .quote-label:before {
          line-height: 18rem; }
        .foglia-pro .box-citazione .quote-label:after {
          border-width: 25px 50px 0 50px; }
      .foglia-pro .box-citazione .testo-citazione {
        padding-left: calc(((100vw - 1000px) / 2) + 140px); } }
  @media screen and (min-width: 1500px) {
    .foglia-pro .box-citazione {
      padding-top: 50px;
      padding-bottom: 50px;
      left: calc(((-100vw + 1200px) / 2) - 170px); }
      .foglia-pro .box-citazione .quote-label {
        left: 0;
        width: 120px;
        height: 140px;
        margin-left: 0;
        font-size: 18rem; }
        .foglia-pro .box-citazione .quote-label:before {
          line-height: 22rem; }
        .foglia-pro .box-citazione .quote-label:after {
          border-width: 30px 60px 0 60px; }
      .foglia-pro .box-citazione p {
        font-size: 4rem;
        margin-bottom: 60px; }
      .foglia-pro .box-citazione .testo-citazione {
        padding-left: calc(((100vw - 1200px) / 2) + 170px); } }
  @media screen and (max-width: 949px) {
    .foglia-pro .box-citazione .pic-quote {
      display: none; } }
  .foglia-pro .box-curiosita {
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .foglia-pro .box-curiosita {
        margin-bottom: 30px; } }
  .foglia-pro .nota-foto {
    background: #f5f2ee;
    border: 1px solid #eae6e0;
    padding: 0 15px;
    margin: 0 -15px 20px; }
    .foglia-pro .nota-foto p {
      font-size: 1.4rem; }
      @media screen and (min-width: 600px) {
        .foglia-pro .nota-foto p {
          font-size: 1.7rem; } }
    @media screen and (min-width: 768px) {
      .foglia-pro .nota-foto {
        padding: 0 30px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden; }
        .foglia-pro .nota-foto .gallery-pic {
          margin-left: -30px;
          margin-right: -30px;
          margin-bottom: 40px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0; } }
  .foglia-pro .gallery-pic.filo {
    margin-left: -170px; }
  .foglia-pro .link-side,
  .foglia-pro .jq_css_approfondimento,
  .foglia-pro .jq_css_nota,
  .foglia-pro .jq_css_glossario {
    padding: 1px;
    border-bottom: 2px solid #f5a623;
    background: white;
    color: #222;
    text-decoration: none;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -ms-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear;
    cursor: pointer; }
    .foglia-pro .link-side:hover,
    .foglia-pro .jq_css_approfondimento:hover,
    .foglia-pro .jq_css_nota:hover,
    .foglia-pro .jq_css_glossario:hover {
      border-bottom-width: 4px; }
    @media screen and (min-width: 600px) {
      .foglia-pro .link-side,
      .foglia-pro .jq_css_approfondimento,
      .foglia-pro .jq_css_nota,
      .foglia-pro .jq_css_glossario {
        padding: 3px 0; } }
  .foglia-pro .box-contenuto-correlato {
    position: relative;
    z-index: 1;
    display: block;
    /*margin-right: -15px;*/
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    margin-bottom: 30px; }
    .foglia-pro .box-contenuto-correlato a {
      position: relative;
      display: block;
      background: #f5a623;
      overflow: hidden;
      text-decoration: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .foglia-pro .box-contenuto-correlato a .text {
        padding: 20px;
        text-align: center;
        color: #222; }
        .foglia-pro .box-contenuto-correlato a .text small {
          display: block;
          margin-bottom: 10px;
          font-size: 1.2rem;
          font-style: italic;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          opacity: 0.7; }
        .foglia-pro .box-contenuto-correlato a .text .title {
          margin-bottom: 30px;
          font-size: 2.2rem;
          word-spacing: -0.02em;
          font-weight: 600; }
        .foglia-pro .box-contenuto-correlato a .text .freccia {
          margin: 0 auto 10px; }
    @media screen and (min-width: 600px) {
      .foglia-pro .box-contenuto-correlato {
        float: right;
        width: 200px;
        margin: 0 0 20px 20px; }
        .foglia-pro .box-contenuto-correlato a {
          width: 100%; }
          .foglia-pro .box-contenuto-correlato a .text .title {
            font-size: 2.2rem; } }
    @media screen and (min-width: 950px) {
      .foglia-pro .box-contenuto-correlato a {
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -ms-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out; }
        .foglia-pro .box-contenuto-correlato a .freccia {
          position: relative;
          left: 0;
          -webkit-transition: left 0.3s ease-in-out;
          -moz-transition: left 0.3s ease-in-out;
          -ms-transition: left 0.3s ease-in-out;
          -o-transition: left 0.3s ease-in-out;
          transition: left 0.3s ease-in-out; }
        .foglia-pro .box-contenuto-correlato a:hover {
          background: #f39c0b; }
          .foglia-pro .box-contenuto-correlato a:hover .freccia {
            left: 10px; }
        .foglia-pro .box-contenuto-correlato a .text .title {
          font-size: 1.8rem; } }
    @media screen and (min-width: 1500px) {
      .foglia-pro .box-contenuto-correlato {
        width: 240px; }
        .foglia-pro .box-contenuto-correlato .text .title {
          font-size: 2.2rem; }
        .foglia-pro .box-contenuto-correlato .text small {
          margin-bottom: 20px; } }
    .foglia-pro .box-contenuto-correlato.with-pic a .text {
      width: calc(100% - 50px);
      height: auto; }
    .foglia-pro .box-contenuto-correlato.with-pic a figure {
      position: absolute;
      top: 0;
      right: 0;
      width: 15%;
      height: 100%; }
      .foglia-pro .box-contenuto-correlato.with-pic a figure img {
        height: 100%;
        width: auto;
        max-width: none; }
    @media screen and (min-width: 480px) {
      .foglia-pro .box-contenuto-correlato.with-pic a figure {
        width: 180px;
        height: 180px; }
      .foglia-pro .box-contenuto-correlato.with-pic a .text {
        width: calc(100% - 200px); } }
    @media screen and (min-width: 600px) {
      .foglia-pro .box-contenuto-correlato.with-pic a figure {
        width: 240px;
        height: 240px;
        position: static; }
      .foglia-pro .box-contenuto-correlato.with-pic a .text {
        width: 100%; } }
    @media screen and (min-width: 950px) {
      .foglia-pro .box-contenuto-correlato.with-pic a figure {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .foglia-pro .box-contenuto-correlato.with-pic a:hover figure {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        opacity: 0.6;
        filter: gray;
        -webkit-filter: grayscale(100%); } }

/* box-significato */
.wrap-box-significato {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #282828;
  width: 100%;
  height: 100%; }
  .wrap-box-significato .box-significato {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    color: white; }
    .wrap-box-significato .box-significato header {
      position: relative;
      padding: 60px 0 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .wrap-box-significato .box-significato header .label {
        display: block;
        margin-bottom: 10px;
        font-size: 1.4rem;
        font-style: italic;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        opacity: 0.7; }
      .wrap-box-significato .box-significato header .title {
        font-size: 2.4rem;
        font-weight: 700; }
      .wrap-box-significato .box-significato header .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #f5a623;
        text-align: center;
        font-size: 2.4rem;
        font-style: italic;
        font-weight: bold; }
    .wrap-box-significato .box-significato p {
      font-size: 1.6rem;
      line-height: 3rem; }
    .wrap-box-significato .box-significato .close {
      position: absolute;
      top: 15px;
      right: 15px; }
      .wrap-box-significato .box-significato .close::before {
        width: 30px;
        height: 30px;
        background-position: -30px -270px;
        background-size: 300px 600px;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .wrap-box-significato .box-significato .close:hover::before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5; }
  @media screen and (min-width: 950px) {
    .wrap-box-significato {
      width: 330px; } }
  @media screen and (min-width: 1201px) {
    .wrap-box-significato {
      z-index: 3;
      width: calc(((100vw - 1200px) / 2) + 360px);
      padding: 135px 0 0 40px; }
      .wrap-box-significato .box-significato {
        float: left;
        padding: 0;
        width: 300px;
        margin: auto; }
        .wrap-box-significato .box-significato header .title {
          font-size: 3rem; }
        .wrap-box-significato .box-significato .close {
          top: 135px;
          right: 30px; } }

#toolHeader {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transform: translateY(-60px);
  transition: height 400ms ease-in-out, transform 400ms ease-in-out; }

#toolHeader:after {
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: -25px;
  background-image: linear-gradient(#faf7f3 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute; }

#toolHeader.showTHBig:after {
  height: 25px; }

#toolHeader.showTH {
  transform: translateY(0);
  height: 0px; }

#toolHeader.showTHBig {
  height: 50px; }

#toolHeader figure {
  display: none; }

#toolHeader .container {
  background-color: #faf7f3;
  padding: 0 15px;
  overflow: hidden;
  max-height: 100%; }

#toolHeader .title {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#toolHeader .contentTH {
  position: relative;
  height: 50px; }

#toolHeader progress.bar[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 2px;
  background: #eee9e2;
  position: absolute;
  left: 0;
  top: 2px; }

#toolHeader progress.bar[value]::-webkit-progress-bar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 2px;
  background: #eee9e2; }

#toolHeader progress[value]::-webkit-progress-bar {
  background: #eee9e2; }

#toolHeader progress[value]::-webkit-progress-value {
  background: #7ab700; }

#toolHeader progress[value]::-moz-progress-bar {
  background-color: #7ab700; }

#toolHeader .wrapProgress {
  height: 6px;
  overflow: visible;
  width: 100%;
  padding-top: 2px;
  z-index: 6;
  position: absolute;
  bottom: 5px; }

#toolHeader .wrapProgress:after,
#toolHeader .wrapProgress:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: #7ab700;
  z-index: 1; }

#toolHeader .wrapProgress:after {
  left: auto;
  right: 0;
  background: #eee9e2; }

#toolHeader .wrapProgress.completed:after {
  background: #7ab700; }

#toolHeader .areaContenutoIndice {
  position: relative;
  z-index: 6; }

.progressContenuto {
  float: left;
  margin-top: 15px;
  font-size: 16px;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  white-space: nowrap; }

.progressContenuto a {
  color: #222;
  text-decoration: none; }

.progressContenuto span {
  color: #7ab700;
  font-weight: 700;
  margin-right: 10px; }

.indiceButton {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMTIiIHdpZHRoPSIyMCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwIDEyIj4gICAgPHBhdGggc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjN2FiNzAwIiBmaWxsPSIjN2FiNzAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gNCA1IEwgMjAgNSBMIDIwIDcgTCA0IDcgTCA0IDUgWiBNIDQgMCBMIDE3IDAgTCAxNyAyIEwgNCAyIEwgNCAwIFogTSAwIDUgTCAyIDUgTCAyIDcgTCAwIDcgTCAwIDUgWiBNIDQgMTAgTCAxNCAxMCBMIDE0IDEyIEwgNCAxMiBMIDQgMTAgWiBNIDAgMTAgTCAyIDEwIEwgMiAxMiBMIDAgMTIgTCAwIDEwIFogTSAwIDAgTCAyIDAgTCAyIDIgTCAwIDIgTCAwIDAgWiBNIDAgMCIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 20px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 5px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none; }

.indiceHeader {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  max-height: calc(100vh - 100px);
  overflow: auto;
  transition: all 200ms ease-in-out; }

.indiceHeader.open {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.indiceHeader .contenuto {
  padding-left: 0;
  padding-top: 25px; }

/************
.indiceHeader:before {
	content: '';
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #faf7f3;
}
*/
/*.indiceHeader.indice {
  position: relative;
  background: white;
  padding: 50px 15px 20px;
  margin: 0 -15px 50px;

}*/
.indiceHeader.indice .label {
  display: none; }

.indiceHeader.indice ol {
  counter-reset: sezione; }

.indiceHeader.indice ol .sezione {
  counter-increment: sezione; }

.indiceHeader.indice ol .sezione:before {
  content: counters(sezione, ".") " ";
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #7ab700; }

.indiceHeader.indice ol .citazione :before {
  content: '\201C';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 20px;
  height: 15px;
  background: #f5a623;
  color: white;
  text-align: center;
  line-height: 1.1em;
  font-size: 2rem;
  font-weight: 600; }

.indiceHeader.indice ol .citazione :after {
  content: '';
  position: absolute;
  top: 6px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 5px;
  border-color: transparent transparent transparent #f5a623; }

.indiceHeader.indice ol li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }

.indiceHeader.indice ol li.item-concetti-chiave {
  padding-left: 0; }

.indiceHeader.indice ol li:before {
  font-weight: 700;
  font-size: 1.5rem;
  color: #7ab700; }

.indiceHeader.indice ol li a {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.6em;
  color: #222;
  text-decoration: underline; }
  .indiceHeader.indice ol li a:hover {
    text-decoration: none; }

.indiceHeader.indice ol ol {
  margin-top: 5px; }

.indiceHeader.indice ol ol li {
  padding-left: 35px; }

.sezione .with-description .stickyTitle.sticky {
  position: fixed;
  top: 110px; }

.triggerApprofondimento {
  background: #fff;
  border-bottom: 2px solid #f5a623;
  padding: 0 5px;
  transition: all 50ms ease-in-out;
  cursor: pointer; }

.triggerApprofondimento:hover {
  border-bottom: 4px solid #f5a623; }

.slideApprofondimento {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100%;
  height: 100vh;
  background-color: #222222;
  z-index: 1000;
  transform: translateX(100%);
  transition: all 300ms ease-in-out;
  min-width: 100%;
  color: #fff;
  max-width: 100%; }

.slideApprofondimento.open {
  transform: translateX(0); }

.slideApprofondimentoWrapper {
  margin: 60px 15px 0 15px;
  width: calc(100% - 30px);
  height: calc(100% - 160px); }

.slideApprofondimento .iconaSignificato {
  width: 42px;
  height: 42px;
  background-color: #f5a623;
  border-radius: 21px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMjAiIHdpZHRoPSI5IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOSAyMCI+ICAgIDx0ZXh0IGZvbnQtd2VpZ2h0PSI3MDAiIGZvbnQtc3R5bGU9Iml0YWxpYyIgZm9udC1zaXplPSIyNCIgZm9udC1mYW1pbHk9Ikdlb3JnaWEiIGZpbGw9IiNmZmZmZmYiIHk9IjIwIiB4PSIwIj4gICAgICAgIDx0c3Bhbj5pPC90c3Bhbj4gICAgPC90ZXh0Pjwvc3ZnPg==);
  background-size: 12px 24px;
  background-position: 50% 50%;
  margin-bottom: 15px; }

.slideApprofondimento .occhiello {
  opacity: 0.71;
  color: #fff;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px; }

.slideApprofondimento .occhiello:first-letter {
  text-transform: uppercase; }

.slideApprofondimento .titolo {
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 3rem;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.1); }

.slideApprofondimento .titolo:first-letter {
  text-transform: uppercase; }

.slideApprofondimento .testo {
  overflow: auto; }

.slideApprofondimento .testo a {
  color: #f5a623; }

.slideApprofondimento .testo p,
.slideApprofondimento .testo {
  font-family: Georgia;
  font-size: 1.5rem;
  line-height: 30px; }

.slideApprofondimento .testo ul {
  display: block;
  padding: 20px 0; }

.slideApprofondimento .testo ul li {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 20px; }

.slideApprofondimento .testo ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  width: 6px;
  height: 6px;
  left: 0;
  background: #f5a623;
  border-radius: 50%; }

.slideApprofondimento .close {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMjciIHdpZHRoPSIyNyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI3IDI3Ij4gICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDEzLjI2IDEyLjIgTCAxLjA2IDAgTCAwIDEuMDYgTCAxMi4yIDEzLjI2IEwgMCAyNS40NiBMIDEuMDYgMjYuNTIgTCAxMy4yNiAxNC4zMiBMIDI1LjQ2IDI2LjUyIEwgMjYuNTIgMjUuNDYgTCAxNC4zMiAxMy4yNiBMIDI2LjUyIDEuMDYgTCAyNS40NiAwIEwgMTMuMjYgMTIuMiBaIE0gMTMuMjYgMTIuMiIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 73px;
  right: 30px; }

#toolHeader ul.areaStrumenti {
  display: none; }

.indiceHeader:after {
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1) inset;
  content: '';
  display: block;
  width: 100%;
  height: 5px; }

@media only screen and (min-width: 950px) {
  #toolHeader {
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 5; }
  #toolHeader:after {
    display: none; }
  #toolHeader.showTH {
    height: 60px; }
  #toolHeader.showTHBig {
    height: 100px; }
  #toolHeader .title {
    font-size: 3.6rem;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    background: #fff;
    position: relative;
    z-index: 6;
    display: block; }
  #toolHeader figure {
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: block; }
  #toolHeader figure img {
    display: block;
    height: 100%;
    width: 60px;
    transform: translate3d(0, 0, 0);
    transition: width 400ms ease-in-out; }
  #toolHeader .container {
    padding: 0 0 20px 30px;
    background-color: #fff; }
  #toolHeader.showTHBig figure img {
    width: 100px; }
  #toolHeader .contentTH {
    padding-left: 135px;
    padding-right: 200px;
    height: 100px;
    position: static; }
  #toolHeader ul.areaStrumenti {
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 5px;
    background: #fff;
    z-index: 5; }
  #toolHeader ul.areaStrumenti li.ricerca {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMjUiIHdpZHRoPSIyNSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1IDI1Ij4gICAgPHBhdGggZmlsbD0iIzc3Nzc3NyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDE4LjU0IDkuNzkgQyAxOC41NCA0Ljk2IDE0LjYzIDEuMDggOS44MyAxLjA4IEMgNSAxLjA4IDEuMTMgNSAxLjEzIDkuNzkgQyAxLjEzIDE0LjYyIDUuMDQgMTguNSA5LjgzIDE4LjUgQyAxNC42MyAxOC41NCAxOC41NCAxNC42MiAxOC41NCA5Ljc5IEwgMTguNTQgOS43OSBaIE0gMjUgMjQuMjUgTCAyNC4yNSAyNSBMIDE2LjMzIDE3LjA4IEMgMTQuNTggMTguNjMgMTIuMzMgMTkuNTggOS43OSAxOS41OCBDIDQuMzggMTkuNTggMCAxNS4yMSAwIDkuNzkgQyAwIDQuMzggNC4zOCAwIDkuNzkgMCBDIDE1LjIxIDAgMTkuNTggNC4zOCAxOS41OCA5Ljc5IEMgMTkuNTggMTIuMjkgMTguNjMgMTQuNTggMTcuMDggMTYuMzMgTCAyNSAyNC4yNSBMIDI1IDI0LjI1IFogTSAyNSAyNC4yNSIgLz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    cursor: pointer;
    float: left; }
  #toolHeader ul.areaStrumenti li.stampa {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMjUiIHdpZHRoPSIyOSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI5IDI1Ij4gICAgPHBhdGggc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjOTc5Nzk3IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gNSAyMiBMIDIgMjIgQyAwLjkgMjIgMCAyMS4xNyAwIDIwLjE0IEwgMCA5Ljg2IEwgMCA5Ljg2IEMgMCA4LjgzIDAuOSA4IDEuOTkgOCBMIDI3LjAxIDggQyAyOC4xMSA4IDI5IDguODMgMjkgOS44NiBMIDI5IDIwLjE0IEMgMjkgMjEuMTcgMjguMTEgMjIgMjcgMjIgTCAyNCAyMiIgLz4gICAgPHBhdGggc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjOTc5Nzk3IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gNSA4IEwgNSAyIEMgNSAwLjkgNS44OSAwIDcgMCBMIDIyIDAgQyAyMy4xMSAwIDI0IDAuODkgMjQgMi4wMSBMIDI0IDggTSAyNCAyMi45OSBDIDI0IDI0LjEgMjMuMTEgMjUgMjIgMjUgTCA3IDI1IEMgNS44OSAyNSA1IDI0LjExIDUgMjMuMDEgTCA1IDE1IEwgMjQgMTUgTCAyNCAyMi45OSBaIE0gMjQgMjIuOTkiIC8+ICAgIDxwYXRoIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iIzk3OTc5NyIgZmlsbD0iI2Q4ZDhkOCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDkgMTggTCAyMCAxOCBMIDIwIDE5IEwgOSAxOSBMIDkgMTggWiBNIDkgMTgiIC8+ICAgIDxwYXRoIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iIzk3OTc5NyIgZmlsbD0iI2Q4ZDhkOCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDkgMjEgTCAyMCAyMSBMIDIwIDIyIEwgOSAyMiBMIDkgMjEgWiBNIDkgMjEiIC8+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 29px;
    cursor: pointer;
    float: left;
    margin-left: 20px; }
  .indiceButton {
    background-image: none;
    background-color: #7ab700;
    border-radius: 3px;
    display: block;
    height: 20px;
    width: auto;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    float: right;
    text-transform: uppercase;
    padding: 0 40px 0 20px;
    margin: 8px 0 0 0;
    z-index: 6;
    position: relative;
    text-indent: 0;
    overflow: visible;
    white-space: normal;
    bottom: 0; }
  .indiceButton:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: 50%;
    transform: rotate(-135deg);
    transition: all 300ms ease-in-out; }
  .indiceButton.open:after {
    transform: rotate(45deg);
    margin-top: -3px; }
  .indiceHeader:before {
    background: #fff; }
  #toolHeader .wrapProgress {
    position: relative;
    bottom: 0;
    background: #fff; }
  .progressContenuto {
    height: auto;
    width: auto;
    white-space: normal;
    margin-top: 10px;
    overflow: visible; }
  .indiceHeader {
    z-index: 5;
    top: 77px;
    height: auto; }
  .indiceHeader .contenuto {
    padding-left: 135px; }
  #toolHeader .areaContenutoIndice {
    z-index: auto; }
  .slideApprofondimento {
    min-width: 490px;
    z-index: 3; }
  .slideApprofondimentoWrapper {
    margin: 115px 40px 0 40px;
    width: auto; }
  .slideApprofondimento .close {
    top: 115px;
    width: 27px;
    height: 27px; } }

@media (min-width: 1500px) {
  .slideApprofondimentoWrapper {
    margin-top: 140px; }
  .slideApprofondimento .close {
    top: 140px; }
  .slideApprofondimento .titolo {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #toolHeader .contentTH {
    padding-left: 175px; }
  .indiceHeader .contenuto {
    padding-left: 175px; } }

/*-------------------------------*\
  $PARAFRASI
\*-------------------------------*/
/*
.parafrasi{
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  background: darken(desaturate(adjust-hue($background, 6), 14), 3);
  
  .box-parafrasi{
    display: block;
    padding: 50px 15px;
    color: $text2;
    
    p{
      font-size: 1.5rem;
      line-height: 2.8rem;
    }
  }
  
  .title-sezione{
    margin-bottom: 40px;
    font-size: 2.8rem;
    @include font-weight('bold');
    
    a{
      color: $text2;
      text-decoration: none;
    }
  }
  
  h3{
    margin-bottom: 20px;
    font-size: 2rem;
    @include font-weight('bold');
  }
  
  .col-parafrasi{
    font-style: italic;
  }
  
  @include media('screen','>=medium'){
    .title-sezione{
      font-size: 4.8rem;
    }
    
    h3{
      font-size: 2.2rem;
    }
    
    .box-parafrasi p{
      font-size: 1.6rem;
    }
    
    .wrap-col{
      display: flex;
      flex-direction: row;
      justify-content: space-between;

      .col-testo,
      .col-parafrasi{
        width:48%;
      }
    }
  }

}


@include media('screen','>=large'){
  .parafrasi{
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    
    .box-parafrasi{
      width: 63%;
      padding: 70px 0;
    }
  }
}


 @include media('screen','>=1200px'){
  .parafrasi{  
    left: calc((-100vw + 1200px) / 2);  //..per funzionare correttamente è stato dato al body overflow-x:hidden;
    //..calcola il valore negativo
    //..della differenza tra larghezza dello schermo e l'ingombro del sito,
    //..lo divide per due per ricavare il left
  }
}




@include media('screen','>=x-large'){
  .parafrasi{
    left: calc(((-100vw + 1200px) / 2) - 170px);
    //..calcola il valore negativo
    //..della differenza tra larghezza dello schermo e l'ingombro del sito,
    //..lo divide per due ed aggiunge -170px per ricavare il left
    
    .box-parafrasi{
      padding-left: calc((100vw - 1200px) / 2);
    }
  }
}
*/
.parafrasi-box {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .parafrasi-box {
      margin-bottom: 60px; } }

.wrapperToolParafrasi {
  display: block; }
  @media screen and (min-width: 600px) {
    .wrapperToolParafrasi .parafrasiScrollabile,
    .wrapperToolParafrasi .parafrasiScrollabile p,
    .wrapperToolParafrasi .parafrasiScrollabile span {
      font-size: 1.6rem; } }

.wrapperToolParafrasi h3 {
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 700; }

.wrapperToolParafrasi .testoParafrasi h3 {
  font-style: italic;
  margin-top: 30px; }

.wrapperToolParafrasi span {
  display: inline-block;
  transition: opacity 150ms ease-in-out; }

.wrapperToolParafrasi:hover span {
  opacity: .5; }

.wrapperToolParafrasi:hover span.hover,
.wrapperToolParafrasi:hover span:hover {
  opacity: 1; }

.scrollSlow {
  transform: translateY(0);
  transition: transform 500ms ease-in-out 200ms; }

.triggerFrammentoAttivo {
  /*outline: 1px dotted #7ab700;
	outline-offset: 3px;*/
  position: relative; }

.triggerFrammentoAttivo:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 3px;
  height: 100%;
  background: #7ab700; }

.frammentoGemello {
  /*outline: 1px dotted #7ab700;
	outline-offset: 3px;*/
  position: relative; }

.frammentoGemello:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 3px;
  height: 100%;
  background: #7ab700; }

@media screen and (min-width: 670px) {
  .wrapperToolParafrasi {
    display: flex;
    justify-content: space-between; }
  .wrapperToolParafrasi > div {
    width: 49%;
    position: relative; }
  .wrapperToolParafrasi > div:first-child {
    margin-right: 1%; }
  .wrapperToolParafrasi .testoParafrasi h3 {
    margin-top: 0; } }

@media screen and (min-width: 1200px) {
  .wrapperToolParafrasi {
    margin-left: -140px; } }

@media screen and (min-width: 1500px) {
  .wrapperToolParafrasi {
    margin-left: -170px; } }

/*-------------------------------*\
  $FOGLIA-DOC
\*-------------------------------*/
.foglia-doc {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.7em;
  /*
  .leggi-anche-doc{
    display: block !important;
    margin-bottom: 30px;
    text-align: center;

    a{
      display: block;
      padding: 20px;
      background: $doc;
      text-decoration: none;
      color: $text;
      font-size: 2rem;
      line-height: 2.5rem;
      @include font-weight('semibold');
      letter-spacing: -0.04em;
      text-transform: initial;
      font-family: $sans;
      border-radius: 3px;

      &::before{
        content: 'Leggi anche';
        display: block;
        margin-bottom: 10px;
        color: $text2;
        font-family: $serif;
        font-size: 1.2rem;
        font-style: italic;
        @include opacity(0.7);
        @include font-weight('regular');
      }

      .freccia{
        width: 100px;
        margin: 25px auto 20px;
      }
    }

    &::after{
      display: none;
    }


    @include media('screen','>=small'){

      position: relative;
      margin-bottom: 40px;
      text-align: left;

      a{
        padding-right: 140px;
        font-size: 2.2rem;

        &::before{
          margin-bottom: 5px;
          font-size: 1.4rem;
        }

        .freccia{
          @include position(absolute,50%,20px);
          width: 100px;
          margin: auto;
        }
      }
    }

    @include media('screen','>=large'){
      a{
        padding: 20px 150px 20px 30px;
        @include transition(all,.3s,ease-in-out);

        &:hover{
          background: darken($doc, 5);
        }

        .freccia{
          right: 30px;
          @include transition(right,.3s,ease-in-out);
        }

        &:hover .freccia{
          right: 20px;
        }
      }
    }
  }
  */
  /* Leggi anche DOC */ }
  @media screen and (min-width: 600px) {
    .foglia-doc {
      font-size: 1.8rem; } }
  .foglia-doc .foglia-content {
    padding-bottom: 30px; }
  .foglia-doc .head {
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .foglia-doc .head h1 {
      margin-bottom: 0; }
    .foglia-doc .head .label-wrap {
      margin-bottom: 10px; }
      @media screen and (min-width: 950px) {
        .foglia-doc .head .label-wrap {
          margin-bottom: -2px; } }
      .foglia-doc .head .label-wrap .label-materia {
        display: inline-block;
        clear: both;
        padding: 5px 10px;
        background: #7ab700;
        color: white;
        text-decoration: none;
        font-size: 1.4rem;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -ms-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out; }
        .foglia-doc .head .label-wrap .label-materia:hover {
          background: #699e00; }
    .foglia-doc .head .voto {
      float: right;
      display: block;
      font-size: 1.6rem;
      font-weight: 700; }
      .foglia-doc .head .voto::after {
        content: '';
        display: inline-block;
        position: relative;
        top: 1px;
        background: url("https://www.studenti.it/img/sprite.svg") no-repeat;
        width: 14px;
        height: 14px;
        background-position: -84px -14px;
        background-size: 140px 280px;
        margin-left: 5px; }
  .foglia-doc .download-doc {
    position: relative;
    top: 15px;
    padding-right: 70px;
    padding-top: 8px;
    font-weight: 600;
    line-height: 1.6rem;
    max-width: 280px;
    display: block;
    clear: both;
    margin: 20px auto 15px;
    height: 48px;
    font-size: 1.8rem; }
    @media screen and (min-width: 950px) {
      .foglia-doc .download-doc {
        clear: inherit;
        float: right;
        max-width: none;
        margin: 0;
        top: -7px; } }
    .foglia-doc .download-doc span {
      display: block;
      font-size: 1.4rem;
      font-style: italic;
      font-weight: 400;
      text-transform: none; }
    .foglia-doc .download-doc::after {
      content: '';
      position: absolute;
      top: 11px;
      right: 25px;
      display: inline-block;
      background: url("https://www.studenti.it/img/sprite.svg") no-repeat;
      width: 25px;
      height: 25px;
      background-position: -75px -175px;
      background-size: 250px 500px;
      margin-left: 5px; }
  .foglia-doc .foglia-content .leggi-anche-doc {
    position: relative;
    display: block;
    text-decoration: underline;
    color: #0753AD;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none; }
    .foglia-doc .foglia-content .leggi-anche-doc:before {
      content: 'Leggi anche:';
      display: inline-block;
      color: #222;
      font-family: "Georgia", serif;
      font-size: 1.8rem;
      letter-spacing: normal;
      font-weight: 600;
      font-weight: 600;
      margin-right: 5px; }
    .foglia-doc .foglia-content .leggi-anche-doc:hover {
      text-decoration: none; }
    p .foglia-doc .foglia-content .leggi-anche-doc {
      margin-top: 30px; }
    .foglia-doc .foglia-content .leggi-anche-doc:after,
    .foglia-doc .foglia-content .leggi-anche-doc .freccia {
      display: none; }
  @media screen and (min-width: 950px) {
    .foglia-doc .foglia-content .leggi-anche-doc {
      font-size: 1.8rem; }
      .foglia-doc .foglia-content .leggi-anche-doc:before {
        font-size: 1.6rem; } }
  @media screen and (min-width: 1500px) {
    .foglia-doc .foglia-content .leggi-anche-doc {
      font-size: 2.2rem; }
      .foglia-doc .foglia-content .leggi-anche-doc:before {
        font-size: 1.9rem; } }
  @media screen and (min-width: 950px) {
    .foglia-doc .head .voto {
      float: none;
      display: inline-block;
      margin-left: 10px;
      margin-top: 10px; }
    .foglia-doc .head .download-doc {
      position: absolute;
      right: 0;
      bottom: 20px; }
    .foglia-doc > footer .download-doc {
      top: -14px; } }
  .foglia-doc .paginator-wrap {
    margin-bottom: 20px; }
    .foglia-doc .paginator-wrap .paginator {
      padding: 10px 0 0; }
  .foglia-doc .box-correlati > article.with-image .thumb-icon {
    display: none; }
  .foglia-doc .box-correlati > article.with-image p {
    display: block; }

#banner-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9); }
  #banner-overlay .adv-doc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 270px;
    margin: auto;
    text-align: center; }
  #banner-overlay .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    #banner-overlay .close span {
      display: none; }
    #banner-overlay .close:before {
      width: 20px;
      height: 20px;
      background-position: -20px -160px;
      background-size: 200px 400px; }
  #banner-overlay .continua {
    cursor: pointer;
    color: white;
    font-size: 1.6rem;
    margin-top: 10px; }
    #banner-overlay .continua span {
      display: inline-block; }
      #banner-overlay .continua span:before {
        position: relative;
        top: 3px;
        width: 16px;
        height: 16px;
        background-position: -16px 0px;
        background-size: 160px 320px; }

.foglia-doc--veditutto .head h1 {
  margin-bottom: 0; }
  @media screen and (min-width: 950px) {
    .foglia-doc--veditutto .head h1 {
      font-size: 3.3rem; } }
  @media screen and (min-width: 1500px) {
    .foglia-doc--veditutto .head h1 {
      font-size: 4rem; } }

.show-video {
  width: 100%;
  height: auto;
  text-align: center; }
  .show-video .meride-video-container {
    width: 100% !important;
    height: auto !important; }

.video-didascalia {
  display: block;
  min-height: 60px;
  padding: 20px 15px 20px 35px;
  background: #222;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 18px;
  margin: 0 0 30px;
  position: relative; }
  .video-didascalia:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 12px;
    height: 12px;
    background-position: -36px -120px;
    background-size: 120px 240px; }
  .video-didascalia .fonte {
    font-size: 1.1rem; }
  @media screen and (min-width: 600px) {
    .video-didascalia {
      padding: 20px 30px 20px 55px;
      margin: 0 0 45px;
      font-size: 1.4rem;
      line-height: 20px; }
      .video-didascalia:before {
        top: 23px;
        left: 30px;
        width: 16px;
        height: 16px;
        background-position: -48px -160px;
        background-size: 160px 320px; }
      .video-didascalia .fonte {
        font-size: 1.3rem; } }

.containervideo.youtube {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .containervideo.youtube iframe.videowrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: block;
    border: 0; }

/*-------------------------------*\
  $FOGLIA-PODCAST
\*-------------------------------*/
.foglia-podcast .download-doc {
  float: none;
  width: 100%;
  padding-top: 4px;
  margin-top: 20px; }
  .foglia-podcast .download-doc::after {
    top: 7px; }
  @media screen and (min-width: 480px) {
    .foglia-podcast .download-doc {
      float: right;
      width: auto; } }
  @media screen and (min-width: 601px) {
    .foglia-podcast .download-doc {
      padding-top: 7px; }
      .foglia-podcast .download-doc::after {
        top: 11px; } }

@media screen and (min-width: 480px) {
  .foglia-podcast .head .download-doc {
    position: absolute;
    right: 0;
    bottom: 20px; }
  .foglia-podcast footer .download-doc {
    margin-top: -5px; } }

.foglia-podcast .durata {
  float: right;
  display: block;
  font-size: 1.6rem;
  font-weight: 700; }
  @media screen and (min-width: 480px) {
    .foglia-podcast .durata {
      float: none;
      margin-top: 10px; } }

.foglia-podcast dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700; }

@media print {
  body #page {
    padding-top: 0 !important; }
  #header,
  .footer,
  .sidebar,
  .areaSearch,
  .breadcrumbs,
  .ad-st,
  .leggi-anche-old,
  .common-nav,
  .expanding,
  .adv_esterno,
  .footer-wrap,
  .animated_nav,
  .foglia-pro .box-contenuto-correlato,
  .indiceHeader {
    display: none !important; }
  .container {
    padding-top: 0 !important; }
  .foglia .head h1 {
    margin-bottom: 0; }
  .foglia .head .autore,
  .foglia .head .azioni-tools {
    display: none !important; }
  .foglia .gallery,
  .foglia footer,
  .foglia .commenti,
  .foglia .banner-native,
  .foglia .leggi-anche {
    display: none !important; }
  .foglia figure.align-sx,
  .foglia figure.align-dx {
    margin-bottom: 20px; }
    .foglia figure.align-sx img,
    .foglia figure.align-dx img {
      margin-bottom: 0 !important; }
    .foglia figure.align-sx figcaption,
    .foglia figure.align-dx figcaption {
      color: #666 !important; }
      .foglia figure.align-sx figcaption::before,
      .foglia figure.align-dx figcaption::before {
        display: none !important; }
  .foglia figure.align-sx {
    float: left;
    margin-right: 20px !important; }
  .foglia figure.align-dx {
    float: right;
    margin-left: 20px !important; }
  .foglia .pic {
    float: left;
    width: 30%;
    margin: 0 20px 20px 0; }
  .foglia p {
    font-size: 14px; }
  .foglia a {
    color: black;
    text-decoration: none;
    font-weight: bold; }
    .foglia a[href*="studenti.it"]::after {
      content: " (" attr(href) ") ";
      color: #666;
      font-size: 11px;
      font-weight: normal;
      font-style: italic;
      font-family: "Source Sans Pro", sans-serif; }
  .foglia ul li a::after,
  .foglia ol li a::after {
    display: block;
    margin-top: -5px; }
  .foglia .box-correlati,
  .foglia .box-commenti {
    display: none; } }
