/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

  /******************************************************************

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  .

  ******************************************************************/
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet.

  Remember to add things that won't make sense to print at
  the bottom. Things like nav, ads, and forms shouldbe set
  to display none.
  ******************************************************************/
  @media print {
    * {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      -webkit-filter: none !important;
      filter: none !important;
      -ms-filter: none !important; }
    a, a:visited {
      color: #444 !important;
      text-decoration: underline; }
      a:after, a:visited:after {
        content: " (" attr(href) ")"; }
      a abbr[title]:after, a:visited abbr[title]:after {
        content: " (" attr(title) ")"; }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: ""; }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    @page {
      margin: 0.5cm; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2,
    h3 {
      page-break-after: avoid; }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
      display: none; } }



      .dragdealer {
        position: relative;
        height: 30px;
        /* background: #EEE; */
      }
      .dragdealer .handle {
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
      }
      .dragdealer .red-bar {
        width: 100px;
        height: 30px;
        background: #CC0000;
        color: #FFF;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
      }
      .dragdealer .disabled {
        background: #898989;
      }









      /* ==============================================================================================================================
      ====================================== Green Independence - Custom Css ========================================================== */


      /* Stili generali, webfont, caratteri, h1, h2, p
      =============================================================== */

      html::-webkit-scrollbar { width: 0 !important }
      html { overflow: -moz-scrollbars-none; }
      html { -ms-overflow-style: none; }

      .pos-relative {position: relative;}
      .row.padding {padding:4rem 0;}
      .column.padding {padding-top:4rem; padding-bottom: 4rem;}

      .row {max-width: 1100px;}
      /*@media print, screen and (min-width: 1640px) {
        .row {max-width: 1440px;}
      }*/
      .row.wide {max-width: 1520px;}


      div.content {padding-top: 70px;}
      /* @media print, screen and (max-width: 1200px) {
        div.content {padding-top: 80px;}
      } */

      @font-face {
        font-family: 'Voyage-Bold';
        src: url('../font/Voyage-Bold.eot'); /* IE9 Compat Modes */
        src: url('../font/Voyage-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../font/Voyage-Bold.woff2') format('woff2'), /* Super Modern Browsers */
             url('../font/Voyage-Bold.woff') format('woff'); /* Pretty Modern Browsers */
      }


      .padding1rem {padding-top:1rem;padding-bottom:1rem;}
      .padding2rem {padding-top:2rem;padding-bottom:2rem;}
      .padding3rem {padding-top:3rem;padding-bottom:3rem;}
      .padding4rem {padding-top:4rem;padding-bottom:4rem;}
      .padding5rem {padding-top:5rem;padding-bottom:5rem;}
      .padding6rem {padding-top:6rem;padding-bottom:6rem;}
      .padding7rem {padding-top:7rem;padding-bottom:7rem;}
      .padding8rem {padding-top:8rem;padding-bottom:8rem;}

      .padding2rem-all {padding: 2rem;}
      .padding3rem-all {padding: 3rem;}
      .padding4rem-all {padding: 4rem;}

      .centra-verticale {display: table;}
      .centra-verticale > div {display: table-cell;vertical-align: middle;}

      body {
          font-family: 'Inter', sans-serif;
          text-rendering: optimizeLegibility;
          font-weight: 400;
          background-color: #fff;
      }
      *, h1, h2, h3, h4, h5, h6 {
          font-weight: inherit;
          font-family: inherit;
          font-family: 'Inter', sans-serif;
          font-weight: 400;
      }
      p {line-height: inherit;}
      em, strong {font-family: inherit;}

      /* Imposto la font principale. */
      .txt {font-family: 'Inter', sans-serif;font-weight: 400;font-style: normal;line-height: 1.2;}
      .txt.bold {font-family: 'Inter', sans-serif;font-weight: 700;font-style: normal;}
      .txt.serif {font-family: 'Voyage-Bold', serif;font-weight: 700;font-style: normal;}

      .transition {transition: ease .5s;}

      span {font-family: inherit;}

      strong i {font-weight: 700;}



      /* Colori */
      .txt.bianco {color: #fff;}
      .txt.viola {color: #603177;}
      .txt.nero {color: #000;}



      .txt.opacity {opacity: 0.6;}
      .txt.underline {text-decoration: underline;}


      .a-hover-bianco,
      .a-hover-nero {transition: ease .5s;}

      .a-hover-bianco:hover {color: #fff;}
      .a-hover-nero:hover {color: #000;}

      .bg-bianco {background-color: #fff;}
      .bg-viola {background-color: #603177;}
      .bg-nero {background-color: #000;}

      .b-bottom {border-bottom:solid 1px #e0e0e0;}
      .b-top {border-top:solid 1px #e0e0e0;}
      .b-bottom.scuro {border-bottom:solid 1px #bdbdbd;}
      .b-top.scuro {border-top:solid 1px #bdbdbd;}
      .b-bottom.scurissimo {border-bottom:solid 1px #4f4f4f;}
      .b-top.scurissimo {border-top:solid 1px #4f4f4f;}


      .bg-cover, .bg-contain {
        background-position: center center;
        background-repeat: no-repeat;
      }
      .bg-cover {background-size: cover;}
      .bg-contain {background-size: contain;}



      .txt.center {text-align: center;}
      .txt.right {text-align: right;}
      .txt.left {text-align: left;}
      .txt.caps {text-transform: uppercase;}

      .txt.shadow {text-shadow: 0px 1px 3px #0000007a;}

      p {margin-bottom: 0;}

      .txt.wysiwyg p {margin-bottom: 14px;}
      .txt.wysiwyg.p-no-margin p {margin-bottom: 0px;}


      /* testi */
      .txt.titolo-grande {font-size: 110px;line-height: 1;}
      .txt.sottotitolo-grande {font-size: 40px;}
      .txt.titolo {font-size: 48px;}
      .txt.sottotitolo {font-size: 26px;line-height: 1.2;}
      .txt.titolo-piccolo {font-size: 32px;}
      .txt.sottotitolo-piccolo {font-size: 20px;}
      .txt.testo {font-size: 20px;margin-bottom: 0;}
      .txt.testo-medio {font-size: 17px;margin-bottom: 0;}
      .txt.testo-piccolo {font-size: 13px;margin-bottom: 0;}


      @media print, screen and (max-width: 64em) {
      .txt.titolo-grande {font-size: 80px;}
      .txt.sottotitolo-grande {font-size: 38px;}
      .txt.titolo {font-size: 45px;}
      .txt.sottotitolo {font-size: 24px;}
      .txt.titolo-piccolo {font-size: 26px;}
      .txt.sottotitolo-piccolo {font-size: 18px;}
      .txt.testo {font-size: 16px;margin-bottom: 0;}
      .txt.testo-medio {font-size: 15px;margin-bottom: 0;}
      .txt.testo-piccolo {font-size: 13px;margin-bottom: 0;}
      }

      @media print, screen and (max-width: 40em) {
      .txt.titolo-grande {font-size: 46px;}
      .txt.sottotitolo-grande {font-size: 32px;}
      .txt.titolo {font-size: 42px;}
      .txt.sottotitolo {font-size: 20px;}
      .txt.titolo-piccolo {font-size: 24px;}
      .txt.sottotitolo-piccolo {font-size: 18px;}
      .txt.testo {font-size: 16px;margin-bottom: 0;}
      .txt.testo-medio {font-size: 14px;margin-bottom: 0;}
      .txt.testo-piccolo {font-size: 12px;margin-bottom: 0;}
      }

      .txt.line-height-10 {line-height: 1;}
      .txt.line-height-12 {line-height: 1.2;}
      .txt.line-height-14 {line-height: 1.4;}
      .txt.line-height-16 {line-height: 1.6;}
      .txt.line-height-18 {line-height: 1.8;}
      .txt.line-height-20 {line-height: 2;}


      .margin-bottom-0 {margin-bottom: 0 !important;}
      .margin-bottom-10 {margin-bottom: 10px !important;}
      .margin-bottom-20 {margin-bottom: 20px !important;}
      .margin-bottom-30 {margin-bottom: 30px !important;}
      .margin-bottom-40 {margin-bottom: 40px !important;}
      .margin-bottom-50 {margin-bottom: 50px !important;}
      .margin-bottom-60 {margin-bottom: 60px !important;}
      .margin-bottom-70 {margin-bottom: 70px !important;}
      .margin-bottom-80 {margin-bottom: 80px !important;}
      .margin-bottom-80 {margin-bottom: 80px !important;}
      .margin-bottom-100 {margin-bottom: 100px !important;}

      .margin-bottom-2rem {margin-bottom: 2rem !important;}

      .margin-top-0 {margin-top: 0 !important;}
      .margin-top-10 {margin-top: 10px !important;}
      .margin-top-20 {margin-top: 20px !important;}
      .margin-top-30 {margin-top: 30px !important;}
      .margin-top-40 {margin-top: 40px !important;}
      .margin-top-50 {margin-top: 50px !important;}
      .margin-top-60 {margin-top: 60px !important;}
      .margin-top-70 {margin-top: 70px !important;}
      .margin-top-80 {margin-top: 80px !important;}
      .margin-top-90 {margin-top: 90px !important;}
      .margin-top-100 {margin-top: 100px !important;}

      .padding-bottom-0 {padding-bottom: 0 !important;}
      .padding-bottom-10 {padding-bottom: 10px !important;}
      .padding-bottom-20 {padding-bottom: 20px !important;}
      .padding-bottom-30 {padding-bottom: 30px !important;}
      .padding-bottom-40 {padding-bottom: 40px !important;}
      .padding-bottom-50 {padding-bottom: 50px !important;}
      .padding-bottom-60 {padding-bottom: 60px !important;}
      .padding-bottom-70 {padding-bottom: 70px !important;}
      .padding-bottom-80 {padding-bottom: 80px !important;}
      .padding-bottom-90 {padding-bottom: 90px !important;}
      .padding-bottom-100 {padding-bottom: 100px !important;}

      .padding-bottom-2rem {padding-bottom: 2rem !important;}

      .padding-top-0 {padding-top: 0 !important;}
      .padding-top-10 {padding-top: 10px !important;}
      .padding-top-20 {padding-top: 20px !important;}
      .padding-top-30 {padding-top: 30px !important;}
      .padding-top-40 {padding-top: 40px !important;}
      .padding-top-50 {padding-top: 50px !important;}
      .padding-top-60 {padding-top: 60px !important;}
      .padding-top-70 {padding-top: 70px !important;}
      .padding-top-80 {padding-top: 80px !important;}
      .padding-top-90 {padding-top: 90px !important;}
      .padding-top-100 {padding-top: 100px !important;}

      @media print, screen and (max-width: 600px) {
      .resp-t, .resp-d, .resp-td {display: none;}
      }

      @media print, screen and (min-width: 601px) and (max-width: 1023px) {
      .resp-m, .resp-d, .resp-md {display: none;}
      }

      @media print, screen and (min-width: 1024px){
      .resp-m, .resp-t, .resp-mt {display: none;}
      }
      .nascondi {display: none !important;}




      @media print, screen and (max-width: 600px) {
        .small-mt-10 {margin-top: 10px;}
        .small-mt-20 {margin-top: 20px;}
        .small-mt-30 {margin-top: 30px;}
        .small-mt-40 {margin-top: 40px;}
        .small-mt-50 {margin-top: 50px;}

        .small-mb-10 {margin-bottom: 10px;}
        .small-mb-20 {margin-bottom: 20px;}
        .small-mb-30 {margin-bottom: 30px;}
        .small-mb-40 {margin-bottom: 40px;}
        .small-mb-50 {margin-bottom: 50px;}
      }

      @media print, screen and (max-width: 1023px) {
        .medium-mt-10 {margin-top: 10px;}
        .medium-mt-20 {margin-top: 20px;}
        .medium-mt-30 {margin-top: 30px;}
        .medium-mt-40 {margin-top: 40px;}
        .medium-mt-50 {margin-top: 50px;}

        .medium-mb-10 {margin-bottom: 10px;}
        .medium-mb-20 {margin-bottom: 20px;}
        .medium-mb-30 {margin-bottom: 30px;}
        .medium-mb-40 {margin-bottom: 40px;}
        .medium-mb-50 {margin-bottom: 50px;}
      }




/* Custom css */
::selection {
  background-color: #613177;
}
header.header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  padding: 1.4rem 0;
}
.full-h {
  height: 100vh;
  max-height: 1000px;
}
.full-h {
  width: 100%;
}
.hero-absolute-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media print, screen and (max-width: 640px) {
  h1.titolo-grande {
    line-height: .8 !important;
  }
  h1.titolo-grande span:nth-child(1) {
    font-size: 53px;display: block; /* ensures break line */
  }
  h1.titolo-grande span:nth-child(2) {
    font-size: 80px;display: block; /* ensures break line */
  }

  img.logo {
    height: 60px;
  }
}

.btn {
  background-color: #603177;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 36px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 18px;
  transition: ease .5s;
  cursor: pointer;
}
.btn:hover {
  background-color: #421757;
}


.svg-fill-viola{fill:#603179;}
.svg-fill-bianco{fill:#fff;}

svg.svg-path {
  position: absolute;
  max-height: 80%;
  width: auto;
}


svg.svg-path.svg-path-left {left: 0;}
svg.svg-path.svg-path-right {right: 0;}
svg.svg-path.svg-path-top {top: 0;}
svg.svg-path.svg-path-bottom {bottom: 0;}
svg.svg-path.svg-path-center {top: 50%;transform:translateY(-50%);}


@media print, screen and (max-width: 1440px) {
  svg.svg-path.svg-path-left {left: -5%;}
  svg.svg-path.svg-path-right {right: -5%;}
}
@media print, screen and (max-width: 1300px) {
  svg.svg-path {display: none;}
}


svg.svg-el-abs {
  position: absolute;
}
svg.svg-el-abs.svg-el-abs-top {top: 0;transform:translateY(-20%);}
svg.svg-el-abs.svg-el-abs-bottom {bottom: 0;transform:translateY(20%);}
svg.svg-el-abs.svg-el-abs-center {top: 50%;transform:translateY(-50%);}

svg.svg-el-abs.svg-el-abs-right {right: 0;transform:translateX(100%);}
svg.svg-el-abs.svg-el-abs-left {left: 0;transform:translateX(-100%);}

svg.svg-el-abs.svg-el-abs-top.svg-el-abs-right {transform:translate(100%, -20%);}
svg.svg-el-abs.svg-el-abs-top.svg-el-abs-left {transform:translate(-100%, -20%);}

svg.svg-el-abs.svg-el-abs-bottom.svg-el-abs-right {transform:translate(100%, 20%);}
svg.svg-el-abs.svg-el-abs-bottom.svg-el-abs-left {transform:translate(-100%, 20%);}

svg.svg-el-abs.svg-el-abs-center.svg-el-abs-right {transform:translate(100%, -50%);}
svg.svg-el-abs.svg-el-abs-center.svg-el-abs-left {transform:translate(-100%, -50%);}





@media print, screen and (max-width: 1024px) {
  .hide-br br {display: none;}


  .txt.left-small {text-align: left !important;}
}



.il_gallery_vertical {
  padding-top: 150%;
}
.il_gallery_horizontal {
  padding-top: 70.62%;
  margin-bottom: 1.85rem;
}
.il_gallery_horizontal_big {
  padding-top: 71.8%;
}

.lSPager.lSpg li a {
  background-color: #ccc !important;
}
.lSPager.lSpg li.active a {
  background-color: #613177 !important;
}
svg.svg-el-abs.svg-el-abs-bottom-special {
  right: 0;
  bottom: -100%;
}

.filetto {
  border-top: solid 1px #fff;
  margin: 16px 0;
}

svg.ig-icon {
  width: 40px;
  height: auto;
  transition: ease .5s;
}
a:hover svg.ig-icon {opacity:.5;}

.footer-logo-float-right {margin-top:30px;}
@media print, screen and (max-width: 720px) {
  .footer-logo-float-left {float: left;}
  .footer-logo-float-right {float: right;margin-top:0;}
}


a.header-book-link {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  color: #fff;
  font-weight: 700;
  transform: translateX(-50%);
  text-decoration: underline;
}



.il-loader {
    position: fixed;
    z-index: 9999999;
    background-color: #613177;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    animation: illoader ease 1.3s;
}
@keyframes illoader {
	0%, 30% {
		height:100%;
	}
	100% {
		height:0;
	}
}


p.header-book-link {
    position: absolute;
    top: 1.4rem;
    left: 50%;
    color: #fff;
    font-weight: 700;
    transform: translateX(-50%);
}