@charset "UTF-8";
/*
    Main app.css file
    Created on          : 20-nov-2013, 12.05.18
    Author              : maurizio
    Last enhancement    : 31-mar-2025
*/
/* _mixins.scss
    Usage: 
        http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/
        http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
        http://sachagreif.com/useful-sass-mixins/
*/
/* Colors definition */
/*********************/
.bg-white, .btn-white {
  background-color: #FFF !important; }

.bg-black, .btn-black {
  background-color: #000000 !important; }

.bg-yellow, .btn-yellow, .fp-contact .gform_button,
.fp-register .gform_button, .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input.button, a.btn-yellow, .content-sign-appeal .progress-appeal .progress-bar {
  background-color: #FFFF00 !important; }

.bg-coldgrey, .btn-cold-grey {
  background-color: #C3CACD !important; }

.bg-lightcoldgrey, .btn-light-cold-grey {
  background-color: #D1D8DB !important; }

.bg-lightcoldgrey.bg-candle, .bg-candle.btn-light-cold-grey {
  background: #D1D8DB url(../images/bg-candle.svg) no-repeat 1% 2em !important; }

.bg-darkcoldgrey {
  background-color: #4E5A61 !important; }

.bg-facebook {
  background-color: #3b5998 !important; }

.bg-twitter {
  background-color: #4099FF !important; }

.bg-whatsapp {
  background-color: #34AF23 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.95) !important; }

.txt-white, .btn-black {
  color: #FFF !important; }
  .txt-white i:before, .btn-black i:before {
    color: #FFF !important; }

.txt-black, .btn-white, .btn-cold-grey, .btn-light-cold-grey, .btn-yellow, .fp-contact .gform_button,
.fp-register .gform_button, .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input.button, a.btn-yellow {
  color: #000000 !important; }

.txt-yellow {
  color: #FFFF00 !important; }

.txt-grey {
  color: grey !important; }

.txt-coldgrey {
  color: #C3CACD !important; }

.txt-lightcoldgrey {
  color: #D1D8DB !important; }

.txt-darkcoldgrey {
  color: #4E5A61 !important; }

.txt-facebook {
  color: #3b5998 !important; }

.txt-twitter {
  color: #4099FF !important; }

.txt-whatsapp {
  color: #34AF23 !important; }

.txt-transparent {
  color: transparent !important; }

.underline, .underline-white, .underline-black, .underline-yellow, .underline-coldgrey, .underline-lightcoldgray {
  text-decoration: underline; }
  .underline:hover, .underline-white:hover, .underline-black:hover, .underline-yellow:hover, .underline-coldgrey:hover, .underline-lightcoldgray:hover {
    text-decoration: underline; }

.underline-white {
  text-decoration-color: #FFF;
  -moz-text-decoration-color: #FFF;
  -webkit-text-decoration-color: #FFF; }

.underline-black {
  text-decoration-color: #000000;
  -moz-text-decoration-color: #000000;
  text-decoration-color: #000000; }

.underline-yellow {
  text-decoration-color: #FFFF00;
  -moz-text-decoration-color: #FFFF00;
  -webkit-text-decoration-color: #FFFF00; }
  .underline-yellow:hover {
    text-decoration-color: #FFFF00;
    -moz-text-decoration-color: #FFFF00;
    -webkit-text-decoration-color: #FFFF00; }

.underline-coldgrey {
  text-decoration-color: #C3CACD;
  -moz-text-decoration-color: #C3CACD;
  -webkit-text-decoration-color: #C3CACD; }

.underline-lightcoldgray {
  text-decoration-color: #D1D8DB;
  -moz-text-decoration-color: #D1D8DB;
  -webkit-text-decoration-color: #D1D8DB; }

.border-bottom, .border-bottom-white, .border-bottom-black, .border-bottom-yellow, .border-bottom-coldgrey, .border-bottom-lightcoldgray, .border-bottom-darkcoldgrey {
  border-bottom: 1px solid; }

.border-bottom-white {
  border-bottom-color: #FFF; }

.border-bottom-black {
  border-bottom-color: #000000; }

.border-bottom-yellow {
  border-bottom-color: #FFFF00; }

.border-bottom-coldgrey {
  border-bottom-color: #C3CACD; }

.border-bottom-lightcoldgray {
  border-bottom-color: #D1D8DB; }

.border-bottom-darkcoldgrey {
  border-bottom-color: #4E5A61; }

.border-bottom-5px, .border-bottom-white-5px, .border-bottom-black-5px, .border-bottom-yellow-5px, .border-bottom-coldgrey-5px, .border-bottom-lightcoldgray-5px, .border-bottom-darkcoldgrey-5px {
  border-bottom: 5px solid; }

.border-top-5px, .border-top-black-5px, .border-top-white-5px, .border-top-yellow-5px, .border-top-coldgrey-5px, .border-top-lightcoldgray-5px, .border-top-darkcoldgrey-5px {
  border-top: 5px solid; }

.border-bottom-white-5px {
  border-bottom-color: #FFF; }

.border-bottom-black-5px {
  border-bottom-color: #000000; }

.border-top-black-5px {
  border-top-color: #000000; }

.border-bottom-yellow-5px {
  border-bottom-color: #FFFF00; }

.border-bottom-coldgrey-5px {
  border-bottom-color: #C3CACD; }

.border-bottom-lightcoldgray-5px {
  border-bottom-color: #D1D8DB; }

.border-bottom-darkcoldgrey-5px {
  border-bottom-color: #4E5A61; }

.border-top, .border-top-white, .border-top-black, .border-top-yellow, .border-top-coldgrey, .border-top-lightcoldgray, .border-top-darkcoldgrey {
  border-top: 1px solid; }

.border-top-white {
  border-top-color: #FFF; }

.border-top-black {
  border-top-color: #000000; }

.border-top-yellow {
  border-top-color: #FFFF00; }

.border-top-coldgrey {
  border-top-color: #C3CACD; }

.border-top-lightcoldgray {
  border-top-color: #D1D8DB; }

.border-top-darkcoldgrey {
  border-top-color: #4E5A61; }

.border-top-5px, .border-top-black-5px, .border-top-white-5px, .border-top-yellow-5px, .border-top-coldgrey-5px, .border-top-lightcoldgray-5px, .border-top-darkcoldgrey-5px {
  border-top: 5px solid; }

.border-top-white-5px {
  border-top-color: #FFF; }

.border-top-black-5px {
  border-top-color: #000000; }

.border-top-yellow-5px {
  border-top-color: #FFFF00; }

.border-top-coldgrey-5px {
  border-top-color: #C3CACD; }

.border-top-lightcoldgray-5px {
  border-top-color: #D1D8DB; }

.border-top-darkcoldgrey-5px {
  border-top-color: #4E5A61; }

/* _typography.scss */
/* _fonts.scss */
/* TYPEKIT FIX */
/*h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
}

.wf-active{
    h1,h2,h3,h4,h5,h6,p,a,li,span,button{
        opacity: 1;
        visibility: visible;
    }
}
/* EOF TYPEKIT FIX */
html {
  font-size: 100%; }

.font-franklin-book, .text, .data2, .data3 {
  font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 400; }

.font-franklin-medium, .claim1, .claim2 {
  font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 500; }

.font-franklin-demi, .scopri, .tag2, .tag3, .newsH3, .newsH3 a, .fp-form .fp-title, .fp-form.fp-form-dona .radio-group .radio-info label span, .fp-contact .gform_button,
.fp-register .gform_button, .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input.button, .ours-valors-carousel .item h3 {
  font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 700; }

.font-alternate-gothic, .thumbnail.box-supporter h2.supporters-numbers span {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

* {
  font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 22px; }

a:hover, a:active, a:focus {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-top: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  color: #000000; }

.title-container h1.font-franklin-demi, .title-container h1.scopri, .title-container h1.tag2, .title-container h1.tag3, .title-container h1.newsH3, .title-container .fp-form h1.fp-title, .fp-form .title-container h1.fp-title, .title-container .fp-contact h1.gform_button, .fp-contact .title-container h1.gform_button,
.title-container .fp-register h1.gform_button,
.fp-register .title-container h1.gform_button {
  text-transform: none !important; }

.nav a {
  text-transform: uppercase; }

#menu-main a {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif; }

h1, h1 a {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.3em; }
  @media (min-width: 767px) {
    h1, h1 a {
      letter-spacing: 0.01em; } }
  @media (max-width: 767px) {
    h1, h1 a {
      font-size: 30px; } }

h2, h2 a {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3em; }
  @media (min-width: 767px) {
    h2, h2 a {
      letter-spacing: 0.01em; } }
  @media (max-width: 767px) {
    h2, h2 a {
      font-size: 22px; } }

h3, h3 a {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3em; }
  @media (min-width: 767px) {
    h3, h3 a {
      letter-spacing: 0.01em; } }
  @media (max-width: 767px) {
    h3, h3 a {
      font-size: 20px; } }

h4, h4 a {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.01em; }
  @media (max-width: 767px) {
    h4, h4 a {
      font-size: 18px; } }

h5, h5 a {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.05em; }

@media (max-width: 767px) {
  h5, h5 a {
    line-height: 24px; } }
.highlighted-white, .highlighted-yellow {
  line-height: 1.7em !important; }

.highlighted, .highlighted-white, .highlighted-yellow {
  white-space: pre-wrap;
  display: inline-block;
  position: relative;
  /* Fix the paddings in highlighted titles splitted in multiple lines */
  /* It applies to the following properties: background, padding, border, border-image, box-shadow, margin and clip-path */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 4px 8px 0px; }

.highlighted-white {
  background: #FFF !important; }

.highlighted-yellow {
  background: #FFFF00 !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2, h2 a {
    font-size: 26px; } }
/* _utils.scss */
.condensed {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  .condensed div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px; }

.space-top {
  margin-top: 40px; }

.space-top.space-mini {
  margin-top: 20px; }

.space-top.space-micro {
  margin-top: 10px; }

.space-top.space-zero {
  margin-top: 0px; }

.space-top.space-extra {
  margin-top: 60px; }

.space-top.space-mega {
  margin-top: 80px; }

.space-bottom {
  margin-bottom: 40px; }

.space-bottom.space-mini {
  margin-bottom: 20px; }

.space-bottom.space-micro {
  margin-bottom: 10px; }

.space-bottom.space-zero {
  margin-bottom: 0px; }

.space-bottom.space-extra {
  margin-bottom: 60px; }

.space-bottom.space-mega {
  margin-bottom: 80px; }

.space-bottom.space-ultra {
  margin-bottom: 120px; }

.space-left {
  margin-left: 10px; }

.space-right {
  margin-right: 10px; }

.space-left-negative-micro {
  margin-left: -15px; }

.space-right-negative-micro {
  margin-right: -15px; }

.wrap-padding {
  padding: 10px; }

.wrap-padding-medium {
  padding: 15px; }

.wrap-padding-large {
  padding: 20px; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.absolute-top {
  top: 0px; }

.absolute-bottom {
  bottom: 0px; }

.absolute-right {
  right: 0px; }

.absolute-left {
  left: 0px; }

.fluid {
  width: 100%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.aligncenter, .wp-caption.aligncenter, figure.aligncenter {
  margin: 15px auto;
  float: none; }

img.alignleft, .wp-caption.alignleft, figure.alignleft {
  margin-right: 15px; }
  @media (max-width: 767px) {
    img.alignleft, .wp-caption.alignleft, figure.alignleft {
      margin: 15px auto;
      float: none;
      text-align: center; } }

img.alignright, .wp-caption.alignright, figure.alignright {
  margin-left: 15px; }
  @media (max-width: 767px) {
    img.alignright, .wp-caption.alignright, figure.alignright {
      margin: 15px auto;
      float: none;
      text-align: center; } }

.clear {
  clear: both; }

.inline {
  display: inline; }

.block {
  display: block; }

hr {
  border-top-color: #C3CACD; }

.border-white-2px {
  border: 2px solid #FFF; }

.border-right {
  border-right: 1px solid #C3CACD; }

.margin-left-right-0 {
  margin-left: 0px;
  margin-right: 0px; }

.text-normal {
  text-transform: none; }

.inline-block {
  display: inline-block; }

.fa-1-3x {
  font-size: 1.3em; }

.fa-1-5x {
  font-size: 1.5em; }

.fa-0-7x {
  font-size: 0.7em; }

@media (min-width: 767px) {
  .space-padding-right-0 {
    padding-right: 0px; }

  .space-padding-left-0 {
    padding-left: 0px; } }
.btn, .fp-contact .gform_button,
.fp-register .gform_button, .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input.button {
  text-transform: uppercase;
  border-radius: 0px;
  padding: 5px 15px;
  font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  transition: all 0.14s linear; }

/* Bottone nero */
@media (min-width: 768px) {
  .black-button-container h2 {
    font-size: 34px;
    padding-top: .25em; } }

.btn-black:hover {
  background-color: #4E5A61 !important; }

/* Bottone bianco */
/* Bottone $cold_grey */
/* Bottone $cold_grey */
/* Bottone $yellow */
.btn-yellow:hover, .fp-contact .gform_button:hover,
.fp-register .gform_button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:hover, a.btn-yellow:hover, .fp-contact a.gform_button:hover,
.fp-register a.gform_button:hover {
  background-color: #ffd400 !important;
  color: #000000 !important; }

a.txt-black:hover, a.btn-white:hover, a.btn-cold-grey:hover, a.btn-light-cold-grey:hover, a.btn-yellow:hover, .fp-contact a.gform_button:hover,
.fp-register a.gform_button:hover {
  color: #4E5A61; }

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px; }

.circle {
  border-radius: 50%; }

.top-1px {
  margin-top: -1px; }

.padding-top-micro {
  padding-top: 1px; }

.btn-padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-padding-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.text {
  font-size: 16px;
  line-height: 22px; }

.scopri {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em; }

.claim1 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.01em; }

@media (max-width: 767px) {
  .claim1 {
    font-size: 22px;
    line-height: 28px; } }
.claim2 {
  font-size: 24px;
  line-height: 30px; }

@media (max-width: 767px) {
  .claim2 {
    font-size: 18px;
    line-height: 24px; } }
.number {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  font-size: 78px;
  line-height: .9em;
  letter-spacing: -0.02em; }
  @media (max-width: 767px) {
    .number {
      font-size: 63px; } }

.mini-number {
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: -0.02em;
  line-height: 68px; }

@media (max-width: 767px) {
  .xs-big-number.responsive-line-height-68 {
    line-height: 1em !important; }

  .wrap-padding-medium-xs {
    padding: 15px; } }
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left !important; }

  .font-size-15-xs {
    font-size: 15px !important; }

  .space-left-negative-micro-xs {
    margin-left: -15px; }

  .space-right-negative-micro-xs {
    margin-right: -15px; } }
.gradient-box-bottom-white {
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 70%, white 100%); }

.gradient-box-bottom {
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%); }

.gradient-box-top {
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.65) 100%); }

.gradient-box-left {
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.65) 100%); }

.gradient-box-left-big {
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%); }

.gradient-box-right {
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.65) 100%); }

.width-sm-66 {
  max-width: 66%; }

@media (max-width: 767px) {
  .width-xs-100 {
    max-width: 100%; } }
.tag2 {
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  color: #4E5A61;
  margin-bottom: 0px; }

.tag3 {
  font-size: 12px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  color: #4E5A61;
  margin-bottom: 0px; }

.newsH3, .newsH3 a {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #000000;
  text-transform: none; }

.data2 {
  font-size: 14px;
  line-height: 17px; }

.data3 {
  font-size: 10px;
  line-height: 12px; }

.grey-block {
  background-color: rgba(255, 255, 255, 0.8); }
  .grey-block p {
    padding: 20px 0px;
    font-size: 20px; }

.hidden-effect {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s; }

.text-none {
  text-transform: none; }

@media (max-width: 767px) {
  .padding-right-0-xs {
    padding-right: 0px !important; }

  .padding-left-0-xs {
    padding-left: 0px !important; } }
@media (min-width: 768px) {
  .padding-left-0 {
    padding-left: 0px !important; } }
label {
  font-weight: inherit; }

.middle-dot {
  font-size: 0.3em;
  vertical-align: middle; }

.block-2-image {
  background-position: center;
  background-size: cover;
  height: 75vh;
  float: left; }

/* Headings titles vertical centering */
.thumbnail-container.bgimage {
  display: flex;
  align-items: center;
  justify-content: center; }

.bgimage {
  background-position: center;
  background-size: cover; }

.height-70vh {
  height: 50vh; }
  @media (min-width: 768px) {
    .height-70vh {
      height: 70vh; } }

@media (max-width: 767px) {
  .height-70vh-xs {
    height: 70vh; } }

.height-80vh {
  height: 80vh; }
  @media (min-width: 768px) {
    .height-80vh {
      height: 70vh; } }

a.share-link {
  padding-right: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; }

a.share-link.share-link-yellow {
  background-image: url(../images/icon-share-yellow.svg); }

a.share-link.share-link-white {
  background-image: url(../images/icon-share-white.svg); }

input.donation-amount {
  border-radius: 0px;
  background: #FFF url(../images/icon-euro.svg) right 30px center no-repeat;
  background-size: 14px; }
  input.donation-amount.monthly-donation {
    background: #FFF url(../images/icon-euro-mese.svg) right 30px center no-repeat;
    background-size: 50px; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1em; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video .issuuembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.owl-theme.tweets-carousel .video, .tweets-carousel .video {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
  margin-bottom: auto; }
.owl-theme.tweets-carousel .owl-controls .owl-dots, .tweets-carousel .owl-controls .owl-dots {
  margin: 10px 13px 0;
  text-align: center; }

.modal-content {
  border-radius: 0; }

/* _nav.scss */
/* OVERRIDE BOOTSTRAP */
.navbar {
  margin: 0;
  border-radius: 0; }

.navbar-nav {
  margin: 0; }

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0px; } }
.navbar-inverse {
  background: #000000;
  border: none; }

@media (max-width: 767px) {
  .navbar {
    height: 50px;
    z-index: 999; }
    .navbar > .container {
      width: 100%;
      height: 50px; }

  .navbar.navbar-mobile-hidden > .container {
    background: #000000;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.25s linear;
    z-index: 2; }

  .navbar.navbar-mobile-hidden.navbar-mobile-visible > .container {
    transform: translateY(0); } }
/* SERVICE BAR */
#service-bar-wrap .container {
  padding: 0; }
  #service-bar-wrap .container #service-bar-desktop ul {
    float: right; }
    @media (min-width: 768px) {
      #service-bar-wrap .container #service-bar-desktop ul {
        padding-right: 15px; } }
    #service-bar-wrap .container #service-bar-desktop ul li a {
      display: inline-block;
      height: 25px;
      line-height: 25px;
      padding: 0 10px;
      font-size: 12px;
      text-transform: uppercase; }
      #service-bar-wrap .container #service-bar-desktop ul li a:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #000000; }
  #service-bar-wrap .container #service-bar-mobile .row {
    margin-right: 0; }
  #service-bar-wrap .container #service-bar-mobile form.menu-search-form {
    width: auto; }
    #service-bar-wrap .container #service-bar-mobile form.menu-search-form .container-search-block {
      margin-top: 20px;
      margin-left: 10px;
      bottom: 10px; }
    #service-bar-wrap .container #service-bar-mobile form.menu-search-form .text_input {
      background: #FFF;
      color: #000000;
      font-size: 14px;
      padding: 2px;
      width: 100%;
      text-indent: 10px;
      float: left;
      border-radius: 0px; }
    #service-bar-wrap .container #service-bar-mobile form.menu-search-form button#searchsubmit.my-wp-search {
      background: #FFF;
      color: #000000;
      cursor: pointer;
      float: right;
      padding: 2px;
      text-transform: uppercase; }
    #service-bar-wrap .container #service-bar-mobile form.menu-search-form button#searchsubmit {
      position: absolute;
      right: 0px;
      background: transparent;
      color: #000000; }
  #service-bar-wrap .container #service-bar-mobile .navbar-collapse {
    border-top: solid 1px rgba(0, 0, 0, 0.2); }
    #service-bar-wrap .container #service-bar-mobile .navbar-collapse ul li {
      float: left;
      text-align: center; }
      #service-bar-wrap .container #service-bar-mobile .navbar-collapse ul li a {
        display: block;
        height: 30px;
        font-size: 11px;
        line-height: 30px;
        padding: 0 12px; }

/* MAIN MENU */
#main-menu-wrap a.brand {
  float: left;
  width: 13%; }
  @media (min-width: 768px) {
    #main-menu-wrap a.brand {
      width: auto; } }
  #main-menu-wrap a.brand img {
    height: 50px; }
    @media (min-width: 768px) {
      #main-menu-wrap a.brand img {
        height: 70px; } }
#main-menu-wrap ul {
  width: 87%;
  float: right; }
  @media (min-width: 768px) {
    #main-menu-wrap ul {
      width: auto;
      float: none; } }
  #main-menu-wrap ul li {
    float: left;
    width: 20%; }
    @media (min-width: 768px) {
      #main-menu-wrap ul li {
        width: auto; } }
    #main-menu-wrap ul li a {
      display: inline-block;
      height: 50px;
      font-size: 12px;
      padding: 12px 8px;
      line-height: 1em;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        #main-menu-wrap ul li a {
          height: 70px;
          font-size: 16px;
          line-height: 70px;
          padding: 0 15px; } }
      #main-menu-wrap ul li a:hover {
        background: rgba(78, 90, 97, 0.5); }
    #main-menu-wrap ul li.yellow-link a {
      background: #FFFF00;
      color: #000000; }
      @media (min-width: 768px) {
        #main-menu-wrap ul li.yellow-link a {
          font-size: 20px; } }
      #main-menu-wrap ul li.yellow-link a:hover {
        background: #ffd400;
        color: #000000; }
    #main-menu-wrap ul li.active.yellow-link a {
      background: #FFFF00 !important;
      color: #000000 !important; }
      @media (min-width: 768px) {
        #main-menu-wrap ul li.active.yellow-link a {
          font-size: 20px; } }
    #main-menu-wrap ul li.big-link a {
      color: #FFF; }
      @media (min-width: 768px) {
        #main-menu-wrap ul li.big-link a {
          font-size: 20px; } }

/* SECONDARY MENU */
#secondary-menu-wrap {
  border: none;
  background: #4E5A61;
  height: 45px;
  min-height: auto; }
  #secondary-menu-wrap ul {
    list-style: none;
    position: relative; }
    #secondary-menu-wrap ul li {
      display: block;
      float: left;
      height: 45px; }
      #secondary-menu-wrap ul li a {
        display: inline-block;
        padding: 0 10px;
        height: 45px;
        line-height: 48px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8); }
        @media (min-width: 768px) {
          #secondary-menu-wrap ul li a {
            font-size: 13px;
            letter-spacing: .05em; } }
        #secondary-menu-wrap ul li a:hover, #secondary-menu-wrap ul li a:focus {
          background: rgba(255, 255, 255, 0.3); }

.sostienici-navbar {
  background: rgba(0, 0, 0, 0.9);
  border: 0px;
  height: 50px; }
  @media (min-width: 768px) {
    .sostienici-navbar {
      height: 70px; } }
  .sostienici-navbar .brand-container {
    padding-left: 0; }
  .sostienici-navbar .text-header-sostienici {
    margin: 0px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .sostienici-navbar .text-header-sostienici {
        line-height: 70px; } }
  .sostienici-navbar .container-icon {
    padding: 12px 0px;
    margin: 0px;
    display: block; }
    @media (min-width: 768px) {
      .sostienici-navbar .container-icon {
        margin-top: 7px; } }
  .sostienici-navbar .navbar-row-social__item {
    display: inline-block;
    margin-left: 15px; }

/* _footer.scss */
footer p a:hover {
  color: #000000; }
footer .social-box {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap; }
  footer .social-box a {
    margin: 0px 0px 2px 0px; }
  footer .social-box .fa-facebook {
    color: #3b5998; }
  footer .social-box .fa-twitter {
    color: #4099FF; }
  footer .social-box .fa-youtube-play {
    color: #e52d27; }
  footer .social-box .fa-linkedin {
    color: #0A66C2; }
footer .footer-top-bar {
  background-color: #000000;
  padding: 5px 0px; }
  footer .footer-top-bar li {
    display: inline-block;
    width: 32%; }
    footer .footer-top-bar li a {
      text-transform: uppercase;
      color: #C3CACD;
      font-size: 12px;
      padding: 20px; }
    footer .footer-top-bar li a:hover {
      text-transform: uppercase;
      color: #C3CACD;
      font-size: 12px;
      opacity: 0.7;
      background-color: #000000; }
  @media (max-width: 768px) {
    footer .footer-top-bar li {
      display: inline-block;
      width: 32%; }
      footer .footer-top-bar li a {
        font-size: 10px;
        padding: 5px; }
      footer .footer-top-bar li a:hover {
        font-size: 10px;
        padding: 5px; }
    footer .footer-top-bar li:first-child {
      border-right: 1px solid #C3CACD; }
    footer .footer-top-bar li:last-child {
      border-left: 1px solid #C3CACD; } }
footer .footer li a {
  text-transform: uppercase;
  color: #C3CACD;
  font-size: 14px;
  padding: 0px; }
  footer .footer li a:hover {
    opacity: 0.7;
    background-color: transparent; }
  footer .footer li a:focus {
    background-color: transparent; }
footer .footer li p {
  color: #C3CACD;
  padding-left: 10px; }
footer .footer li a.txt-yellow i:before {
  color: #FFFF00; }

/* _mediaqueries.scss */
/* Large desktop */
@media (min-width: 1200px) {
  .homebox_wrapper {
    height: 390px; }

  body:not(.page-template, .single-post) .content-sign-appeal, .content-share-appeal {
    background: transparent;
    border: none; }
    body:not(.page-template, .single-post) .content-sign-appeal .panel-body, .content-share-appeal .panel-body {
      position: relative;
      top: -100px; }

    /*.line-sign-appeal {

        .content-sign-appeal.affix{
            top: 200px !important;
            width: 19% !important;
        }

    }*/ }
@media (min-width: 992px) and (max-width: 1199px) {
  .homebox_wrapper {
    height: 430px; }

  .content-sign-appeal, .content-share-appeal {
    background: transparent;
    border: none; }
    .content-sign-appeal .panel-body, .content-share-appeal .panel-body {
      position: relative;
      top: -100px; }

  body.page .content-sign-appeal .panel-body, body.page .content-share-appeal .panel-body {
    top: 0; }

    /*.line-sign-appeal {

        .content-sign-appeal.affix{
            top: 195px !important;
            width: 25% !important;
        }

    }*/ }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    /*.line-sign-appeal {

        .content-sign-appeal.affix{
            top: 100px !important;
            width: 25% !important;
        }

    }*/
  .content-sign-appeal, .content-share-appeal {
    background: transparent;
    border: none; }
    .content-sign-appeal .panel-body, .content-share-appeal .panel-body {
      position: relative;
      top: -100px; }

  body.page .content-sign-appeal .panel-body, body.page .content-share-appeal .panel-body {
    top: 0; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .block-cosa-facciamo .text-container h3 {
    font-size: 18px !important;
    line-height: 20px !important; }
  .block-cosa-facciamo .title-container h1 {
    display: inline;
    text-transform: uppercase; }
  .block-cosa-facciamo .container-our-campaigns .box-campaigns {
    margin-bottom: 20px; }

  .change-container .container-element-change {
    text-align: left; }
    .change-container .container-element-change img {
      display: inline-block;
      max-width: 80px;
      max-height: 80px; }
    .change-container .container-element-change p {
      font-size: 16px !important; }
    .change-container .container-element-change .box-title {
      position: relative; }
    .change-container .container-element-change .box-title > span {
      position: absolute;
      display: table;
      width: 100%;
      height: 80px; }
    .change-container .container-element-change .box-title > span > span {
      display: table-cell;
      vertical-align: middle;
      height: 80px; }

  .container-our-goals .box-goals .title-container {
    bottom: 10px !important; }

  /* template entra in azione*/
  .block-entra-in-azione .container-twitter a.btn, .block-entra-in-azione .container-twitter .fp-contact a.gform_button, .fp-contact .block-entra-in-azione .container-twitter a.gform_button,
  .block-entra-in-azione .container-twitter .fp-register a.gform_button,
  .fp-register .block-entra-in-azione .container-twitter a.gform_button {
    display: block;
    font-size: 14px; }

  .thumbnail-container-ringraziamenti .title-container {
    bottom: 240px !important; }

  .box-donation {
    position: inherit !important;
    top: 0px  !important; }

  .line-sign-appeal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: white;
    z-index: 999; }
    .line-sign-appeal .content-sign-appeal {
      margin: 0;
      max-height: 90vh;
      overflow-y: scroll; }
      .line-sign-appeal .content-sign-appeal .sign-appeal-input-box a {
        /*display: inline-block !important;
        width: 15%;
        padding: 0px;
        text-align: center;*/ }
        .line-sign-appeal .content-sign-appeal .sign-appeal-input-box a i {
          color: #FFF; }

  .container-tab-donation .tab-panel {
    margin-left: -15px;
    margin-right: -15px; }

    /*.footer-menu-first{
        border-bottom: 1px solid $black;
        text-align: center;

        li{
            display: inline-block;
            width: 32%;
            a{
                color: $black !important;
                font-size: 10px !important;
            }
        }
    }

    .footer-menu-second{
        text-align: center;

        li{
            width: 32%;
            display: inline-block;
            a{
                color: $black  !important;
                font-size: 10px !important;
            }
        }
    }*/
  .thumbnail.box-supporter {
    margin: 0px -15px !important; }

  .facebook-block .fa, .twitter-block .fa {
    margin-top: -12px !important; } }
/* Landscape phones and down */
/* _wpgallery.scss */
.gallery {
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.gallery a img {
  border: none;
  padding-bottom: 10px; }

.gallery-item {
  margin: 0;
  float: left;
  display: block;
  max-width: 100%;
  height: 210px;
  padding-right: 10px; }

.gallery-item:last-child {
  clear: right; }

.gallery-caption {
  color: #666;
  font-size: 12px; }

.gallery-columns-2 .gallery-item {
  width: 50%;
  padding-right: 1%;
  padding-left: 1%; }

.gallery-columns-3 .gallery-item {
  width: 33.333%;
  padding-right: 1%;
  padding-left: 1%; }

.gallery-columns-4 .gallery-item {
  width: 25%;
  padding-right: 1%;
  padding-left: 1%; }

.wp-caption-text {
  width: 150px; }

/* _content-change.scss */
.change-container .change-block {
  min-height: 290px; }

/* _grayslider.scss */
.gray-slider-carousel .owl-item {
  background-color: #FFF;
  padding: 1.5em; }
.gray-slider-carousel .owl-dots {
  margin: 25px 0px; }
.gray-slider-carousel .owl-nav {
  top: 25% !important; }

/* _darkslider.scss */
.dark-slider-carousel .owl-item {
  background-color: #FFF; }
.dark-slider-carousel .owl-dots {
  margin: 25px 0px; }
.dark-slider-carousel .owl-nav {
  top: 25% !important; }

/* _signfields.scss */
/*
 * DEPENDENCIES (IF USING TYPEAHEAD SELECTS):
 * - Selectize (https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.3/css/selectize.css)
 ----------------------------------------------------------------------- */
/* iOS 11 position fixed caret bug */
body.fp-form-ios-bug-caret.fp-form-is-expanded {
  position: fixed !important;
  width: 100% !important; }

/* COMPONENT STYLES START HERE */
.fp-form,
.fp-form * {
  box-sizing: border-box; }

.fp-form [type="text"],
.fp-form [type="password"],
.fp-form [type="date"],
.fp-form [type="datetime"],
.fp-form [type="datetime-local"],
.fp-form [type="month"],
.fp-form [type="week"],
.fp-form [type="email"],
.fp-form [type="number"],
.fp-form [type="search"],
.fp-form [type="tel"],
.fp-form [type="time"],
.fp-form [type="url"],
.fp-form [type="color"],
.fp-form textarea,
.fp-form select {
  display: block;
  width: 100%;
  margin: 5px 0px;
  padding: 12px 12px 2px 12px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: inherit;
  transition: all 0.25s ease-out;
  outline: none;
  color: #000000;
  font-size: 16px; }

.ginput_container .fp-form [type="text"],
.ginput_container .fp-form [type="password"],
.ginput_container .fp-form [type="date"],
.ginput_container .fp-form [type="datetime"],
.ginput_container .fp-form [type="datetime-local"],
.ginput_container .fp-form [type="month"],
.ginput_container .fp-form [type="week"],
.ginput_container .fp-form [type="email"],
.ginput_container .fp-form [type="number"],
.ginput_container .fp-form [type="search"],
.ginput_container .fp-form [type="tel"],
.ginput_container .fp-form [type="time"],
.ginput_container .fp-form [type="url"],
.ginput_container .fp-form [type="color"],
.ginput_container .fp-form textarea,
.ginput_container .fp-form select {
  padding: 5px 15px 5px 15px; }

.fp-form input[type="text"],
.fp-form input[type="email"],
.fp-form select,
.fp-form textarea {
  background: #fff url(../images/icon-empty.svg) 95% center no-repeat;
  background-size: 15px 15px; }

.fp-form .error input,
.fp-form .error select,
.fp-form .error textarea {
  background: #fff url(../images/icon-error.svg) 95% center no-repeat;
  background-size: 15px 15px; }

.fp-form .success input,
.fp-form .success select,
.fp-form .success textarea {
  background: #fff url(../images/icon-success.svg) 95% center no-repeat;
  background-size: 15px 15px; }

.fp-form .success input[type="radio"] {
  background-image: none; }

.fp-form .check-info label,
.fp-form .check-info a {
  font-size: 11px; }

.fp-form .check-info label {
  font-size: 0.8em;
  line-height: 1.2em;
  /*float: right;
  width: 91%;*/ }

.fp-form textarea {
  line-height: 1.3em;
  resize: none; }

.privacy-link a {
  font-size: 0.8em;
  color: #999 !important;
  text-decoration: none; }

.check-info .text-error {
  background: url(../images/icon-error-text.svg) no-repeat 0px 3px;
  background-size: 10px 10px;
  padding-left: 16px;
  font-size: 0.9em;
  line-height: 1.1;
  margin-bottom: 10px; }

.fp-form [type="text"],
.fp-form [type="password"],
.fp-form [type="date"],
.fp-form [type="datetime"],
.fp-form [type="datetime-local"],
.fp-form [type="month"],
.fp-form [type="week"],
.fp-form [type="email"],
.fp-form [type="number"],
.fp-form [type="search"],
.fp-form [type="tel"],
.fp-form [type="time"],
.fp-form [type="url"],
.fp-form [type="color"],
.fp-form select {
  height: 40px; }

.selectize-control {
  margin-bottom: 1rem; }

.selectize-input {
  display: block; }

.selectize-input,
.selectize-input.focus {
  padding: 0.375rem 0.55rem;
  border-radius: 0;
  box-shadow: none; }

.selectize-input,
.selectize-input input {
  font-size: 0.9rem;
  color: inherit; }

.fp-form .selectize-input [type="text"] {
  height: auto; }

.fp-form [type="text"]:focus,
.fp-form [type="password"]:focus,
.fp-form [type="date"]:focus,
.fp-form [type="datetime"]:focus,
.fp-form [type="datetime-local"]:focus,
.fp-form [type="month"]:focus,
.fp-form [type="week"]:focus,
.fp-form [type="email"]:focus,
.fp-form [type="number"]:focus,
.fp-form [type="search"]:focus,
.fp-form [type="tel"]:focus,
.fp-form [type="time"]:focus,
.fp-form [type="url"]:focus,
.fp-form [type="color"]:focus,
.fp-form textarea:focus,
.fp-form select:focus,
.selectize-input.focus,
.selectize-dropdown {
  border-color: #aaa;
  outline: 2px solid #ffff00; }

.fp-form .fp-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #C3CACD; }
.fp-form .fp-title {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 20px; }
.fp-form.fp-form-dona input,
.fp-form.fp-form-dona select,
.fp-form.fp-form-dona textarea {
  border: 1px solid #C3CACD;
  color: #4E5A61; }
  .fp-form.fp-form-dona input:focus,
  .fp-form.fp-form-dona select:focus,
  .fp-form.fp-form-dona textarea:focus {
    box-shadow: none;
    border: 1px solid #4E5A61; }
.fp-form.fp-form-dona label {
  color: #4E5A61; }
.fp-form.fp-form-dona textarea {
  padding: 0.5em;
  font-size: 0.7em;
  line-height: 1.3em;
  background: #fff;
  color: #4E5A61;
  height: 8em; }
.fp-form.fp-form-dona .check-info label {
  font-size: 16px;
  line-height: 20px;
  width: 95%; }
.fp-form.fp-form-dona .radio-group {
  *zoom: 1; }
  .fp-form.fp-form-dona .radio-group:before, .fp-form.fp-form-dona .radio-group:after {
    content: "";
    display: table; }
  .fp-form.fp-form-dona .radio-group:after {
    clear: both; }
  .fp-form.fp-form-dona .radio-group.radio-group-fourth .radio-info {
    width: 25%; }
  .fp-form.fp-form-dona .radio-group.radio-group-half {
    width: 90%;
    clear: both;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .fp-form.fp-form-dona .radio-group.radio-group-half {
        width: 95%; } }
    @media (min-width: 1200px) {
      .fp-form.fp-form-dona .radio-group.radio-group-half {
        width: 48%; } }
    @media (min-width: 768px) {
      .fp-form.fp-form-dona .radio-group.radio-group-half .radio-info {
        width: 50%; } }
    @media (max-width: 767px) {
      .fp-form.fp-form-dona .radio-group.radio-group-half .radio-info {
        width: 100%; } }
    .fp-form.fp-form-dona .radio-group.radio-group-half #fp-row-donation-recursive {
      margin-right: 1em; }
  .fp-form.fp-form-dona .radio-group .radio-info {
    float: left; }
    .fp-form.fp-form-dona .radio-group .radio-info label span {
      font-size: 30px;
      line-height: 36px;
      color: #000000; }
    .fp-form.fp-form-dona .radio-group .radio-info label input {
      margin-top: 0;
      margin-right: 5px; }
    .fp-form.fp-form-dona .radio-group .radio-info label span,
    .fp-form.fp-form-dona .radio-group .radio-info label input {
      display: inline-block;
      vertical-align: middle; }
    .fp-form.fp-form-dona .radio-group .radio-info.radio-small label span {
      font-size: 18px;
      line-height: 22px; }
.fp-form.fp-form-dona #fp-row-free-amount {
  z-index: 9999; }
  .fp-form.fp-form-dona #fp-row-free-amount #fpFreeAmount {
    width: 100%;
    font-size: 25px;
    text-align: left;
    border: none;
    border-radius: 0px;
    background: #fff url(../images/icon-euro.svg) 95% center no-repeat;
    background-size: 14px;
    color: #000000;
    height: 54px;
    padding: 0 15px;
    -moz-appearance: textfield; }
    .fp-form.fp-form-dona #fp-row-free-amount #fpFreeAmount::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .fp-form.fp-form-dona #fp-row-free-amount #fpFreeAmount::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .fp-form.fp-form-dona #fp-row-free-amount.error #fpFreeAmount {
    background-color: #fff;
    background-image: url(../images/icon-euro.svg), url(../images/icon-error.svg);
    background-repeat: no-repeat;
    background-position: 95% center, 85% center;
    background-size: 14px; }
    @media (min-width: 1200px) {
      .fp-form.fp-form-dona #fp-row-free-amount.error #fpFreeAmount {
        background-position: 95% center, 90% center; } }
  .fp-form.fp-form-dona #fp-row-free-amount label {
    top: 22px; }
.fp-form.fp-form-dona hr.fp-sep {
  border-top-color: #000; }

.input-amount {
  background: #fff url(../images/icon-euro.svg) 95% center no-repeat;
  background-size: 14px; }

/* FLOATING LABELS STYLES */
.fp-row {
  position: relative; }

.js .fp-floating-label {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-block;
  line-height: 1;
  background-color: transparent;
  cursor: text;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
  color: #8a8a8a; }

.js .fp-floating-label--select {
  cursor: default; }

.js .fp-floating-label--focused,
.js .fp-floating-label--valued {
  font-size: 10px;
  color: #6a6a6a;
  transform: translateY(-75%); }

/* FORM EXPAND RELATED STYLES */
.fp-form {
  position: relative; }

.fp-do-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  font-variant: small-caps; }

.fp-do-close-marathon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  font-variant: small-caps;
  color: white; }

.fp-form--expanded .fp-do-close,
.fp-form--expanding .fp-do-close {
  display: block; }

.fp-form button.next-appeal,
.fp-expand__is-signed,
.next-appeal-box {
  display: none; }

.fp-form button.btn.btn-yellow, .fp-form .fp-contact button.gform_button, .fp-contact .fp-form button.gform_button,
.fp-form .fp-register button.gform_button,
.fp-register .fp-form button.gform_button {
  width: 100%;
  display: block;
  padding: 10px 0; }

.fp-form .fp-do-expand {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  display: block !important;
  opacity: 0;
  width: calc(100% - 30px) !important; }

.fp-form--expanded .fp-do-expand {
  display: none !important; }

@media (max-width: 767px) {
  .js .fp-expand {
    height: 0;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); }

  .js .fp-expand__inner {
    padding-top: 26px; }

  .js .fp-form--expanded .fp-expand {
    overflow: visible; } }
@media (min-width: 768px) {
  .js .fp-expand {
    height: auto !important; }

  .fp-form .fp-do-expand {
    display: none !important; } }
.fp-contact .gform_body ul.gform_fields,
.fp-register .gform_body ul.gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .fp-contact .gform_body ul.gform_fields li label,
  .fp-register .gform_body ul.gform_fields li label {
    margin-bottom: 0px;
    margin-top: 10px; }
  .fp-contact .gform_body ul.gform_fields li textarea,
  .fp-register .gform_body ul.gform_fields li textarea {
    padding: 15px;
    font-size: inherit;
    background: white;
    color: black;
    height: auto !important;
    border: 1px solid #ccc !important; }
.fp-contact .gform_button,
.fp-register .gform_button {
  border: none;
  min-width: 200px;
  margin: 20px 0px !important;
  position: relative; }

/* _gravity-settings.scss */
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea, .gform_wrapper select {
  border: 1px solid #D1D8DB; }
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
  .gform_wrapper textarea:focus, .gform_wrapper select:focus {
    outline: 2px solid #FFFF00; }
.gform_wrapper .gfield_required {
  color: #ffbd00 !important; }
.gform_wrapper.gform_validation_error .gfield_description.validation_message {
  color: #000;
  padding: 0 0 0 20px;
  background: url(../images/icon-error.svg) no-repeat left 4px;
  font-weight: normal;
  border: none; }
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input.button {
  border: none;
  padding: 0.5em 3em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold; }
  .gform_wrapper .gform_footer input[type="submit"]:hover,
  .gform_wrapper .gform_footer input.button:hover {
    background-color: #ffd400 !important;
    color: #000000 !important; }

/* After massive Gravity forms update */
.gform_body legend.gfield_label {
  border-bottom: none; }

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none !important; }

label.gfield_consent_label {
  display: inline; }

/* GRAVITY FORM ui-datepicker */
.ui-datepicker-header {
  color: #666 !important; }

/* intl-phone telephone fields */
.iti.iti--allow-dropdown {
  width: 100%; }

.intl-phone input {
  padding-left: 50px !important; }

/* Old Hate speech contact wrapper setting moved from treemap.css */
.text2,
.gform_description {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px; }

a.btn.btn-yellow, .fp-contact a.gform_button,
.fp-register a.gform_button, a.btn.btn-black, .fp-contact a.btn-black.gform_button,
.fp-register a.btn-black.gform_button {
  -webkit-box-shadow: none;
  box-shadow: none; }

#hate-speech-contact-wrapper {
  background-color: #d1d8db;
  padding: 20px 0;
  background-position: bottom left;
  background-repeat: no-repeat; }

#hate-speech-contact-wrapper .gfield_label {
  margin: 0 !important; }

#hate-speech-contact-wrapper .gform_heading,
#hate-speech-contact-wrapper .gform_body,
#hate-speech-contact-wrapper .gform_footer {
  width: 100%; }

#hate-speech-contact-wrapper .treemap-form-offset-md-6 {
  padding-right: 15px;
  padding-left: 15px; }

@media screen and (min-width: 992px) {
  #hate-speech-contact-wrapper .gform_heading {
    width: 50%; }

  #hate-speech-contact-wrapper .gform_body,
  #hate-speech-contact-wrapper .gform_footer {
    width: 50%; }

  #hate-speech-contact-wrapper .treemap-form-offset-md-6 {
    margin-left: 50%; } }
/* _tribe-events-settings.scss */
/* Overrides of The events calendar css settings */
.tribe-events-event-image img {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* _map-justice.scss */
.map-justice {
  position: relative;
  overflow: hidden; }
  .map-justice .container {
    position: relative;
    z-index: 2; }
  .map-justice canvas {
    position: absolute;
    top: 0;
    left: 0; }

@media (max-width: 767px) {
  .map-justice canvas {
    display: none; } }
@media (min-width: 768px) {
  #map-justice-info-container {
    height: 270px; } }

.map-justice__infobox {
  padding: 20px 15px 0;
  margin-bottom: 20px;
  background-color: #FFFF00;
  box-shadow: 5px 5px 0 rgba(77, 77, 77, 0.15);
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .map-justice__infobox {
      width: 90%; } }
  .map-justice__infobox p {
    margin-bottom: 5px;
    border-top: 1px solid black;
    padding-top: 1em;
    padding-bottom: 15px;
    font-size: 14px; }
  .map-justice__infobox h2 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1.1;
    width: 70%; }
  .map-justice__infobox h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: none; }
  .map-justice__infobox .js-map-btns {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25%; }
    .map-justice__infobox .js-map-btns .btn, .map-justice__infobox .js-map-btns .fp-contact .gform_button, .fp-contact .map-justice__infobox .js-map-btns .gform_button,
    .map-justice__infobox .js-map-btns .fp-register .gform_button,
    .fp-register .map-justice__infobox .js-map-btns .gform_button, .map-justice__infobox .js-map-btns .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .map-justice__infobox .js-map-btns input[type="submit"],
    .map-justice__infobox .js-map-btns .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer .map-justice__infobox .js-map-btns input.button {
      padding: 5px 0;
      width: 50%;
      float: left;
      font-size: 12px;
      padding-top: 7px;
      padding-bottom: 7px;
      position: relative;
      text-align: center; }
  .map-justice__infobox > :not(.btn) {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .map-justice__infobox > :not(.btn).is-hidden {
      opacity: 0; }

.number-block-home-container {
  margin-bottom: 40px;
  color: #000000; }
  .number-block-home-container .button--social {
    margin-right: 0em; }
    .number-block-home-container .button--social .fa-twitter {
      padding: 0 .4em;
      color: #FFFF00; }
    .number-block-home-container .button--social .fa-facebook {
      padding: 0 .4em;
      color: #FFFF00; }

@media (max-width: 768px) {
  .map-justice {
    background-image: url(../images/bg-world.svg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center top; } }

/* _marathon.scss */
html,
body {
  height: 100%; }

.modal-backdrop.fade.in {
  z-index: 1; }

.single-maratone,
.single-maratone-editoriali {
  overflow-x: hidden; }
  .single-maratone .marathon-carousel,
  .single-maratone-editoriali .marathon-carousel {
    position: relative;
    height: 100%;
    z-index: inherit;
    overflow-x: hidden;
    background: #dbe4e7; }
    .single-maratone .marathon-carousel div:not(.owl-controls),
    .single-maratone-editoriali .marathon-carousel div:not(.owl-controls) {
      height: 100%; }
    .single-maratone .marathon-carousel .item,
    .single-maratone-editoriali .marathon-carousel .item {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .single-maratone .marathon-carousel .owl-controls,
    .single-maratone-editoriali .marathon-carousel .owl-controls {
      position: absolute;
      top: 60px;
      left: 0px;
      right: 0px; }
      .single-maratone .marathon-carousel .owl-controls .owl-nav,
      .single-maratone-editoriali .marathon-carousel .owl-controls .owl-nav {
        display: none; }
  .single-maratone .marathon-carousel-footer,
  .single-maratone-editoriali .marathon-carousel-footer {
    position: absolute;
    bottom: 64px;
    left: 180px;
    right: 0px;
    text-align: left;
    z-index: 120; }
    .single-maratone .marathon-carousel-footer h3,
    .single-maratone-editoriali .marathon-carousel-footer h3 {
      font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-transform: inherit;
      color: #FFF; }
    .single-maratone .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot,
    .single-maratone-editoriali .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot {
      display: inline-block; }
      .single-maratone .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot span,
      .single-maratone-editoriali .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot span {
        background: none repeat scroll 0 0 #FFF;
        display: block;
        height: 2px;
        margin: 5px 5px;
        width: 48px;
        position: relative;
        cursor: pointer; }
      .single-maratone .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot.active span,
      .single-maratone-editoriali .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot.active span {
        background-color: #FFFF00;
        height: 4px;
        margin: 4px 5px; }
      .single-maratone .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot .baloon-title,
      .single-maratone-editoriali .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot .baloon-title {
        display: none;
        position: absolute;
        top: 16px;
        padding: 5px;
        left: -72px;
        right: -72px;
        font-size: 16px;
        line-height: 22px;
        background-color: #FFFF00; }
        .single-maratone .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot .baloon-title:after,
        .single-maratone-editoriali .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot .baloon-title:after {
          bottom: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #FFFF00;
          border-width: 8px;
          margin-left: -8px; }
      .single-maratone .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot:hover .baloon-title,
      .single-maratone-editoriali .marathon-carousel-footer .marathon-carousel-dots-container .owl-dot:hover .baloon-title {
        display: block; }
  .single-maratone .header,
  .single-maratone-editoriali .header {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    z-index: 120;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    /*@media(min-width: 768px){
        top: 25px;
        max-width: 75%;
    }*/ }
    .single-maratone .header .title,
    .single-maratone-editoriali .header .title {
      padding-left: 15px;
      width: calc(100% - 150px); }
      @media (min-width: 768px) {
        .single-maratone .header .title,
        .single-maratone-editoriali .header .title {
          max-width: 60%; } }
      @media (max-width: 767px) {
        .single-maratone .header .title,
        .single-maratone-editoriali .header .title {
          padding-left: 6px; } }
      .single-maratone .header .title h1,
      .single-maratone-editoriali .header .title h1 {
        line-height: .8em; }
        @media (max-width: 991px) {
          .single-maratone .header .title h1,
          .single-maratone-editoriali .header .title h1 {
            font-size: 24px; } }
        @media (min-width: 992px) {
          .single-maratone .header .title h1,
          .single-maratone-editoriali .header .title h1 {
            line-height: 48px; } }
      @media (max-width: 768px) {
        .single-maratone .header .title a#readmore,
        .single-maratone-editoriali .header .title a#readmore {
          font-size: 14px; } }
      .single-maratone .header .title .readmore,
      .single-maratone-editoriali .header .title .readmore {
        display: none;
        padding: 15px 15px 15px 0px; }
        .single-maratone .header .title .readmore h2,
        .single-maratone-editoriali .header .title .readmore h2 {
          font-size: 25px;
          line-height: 32px;
          font-weight: 400;
          margin-bottom: 20px; }
        .single-maratone .header .title .readmore p,
        .single-maratone-editoriali .header .title .readmore p {
          margin-bottom: 20px; }
      .single-maratone .header .title .close-approfondisci,
      .single-maratone-editoriali .header .title .close-approfondisci {
        display: none; }
      .single-maratone .header .title .upper-bg,
      .single-maratone-editoriali .header .title .upper-bg {
        display: none;
        background-color: #000000;
        position: absolute;
        top: -25px;
        left: 0px;
        right: 0px;
        height: 25px; }
      .single-maratone .header .title.readmore-active,
      .single-maratone-editoriali .header .title.readmore-active {
        background-color: #000000;
        z-index: 900; }
        @media (min-width: 768px) {
          .single-maratone .header .title.readmore-active,
          .single-maratone-editoriali .header .title.readmore-active {
            margin-top: 0; } }
        .single-maratone .header .title.readmore-active .readmore,
        .single-maratone .header .title.readmore-active .upper-bg,
        .single-maratone-editoriali .header .title.readmore-active .readmore,
        .single-maratone-editoriali .header .title.readmore-active .upper-bg {
          display: inline-block; }
        .single-maratone .header .title.readmore-active .close-approfondisci,
        .single-maratone-editoriali .header .title.readmore-active .close-approfondisci {
          display: block;
          padding: 0px 20px 10px;
          cursor: pointer; }
          .single-maratone .header .title.readmore-active .close-approfondisci:hover,
          .single-maratone-editoriali .header .title.readmore-active .close-approfondisci:hover {
            opacity: 0.75; }
          .single-maratone .header .title.readmore-active .close-approfondisci img,
          .single-maratone-editoriali .header .title.readmore-active .close-approfondisci img {
            height: 20px; }
        .single-maratone .header .title.readmore-active #readmore,
        .single-maratone-editoriali .header .title.readmore-active #readmore {
          color: #FFFF00 !important; }
          .single-maratone .header .title.readmore-active #readmore .fa-caret-right,
          .single-maratone-editoriali .header .title.readmore-active #readmore .fa-caret-right {
            display: none; }
          .single-maratone .header .title.readmore-active #readmore .fa-caret-down,
          .single-maratone-editoriali .header .title.readmore-active #readmore .fa-caret-down {
            display: inline-block !important; }
    .single-maratone .header .xs-socials,
    .single-maratone-editoriali .header .xs-socials {
      top: 0;
      bottom: 0;
      right: 0; }
      .single-maratone .header .xs-socials .btn, .single-maratone .header .xs-socials .fp-contact .gform_button, .fp-contact .single-maratone .header .xs-socials .gform_button,
      .single-maratone .header .xs-socials .fp-register .gform_button,
      .fp-register .single-maratone .header .xs-socials .gform_button, .single-maratone .header .xs-socials .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .single-maratone .header .xs-socials input[type="submit"],
      .single-maratone .header .xs-socials .gform_wrapper .gform_footer input.button,
      .gform_wrapper .gform_footer .single-maratone .header .xs-socials input.button,
      .single-maratone-editoriali .header .xs-socials .btn,
      .single-maratone-editoriali .header .xs-socials .fp-contact .gform_button,
      .fp-contact .single-maratone-editoriali .header .xs-socials .gform_button,
      .single-maratone-editoriali .header .xs-socials .fp-register .gform_button,
      .fp-register .single-maratone-editoriali .header .xs-socials .gform_button,
      .single-maratone-editoriali .header .xs-socials .gform_wrapper .gform_footer input[type="submit"],
      .gform_wrapper .gform_footer .single-maratone-editoriali .header .xs-socials input[type="submit"],
      .single-maratone-editoriali .header .xs-socials .gform_wrapper .gform_footer input.button,
      .gform_wrapper .gform_footer .single-maratone-editoriali .header .xs-socials input.button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 55px;
        padding: 27px 15px; }
        @media (min-width: 768px) {
          .single-maratone .header .xs-socials .btn, .single-maratone .header .xs-socials .fp-contact .gform_button, .fp-contact .single-maratone .header .xs-socials .gform_button,
          .single-maratone .header .xs-socials .fp-register .gform_button,
          .fp-register .single-maratone .header .xs-socials .gform_button, .single-maratone .header .xs-socials .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .single-maratone .header .xs-socials input[type="submit"],
          .single-maratone .header .xs-socials .gform_wrapper .gform_footer input.button,
          .gform_wrapper .gform_footer .single-maratone .header .xs-socials input.button,
          .single-maratone-editoriali .header .xs-socials .btn,
          .single-maratone-editoriali .header .xs-socials .fp-contact .gform_button,
          .fp-contact .single-maratone-editoriali .header .xs-socials .gform_button,
          .single-maratone-editoriali .header .xs-socials .fp-register .gform_button,
          .fp-register .single-maratone-editoriali .header .xs-socials .gform_button,
          .single-maratone-editoriali .header .xs-socials .gform_wrapper .gform_footer input[type="submit"],
          .gform_wrapper .gform_footer .single-maratone-editoriali .header .xs-socials input[type="submit"],
          .single-maratone-editoriali .header .xs-socials .gform_wrapper .gform_footer input.button,
          .gform_wrapper .gform_footer .single-maratone-editoriali .header .xs-socials input.button {
            top: 25px;
            bottom: 25px;
            padding: 13px 15px; } }
        @media (max-width: 399px) {
          .single-maratone .header .xs-socials .btn, .single-maratone .header .xs-socials .fp-contact .gform_button, .fp-contact .single-maratone .header .xs-socials .gform_button,
          .single-maratone .header .xs-socials .fp-register .gform_button,
          .fp-register .single-maratone .header .xs-socials .gform_button, .single-maratone .header .xs-socials .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .single-maratone .header .xs-socials input[type="submit"],
          .single-maratone .header .xs-socials .gform_wrapper .gform_footer input.button,
          .gform_wrapper .gform_footer .single-maratone .header .xs-socials input.button,
          .single-maratone-editoriali .header .xs-socials .btn,
          .single-maratone-editoriali .header .xs-socials .fp-contact .gform_button,
          .fp-contact .single-maratone-editoriali .header .xs-socials .gform_button,
          .single-maratone-editoriali .header .xs-socials .fp-register .gform_button,
          .fp-register .single-maratone-editoriali .header .xs-socials .gform_button,
          .single-maratone-editoriali .header .xs-socials .gform_wrapper .gform_footer input[type="submit"],
          .gform_wrapper .gform_footer .single-maratone-editoriali .header .xs-socials input[type="submit"],
          .single-maratone-editoriali .header .xs-socials .gform_wrapper .gform_footer input.button,
          .gform_wrapper .gform_footer .single-maratone-editoriali .header .xs-socials input.button {
            right: 35px;
            padding: 27px 5px; } }
      .single-maratone .header .xs-socials .open-shareDialog,
      .single-maratone-editoriali .header .xs-socials .open-shareDialog {
        position: absolute;
        top: 17px;
        right: 0; }
        @media (min-width: 768px) {
          .single-maratone .header .xs-socials .open-shareDialog,
          .single-maratone-editoriali .header .xs-socials .open-shareDialog {
            top: 27px; } }
        @media (max-width: 399px) {
          .single-maratone .header .xs-socials .open-shareDialog,
          .single-maratone-editoriali .header .xs-socials .open-shareDialog {
            right: 0px;
            width: auto; }
            .single-maratone .header .xs-socials .open-shareDialog img,
            .single-maratone-editoriali .header .xs-socials .open-shareDialog img {
              margin-right: 5px; } }
      .single-maratone .header .xs-socials .fa-stack-absolute-label,
      .single-maratone-editoriali .header .xs-socials .fa-stack-absolute-label {
        position: absolute;
        top: 34px;
        right: 180px;
        width: 255px;
        text-align: right;
        text-transform: inherit; }
  .single-maratone .owl-theme .owl-controls,
  .single-maratone-editoriali .owl-theme .owl-controls {
    z-index: 99; }
    .single-maratone .owl-theme .owl-controls .owl-dots .owl-dot span,
    .single-maratone-editoriali .owl-theme .owl-controls .owl-dots .owl-dot span {
      background: none repeat scroll 0 0 #FFF;
      display: block;
      height: 2px;
      margin: 5px 5px;
      width: 48px; }
    .single-maratone .owl-theme .owl-controls .owl-dots .owl-dot.active span,
    .single-maratone-editoriali .owl-theme .owl-controls .owl-dots .owl-dot.active span {
      background-color: #FFFF00;
      height: 4px;
      margin: 4px 5px; }
  .single-maratone .subtitle,
  .single-maratone-editoriali .subtitle {
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    z-index: 1; }
  .single-maratone .gradient-box-left,
  .single-maratone-editoriali .gradient-box-left {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.4) 100%); }
  .single-maratone .sidebar *,
  .single-maratone-editoriali .sidebar * {
    transition: all 0.25s ease-out; }
  .single-maratone .sidebar,
  .single-maratone-editoriali .sidebar {
    position: fixed;
    top: 100px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    width: 28%;
    padding: 15px 25px 25px;
    /* form always expanded */ }
    .single-maratone .sidebar .title,
    .single-maratone-editoriali .sidebar .title {
      font-size: 22px;
      line-height: 28px; }
    .single-maratone .sidebar .fa-stack-absolute,
    .single-maratone-editoriali .sidebar .fa-stack-absolute {
      position: absolute;
      top: -72px;
      right: 10px;
      text-align: center; }
      .single-maratone .sidebar .fa-stack-absolute.btn, .single-maratone .sidebar .fp-contact .fa-stack-absolute.gform_button, .fp-contact .single-maratone .sidebar .fa-stack-absolute.gform_button,
      .single-maratone .sidebar .fp-register .fa-stack-absolute.gform_button,
      .fp-register .single-maratone .sidebar .fa-stack-absolute.gform_button, .single-maratone .sidebar .gform_wrapper .gform_footer input.fa-stack-absolute[type="submit"], .gform_wrapper .gform_footer .single-maratone .sidebar input.fa-stack-absolute[type="submit"],
      .single-maratone .sidebar .gform_wrapper .gform_footer input.fa-stack-absolute.button,
      .gform_wrapper .gform_footer .single-maratone .sidebar input.fa-stack-absolute.button,
      .single-maratone-editoriali .sidebar .fa-stack-absolute.btn,
      .single-maratone-editoriali .sidebar .fp-contact .fa-stack-absolute.gform_button,
      .fp-contact .single-maratone-editoriali .sidebar .fa-stack-absolute.gform_button,
      .single-maratone-editoriali .sidebar .fp-register .fa-stack-absolute.gform_button,
      .fp-register .single-maratone-editoriali .sidebar .fa-stack-absolute.gform_button,
      .single-maratone-editoriali .sidebar .gform_wrapper .gform_footer input.fa-stack-absolute[type="submit"],
      .gform_wrapper .gform_footer .single-maratone-editoriali .sidebar input.fa-stack-absolute[type="submit"],
      .single-maratone-editoriali .sidebar .gform_wrapper .gform_footer input.fa-stack-absolute.button,
      .gform_wrapper .gform_footer .single-maratone-editoriali .sidebar input.fa-stack-absolute.button {
        top: -66px;
        right: 60px; }
      .single-maratone .sidebar .fa-stack-absolute.txt,
      .single-maratone-editoriali .sidebar .fa-stack-absolute.txt {
        top: -64px;
        right: 190px; }
      .single-maratone .sidebar .fa-stack-absolute img,
      .single-maratone-editoriali .sidebar .fa-stack-absolute img {
        width: 35px; }
    .single-maratone .sidebar .fa-stack-absolute-label,
    .single-maratone-editoriali .sidebar .fa-stack-absolute-label {
      left: -100px;
      text-align: right;
      text-transform: inherit; }
    .single-maratone .sidebar .fa-stack-absolute-label-expired,
    .single-maratone-editoriali .sidebar .fa-stack-absolute-label-expired {
      left: -100px;
      text-align: right;
      text-transform: inherit;
      right: 60px !important;
      top: -61px !important;
      font-weight: normal;
      font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-transform: uppercase; }
    .single-maratone .sidebar .sidebar-content,
    .single-maratone-editoriali .sidebar .sidebar-content {
      position: relative;
      display: none; }
    .single-maratone .sidebar .progress:not(.progress-appeal),
    .single-maratone-editoriali .sidebar .progress:not(.progress-appeal) {
      margin-top: 60px; }
    .single-maratone .sidebar .fp-expand__si-signed,
    .single-maratone .sidebar .fp-expand__next-step,
    .single-maratone-editoriali .sidebar .fp-expand__si-signed,
    .single-maratone-editoriali .sidebar .fp-expand__next-step {
      display: none; }
    .single-maratone .sidebar.active,
    .single-maratone-editoriali .sidebar.active {
      z-index: 120;
      background-color: #000000;
      overflow-y: scroll; }
      .single-maratone .sidebar.active .sidebar-content,
      .single-maratone-editoriali .sidebar.active .sidebar-content {
        display: inherit; }
      @media screen and (max-width: 767px) {
        .single-maratone .sidebar.active .sign-box,
        .single-maratone .sidebar.active .progress:not(.progress-appeal),
        .single-maratone-editoriali .sidebar.active .sign-box,
        .single-maratone-editoriali .sidebar.active .progress:not(.progress-appeal) {
          margin-top: 45px !important; } }
    .single-maratone .sidebar.signed-now .fp-expand,
    .single-maratone-editoriali .sidebar.signed-now .fp-expand {
      min-height: 0px !important; }
    .single-maratone .sidebar.signed-now .fp-do-close,
    .single-maratone .sidebar.signed-now .fp-do-expand,
    .single-maratone .sidebar.signed-now .fp-expand__inner,
    .single-maratone .sidebar.signed-now #bottone-login,
    .single-maratone-editoriali .sidebar.signed-now .fp-do-close,
    .single-maratone-editoriali .sidebar.signed-now .fp-do-expand,
    .single-maratone-editoriali .sidebar.signed-now .fp-expand__inner,
    .single-maratone-editoriali .sidebar.signed-now #bottone-login {
      display: none !important; }
    .single-maratone .sidebar a.give-after-sign,
    .single-maratone-editoriali .sidebar a.give-after-sign {
      display: none; }
    .single-maratone .sidebar .fp-do-expand,
    .single-maratone .sidebar .fp-do-close,
    .single-maratone-editoriali .sidebar .fp-do-expand,
    .single-maratone-editoriali .sidebar .fp-do-close {
      display: none !important; }
    .single-maratone .sidebar .fp-expand,
    .single-maratone-editoriali .sidebar .fp-expand {
      height: auto;
      min-height: 0px; }
    .single-maratone .sidebar.signed .fp-expand,
    .single-maratone-editoriali .sidebar.signed .fp-expand {
      min-height: 0px !important; }
    .single-maratone .sidebar.signed .fp-do-close,
    .single-maratone .sidebar.signed .fp-do-expand,
    .single-maratone .sidebar.signed .fp-expand__inner,
    .single-maratone .sidebar.signed button,
    .single-maratone-editoriali .sidebar.signed .fp-do-close,
    .single-maratone-editoriali .sidebar.signed .fp-do-expand,
    .single-maratone-editoriali .sidebar.signed .fp-expand__inner,
    .single-maratone-editoriali .sidebar.signed button {
      display: none; }
    .single-maratone .sidebar.signed button.next-appeal,
    .single-maratone-editoriali .sidebar.signed button.next-appeal {
      margin-bottom: 0;
      margin-top: 0; }
    .single-maratone .sidebar.signed .fp-expand__is-signed,
    .single-maratone .sidebar.signed .fp-expand__next-step,
    .single-maratone .sidebar.signed button.next-appeal,
    .single-maratone .sidebar.signed a.give-after-sign,
    .single-maratone .sidebar.signed .next-appeal-box,
    .single-maratone-editoriali .sidebar.signed .fp-expand__is-signed,
    .single-maratone-editoriali .sidebar.signed .fp-expand__next-step,
    .single-maratone-editoriali .sidebar.signed button.next-appeal,
    .single-maratone-editoriali .sidebar.signed a.give-after-sign,
    .single-maratone-editoriali .sidebar.signed .next-appeal-box {
      display: inherit !important; }
    .single-maratone .sidebar.signed .fp-expand__is-signed,
    .single-maratone-editoriali .sidebar.signed .fp-expand__is-signed {
      margin-top: 0; }
      .single-maratone .sidebar.signed .fp-expand__is-signed h4,
      .single-maratone-editoriali .sidebar.signed .fp-expand__is-signed h4 {
        margin-bottom: 50px; }
  .single-maratone .marathon-body,
  .single-maratone-editoriali .marathon-body {
    position: absolute;
    top: 80px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 110;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      .single-maratone .marathon-body,
      .single-maratone-editoriali .marathon-body {
        top: 20%; } }
    @media (min-width: 1199px) {
      .single-maratone .marathon-body,
      .single-maratone-editoriali .marathon-body {
        top: 30%; } }
    .single-maratone .marathon-body .owl-item,
    .single-maratone-editoriali .marathon-body .owl-item {
      overflow: hidden; }
      .single-maratone .marathon-body .owl-item .item h3,
      .single-maratone-editoriali .marathon-body .owl-item .item h3 {
        text-transform: inherit; }
    .single-maratone .marathon-body .sign-box,
    .single-maratone-editoriali .marathon-body .sign-box {
      float: right;
      width: 28%;
      padding: 10px 25px 0; }
      @media (min-width: 992px) {
        .single-maratone .marathon-body .sign-box,
        .single-maratone-editoriali .marathon-body .sign-box {
          padding: 40px 25px 0; } }
    .single-maratone .marathon-body .goal-achieved,
    .single-maratone-editoriali .marathon-body .goal-achieved {
      max-width: 75%; }
      @media (max-width: 768px) {
        .single-maratone .marathon-body .goal-achieved,
        .single-maratone-editoriali .marathon-body .goal-achieved {
          max-width: 100%; } }
    .single-maratone .marathon-body .highlighted-white-container,
    .single-maratone-editoriali .marathon-body .highlighted-white-container {
      margin-left: 11.25px; }
    .single-maratone .marathon-body .sign-counter-expired,
    .single-maratone-editoriali .marathon-body .sign-counter-expired {
      font-size: 38px; }
    .single-maratone .marathon-body .ringraziamento-expired-marathon,
    .single-maratone-editoriali .marathon-body .ringraziamento-expired-marathon {
      margin: 20px 0 30px;
      font-weight: bold; }
    .single-maratone .marathon-body .btn.expired-donation, .single-maratone .marathon-body .fp-contact .expired-donation.gform_button, .fp-contact .single-maratone .marathon-body .expired-donation.gform_button,
    .single-maratone .marathon-body .fp-register .expired-donation.gform_button,
    .fp-register .single-maratone .marathon-body .expired-donation.gform_button, .single-maratone .marathon-body .gform_wrapper .gform_footer input.expired-donation[type="submit"], .gform_wrapper .gform_footer .single-maratone .marathon-body input.expired-donation[type="submit"],
    .single-maratone .marathon-body .gform_wrapper .gform_footer input.expired-donation.button,
    .gform_wrapper .gform_footer .single-maratone .marathon-body input.expired-donation.button,
    .single-maratone-editoriali .marathon-body .btn.expired-donation,
    .single-maratone-editoriali .marathon-body .fp-contact .expired-donation.gform_button,
    .fp-contact .single-maratone-editoriali .marathon-body .expired-donation.gform_button,
    .single-maratone-editoriali .marathon-body .fp-register .expired-donation.gform_button,
    .fp-register .single-maratone-editoriali .marathon-body .expired-donation.gform_button,
    .single-maratone-editoriali .marathon-body .gform_wrapper .gform_footer input.expired-donation[type="submit"],
    .gform_wrapper .gform_footer .single-maratone-editoriali .marathon-body input.expired-donation[type="submit"],
    .single-maratone-editoriali .marathon-body .gform_wrapper .gform_footer input.expired-donation.button,
    .gform_wrapper .gform_footer .single-maratone-editoriali .marathon-body input.expired-donation.button {
      padding: 10px 80px; }
    .single-maratone .marathon-body .scopri.is-post,
    .single-maratone-editoriali .marathon-body .scopri.is-post {
      font-size: 24px; }
    .single-maratone .marathon-body .text-box,
    .single-maratone-editoriali .marathon-body .text-box {
      float: left;
      margin-left: 180px;
      width: 40%; }
      .single-maratone .marathon-body .text-box .time-label,
      .single-maratone-editoriali .marathon-body .text-box .time-label {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0.2em; }
      @media (min-width: 992px) {
        .single-maratone .marathon-body .text-box #countdown-container,
        .single-maratone-editoriali .marathon-body .text-box #countdown-container {
          padding-left: 5px; } }
      .single-maratone .marathon-body .text-box .countdown,
      .single-maratone-editoriali .marathon-body .text-box .countdown {
        font-size: 18px;
        line-height: 21px; }
      .single-maratone .marathon-body .text-box .inside-carousel h3, .single-maratone .marathon-body .text-box .inside-carousel h4,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel h3,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel h4 {
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .single-maratone .marathon-body .text-box .inside-carousel .item,
        .single-maratone-editoriali .marathon-body .text-box .inside-carousel .item {
          padding-left: 5px; } }
      .single-maratone .marathon-body .text-box .inside-carousel .owl-controls,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls {
        padding-bottom: 2.5em; }
        @media (max-width: 1219px) {
          .single-maratone .marathon-body .text-box .inside-carousel .owl-controls,
          .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls {
            padding-bottom: 1.5em; } }
        .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav,
        .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav {
          position: absolute;
          top: 25%;
          width: 100%;
          text-indent: -123em; }
          .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev,
          .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev {
            background-image: url(../images/icon-prev-white.svg); }
            @media (min-width: 1220px) {
              .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev,
              .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev {
                margin-left: -75px; } }
          .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
          .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next {
            background-image: url(../images/icon-next-white.svg); }
            @media (min-width: 1220px) {
              .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
              .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next {
                margin-right: -75px; } }
          .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
          .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev,
          .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
          .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev {
            background-color: rgba(0, 0, 0, 0.25);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 10px;
            width: 48px;
            height: 48px;
            margin-top: -24px; }
            @media (max-width: 1219px) {
              .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
              .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev,
              .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
              .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev {
                margin-top: 0px; } }
      .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-next {
        margin-right: -60px; }
      .single-maratone .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-controls .owl-nav .owl-prev {
        margin-left: -60px; }
      .single-maratone .marathon-body .text-box .inside-carousel .marathon-title-container,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .marathon-title-container {
        padding: 14px 10px 10px 10px; }
        .single-maratone .marathon-body .text-box .inside-carousel .marathon-title-container h2.marathon-title,
        .single-maratone-editoriali .marathon-body .text-box .inside-carousel .marathon-title-container h2.marathon-title {
          font-size: 40px !important;
          line-height: 58px !important; }
      .single-maratone .marathon-body .text-box .inside-carousel .marathon-text,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .marathon-text {
        font-size: 22px;
        line-height: 22px; }
    @media (max-width: 1199px) {
      .single-maratone .marathon-body.expired-marathon .text-box, .single-maratone .marathon-body.complete-marathon .text-box,
      .single-maratone-editoriali .marathon-body.expired-marathon .text-box,
      .single-maratone-editoriali .marathon-body.complete-marathon .text-box {
        width: 50%; } }
    @media (max-width: 991px) {
      .single-maratone .marathon-body.expired-marathon .text-box, .single-maratone .marathon-body.complete-marathon .text-box,
      .single-maratone-editoriali .marathon-body.expired-marathon .text-box,
      .single-maratone-editoriali .marathon-body.complete-marathon .text-box {
        width: 55%;
        margin-left: 100px; } }
    @media (max-width: 768px) {
      .single-maratone .marathon-body.expired-marathon .text-box, .single-maratone .marathon-body.complete-marathon .text-box,
      .single-maratone-editoriali .marathon-body.expired-marathon .text-box,
      .single-maratone-editoriali .marathon-body.complete-marathon .text-box {
        width: auto;
        margin: 0 20px; } }
  .single-maratone .progress,
  .single-maratone-editoriali .progress {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: inherit; }
    .single-maratone .progress .progress-bar,
    .single-maratone-editoriali .progress .progress-bar {
      transition: all 0.25s ease-out;
      width: 0;
      background-color: #FFFF00; }
    .single-maratone .progress .appeal-signed,
    .single-maratone .progress .appeal-next,
    .single-maratone-editoriali .progress .appeal-signed,
    .single-maratone-editoriali .progress .appeal-next {
      width: 20%;
      border-right: none;
      /*border-right: 1px solid rgba(0, 0, 0, 0.5); così sembra un progress e non si confonde con lo stepper*/ }
    .single-maratone .progress .appeal-signed .icon,
    .single-maratone-editoriali .progress .appeal-signed .icon {
      float: left;
      margin-top: -40px;
      margin-left: 60%; }
    .single-maratone .progress .appeal-next,
    .single-maratone-editoriali .progress .appeal-next {
      background-color: transparent;
      border: none;
      width: 0; }
      .single-maratone .progress .appeal-next .icon,
      .single-maratone-editoriali .progress .appeal-next .icon {
        float: left;
        margin-top: -40px;
        margin-left: -10px; }
    .single-maratone .progress p#current-title-appeal,
    .single-maratone-editoriali .progress p#current-title-appeal {
      margin-bottom: 0; }
  .single-maratone .sign-box,
  .single-maratone-editoriali .sign-box {
    margin-top: 55px !important; }
    @media (max-width: 767px) {
      .single-maratone .sign-box,
      .single-maratone-editoriali .sign-box {
        margin-top: 25px; } }
    .single-maratone .sign-box > h2,
    .single-maratone .sign-box > h3,
    .single-maratone-editoriali .sign-box > h2,
    .single-maratone-editoriali .sign-box > h3 {
      font-weight: normal; }
    .single-maratone .sign-box button,
    .single-maratone-editoriali .sign-box button {
      width: 100%; }
  .single-maratone .modal,
  .single-maratone-editoriali .modal {
    padding-left: 0px !important;
    z-index: -1;
    /*.modal-body .tweets-carousel{
        .owl-nav{
            display:none; /* non riesco a sistemarle, le nascondo...
        }
    } */ }
    .single-maratone .modal.in,
    .single-maratone-editoriali .modal.in {
      z-index: 1050; }
    .single-maratone .modal button.close,
    .single-maratone-editoriali .modal button.close {
      opacity: 1;
      position: absolute;
      right: 15px;
      top: 20px;
      z-index: 1000; }
      .single-maratone .modal button.close img,
      .single-maratone-editoriali .modal button.close img {
        padding: 3px; }
    .single-maratone .modal .modal-body button.close,
    .single-maratone-editoriali .modal .modal-body button.close {
      top: auto;
      bottom: 20px; }
    .single-maratone .modal .newsletter,
    .single-maratone-editoriali .modal .newsletter {
      padding: 15px 0; }
      .single-maratone .modal .newsletter h5,
      .single-maratone-editoriali .modal .newsletter h5 {
        margin-top: 8px;
        margin-bottom: 0; }
    .single-maratone .modal .modal-dialog,
    .single-maratone-editoriali .modal .modal-dialog {
      margin: 0px;
      min-height: 100%;
      background-color: #FFF; }
      @media (min-width: 768px) {
        .single-maratone .modal .modal-dialog,
        .single-maratone-editoriali .modal .modal-dialog {
          width: 73%; } }
      .single-maratone .modal .modal-dialog .modal-header,
      .single-maratone .modal .modal-dialog .modal-footer,
      .single-maratone-editoriali .modal .modal-dialog .modal-header,
      .single-maratone-editoriali .modal .modal-dialog .modal-footer {
        border: 0px;
        position: relative;
        padding-left: 45px; }
        .single-maratone .modal .modal-dialog .modal-header h2,
        .single-maratone .modal .modal-dialog .modal-footer h2,
        .single-maratone-editoriali .modal .modal-dialog .modal-header h2,
        .single-maratone-editoriali .modal .modal-dialog .modal-footer h2 {
          font-size: 40px;
          width: 80%; }
      @media (max-width: 767px) {
        .single-maratone .modal .modal-dialog .modal-header,
        .single-maratone-editoriali .modal .modal-dialog .modal-header {
          padding-right: 50px; } }
      .single-maratone .modal .modal-dialog .modal-content,
      .single-maratone-editoriali .modal .modal-dialog .modal-content {
        border-radius: 0px;
        border: none;
        box-shadow: none; }
        .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .btn, .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .fp-contact .gform_button, .fp-contact .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .gform_button,
        .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .fp-register .gform_button,
        .fp-register .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .gform_button, .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group input[type="submit"],
        .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group .gform_wrapper .gform_footer input.button,
        .gform_wrapper .gform_footer .single-maratone .modal .modal-dialog .modal-content .form-inline .input-group input.button,
        .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .btn,
        .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .fp-contact .gform_button,
        .fp-contact .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .gform_button,
        .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .fp-register .gform_button,
        .fp-register .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .gform_button,
        .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .gform_wrapper .gform_footer input[type="submit"],
        .gform_wrapper .gform_footer .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group input[type="submit"],
        .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group .gform_wrapper .gform_footer input.button,
        .gform_wrapper .gform_footer .single-maratone-editoriali .modal .modal-dialog .modal-content .form-inline .input-group input.button {
          padding: 6px 15px; }
      .single-maratone .modal .modal-dialog .modal-footer,
      .single-maratone-editoriali .modal .modal-dialog .modal-footer {
        text-align: left; }
      .single-maratone .modal .modal-dialog .carousel-tab-wrap,
      .single-maratone-editoriali .modal .modal-dialog .carousel-tab-wrap {
        padding-bottom: 40px;
        float: none; }
      .single-maratone .modal .modal-dialog .button--social,
      .single-maratone-editoriali .modal .modal-dialog .button--social {
        display: inline-block;
        width: 2em;
        margin-right: 20px;
        padding: 0;
        float: left; }
      .single-maratone .modal .modal-dialog .absolute-socials,
      .single-maratone-editoriali .modal .modal-dialog .absolute-socials {
        position: absolute;
        top: 15px;
        left: 0;
        max-width: 30px; }
        .single-maratone .modal .modal-dialog .absolute-socials .button--social,
        .single-maratone .modal .modal-dialog .absolute-socials .copyButton,
        .single-maratone-editoriali .modal .modal-dialog .absolute-socials .button--social,
        .single-maratone-editoriali .modal .modal-dialog .absolute-socials .copyButton {
          width: 1.5em !important;
          float: none !important;
          margin-bottom: 5px; }
          .single-maratone .modal .modal-dialog .absolute-socials .button--social .fa-stack,
          .single-maratone .modal .modal-dialog .absolute-socials .copyButton .fa-stack,
          .single-maratone-editoriali .modal .modal-dialog .absolute-socials .button--social .fa-stack,
          .single-maratone-editoriali .modal .modal-dialog .absolute-socials .copyButton .fa-stack {
            width: 1.2em;
            height: 1.2em;
            line-height: 1.2em; }
            .single-maratone .modal .modal-dialog .absolute-socials .button--social .fa-stack .fa.txt-white, .single-maratone .modal .modal-dialog .absolute-socials .button--social .fa-stack .fa.btn-black,
            .single-maratone .modal .modal-dialog .absolute-socials .copyButton .fa-stack .fa.txt-white,
            .single-maratone .modal .modal-dialog .absolute-socials .copyButton .fa-stack .fa.btn-black,
            .single-maratone-editoriali .modal .modal-dialog .absolute-socials .button--social .fa-stack .fa.txt-white,
            .single-maratone-editoriali .modal .modal-dialog .absolute-socials .button--social .fa-stack .fa.btn-black,
            .single-maratone-editoriali .modal .modal-dialog .absolute-socials .copyButton .fa-stack .fa.txt-white,
            .single-maratone-editoriali .modal .modal-dialog .absolute-socials .copyButton .fa-stack .fa.btn-black {
              font-size: 0.75em; }
  .single-maratone .modal-backdrop.in,
  .single-maratone-editoriali .modal-backdrop.in {
    display: none; }
  .single-maratone .inside-carousel .owl-dots,
  .single-maratone-editoriali .inside-carousel .owl-dots {
    display: none !important; }
  @media (max-width: 1140px) {
    .single-maratone .subtitle,
    .single-maratone-editoriali .subtitle {
      display: none !important; } }
  @media (min-width: 1200px) {
    .single-maratone #shareDialog,
    .single-maratone-editoriali #shareDialog {
      width: 30%;
      right: 0;
      height: 160px;
      left: auto; } }
  @media (min-width: 1200px) {
    .single-maratone #shareDialog .modal-content,
    .single-maratone-editoriali #shareDialog .modal-content {
      width: 100%; } }
  .single-maratone #shareDialog .modal-content span.txt-black, .single-maratone #shareDialog .modal-content span.btn-white, .single-maratone #shareDialog .modal-content span.btn-cold-grey, .single-maratone #shareDialog .modal-content span.btn-light-cold-grey, .single-maratone #shareDialog .modal-content span.btn-yellow, .single-maratone #shareDialog .modal-content .fp-contact span.gform_button, .fp-contact .single-maratone #shareDialog .modal-content span.gform_button,
  .single-maratone #shareDialog .modal-content .fp-register span.gform_button,
  .fp-register .single-maratone #shareDialog .modal-content span.gform_button,
  .single-maratone-editoriali #shareDialog .modal-content span.txt-black,
  .single-maratone-editoriali #shareDialog .modal-content span.btn-white,
  .single-maratone-editoriali #shareDialog .modal-content span.btn-cold-grey,
  .single-maratone-editoriali #shareDialog .modal-content span.btn-light-cold-grey,
  .single-maratone-editoriali #shareDialog .modal-content span.btn-yellow,
  .single-maratone-editoriali #shareDialog .modal-content .fp-contact span.gform_button,
  .fp-contact .single-maratone-editoriali #shareDialog .modal-content span.gform_button,
  .single-maratone-editoriali #shareDialog .modal-content .fp-register span.gform_button,
  .fp-register .single-maratone-editoriali #shareDialog .modal-content span.gform_button {
    font-size: 0.8em;
    font-weight: normal; }
  @media (min-width: 1200px) {
    .single-maratone #shareDialog .modal-content .modal-header,
    .single-maratone-editoriali #shareDialog .modal-content .modal-header {
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .single-maratone #checkModal1,
    .single-maratone #checkModal2,
    .single-maratone-editoriali #checkModal1,
    .single-maratone-editoriali #checkModal2 {
      width: 25%;
      right: 0;
      height: auto;
      left: auto;
      top: 40%; } }
  .single-maratone #checkModal1 .modal-dialog,
  .single-maratone #checkModal2 .modal-dialog,
  .single-maratone-editoriali #checkModal1 .modal-dialog,
  .single-maratone-editoriali #checkModal2 .modal-dialog {
    min-height: auto !important; }
  @media (min-width: 1200px) {
    .single-maratone #checkModal1 .modal-content,
    .single-maratone #checkModal2 .modal-content,
    .single-maratone-editoriali #checkModal1 .modal-content,
    .single-maratone-editoriali #checkModal2 .modal-content {
      width: 100%; } }
  .single-maratone #checkModal1 .modal-content span.txt-black, .single-maratone #checkModal1 .modal-content span.btn-white, .single-maratone #checkModal1 .modal-content span.btn-cold-grey, .single-maratone #checkModal1 .modal-content span.btn-light-cold-grey, .single-maratone #checkModal1 .modal-content span.btn-yellow, .single-maratone #checkModal1 .modal-content .fp-contact span.gform_button, .fp-contact .single-maratone #checkModal1 .modal-content span.gform_button,
  .single-maratone #checkModal1 .modal-content .fp-register span.gform_button,
  .fp-register .single-maratone #checkModal1 .modal-content span.gform_button,
  .single-maratone #checkModal2 .modal-content span.txt-black,
  .single-maratone #checkModal2 .modal-content span.btn-white,
  .single-maratone #checkModal2 .modal-content span.btn-cold-grey,
  .single-maratone #checkModal2 .modal-content span.btn-light-cold-grey,
  .single-maratone #checkModal2 .modal-content span.btn-yellow,
  .single-maratone #checkModal2 .modal-content .fp-contact span.gform_button,
  .fp-contact .single-maratone #checkModal2 .modal-content span.gform_button,
  .single-maratone #checkModal2 .modal-content .fp-register span.gform_button,
  .fp-register .single-maratone #checkModal2 .modal-content span.gform_button,
  .single-maratone-editoriali #checkModal1 .modal-content span.txt-black,
  .single-maratone-editoriali #checkModal1 .modal-content span.btn-white,
  .single-maratone-editoriali #checkModal1 .modal-content span.btn-cold-grey,
  .single-maratone-editoriali #checkModal1 .modal-content span.btn-light-cold-grey,
  .single-maratone-editoriali #checkModal1 .modal-content span.btn-yellow,
  .single-maratone-editoriali #checkModal1 .modal-content .fp-contact span.gform_button,
  .fp-contact .single-maratone-editoriali #checkModal1 .modal-content span.gform_button,
  .single-maratone-editoriali #checkModal1 .modal-content .fp-register span.gform_button,
  .fp-register .single-maratone-editoriali #checkModal1 .modal-content span.gform_button,
  .single-maratone-editoriali #checkModal2 .modal-content span.txt-black,
  .single-maratone-editoriali #checkModal2 .modal-content span.btn-white,
  .single-maratone-editoriali #checkModal2 .modal-content span.btn-cold-grey,
  .single-maratone-editoriali #checkModal2 .modal-content span.btn-light-cold-grey,
  .single-maratone-editoriali #checkModal2 .modal-content span.btn-yellow,
  .single-maratone-editoriali #checkModal2 .modal-content .fp-contact span.gform_button,
  .fp-contact .single-maratone-editoriali #checkModal2 .modal-content span.gform_button,
  .single-maratone-editoriali #checkModal2 .modal-content .fp-register span.gform_button,
  .fp-register .single-maratone-editoriali #checkModal2 .modal-content span.gform_button {
    font-size: 0.8em;
    font-weight: normal; }
  @media (min-width: 1200px) {
    .single-maratone #checkModal1 .modal-content .modal-header,
    .single-maratone #checkModal2 .modal-content .modal-header,
    .single-maratone-editoriali #checkModal1 .modal-content .modal-header,
    .single-maratone-editoriali #checkModal2 .modal-content .modal-header {
      padding-left: 15px; } }
  @media (max-width: 768px) {
    .single-maratone .marathon-carousel,
    .single-maratone-editoriali .marathon-carousel {
      position: fixed; }
      .single-maratone .marathon-carousel .item,
      .single-maratone-editoriali .marathon-carousel .item {
        /*background-attachment: fixed ; BUG MOBILE*/ }
    .single-maratone .marathon-carousel-footer,
    .single-maratone-editoriali .marathon-carousel-footer {
      display: none !important; }
    .single-maratone .marathon-body .text-box,
    .single-maratone .marathon-body .sign-box,
    .single-maratone-editoriali .marathon-body .text-box,
    .single-maratone-editoriali .marathon-body .sign-box {
      width: auto;
      float: none; }
    .single-maratone .marathon-body .text-box,
    .single-maratone-editoriali .marathon-body .text-box {
      margin: 0 50px;
      width: auto; } }
  @media (max-width: 768px) and (min-width: 1200px) {
    .single-maratone .marathon-body .text-box,
    .single-maratone-editoriali .marathon-body .text-box {
      margin: 0 100px; } }
  @media (max-width: 768px) {
      .single-maratone .marathon-body .text-box .inside-carousel .owl-dots,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-dots {
        text-align: left; }
      .single-maratone .marathon-body .text-box .inside-carousel .owl-dots span,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .owl-dots span {
        width: 30px; }
      .single-maratone .marathon-body .text-box .inside-carousel .marathon-title-container,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .marathon-title-container {
        padding: 4px 6px; }
        .single-maratone .marathon-body .text-box .inside-carousel .marathon-title-container h2.marathon-title,
        .single-maratone-editoriali .marathon-body .text-box .inside-carousel .marathon-title-container h2.marathon-title {
          font-size: 28px !important;
          line-height: 36px !important; }
      .single-maratone .marathon-body .text-box .inside-carousel .marathon-text,
      .single-maratone-editoriali .marathon-body .text-box .inside-carousel .marathon-text {
        font-size: 18px;
        line-height: 22px; }
    .single-maratone .marathon-body .sign-box,
    .single-maratone-editoriali .marathon-body .sign-box {
      width: auto;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: black;
      z-index: 10; }
    .single-maratone .marathon-body .progress,
    .single-maratone-editoriali .marathon-body .progress {
      margin-top: 20px; }
    .single-maratone .sidebar,
    .single-maratone-editoriali .sidebar {
      display: none;
      padding: 15px; }
      .single-maratone .sidebar h3.title,
      .single-maratone-editoriali .sidebar h3.title {
        margin: 0;
        font-size: 18px; }
      .single-maratone .sidebar.active,
      .single-maratone-editoriali .sidebar.active {
        max-height: 100vh;
        overflow: scroll;
        display: block;
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        height: auto; }
      .single-maratone .sidebar.thanks-sidebar,
      .single-maratone-editoriali .sidebar.thanks-sidebar {
        background-color: rgba(0, 0, 0, 0.7); }
        .single-maratone .sidebar.thanks-sidebar .sign-box,
        .single-maratone-editoriali .sidebar.thanks-sidebar .sign-box {
          margin-top: 0px !important; }
          .single-maratone .sidebar.thanks-sidebar .sign-box .progress,
          .single-maratone-editoriali .sidebar.thanks-sidebar .sign-box .progress {
            margin-top: 40px; }
        .single-maratone .sidebar.thanks-sidebar h3,
        .single-maratone-editoriali .sidebar.thanks-sidebar h3 {
          margin-bottom: 10px; }
        .single-maratone .sidebar.thanks-sidebar h4,
        .single-maratone-editoriali .sidebar.thanks-sidebar h4 {
          margin-top: 10px; }
        .single-maratone .sidebar.thanks-sidebar .button--social span,
        .single-maratone .sidebar.thanks-sidebar .copyButton span,
        .single-maratone-editoriali .sidebar.thanks-sidebar .button--social span,
        .single-maratone-editoriali .sidebar.thanks-sidebar .copyButton span {
          width: 1em;
          height: 1em;
          line-height: 1em; }
          .single-maratone .sidebar.thanks-sidebar .button--social span i,
          .single-maratone .sidebar.thanks-sidebar .copyButton span i,
          .single-maratone-editoriali .sidebar.thanks-sidebar .button--social span i,
          .single-maratone-editoriali .sidebar.thanks-sidebar .copyButton span i {
            font-size: 50%; }
    .single-maratone .fp-form button.btn.btn-yellow, .single-maratone .fp-form .fp-contact button.gform_button, .fp-contact .single-maratone .fp-form button.gform_button,
    .single-maratone .fp-form .fp-register button.gform_button,
    .fp-register .single-maratone .fp-form button.gform_button,
    .single-maratone-editoriali .fp-form button.btn.btn-yellow,
    .single-maratone-editoriali .fp-form .fp-contact button.gform_button,
    .fp-contact .single-maratone-editoriali .fp-form button.gform_button,
    .single-maratone-editoriali .fp-form .fp-register button.gform_button,
    .fp-register .single-maratone-editoriali .fp-form button.gform_button {
      margin: 0;
      padding: 5px 15px; } }
  .single-maratone #checkModal2,
  .single-maratone-editoriali #checkModal2 {
    position: fixed;
    top: 100px;
    left: 35%;
    right: 35%;
    bottom: 0px;
    width: auto;
    padding-right: 0 !important; }
    .single-maratone #checkModal2 .modal-dialog,
    .single-maratone-editoriali #checkModal2 .modal-dialog {
      width: 100%; }
    @media only screen and (max-width: 1199px) {
      .single-maratone #checkModal2,
      .single-maratone-editoriali #checkModal2 {
        left: 25%;
        right: 25%; } }
    @media only screen and (max-width: 767px) {
      .single-maratone #checkModal2,
      .single-maratone-editoriali #checkModal2 {
        left: 15%;
        right: 15%; } }

.single-maratone-editoriali {
  /*.next-appeal.btn {
      text-align: left;
      text-transform: inherit;
      padding: 0;
  }*/ }
  .single-maratone-editoriali .sidebar.signed .fp-expand__is-signed {
    display: none !important; }
  .single-maratone-editoriali .sign-box {
    margin-top: 15px !important; }

/* _components.scss */
.archive-carousel .owl-stage {
  background-color: #D1D8DB; }

/* tabs grey */
.container .carousel-tab-wrap .owl-stage-outer, .carousel-tab-wrap .owl-stage-outer {
  background: #C3CACD; }
.container .carousel-tab-wrap .carousel-tab, .carousel-tab-wrap .carousel-tab {
  overflow: hidden;
  position: relative; }
  .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next, .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next {
    right: 0;
    top: 0;
    transform: translateX(100%);
    background: #bec6c9;
    background: url(../images/icon-next-small.svg) no-repeat center, linear-gradient(to right, rgba(190, 198, 201, 0) 0%, #bec6c9 70%, #bec6c9 100%); }
  .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev, .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev {
    left: 0;
    top: 0;
    transform: translateX(-100%);
    background: #bec6c9;
    background: url(../images/icon-prev-small.svg) no-repeat center, linear-gradient(to right, #bec6c9 0%, #bec6c9 30%, rgba(190, 198, 201, 0) 100%); }
  .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev, .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next, .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev, .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next {
    transition: all .14s ease-out;
    opacity: 0;
    text-indent: -123em;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    margin: 0;
    background-size: 11px, cover; }
    .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev.visible, .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next.visible, .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev.visible, .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next.visible {
      opacity: 1;
      transform: translateX(0); }
    .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev:not(.visible), .container .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next:not(.visible), .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-prev:not(.visible), .carousel-tab-wrap .carousel-tab .owl-controls .owl-nav .owl-next:not(.visible) {
      display: none; }
.container .carousel-tab-wrap .owl-item:last-child, .carousel-tab-wrap .owl-item:last-child {
  display: none; }
.container .carousel-tab-wrap .owl-item .item a, .carousel-tab-wrap .owl-item .item a {
  padding: 0 15px;
  text-transform: uppercase;
  background-color: #C3CACD;
  color: #4E5A61;
  border: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  display: block;
  height: 40px;
  line-height: 42px;
  font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }
  .container .carousel-tab-wrap .owl-item .item a.bg-white, .container .carousel-tab-wrap .owl-item .item a.btn-white, .carousel-tab-wrap .owl-item .item a.bg-white, .carousel-tab-wrap .owl-item .item a.btn-white {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
.container .carousel-tab-wrap .tab-pane, .carousel-tab-wrap .tab-pane {
  padding: 20px 0; }

/* large carousel: side arrows */
.carousel-large-wrap {
  /* large width : I NOSTRI VALORI */
  position: relative;
  /*&:not(.full-width) {
      @media (min-width:1220px) {
          padding-left: 75px;
          padding-right: 75px;
      }
  }*/ }
  @media (min-width: 1220px) {
    .carousel-large-wrap.same-height .item {
      min-height: 300px; } }
  .carousel-large-wrap .owl-theme .owl-controls {
    padding-top: 1em;
    padding-bottom: 2.5em; }
    @media (max-width: 1219px) {
      .carousel-large-wrap .owl-theme .owl-controls {
        padding-bottom: 1.5em; } }
    .carousel-large-wrap .owl-theme .owl-controls .owl-nav {
      position: absolute;
      top: 20%;
      width: 100%;
      text-indent: -123em; }
      @media (max-width: 1219px) {
        .carousel-large-wrap .owl-theme .owl-controls .owl-nav {
          top: auto;
          bottom: 55px; } }
      .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-prev {
        background-image: url(../images/icon-prev.svg); }
        @media (min-width: 1220px) {
          .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-prev {
            margin-left: -60px; } }
        @media (max-width: 1219px) {
          .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-prev {
            margin-left: 0px; } }
      .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-next {
        background-image: url(../images/icon-next.svg); }
        @media (min-width: 1220px) {
          .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-next {
            margin-right: -60px; } }
        @media (max-width: 1219px) {
          .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-next {
            margin-right: 0px; } }
      .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-next, .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-prev {
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        width: 48px;
        height: 48px;
        margin-top: -24px;
        transition: all 0.4s ease-out; }
        @media (max-width: 1219px) {
          .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-next, .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-prev {
            margin-top: 0px; } }
        .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-next:hover, .carousel-large-wrap .owl-theme .owl-controls .owl-nav .owl-prev:hover {
          background-color: #4E5A61; }

.navbar-nav.carousel-tab.owl-theme {
  height: 45px;
  position: relative; }
  .navbar-nav.carousel-tab.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    text-indent: -123em; }
    .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-prev {
      transform: translateX(-100%);
      background: url(../images/icon-prev.svg) center center no-repeat, linear-gradient(to right, #4e5a61 30%, rgba(0, 0, 0, 0) 100%); }
      @media (min-width: 1220px) {
        .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-prev {
          margin-left: -75px; } }
      @media (max-width: 1219px) {
        .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-prev {
          margin-left: 0px; } }
    .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-next {
      transform: translateX(100%);
      background: url(../images/icon-next.svg) center center no-repeat, linear-gradient(to left, #4e5a61 30%, rgba(0, 0, 0, 0) 100%); }
      @media (min-width: 1220px) {
        .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-next {
          margin-right: -75px; } }
      @media (max-width: 1219px) {
        .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-next {
          margin-right: 0px; } }
    .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-next, .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-prev {
      background-size: 10px, 45px;
      width: 45px;
      height: 45px;
      margin-top: -22.5px;
      opacity: 0;
      transition: all 0.2s linear; }
      @media (max-width: 1219px) {
        .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-next, .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-prev {
          margin-top: 0px; } }
      .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-next.visible, .navbar-nav.carousel-tab.owl-theme .owl-nav .owl-prev.visible {
        opacity: 1;
        transform: translateX(0); }

.carousel-large-wrap .tweets-carousel {
  position: relative;
  /*@media (min-width:1280px) { //risolve il carousel twitter di maratona ma sbunna tutti gli altri
      margin-left: 75px;
      margin-right: 75px;
      width: calc(100% - 150px);
  }*/ }
  .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav {
    /*width: calc(100% - 30px);*/ }
    @media (max-width: 1279px) {
      .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav {
        top: auto;
        bottom: 60px; } }
    @media (min-width: 1280px) {
      .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav {
        top: 12%;
        bottom: auto; } }
    .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav .owl-prev {
      background-image: url(../images/icon-prev.svg); }
      @media (min-width: 1280px) {
        .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav .owl-prev {
          margin-left: -75px;
          position: relative; } }
      @media (max-width: 1279px) {
        .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav .owl-prev {
          margin-left: 0px;
          tposition: relative; } }
    .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav .owl-next {
      background-image: url(../images/icon-next.svg); }
      @media (min-width: 1280px) {
        .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav .owl-next {
          margin-right: -75px; } }
      @media (max-width: 1279px) {
        .carousel-large-wrap .tweets-carousel .owl-controls .owl-nav .owl-next {
          margin-right: 0px; } }

.carousel-large-wrap.full-width {
  /* full width : LA NOSTRA STORIA */
  position: relative; }
  .carousel-large-wrap.full-width .owl-theme .owl-controls {
    padding-top: 0em;
    padding-bottom: 0em; }
    @media (max-width: 1219px) {
      .carousel-large-wrap.full-width .owl-theme .owl-controls {
        padding-bottom: 0em; } }
    .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      text-indent: -123em; }
      @media (max-width: 1219px) {
        .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav {
          top: auto;
          bottom: 6em; } }
      @media (max-width: 640px) {
        .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav {
          display: none; } }
      .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav .owl-prev {
        background-image: url(../images/icon-prev.svg); }
        @media (min-width: 1220px) {
          .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav .owl-prev {
            margin-left: 1em; } }
      .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav .owl-next {
        background-image: url(../images/icon-next.svg); }
        @media (min-width: 1220px) {
          .carousel-large-wrap.full-width .owl-theme .owl-controls .owl-nav .owl-next {
            margin-right: 1em; } }

.carousel-appeal.owl-theme .owl-controls .owl-dots, .ours-valors-carousel.owl-theme .owl-controls .owl-dots {
  text-align: center;
  margin: 10px 13px 0; }

.carousel-no-nav .owl-nav {
  display: none;
  /* fix brutal per carousel twitter nelle petizioni */ }

/* _ex_treemap.scss */
#hate-speech-copy-wrapper,
#hate-speech-copy-wrapper_2 {
  margin-bottom: 80px; }

#hate-speech-schede-wrapper {
  margin-bottom: 0;
  padding: 1px 0;
  background-color: #d1d8db; }

#hate-speech-schede-wrapper .no-padding {
  padding: 0 !important; }

#hate-speech-schede-wrapper .no-margin {
  margin: 0 !important; }

#hate-speech-schede-wrapper .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#hate-speech-schede-wrapper .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }

#hate-speech-schede-wrapper .schede-scarica {
  width: 100%;
  text-align: center; }

#hate-speech-schede-wrapper .schede-scarica .btn, #hate-speech-schede-wrapper .schede-scarica .fp-contact .gform_button, .fp-contact #hate-speech-schede-wrapper .schede-scarica .gform_button,
#hate-speech-schede-wrapper .schede-scarica .fp-register .gform_button,
.fp-register #hate-speech-schede-wrapper .schede-scarica .gform_button, #hate-speech-schede-wrapper .schede-scarica .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer #hate-speech-schede-wrapper .schede-scarica input[type="submit"],
#hate-speech-schede-wrapper .schede-scarica .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer #hate-speech-schede-wrapper .schede-scarica input.button {
  max-width: 100%;
  white-space: normal; }

#hate-speech-schede-wrapper .schede-carousel {
  display: none; }

#hate-speech-schede-wrapper .schede-carousel.owl-loaded {
  display: block; }

#hate-speech-schede-wrapper .item {
  width: 100%; }

#hate-speech-schede-wrapper .item h3 {
  font-size: 40px;
  text-transform: none;
  font-weight: bold;
  line-height: 40px; }

#hate-speech-schede-wrapper .item .schede-carousel-item,
#hate-speech-schede-wrapper .item .schede-carousel-item-inner {
  height: 100%;
  width: 100%; }

#hate-speech-schede-wrapper .item .schede-carousel-item-image-wrapper {
  height: 150px; }

#hate-speech-schede-wrapper .item .schede-carousel-item-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }

#hate-speech-schede-wrapper .item .schede-carousel-item-content {
  background-color: white;
  height: 100%; }

#hate-speech-schede-wrapper .item .schede-carousel-item-content .schede-carousel-item-content-inner {
  margin: 40px 60px 60px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#hate-speech-schede-wrapper .item .schede-carousel-item-image-download-wrapper {
  height: 50%; }

#hate-speech-schede-wrapper .item .schede-carousel-item-image-download-wrapper .schede-carousel-item-image-download {
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }

#hate-speech-schede-wrapper .item .schede-carousel-item-content-download {
  position: relative;
  width: 100%;
  height: 50%;
  background-color: black; }

#hate-speech-schede-wrapper .item .schede-carousel-item-content-download .schede-carousel-item-content-download-inner {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

#hate-speech-schede-wrapper .item .schede-carousel-item-content-download .schede-carousel-item-content-download-inner h3 {
  color: white;
  width: 100%;
  padding: 0 15%;
  margin-bottom: 30px; }

#hate-speech-schede-wrapper .owl-theme .owl-controls .owl-dots {
  text-align: center; }

@media screen and (min-width: 992px) {
  #hate-speech-schede-wrapper .schede-carousel .owl-item {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

  #hate-speech-schede-wrapper .schede-carousel .owl-item.active {
    -webkit-transform: scale(1);
    transform: scale(1); }

  #hate-speech-schede-wrapper .item .schede-carousel-item-image-wrapper {
    height: 100%; } }
/* _donation.scss */
#donation-container {
  margin-bottom: 100px; }

#donation-container input:focus {
  outline: none; }

#donation-container .donation-area {
  height: 400px; }

#donation-container #donation-box .steps,
#donation-container #donation-box .actions,
#donation-container #donation-box .title {
  display: none; }

#donation-container #donation-box {
  background: white;
  width: 350px;
  overflow: hidden;
  margin: 60px auto 0 auto;
  position: relative;
  -moz-transition: height 0.3s ease, margin 0.3s ease;
  -webkit-transition: height 0.3s ease, margin 0.3s ease;
  -o-transition: height 0.3s ease, margin 0.3s ease;
  transition: height 0.3s ease, margin 0.3s ease; }

.donation-box-step-0 {
  height: 210px; }

.donation-box-step-1 {
  height: 340px;
  margin-top: 20px !important; }

.donation-box-step-2 {
  height: 220px; }

.donation-box-step-3 {
  height: 330px; }

.check-info {
  margin-top: 5px !important; }

.btn-multiline {
  padding: 3px 0 !important; }

.btn-gray {
  background-color: #E0E9EE !important; }

.btn-yellow, .fp-contact .gform_button,
.fp-register .gform_button, .gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input.button {
  margin-top: 0px; }

.btn-cc {
  background-image: url("../images/CC.svg");
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: 30px; }

#donation-container #donation-box .content .step-header {
  background: black;
  color: #ff0;
  text-align: center;
  padding: 5px 0; }

#donation-container #donation-box .content .step-header .back {
  float: left;
  margin-left: 6px; }

#donation-container #donation-box .content .step-header .back img {
  height: 16px; }

#donation-container #donation-box .step-content {
  float: left;
  overflow: hidden;
  width: 100%;
  position: absolute; }

#donation-container #donation-box .step-body {
  padding: 10px 12px; }

#donation-container #donation-box .step-body input {
  width: 100%; }

#donation-container #donation-box .step-body input[type="checkbox"] {
  width: auto; }

.fp-form.fp-form-dona .check-info label {
  font-size: 13px; }

#donation-container #donation-box .step-body .btn-amount {
  width: 100%;
  margin-top: 10px; }

#donation-container #donation-box .step-body .amount-area input {
  font-size: 20px; }

#donation-container #donation-box .step-body .amount-area input {
  padding: 1px 15px 1px 25px; }

#donation-container #donation-box .step-body .amount-area label#label-euro {
  position: absolute;
  left: 10px;
  line-height: 40px;
  font-size: 20px; }

#donation-container #donation-box .step-body .amount-area label#label-mese {
  position: absolute;
  right: 10px;
  color: #999;
  font-size: 20px;
  line-height: 40px; }

#donation-container #donation-box .step-body .summary p {
  margin-bottom: 0; }

#donation-container #donation-box .step-body .summary img {
  height: 20px;
  margin-top: 8px;
  margin-right: 20px; }

#donation-container #donation-box .step-body .summary .modify {
  border-left: 2px solid #878787;
  height: 36px; }

#donation-container .claim {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100px;
  padding-top: 12px; }

#donation-container .claim-top {
  background-color: transparent;
  padding-top: 12px; }

#donation-container .description {
  background-color: #ff0;
  height: 500px;
  position: absolute;
  right: 100px;
  width: 80%;
  padding: 40px 30px 0 30px; }

@media screen and (max-width: 991px) {
  #donation-container .description {
    height: auto;
    position: relative;
    width: 100%;
    right: auto;
    padding: 40px 30px; }

  #donation-container .donation-area {
    height: auto; }

  #donation-container #donation-box {
    margin: 10px auto 30px auto; } }
#donation-container .description h3 {
  text-transform: none; }

/* _panels.scss */
/* Accordion additional styles */
/* Common styles */
.panel-title a {
  display: block; }

.panel-title span {
  padding-top: 5px; }

/* New custom panel variant */
.panel-amnesty {
  border-color: #000; }

.panel-amnesty > .panel-heading {
  color: #ff0;
  background-color: #000;
  border-color: #ff0; }

.panel-amnesty > .panel-heading > .panel-title {
  font-size: 20px; }

.panel-amnesty .panel-body {
  background-color: #f5f5f5;
  font-size: 18px; }

/* _pagination.scss */
/* Settings for the pagination styles */
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center; }

.page-numbers {
  border: 1px solid;
  padding: 4px 8px;
  margin: 0px 3px;
  line-height: 38px; }

a.page-numbers:hover {
  background-color: #ffd400; }

.page-numbers.current {
  font-weight: 500;
  background-color: yellow; }

.page-numbers.prev,
.page-numbers.next,
.page-numbers.dots {
  border: none; }

/* _new-home-section-slider.scss */
section.section--slider .carousel-home .owl-stage {
  background-color: #D1D8DB; }
section.section--slider .carousel-home .item {
  height: 70vh;
  background-position: center;
  background-size: cover; }
section.section--slider .carousel-home-thumbnails-wrapper {
  background-color: #4E5A61;
  padding: 15px 0; }
  section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails {
    margin-left: 15px;
    display: flex; }
    section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item {
      flex-grow: 1;
      flex-basis: 0;
      /*transition: flex-grow .75s;*/ }
      section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item a {
        position: relative;
        display: block;
        min-height: 80px;
        margin-right: 15px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: none; }
        section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item a .title {
          position: relative;
          color: white;
          font-size: 14px;
          line-height: 17px;
          padding: 10px 15px;
          font-weight: bold;
          z-index: 1; }
          @media screen and (max-width: 359px) {
            section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item a .title {
              word-break: break-all; } }
        section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item a::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.5); }
      section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item.active {
        flex-grow: 0;
        flex-basis: 65px; }
        section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item.active a {
          border: 3px solid #C3CACD; }
          section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item.active a .title {
            display: none; }
          section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item.active a::before {
            display: none; }
      @media screen and (min-width: 768px) {
        section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item a {
          min-height: 100px;
          margin: 0 7.5px; } }
    section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails[data-count="2"] .item.active {
      flex-basis: 95px; }
    @media screen and (min-width: 768px) {
      section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails {
        margin: 0 auto;
        width: 735px; }
        section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails .item.active {
          flex-basis: 185px; } }
    @media screen and (min-width: 992px) {
      section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails {
        width: 955px; } }
    @media screen and (min-width: 1200px) {
      section.section--slider .carousel-home-thumbnails-wrapper .carousel-home-thumbnails {
        width: 1155px; } }

/* _new-home-section-close-up.scss */
section.section--close-up {
  margin: 20px 0 40px; }
  section.section--close-up h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 30px; }
    section.section--close-up h2::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 50%;
      background-color: #FFFF00;
      z-index: -1; }
  section.section--close-up h3 {
    font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    text-transform: initial;
    font-size: 18px;
    line-height: 22px; }
  section.section--close-up h4.tag2 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 17px; }
  section.section--close-up p {
    font-size: 14px;
    line-height: 18px;
    color: #000000; }
  @media screen and (max-width: 767px) {
    section.section--close-up h4.tag2 {
      margin-bottom: 4px; }
    section.section--close-up p {
      margin-bottom: 40px; } }

/* _new-home-section-last-news-n-monitoring.scss */
section.section--last-news-n-monitoring {
  position: relative;
  /*border-top: 1px solid $cold_grey;*/
  border-bottom: 1px solid #C3CACD;
  padding: 45px 0 20px; }
  section.section--last-news-n-monitoring .mobile-divisor {
    margin: 45px 0 40px; }
  section.section--last-news-n-monitoring::before {
    content: "";
    position: absolute;
    right: calc(((100% + 30px) / 3) - 15px);
    top: 0;
    bottom: 0;
    border-left: 1px solid #C3CACD;
    display: none; }
  section.section--last-news-n-monitoring .thumbnail.box-supporter {
    background-color: #efefef !important;
    margin-top: -45px; }
    section.section--last-news-n-monitoring .thumbnail.box-supporter .box-story-supporter {
      background: transparent !important;
      padding: 25px 15px 0 !important; }
    section.section--last-news-n-monitoring .thumbnail.box-supporter .caption {
      padding: 15px; }
  @media screen and (min-width: 768px) {
    section.section--last-news-n-monitoring > .row > div:first-of-type {
      padding-right: 30px; }
    section.section--last-news-n-monitoring > .row > div:last-of-type {
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    section.section--last-news-n-monitoring {
      padding: 30px 0; }
      section.section--last-news-n-monitoring::before {
        display: none; } }

section.section--last-news {
  position: relative; }
  section.section--last-news .temp-donation-border {
    border-bottom: 1px solid #C3CACD;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0; }
  section.section--last-news .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px; }
    section.section--last-news .heading .title-n-update {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      section.section--last-news .heading .title-n-update h2 {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 15px; }
      section.section--last-news .heading .title-n-update small {
        font-size: 12px;
        line-height: 16px;
        color: #4E5A61; }
    section.section--last-news .heading a {
      color: #000000;
      font-weight: bold; }
      section.section--last-news .heading a i {
        margin-left: 8px; }
  section.section--last-news .item > a {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #C3CACD; }
    section.section--last-news .item > a .img-wrapper {
      margin-bottom: 10px; }
    section.section--last-news .item > a .title-wrapper small {
      font-size: 12px;
      line-height: 16px;
      color: #4E5A61;
      margin-right: 10px; }
    section.section--last-news .item > a .title-wrapper .evidence {
      background-color: #FFFF00;
      text-transform: uppercase;
      padding: 2px 5px;
      font-size: 12px; }
    section.section--last-news .item > a .title-wrapper h3 {
      font-size: 18px;
      line-height: 22px;
      font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-top: 5px;
      margin-bottom: 0;
      text-transform: inherit; }
  section.section--last-news .item:not(.first-item) > a .img-wrapper {
    width: 33%;
    margin-right: 15px;
    margin-bottom: 0; }
  section.section--last-news .item:not(.first-item) > a .title-wrapper {
    width: calc(67% - 15px); }
    section.section--last-news .item:not(.first-item) > a .title-wrapper h3 {
      font-size: 16px;
      line-height: 19px; }
  section.section--last-news .item:last-of-type > a {
    border-bottom: none; }
  section.section--last-news .carousel-last-news {
    margin-right: -15px;
    width: calc(100% + 15px); }
    section.section--last-news .carousel-last-news .owl-controls .owl-dots {
      text-align: center; }
  @media screen and (max-width: 767px) {
    section.section--last-news .heading {
      flex-wrap: nowrap;
      align-items: flex-start; }
      section.section--last-news .heading .title-n-update {
        align-items: flex-start;
        flex-direction: column; }
    section.section--last-news .item > a {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: none; }
    section.section--last-news .item:not(.first-item) {
      margin-bottom: 10px; } }

section.section--monitoring .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px; }
  section.section--monitoring .heading .img-n-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    section.section--monitoring .heading .img-n-title img {
      margin-top: 2px;
      margin-right: 20px; }
    section.section--monitoring .heading .img-n-title .title-n-subtitle {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      section.section--monitoring .heading .img-n-title .title-n-subtitle h2 {
        display: inline-block;
        margin-bottom: 0;
        font-size: 25px;
        line-height: 25px; }
      section.section--monitoring .heading .img-n-title .title-n-subtitle small {
        font-size: 12px;
        line-height: 16px; }
  section.section--monitoring .heading a {
    margin-top: 3px;
    color: #000000;
    font-weight: bold; }
    section.section--monitoring .heading a i {
      margin-left: 8px; }
section.section--monitoring article {
  margin-bottom: 30px; }
  section.section--monitoring article h6 {
    font-weight: normal;
    margin-bottom: 5px; }
  section.section--monitoring article h3 {
    font-size: 15px;
    line-height: 18px;
    font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 5px;
    text-transform: inherit; }
  section.section--monitoring article .source {
    font-size: 12px;
    line-height: 14px;
    color: #4E5A61; }
section.section--monitoring .carousel-monitoring {
  margin-right: -15px;
  width: calc(100% + 15px); }
  section.section--monitoring .carousel-monitoring .owl-controls .owl-dots {
    text-align: center; }

/* _new-home-section-stories.scss */
section.section--stories-n-good-news {
  position: relative;
  padding: 45px 0;
  border-bottom: 1px solid #c3cacd;
  margin-bottom: 45px; }
  section.section--stories-n-good-news .mobile-divisor {
    margin: 45px 0 40px; }
  section.section--stories-n-good-news::before {
    content: "";
    position: absolute;
    right: calc(((100% + 30px) / 2) - 15px);
    top: 0;
    bottom: 0;
    border-left: 1px solid #c3cacd; }
  @media screen and (min-width: 768px) {
    section.section--stories-n-good-news > .row > div:first-of-type {
      padding-right: 30px; }
    section.section--stories-n-good-news > .row > div:last-of-type {
      padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    section.section--stories-n-good-news {
      padding: 30px 0; }
      section.section--stories-n-good-news::before {
        display: none; } }

section.section--stories .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px; }
  section.section--stories .heading h2 {
    display: inline-block;
    margin-bottom: 0; }
  section.section--stories .heading a {
    color: #000000;
    font-weight: bold; }
    section.section--stories .heading a i {
      margin-left: 8px; }
section.section--stories .item > a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  margin-bottom: 10px;
  min-height: 200px; }
  section.section--stories .item > a h3,
  section.section--stories .item > a .read-more {
    color: white;
    z-index: 1; }
  section.section--stories .item > a h3 {
    font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    max-width: 50%;
    text-transform: initial; }
  section.section--stories .item > a .read-more {
    display: inline-block;
    border: 1px solid white;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold; }
  section.section--stories .item > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease-out;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%); }
section.section--stories .carousel-stories {
  margin-right: -15px;
  width: calc(100% + 15px); }
  section.section--stories .carousel-stories .owl-item .item {
    width: 359px; }
    section.section--stories .carousel-stories .owl-item .item > a h3 {
      max-width: 100%; }
  section.section--stories .carousel-stories .owl-controls {
    margin-right: 15px; }
    section.section--stories .carousel-stories .owl-controls .owl-dots {
      text-align: center; }

/* _new-home-section-good-news.scss */
section.section--good-news .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px; }
  section.section--good-news .heading h2 {
    display: inline-block;
    margin-bottom: 0; }
  section.section--good-news .heading a {
    color: #000000;
    font-weight: bold; }
    section.section--good-news .heading a i {
      margin-left: 8px; }
section.section--good-news .item > a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  section.section--good-news .item > a .title-wrapper {
    width: 73%; }
    section.section--good-news .item > a .title-wrapper .evidence {
      background-color: #FFFF00;
      text-transform: uppercase;
      padding: 2px 5px;
      font-size: 12px;
      margin-bottom: 10px; }
    section.section--good-news .item > a .title-wrapper h3 {
      font-size: 18px;
      line-height: 22px;
      font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-bottom: 0;
      text-transform: inherit; }
  section.section--good-news .item > a .img-wrapper {
    width: calc(27% - 20px);
    margin-left: 20px; }
section.section--good-news .item:first-of-type > a .title-wrapper h3 {
  font-size: 20px;
  line-height: 24px; }
section.section--good-news .carousel-good-news {
  margin-right: -15px;
  width: calc(100% + 15px); }
  section.section--good-news .carousel-good-news .owl-item .item > a h3 {
    font-size: 16px;
    line-height: 19px;
    max-width: 100%; }
  section.section--good-news .carousel-good-news .owl-controls {
    margin-right: 15px; }
    section.section--good-news .carousel-good-news .owl-controls .owl-dots {
      text-align: center; }
@media screen and (max-width: 767px) {
  section.section--good-news > .item > a {
    margin-bottom: 35px; }
  section.section--good-news .item > a .title-wrapper {
    width: 65%; }
  section.section--good-news .item > a .img-wrapper {
    width: calc(35% - 20px); } }

/* _new-home-section-report.scss */
section.section--report {
  margin-bottom: 105px; }
  section.section--report .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    section.section--report .heading h2 {
      display: inline-block;
      margin-bottom: 0; }
    section.section--report .heading a {
      color: #000000;
      font-weight: bold; }
      section.section--report .heading a i {
        margin-left: 8px; }
  section.section--report .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  section.section--report .item {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px; }
    section.section--report .item .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between;
      min-height: 310px;
      padding: 25px 15px 15px;
      background-color: #f0f1f2; }
      section.section--report .item .content-wrapper h3 {
        font-size: 16px;
        line-height: 19px;
        font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin-bottom: 3px;
        text-transform: inherit; }
      section.section--report .item .content-wrapper .top-link {
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        color: #4E5A61;
        text-decoration: underline;
        margin-bottom: 13px;
        text-transform: uppercase; }
      section.section--report .item .content-wrapper .body-wrapper .image-wrapper {
        position: relative;
        width: 125px; }
        section.section--report .item .content-wrapper .body-wrapper .image-wrapper img.report-image {
          margin-bottom: -30px;
          background-color: white;
          border: 1px solid #C3CACD;
          border-bottom: 0;
          max-width: 100%;
          padding: 10px; }
        section.section--report .item .content-wrapper .body-wrapper .image-wrapper img.new-report {
          position: absolute;
          left: 0;
          top: 0;
          transform: translate(-50%, -50%);
          width: 48%;
          z-index: 1; }
        section.section--report .item .content-wrapper .body-wrapper .image-wrapper::after {
          content: "";
          position: absolute;
          top: calc(100% + 30px);
          left: 0;
          height: 7px;
          width: 100%;
          background-image: url("/images/book-shadow.png");
          border: 1px solid #C3CACD;
          border-top: 0; }
      section.section--report .item .content-wrapper .body-wrapper .description-wrapper {
        display: none; }
        section.section--report .item .content-wrapper .body-wrapper .description-wrapper .description {
          font-size: 14px;
          line-height: 17px; }
        section.section--report .item .content-wrapper .body-wrapper .description-wrapper .bottom-link {
          display: inline-block;
          font-size: 16px;
          line-height: 19px;
          padding: 5px 15px;
          text-transform: uppercase;
          font-weight: bold;
          background-color: #FFFF00; }
    section.section--report .item.item-first {
      width: 50%; }
      section.section--report .item.item-first .content-wrapper {
        padding-left: 30px; }
        section.section--report .item.item-first .content-wrapper h3 {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 20px; }
        section.section--report .item.item-first .content-wrapper .top-link {
          display: none; }
        section.section--report .item.item-first .content-wrapper .body-wrapper {
          display: flex;
          flex-wrap: wrap; }
          section.section--report .item.item-first .content-wrapper .body-wrapper .image-wrapper {
            width: 145px;
            margin-right: 35px; }
          section.section--report .item.item-first .content-wrapper .body-wrapper .description-wrapper {
            display: inline-block;
            width: calc(100% - 180px); }
            section.section--report .item.item-first .content-wrapper .body-wrapper .description-wrapper .bottom-link {
              font-size: 18px;
              line-height: 22px; }
  section.section--report .carousel-report {
    margin-right: -15px;
    width: calc(100% + 15px); }
    section.section--report .carousel-report .owl-item .item {
      width: 100%;
      padding: 0; }
      section.section--report .carousel-report .owl-item .item .content-wrapper {
        padding-bottom: 25px;
        height: 100%;
        justify-content: flex-start; }
        section.section--report .carousel-report .owl-item .item .content-wrapper h3 {
          text-align: center;
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 30px; }
        section.section--report .carousel-report .owl-item .item .content-wrapper .top-link {
          display: none; }
        section.section--report .carousel-report .owl-item .item .content-wrapper .body-wrapper .image-wrapper {
          width: 145px;
          margin: 0 auto; }
          section.section--report .carousel-report .owl-item .item .content-wrapper .body-wrapper .image-wrapper img.report-image {
            margin-bottom: 25px; }
          section.section--report .carousel-report .owl-item .item .content-wrapper .body-wrapper .image-wrapper::after {
            top: 100%; }
        section.section--report .carousel-report .owl-item .item .content-wrapper .body-wrapper .description-wrapper {
          display: block;
          text-align: center; }
          section.section--report .carousel-report .owl-item .item .content-wrapper .body-wrapper .description-wrapper .description {
            text-align: left;
            margin-bottom: 45px; }
          section.section--report .carousel-report .owl-item .item .content-wrapper .body-wrapper .description-wrapper .bottom-link {
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%); }
    section.section--report .carousel-report .owl-controls {
      margin-right: 15px; }
      section.section--report .carousel-report .owl-controls .owl-dots {
        text-align: center;
        margin-top: 25px; }
  @media screen and (max-width: 767px) {
    section.section--report {
      margin-bottom: 25px; } }

section.section--report-map .container-map-justice {
  position: relative;
  max-width: 1140px;
  margin: 60px auto 90px;
  z-index: 1; }
  section.section--report-map .container-map-justice > h2 {
    margin-bottom: 20px; }
  section.section--report-map .container-map-justice .data-wrapper {
    display: flex;
    width: 67%; }
    section.section--report-map .container-map-justice .data-wrapper .world-rights {
      width: 24%;
      padding: 26px 10px;
      background-color: #edeff0; }
      section.section--report-map .container-map-justice .data-wrapper .world-rights h3 {
        font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 30px; }
      section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px; }
        section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data > div {
          display: flex;
          width: 100%; }
        section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .title {
          font-size: 14px;
          line-height: 17px;
          color: #333;
          margin-bottom: 5px; }
        section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .number {
          font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          font-size: 34px;
          line-height: 34px;
          margin-right: 8px;
          min-width: 58px;
          text-align: right; }
          section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .number span.numbers-label {
            display: block;
            font-size: 14px;
            line-height: 14px;
            font-weight: 300; }
        section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .text p {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 0; }
          section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .text p strong {
            text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .text {
            display: flex;
            align-items: center; }
            section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data .text p {
              margin-bottom: 0; } }
    section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container {
      width: 52%;
      height: auto;
      background-color: white; }
      section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox {
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border-top: 5px solid #FFFF00; }
        section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox h3 {
          font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
        section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns {
          width: 15%; }
          section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .btn, section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .fp-contact .gform_button, .fp-contact section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_button,
          section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .fp-register .gform_button,
          .fp-register section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_button, section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns input[type="submit"],
          section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_wrapper .gform_footer input.button,
          .gform_wrapper .gform_footer section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns input.button {
            background-color: transparent; }
            section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .btn i, section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .fp-contact .gform_button i, .fp-contact section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_button i,
            section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .fp-register .gform_button i,
            .fp-register section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_button i, section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_wrapper .gform_footer input[type="submit"] i, .gform_wrapper .gform_footer section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns input[type="submit"] i,
            section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns .gform_wrapper .gform_footer input.button i,
            .gform_wrapper .gform_footer section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns input.button i {
              font-size: 20px; }
          @media screen and (max-width: 767px) {
            section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-btns {
              width: 25%; } }
        section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-justice-description {
          border-top: none;
          font-size: 14px;
          line-height: 17px; }
        section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container .map-justice__infobox .js-map-justice-image img {
          max-width: 100%; }
  @media screen and (max-width: 767px) {
    section.section--report-map .container-map-justice {
      padding: 0 15px;
      margin: 30px auto 40px; }
      section.section--report-map .container-map-justice .data-wrapper {
        width: 100%;
        flex-wrap: wrap; }
        section.section--report-map .container-map-justice .data-wrapper .world-rights {
          width: 100%;
          background-color: transparent;
          padding: 15px 0 30px; }
          section.section--report-map .container-map-justice .data-wrapper .world-rights .numbers-wrapper .number-data {
            margin-bottom: 20px; }
        section.section--report-map .container-map-justice .data-wrapper #map-justice-info-container {
          width: 100%; } }

/* _new-home-section-newsletter-socials.scss */
section.section--newsletter-socials {
  position: relative;
  background-color: #f3f4f5;
  border-top: 1px solid #C3CACD;
  border-bottom: 1px solid #C3CACD;
  padding: 40px 0; }
  section.section--newsletter-socials .newsletter,
  section.section--newsletter-socials .socials {
    padding: 0 15px; }
  section.section--newsletter-socials .newsletter {
    margin-bottom: 25px; }
    section.section--newsletter-socials .newsletter .form-inline .input-group {
      display: flex; }
      section.section--newsletter-socials .newsletter .form-inline .input-group .form-group {
        margin-bottom: 0 !important;
        margin-right: 10px; }
        section.section--newsletter-socials .newsletter .form-inline .input-group .form-group .form-control {
          height: 42px;
          font-size: 16px; }
  section.section--newsletter-socials hr {
    margin: 0; }
  section.section--newsletter-socials .corriere {
    margin-top: 25px;
    padding-right: 15px; }
    section.section--newsletter-socials .corriere a {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      section.section--newsletter-socials .corriere a .icon-link {
        margin-left: 20px; }
  section.section--newsletter-socials .socials a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #4E5A61;
    margin-bottom: 10px; }
    section.section--newsletter-socials .socials a .fa-stack {
      margin-right: 5px; }
    section.section--newsletter-socials .socials a > div {
      color: #000000;
      line-height: 16px; }
      section.section--newsletter-socials .socials a > div strong {
        line-height: inherit; }
    section.section--newsletter-socials .socials a:hover {
      color: #4E5A61; }
  section.section--newsletter-socials::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 15px);
    border-left: 1px solid #C3CACD; }
  @media screen and (max-width: 767px) {
    section.section--newsletter-socials {
      padding: 25px 0; }
      section.section--newsletter-socials .socials a > div {
        display: none; }
      section.section--newsletter-socials::before {
        display: none; } }

/* _theme.scss */
/* HOME */
input[type="text"] {
  border-radius: 0px !important; }

a.btn-yellow, .fp-contact a.gform_button,
.fp-register a.gform_button,
button.btn,
.fp-contact button.gform_button,
.fp-register button.gform_button,
button.btn.js-map-justice-next,
.fp-contact button.js-map-justice-next.gform_button,
.fp-register button.js-map-justice-next.gform_button,
button.btn.js-map-justice-prev,
.fp-contact button.js-map-justice-prev.gform_button,
.fp-register button.js-map-justice-prev.gform_button {
  outline: none;
  /* remove blue outline */
  outline-offset: 0; }
  a.btn-yellow:focus, .fp-contact a.gform_button:focus,
  .fp-register a.gform_button:focus,
  button.btn:focus,
  .fp-contact button.gform_button:focus,
  .fp-register button.gform_button:focus,
  button.btn.js-map-justice-next:focus,
  .fp-contact button.js-map-justice-next.gform_button:focus,
  .fp-register button.js-map-justice-next.gform_button:focus,
  button.btn.js-map-justice-prev:focus,
  .fp-contact button.js-map-justice-prev.gform_button:focus,
  .fp-register button.js-map-justice-prev.gform_button:focus {
    outline: 0;
    /* remove blue outline */ }
  a.btn-yellow span, .fp-contact a.gform_button span,
  .fp-register a.gform_button span,
  button.btn span,
  .fp-contact button.gform_button span,
  .fp-register button.gform_button span,
  button.btn.js-map-justice-next span,
  .fp-contact button.js-map-justice-next.gform_button span,
  .fp-register button.js-map-justice-next.gform_button span,
  button.btn.js-map-justice-prev span,
  .fp-contact button.js-map-justice-prev.gform_button span,
  .fp-register button.js-map-justice-prev.gform_button span {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    text-transform: none; }

a {
  color: #000000;
  transition: all 0.14s linear; }

p {
  /*margin: 0 0 1.6em; rischioso ora */ }

p a {
  color: #000;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #4E5A61; }
  p a:hover {
    box-shadow: inset 0 -1px 0 0 #D1D8DB;
    color: #4E5A61; }
  p a.share-link {
    box-shadow: none; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 10px;
  border-bottom: none; }

div[class^="bg-"] {
  overflow: hidden; }

.last-signature {
  border-top: 1px solid #D1D8DB;
  padding-top: 2em; }
  @media (min-width: 992px) {
    .last-signature {
      padding-top: 0;
      border-top: 0;
      border-right: 1px solid #D1D8DB; } }

.box-appeal {
  position: relative;
  margin-bottom: 3px;
  width: 100%;
  /* for IE 6 */ }
  .box-appeal .title-container {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px; }
    .box-appeal .title-container h4 {
      display: inline;
      text-transform: uppercase; }
  .box-appeal .btn, .box-appeal .fp-contact .gform_button, .fp-contact .box-appeal .gform_button,
  .box-appeal .fp-register .gform_button,
  .fp-register .box-appeal .gform_button, .box-appeal .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .box-appeal input[type="submit"],
  .box-appeal .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer .box-appeal input.button {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  @media (min-width: 1200) {
    .box-appeal:hover .gradient-box-top {
      opacity: 0.8; } }
  .box-appeal:hover .title-container .highlighted-white {
    transition: all 0.4s ease-out;
    background-color: #ff0 !important; }

.container-evidence-appeal h2 .space-mini {
  margin-bottom: 5px; }

.box-story {
  position: relative;
  margin-bottom: 3px;
  width: 100%;
  /* for IE 6 */ }
  .box-story .box-story-img {
    min-height: 262px;
    background-size: cover;
    background-position: center;
    background-color: #4E5A61; }
  .box-story h3 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    line-height: 1em; }
  .box-story .title-campaign-appeal {
    top: 15px;
    left: 15px;
    right: 15px;
    position: absolute;
    display: inline;
    background: #fff;
    line-height: 31px;
    box-shadow: 5px 0px 0 #fff, -5px -3px 0 #fff, 5px -3px 0 #fff, -5px 0px 0 #fff;
    text-transform: uppercase; }
  .box-story a.btn-yellow, .box-story .fp-contact a.gform_button, .fp-contact .box-story a.gform_button,
  .box-story .fp-register a.gform_button,
  .fp-register .box-story a.gform_button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    line-height: 1em;
    max-width: 50%; }
    @media (max-width: 1023px) {
      .box-story a.btn-yellow, .box-story .fp-contact a.gform_button, .fp-contact .box-story a.gform_button,
      .box-story .fp-register a.gform_button,
      .fp-register .box-story a.gform_button {
        max-width: 100%; } }
  .box-story:hover .gradient-box-bottom {
    opacity: 0.5; }

.box-story + div.border-bottom-yellow {
  padding-bottom: 3px; }

.box-advertisement {
  position: relative;
  width: 100%;
  /* for IE 6 */ }
  .box-advertisement h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%; }
  .box-advertisement button {
    position: absolute;
    bottom: 10%;
    left: 0;
    max-width: 100px; }

.txt-advertisement {
  width: 70%; }

.thumbnail.box-supporter {
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px; }
  .thumbnail.box-supporter .box-story-supporter {
    width: 100%;
    /* for IE 6 */
    padding: 9px 9px 0px;
    background-color: #FFFF00;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .thumbnail.box-supporter .box-story-supporter p {
        width: 50%;
        padding-bottom: 60px;
        margin: 0; } }
    .thumbnail.box-supporter .box-story-supporter img {
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .thumbnail.box-supporter .box-story-supporter img {
          width: 210px;
          position: absolute;
          bottom: 0;
          right: -30px; } }
  @media (max-width: 767px) {
    .thumbnail.box-supporter h2.supporters-numbers {
      font-size: 30px; } }
  .thumbnail.box-supporter h2.supporters-numbers span {
    font-size: 0.5em; }
  .thumbnail.box-supporter .caption {
    background-color: #000000; }
    .thumbnail.box-supporter .caption .box-btn-donation {
      background-color: #C3CACD;
      width: 100%;
      margin-bottom: 15px;
      display: block;
      overflow: hidden; }
      .thumbnail.box-supporter .caption .box-btn-donation input:not([type="hidden"]) {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
        font-size: 25px;
        text-align: left;
        border: none;
        border-radius: 0px; }
      .thumbnail.box-supporter .caption .box-btn-donation button {
        display: block;
        float: left;
        width: 50%;
        background-color: #000000;
        color: #FFF;
        border: none;
        border-radius: 0px;
        padding: 15px 5px; }
    .thumbnail.box-supporter .caption a {
      color: #FFF; }

.title-container {
  position: absolute;
  bottom: 45px;
  left: 0px;
  right: 0px; }
  .title-container h1 {
    display: inline;
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .title-container {
      bottom: 15px; } }

.no-bgimage {
  background: #D1D8DB url(../images/bg-generic.svg) no-repeat 102% 30px;
  padding-bottom: 3em;
  border-bottom: 5px solid #4E5A61; }
  .no-bgimage .title-container {
    padding-top: 3em;
    position: relative;
    bottom: auto;
    top: auto;
    color: #000000; }
    .no-bgimage .title-container h1,
    .no-bgimage .title-container h2,
    .no-bgimage .title-container h3,
    .no-bgimage .title-container h4,
    .no-bgimage .title-container .txt-white,
    .no-bgimage .title-container .btn-black {
      color: #000000 !important; }

.content-sign-appeal {
  width: 100%;
  border: none;
  border-radius: 0;
  z-index: 100; }
  .content-sign-appeal .progress {
    margin-bottom: 10px; }
  .content-sign-appeal .progress-appeal {
    height: 10px;
    border-radius: 0px; }
  .content-sign-appeal .title-appeal {
    font-size: 16px; }

.content-sign-appeal .sign-appeal-input-box .check-info,
.sidebar-content .sign-appeal-input-box .check-info {
  position: relative; }
  .content-sign-appeal .sign-appeal-input-box .check-info input[type="checkbox"],
  .sidebar-content .sign-appeal-input-box .check-info input[type="checkbox"] {
    position: absolute;
    margin: 1px 0 0; }
  .content-sign-appeal .sign-appeal-input-box .check-info label,
  .sidebar-content .sign-appeal-input-box .check-info label {
    vertical-align: top;
    padding-left: 25px;
    font-weight: normal; }
  .content-sign-appeal .sign-appeal-input-box .check-info .privacy-info,
  .sidebar-content .sign-appeal-input-box .check-info .privacy-info {
    font-size: 0.8em;
    line-height: 1.2em;
    vertical-align: top;
    font-weight: normal; }
    .content-sign-appeal .sign-appeal-input-box .check-info .privacy-info .privacy-info-readmore,
    .sidebar-content .sign-appeal-input-box .check-info .privacy-info .privacy-info-readmore {
      font-size: 100%; }
    .content-sign-appeal .sign-appeal-input-box .check-info .privacy-info span,
    .sidebar-content .sign-appeal-input-box .check-info .privacy-info span {
      font-size: 1em;
      line-height: 1.2em; }
    @media screen and (max-width: 767px) {
      .content-sign-appeal .sign-appeal-input-box .check-info .privacy-info,
      .sidebar-content .sign-appeal-input-box .check-info .privacy-info {
        line-height: 1em; } }
  .content-sign-appeal .sign-appeal-input-box .check-info a,
  .sidebar-content .sign-appeal-input-box .check-info a {
    text-decoration: underline; }

.sign-box-container .col-xs-2 {
  padding-left: 0; }
  .sign-box-container .col-xs-2 .share-link {
    margin: 10px 9px 0 -3px; }

.newsletter-box input {
  border-radius: 0px; }
.newsletter-box button {
  border: 2px solid #FFFF00;
  border-left: 1px solid #ffeb00; }
  .newsletter-box button:hover {
    background-color: #FFFF00;
    color: #000000;
    border-color: #ffd400; }

.form-inline-100 .form-group {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }
  .form-inline-100 .form-group .form-control {
    width: 100%; }
.form-inline-100 .btn, .form-inline-100 .fp-contact .gform_button, .fp-contact .form-inline-100 .gform_button,
.form-inline-100 .fp-register .gform_button,
.fp-register .form-inline-100 .gform_button, .form-inline-100 .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .form-inline-100 input[type="submit"],
.form-inline-100 .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer .form-inline-100 input.button {
  display: table-cell; }

.newsletter-box input.form-control {
  outline: none; }
  .newsletter-box input.form-control:focus {
    box-shadow: none;
    border: 1px solid #999; }

.container-email-social .vertical-hr {
  position: absolute;
  top: 0px;
  right: 50%;
  bottom: -40px;
  border-left: 1px solid #C3CACD; }
@media only screen and (min-width: 768px) {
  .container-email-social i.fa {
    margin-top: -11px; } }

.nav.nav-tabs {
  border-bottom: 0px; }
  .nav.nav-tabs li.active a {
    background-color: #C3CACD !important;
    color: #000000 !important;
    border-color: #C3CACD !important; }
  .nav.nav-tabs a {
    border-radius: 0px;
    font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 35px;
    font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .nav.nav-tabs a:hover {
      background-color: #D1D8DB;
      border-color: #D1D8DB; }
    @media only screen and (max-width: 767px) {
      .nav.nav-tabs a {
        padding: 5px; } }

.ours-valors-carousel .owl-item {
  background-color: #FFF;
  padding: 1em 1.3em; }

@media (max-width: 640px) {
  .ours-valors-carousel .owl-dots {
    margin-top: 1em; } }
.ours-valors-carousel .item {
  padding: 1em 1.3em; }
  @media (max-width: 640px) {
    .ours-valors-carousel .item {
      padding: 0; } }
  .ours-valors-carousel .item h3 {
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 640px) {
      .ours-valors-carousel .item h3 {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 400; } }

.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  display: inline-block;
  z-index: 2;
  transition: all 0.4s ease-out; }
.owl-theme .owl-controls .owl-nav .owl-next {
  float: right;
  right: 0px;
  margin-right: 30px; }
.owl-theme .owl-controls .owl-nav .owl-prev {
  float: left;
  left: 0px;
  margin-left: 30px; }
.owl-theme .owl-controls .owl-dots {
  margin-left: -4px; }
  @media (min-width: 1141px) {
    .owl-theme .owl-controls .owl-dots {
      text-align: center;
      margin-left: 0; } }
  .owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer; }
    .owl-theme .owl-controls .owl-dots .owl-dot span {
      background: none repeat scroll 0 0 #869791;
      display: block;
      height: 3px;
      margin: 5px 2px;
      width: 30px; }
    .owl-theme .owl-controls .owl-dots .owl-dot.active span {
      background-color: #000; }

.transparency-numbers-carousel .item {
  padding-bottom: 1em; }
  @media (max-width: 767px) {
    .transparency-numbers-carousel .item {
      padding-left: 15px; } }
.transparency-numbers-carousel .owl-controls .owl-dots {
  padding-bottom: 1em;
  margin: 10px 13px 0; }

/* Social box */
.social-box .fa-square.fa-inverse {
  background-color: #FFF; }
.social-box .twitter-block a {
  color: #000000; }
.social-box .twitter-block i.fa-circle {
  color: #4099FF; }
.social-box .facebook-block a {
  color: #000000; }
.social-box .facebook-block i.fa-circle {
  color: #3b5998; }

@media (max-width: 767px) {
  .change-container .relative {
    border-right: none !important;
    border-bottom: 1px solid #C3CACD !important; } }
.change-container .relative {
  border-right: 1px solid #C3CACD;
  /*arrow-bottom*/ }
  .change-container .relative > .arrow-right {
    top: 45%;
    right: -7px;
    bottom: 45%;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 7px solid #C3CACD; }
    .change-container .relative > .arrow-right > .arrow-right {
      top: -10px;
      left: -7px;
      bottom: 0px;
      width: 0px;
      height: 0px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 6px solid #FFF; }
  .change-container .relative:last-of-type {
    border-right: none; }
    .change-container .relative:last-of-type > .arrow-right {
      display: none; }
  .change-container .relative > .arrow-bottom {
    right: 45%;
    bottom: -7px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 7px solid #C3CACD; }
    .change-container .relative > .arrow-bottom > .arrow-bottom {
      right: -13px;
      bottom: 1px;
      width: 0px;
      height: 0px;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 6px solid white; }
  .change-container .relative:last-of-type {
    border-bottom: none !important; }
    .change-container .relative:last-of-type > .arrow-bottom {
      display: none !important; }

.block-work-with-us .line {
  border-top: 2px solid #4E5A61;
  border-bottom: 2px solid #4E5A61;
  padding: 20px 0px; }
  .block-work-with-us .line p {
    margin: 0px; }

.block-dona .title-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.block-donation-container {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #FFF; }

.block-cosa-facciamo .thumbnail-container {
  height: 80vh; }
  @media (min-width: 768px) {
    .block-cosa-facciamo .thumbnail-container {
      height: 70vh; } }
  .block-cosa-facciamo .thumbnail-container .title-container {
    bottom: 0px; }
.block-cosa-facciamo .text-container {
  background-color: rgba(255, 255, 255, 0.8); }
  .block-cosa-facciamo .text-container p {
    padding: 20px 0px;
    font-size: 20px; }
.block-cosa-facciamo .box-campaigns {
  position: relative;
  width: 100%;
  /* for IE 6 */ }
  .block-cosa-facciamo .box-campaigns .title-container {
    position: absolute;
    top: 9px;
    left: 15px;
    right: 15px;
    width: 80%; }
    .block-cosa-facciamo .box-campaigns .title-container small {
      width: 100%;
      display: block;
      color: #FFF;
      line-height: 31px;
      font-weight: bold; }
    .block-cosa-facciamo .box-campaigns .title-container p {
      width: 50%;
      display: block;
      color: #FFF;
      line-height: 31px;
      font-weight: bold;
      font-size: 24px; }
  .block-cosa-facciamo .box-campaigns a {
    position: absolute;
    bottom: 10px;
    left: 10px; }
.block-cosa-facciamo .change-container .right-content .title-change {
  font-weight: bold;
  font-size: 20px; }

.container-our-goals .box-goals {
  position: relative;
  width: 100%;
  /* for IE 6 */ }
  .container-our-goals .box-goals .title-container {
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px; }
    .container-our-goals .box-goals .title-container p {
      display: inline;
      color: #FFF;
      line-height: 24px;
      font-size: 24px; }
.container-our-goals .excerpt-text p:last-child {
  border-bottom: 3px solid #FFFF00;
  padding: 2px 0 0; }

/* Add padding to show the entire footer in some contexts, when it would be covered by the newsletter/share fixed block */
body.single-post footer {
  padding-bottom: 58px; }
  @media (max-width: 767px) {
    body.single-post footer {
      padding-bottom: 98px; } }

.block-entra-in-azione .box-action {
  position: relative;
  height: 60vh; }
  @media (min-width: 768px) {
    .block-entra-in-azione .box-action {
      height: 50vh; } }
  .block-entra-in-azione .box-action .box-action-img {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .block-entra-in-azione .box-action .minute {
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    width: calc(100% - 60px);
    display: block;
    color: #FFF;
    line-height: 31px; }
    .block-entra-in-azione .box-action .minute i:before {
      color: #FFF;
      padding-top: 0.2em; }
  .block-entra-in-azione .box-action .title-container {
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px; }
    .block-entra-in-azione .box-action .title-container .toptitle {
      width: 100%;
      display: block;
      color: #FFF;
      line-height: 31px;
      font-weight: bold; }
    .block-entra-in-azione .box-action .title-container p {
      width: 70%;
      display: block;
      color: #FFF;
      line-height: 31px;
      font-weight: bold;
      font-size: 18px; }
    .block-entra-in-azione .box-action .title-container h2 {
      padding-bottom: 1em; }
  .block-entra-in-azione .box-action a {
    position: absolute;
    bottom: 20px;
    left: 15px; }

.special-block-home .box-action,
.special-block-home .box-action-img {
  margin-bottom: 20px; }
.special-block-home .box-action-img {
  background-size: cover;
  background-position: center;
  padding: 15px; }
  @media (min-width: 768px) {
    .special-block-home .box-action-img {
      min-height: 25vh; } }
  .special-block-home .box-action-img h2 {
    color: #fff; }
  .special-block-home .box-action-img p {
    color: #fff; }

#sync1 .owl-controls .owl-dots,
#sync2 .owl-controls .owl-dots,
#sync3 .owl-controls .owl-dots {
  display: none !important; }

#sync1.owl-carousel {
  z-index: inherit; }

#sync1 .item {
  background-size: cover;
  background-position: center;
  height: 70vh; }
  @media (max-width: 640px) {
    #sync1 .item {
      height: 500px; } }

.title-carousel {
  position: absolute;
  z-index: 999;
  width: 100%; }

#sync2 {
  margin: 15px 0px; }
  #sync2 .owl-item.active.center {
    background-color: #FFFF00; }
  #sync2 .owl-item:not(.center) h4 a:hover {
    border-bottom: 2px #FFFF00 solid; }
  @media only screen and (max-width: 767px) {
    #sync2 .owl-item:not(.center) h4 a {
      color: #C3CACD !important; } }

.story-carousel-footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  z-index: 1; }
  .story-carousel-footer .item.text-center {
    padding: 1em 0; }
    .story-carousel-footer .item.text-center p {
      font-weight: 400;
      font-size: 18px; }

.story-listing {
  list-style: none;
  text-align: center;
  padding: 0px;
  margin-top: 15px; }
  .story-listing li {
    display: inline-block;
    margin: 0 0.3em;
    height: 40px; }
    .story-listing li h4 {
      margin-bottom: 0px; }
      .story-listing li h4 a {
        padding: 0px 15px;
        display: block;
        height: 37px;
        line-height: 43px;
        text-decoration: none; }
        .story-listing li h4 a:hover {
          box-shadow: 0 3px 0 #FFFF00; }
    .story-listing li.active {
      background-color: #FFFF00; }

.navbar-nav > .active > a {
  background-color: transparent !important;
  color: #FFFF00 !important;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .container.container-xs-nopadding {
    padding-left: 0px;
    padding-right: 0px; } }
.line-social h5 {
  display: inline-block;
  margin-right: 15px; }

.content-social-appeal .line-social .col-xs-6:first-child {
  padding-right: 0px; }
.content-social-appeal .line-social .col-xs-6:last-child {
  padding-left: 0px; }
.content-social-appeal .line-social .the_champ_horizontal_sharing {
  width: 100%;
  display: inline-block; }
  .content-social-appeal .line-social .the_champ_horizontal_sharing .theChampSharingRound {
    width: 50%;
    position: relative; }
    .content-social-appeal .line-social .the_champ_horizontal_sharing .theChampSharingRound .theChampFacebookBackground::after,
    .content-social-appeal .line-social .the_champ_horizontal_sharing .theChampSharingRound .theChampTwitterBackground::after {
      color: #000000;
      position: absolute;
      left: 40px;
      top: 5px;
      font-style: normal; }
    .content-social-appeal .line-social .the_champ_horizontal_sharing .theChampSharingRound .theChampFacebookBackground::after {
      content: "facebook"; }
    .content-social-appeal .line-social .the_champ_horizontal_sharing .theChampSharingRound .theChampTwitterBackground::after {
      content: "twitter"; }
.content-social-appeal .line-social .container-embed-copy {
  width: 100%;
  display: inline-block; }
  .content-social-appeal .line-social .container-embed-copy .list-embed-copy {
    margin: 0px; }
    .content-social-appeal .line-social .container-embed-copy .list-embed-copy .theChampSharingRound {
      width: 49%;
      position: relative;
      padding: 0px; }
      .content-social-appeal .line-social .container-embed-copy .list-embed-copy .theChampSharingRound .fa {
        padding: 7px;
        border: 1px solid #000000;
        border-radius: 50%;
        font-weight: bold; }
      .content-social-appeal .line-social .container-embed-copy .list-embed-copy .theChampSharingRound span {
        color: #000000;
        position: absolute;
        left: 40px;
        top: 5px;
        font-style: normal; }

.thumbnail-container-ringraziamenti .title-container {
  bottom: 180px; }
  .thumbnail-container-ringraziamenti .title-container h1 {
    display: inline-block;
    background: #FFF;
    box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF;
    text-transform: uppercase; }
  .thumbnail-container-ringraziamenti .title-container h3.titleappeal {
    display: inline;
    background: #FFF;
    box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF;
    text-transform: uppercase; }

.box-donation {
  padding: 30px;
  position: absolute;
  top: -140px; }
  .box-donation p {
    font-size: 14px; }
  .box-donation .box-btn-donation {
    background-color: #C3CACD;
    width: 100%;
    margin-bottom: 15px; }
    .box-donation .box-btn-donation span {
      width: 50%;
      padding: 10px;
      font-size: 25px; }
    .box-donation .box-btn-donation button {
      background-color: #FFFF00;
      text-transform: uppercase;
      width: 100%;
      color: #000000;
      border: none;
      border-radius: 0px;
      padding: 15px; }
  .box-donation .squaredFour {
    width: 100%;
    position: relative; }
    .box-donation .squaredFour .labelText {
      color: #FFF;
      margin-left: 20px;
      font-weight: normal; }
    .box-donation .squaredFour .labelsquaredFour {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      background: #fcfff4;
      background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
      .box-donation .squaredFour .labelsquaredFour:after {
        content: "";
        width: 20px;
        height: 9px;
        position: absolute;
        top: 1px;
        left: 4px;
        border: 3px solid #4E5A61;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        transform: rotate(-45deg); }
      .box-donation .squaredFour .labelsquaredFour:hover::after {
        opacity: 0.5; }
    .box-donation .squaredFour input[type="checkbox"] {
      visibility: hidden; }
      .box-donation .squaredFour input[type="checkbox"]:checked + label:after {
        opacity: 1; }

.thumbnail-container-sostienici .title-container {
  bottom: 40px; }
  .thumbnail-container-sostienici .title-container h1 {
    line-height: 60px; }

.container-tab-donation .container-info p {
  margin: 0px !important; }
.container-tab-donation .container-info ul {
  padding-left: 1em; }
  .container-tab-donation .container-info ul li {
    margin-bottom: 1em; }
.container-tab-donation .tab-panel {
  background-color: #000000; }
  .container-tab-donation .tab-panel .nav-tabs li {
    width: 50%;
    text-align: center;
    color: #FFF; }
    .container-tab-donation .tab-panel .nav-tabs li a {
      transition: all 0.25s linear;
      display: block;
      margin: 0;
      background: #333;
      border: none !important;
      background-color: rgba(255, 255, 255, 0.2); }
  .container-tab-donation .tab-panel .nav-tabs li:hover a {
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFFF00 !important;
    border: none; }
  .container-tab-donation .tab-panel .nav-tabs li.active a {
    color: #FFFF00 !important;
    background-color: #000000 !important;
    border: none; }
  .container-tab-donation .tab-panel .tab-pane .block-type-donation .block-padding {
    padding: 0px 15px; }
    .container-tab-donation .tab-panel .tab-pane .block-type-donation .block-padding .price {
      font-size: 70px; }
  .container-tab-donation .tab-panel .tab-pane .block-type-donation hr {
    margin-left: -15px;
    margin-right: -15px; }
  .container-tab-donation .tab-panel .tab-pane .block-custom-express {
    padding: 20px; }

.column-box-news .box-news {
  position: relative;
  width: 100%;
  /* for IE 6 */ }
  .column-box-news .box-news .title-container {
    position: absolute;
    top: 9px;
    left: 15px;
    right: 15px; }
    .column-box-news .box-news .title-container small {
      width: 100%;
      display: block;
      color: #FFF;
      line-height: 31px;
      font-weight: bold; }
    .column-box-news .box-news .title-container p {
      width: 50%;
      display: block;
      color: #FFF;
      line-height: 31px;
      font-weight: bold;
      font-size: 24px; }
  .column-box-news .box-news a {
    position: absolute;
    bottom: 10px;
    left: 10px; }

#related-news h4 {
  padding-bottom: 1em; }
#related-news h5 {
  display: inline-block;
  margin-right: 1em;
  padding-bottom: 1em; }
  #related-news h5 a {
    color: #4E5A61;
    text-decoration: none;
    padding: 8px;
    text-transform: uppercase;
    border: 1px solid #D1D8DB; }
    #related-news h5 a:hover {
      border: 1px solid #4E5A61; }

.grey-block,
.grey-block.bg-lightcoldgrey,
.grey-block.btn-light-cold-grey {
  background-color: #dde4e7 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .grey-block .big-number-container,
  .grey-block.bg-lightcoldgrey .big-number-container,
  .grey-block.btn-light-cold-grey .big-number-container {
    float: left;
    margin-right: 15px; }
  .grey-block .big-number-description-container,
  .grey-block.bg-lightcoldgrey .big-number-description-container,
  .grey-block.btn-light-cold-grey .big-number-description-container {
    float: left; }
    @media (max-width: 768px) {
      .grey-block .big-number-description-container h3,
      .grey-block.bg-lightcoldgrey .big-number-description-container h3,
      .grey-block.btn-light-cold-grey .big-number-description-container h3 {
        font-size: 1em; } }

.block-campagne .grey-block,
.block-campagne .grey-block.bg-lightcoldgrey,
.block-campagne .grey-block.btn-light-cold-grey {
  background-image: url(../images/bg-world.svg); }

.block-mission .title-container {
  bottom: 0px; }
  .block-mission .title-container h1 {
    display: inline;
    background: #fff;
    line-height: 65px;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    text-transform: uppercase;
    padding-top: 5px; }

.download-icon {
  padding: 5px 10px; }

.download-box {
  position: relative;
  margin-bottom: 20px; }
  .download-box a {
    font-size: 18px; }
    .download-box a em {
      font-size: 18px; }
      @media (min-width: 768px) {
        .download-box a em {
          height: 100px;
          max-height: 100px;
          display: block; } }
  .download-box a.download-icon:hover {
    background-color: #ffd400 !important; }

.custom .tp-bullet,
.custom .tp-bullet {
  background: none repeat scroll 0 0 #D1D8DB;
  display: block;
  height: 3px;
  margin: 5px 2px;
  width: 30px; }

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: none repeat scroll 0 0 #FFFF00;
  display: block;
  height: 3px;
  margin: 5px 2px;
  width: 30px; }

/* Caricamento continua a leggere box */
@media only screen and (min-width: 768px) {
  .content-read-step:not(.disable-desktop) {
    position: relative; }
    .content-read-step:not(.disable-desktop).stop-read {
      max-height: 500px;
      transition: max-height 1s ease-out; }
    .content-read-step:not(.disable-desktop).start-read {
      max-height: 9999px;
      transition: max-height 3s ease-out; }
    .content-read-step:not(.disable-desktop) .read-more {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      text-align: center;
      height: 220px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .content-read-step:not(.disable-desktop) .read-more h5 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        cursor: pointer; } }
@media only screen and (max-width: 767px) {
  .content-read-step {
    position: relative; }
    .content-read-step.stop-read {
      max-height: 500px;
      transition: max-height 1s ease-out; }
    .content-read-step.start-read {
      max-height: 9999px;
      transition: max-height 3s ease-out; }
    .content-read-step .read-more {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      text-align: center;
      height: 150px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .content-read-step .read-more h5 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        cursor: pointer; }
    .content-read-step .read-more-2 {
      background: -moz-linear-gradient(top, rgba(78, 90, 97, 0) 0%, #4e5a61 50%);
      background: -webkit-linear-gradient(top, rgba(78, 90, 97, 0) 0%, #4e5a61 50%);
      background: linear-gradient(to bottom, rgba(78, 90, 97, 0) 0%, #4e5a61 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004E5A61', endColorstr='#4E5A61',GradientType=0 ); }
    .content-read-step .read-more-3 {
      background: -moz-linear-gradient(top, rgba(209, 216, 219, 0) 0%, #d1d8db 50%);
      background: -webkit-linear-gradient(top, rgba(209, 216, 219, 0) 0%, #d1d8db 50%);
      background: linear-gradient(to bottom, rgba(209, 216, 219, 0) 0%, #d1d8db 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D1D8DB', endColorstr='#D1D8DB',GradientType=0 ); } }

@media only screen and (min-width: 768px) {
  .content-read-step.disable-desktop .read-more {
    display: none; } }

.content-read-step.overflow-hidden {
  overflow: hidden; }

.box-load-more {
  position: relative; }

.box-load-more .title-container {
  position: absolute; }

.box-load-more .label-container {
  position: absolute; }

.box-load-more .cta-container {
  position: absolute; }

.box-load-more.more-campagne .title-container {
  top: 0px;
  left: 0px;
  padding: 20px 15px; }

.box-load-more.more-campagne .cta-container {
  bottom: 15px;
  left: 15px; }

.marker-details {
  text-align: right;
  padding: 1em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
  transform: translateY(-1em);
  opacity: 0;
  pointer-events: none; }
  .marker-details.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all; }
  .marker-details .marker-details__name {
    font-size: 1.2em; }
  .marker-details .marker-details__teams {
    font-size: 1em;
    margin: 0; }
  .marker-details .button {
    margin-top: 0.5em; }

#storelocator .gm-style > div:first-of-type > div:nth-of-type(4) > div:nth-of-type(4) > div > div:first-of-type {
  display: none; }
#storelocator .gm-style > div:first-of-type > div:nth-of-type(4) > div:nth-of-type(4) > div > div:nth-of-type(2) {
  margin-top: 30px;
  margin-left: 10px; }
#storelocator .gm-style > div:first-of-type > div:nth-of-type(4) > div:nth-of-type(4) > div > div:last-of-type {
  right: 33px !important;
  top: 44px !important;
  opacity: 1 !important; }

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
  top: 0px !important;
  left: 0px !important;
  width: 13px !important;
  height: 13px !important;
  content: url("../images/close.png"); }

/* SQUARED ONE */
.squaredOne {
  width: auto;
  background: transparent;
  position: relative;
  display: inline-block;
  margin-right: 5px; }

.squaredOne input[type="checkbox"] {
  display: none; }

.squaredOne label {
  cursor: pointer;
  width: auto;
  color: black;
  background: white;
  border: 1px solid #D1D8DB;
  padding: 5px 10px; }

.squaredOne label:hover {
  background: #FFFF00; }

.squaredOne input[type="checkbox"]:checked + label {
  background: #FFFF00;
  padding: 5px 10px;
  border: 1px solid #000; }

.list-tematiche.form-control {
  border-radius: 0px;
  color: #000000; }

.container-news-loadmore .read-more {
  height: 100px; }

.news-block-large .news-img {
  padding-top: 0.2em;
  padding-bottom: 0.5em; }
.news-block-large .news-date {
  padding-bottom: 0.5em; }
@media (min-width: 987px) {
  .news-block-large .news-content {
    min-height: 275px; } }
.news-block-large .news-content h3 {
  line-height: 1em; }
  .news-block-large .news-content h3 a {
    font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1em; }
.news-block-large .news-img .news-img-wrap {
  min-height: 212px;
  background: url(../images/bg-generic.svg) no-repeat center;
  background-size: cover; }

.news-block-small .news-img .news-img-wrap {
  min-height: 50px;
  background: url(../images/bg-generic.svg) no-repeat center;
  background-size: cover; }
  @media (min-width: 992px) {
    .news-block-small .news-img .news-img-wrap {
      min-height: 90px;
      height: 90px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .news-block-small .news-img .news-img-wrap {
      min-height: 50px;
      height: 50px;
      overflow: hidden; } }
@media (min-width: 1200px) {
  .news-block-small {
    margin-bottom: 10px; } }
@media (min-width: 987px) {
  .news-block-small .news-content {
    min-height: 102px; } }
@media (min-width: 992px) {
  .news-block-small .news-content h3 {
    max-height: 102px;
    height: 102px; } }
@media (min-width: 992px) {
  .news-block-small .news-content h3 a {
    display: block;
    white-space: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 992px) {
  .box-load-more .news-block-small {
    margin-bottom: 10px; } }
.box-load-more .news-block-small .news-img .news-img-wrap {
  min-height: 80px; }
@media (max-width: 992px) {
  .box-load-more .news-block-small .news-img {
    margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .box-load-more .news-block-small .news-content {
    padding-left: 15px; } }

.block-follow-corriere {
  clear: both; }
  .block-follow-corriere a {
    position: relative;
    display: block;
    color: #000000;
    padding: 10px 40px 10px 70px;
    background-color: #d4dbde;
    background-image: url(../images/bg-corriere-left.svg);
    background-size: 71px 46px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 3px solid #c4cbce; }
    .block-follow-corriere a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50px;
      background-image: url(../images/bg-corriere-right.svg);
      background-size: 7px;
      background-repeat: no-repeat;
      background-position: center center; }

.single-appelli .tab-content {
  min-height: 400px; }

.block-lg-type-firma {
  bottom: -160px;
  position: absolute; }

.block-ringraziamento-firma {
  top: -178px;
  bottom: auto; }
  .block-ringraziamento-firma .block-lg-type-firma {
    top: -178px;
    bottom: auto; }

.block-type-firma .block-padding {
  padding: 10px 20px; }
  .block-type-firma .block-padding .price {
    font-size: 70px; }
.block-type-firma hr {
  margin-left: -15px;
  margin-right: -15px; }

.block-custom-express {
  padding: 20px; }

.histories-text {
  padding-bottom: 0.2em;
  min-height: 100px;
  overflow: hidden; }

.fixed-news-block {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%; }
  .fixed-news-block .container-icon {
    height: 30px; }
    .fixed-news-block .container-icon i {
      line-height: 30px; }
  .fixed-news-block .fa-stack {
    font-size: 1em; }

.book-appearance img {
  border-left: 3px solid #000;
  border-bottom: 3px solid #ccc;
  box-shadow: 4px 3px 0px rgba(0, 0, 2, 0.05); }

.archive-carousel-dots-container {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  z-index: 1; }
  .archive-carousel-dots-container .owl-dot {
    display: inline-block;
    cursor: pointer; }
    .archive-carousel-dots-container .owl-dot span {
      background: none repeat scroll 0 0 #FFF;
      display: block;
      height: 2px;
      margin: 4px 5px 4px 0;
      width: 48px;
      position: relative;
      cursor: pointer; }
    .archive-carousel-dots-container .owl-dot.active span {
      background-color: #FFFF00;
      height: 4px;
      margin: 4px 5px 4px 0; }
    .archive-carousel-dots-container .owl-dot .baloon-title {
      display: none;
      position: absolute;
      top: 25px;
      padding: 10px;
      left: -72px;
      right: -72px;
      font-size: 16px;
      line-height: 22px; }
      .archive-carousel-dots-container .owl-dot .baloon-title:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px; }
    .archive-carousel-dots-container .owl-dot:hover .baloon-title {
      display: block; }

.archive-carousel .item {
  height: 70vh;
  background-position: center;
  background-size: cover; }

.tweets-carousel .owl-controls .owl-nav .owl-next,
.tweets-carousel .owl-controls .owl-nav .owl-prev {
  position: static !important; }

.wp-caption-text {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  padding: 0px 1em;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4); }

figure p.caption-description {
  font-size: 13px;
  line-height: 1.3; }

.tooltip .tooltip-arrow {
  border-right-color: #D1D8DB !important; }
.tooltip .tooltip-inner {
  max-width: 500px;
  background: #D1D8DB;
  text-align: left;
  padding: 20px; }
  .tooltip .tooltip-inner * {
    color: #000000; }

.txt-marathon p {
  padding-top: 1em;
  font-size: 1.4em;
  color: #ffff00 !important; }

.modal {
  z-index: 1041; }
  .modal .modal-dialog {
    z-index: 1042; }
    .modal .modal-dialog .modal-content {
      box-shadow: none; }
      .modal .modal-dialog .modal-content .modal-privacy p {
        color: #000; }
        .modal .modal-dialog .modal-content .modal-privacy p a {
          color: #000 !important;
          text-decoration: none; }

.page-menu {
  display: flex;
  background-color: #C3CACD; }
  .page-menu a {
    display: inline-block;
    color: #4E5A61;
    font-family: alternate-gothic-no-3-d, "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "TeXGyreHerosCnBold", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 15px;
    height: 40px;
    line-height: 44px;
    border-right: 1px solid rgba(0, 0, 0, 0.3); }

.login-form {
  margin-bottom: 30px; }
  .login-form #loginform {
    padding: 15px; }
    .login-form #loginform p {
      position: relative; }
    .login-form #loginform p:not(.login-remember) label {
      position: absolute;
      left: 12px;
      top: 12px;
      display: inline-block;
      padding: 0;
      line-height: 1;
      background-color: transparent;
      cursor: text;
      transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
      z-index: 2;
      font-size: 11px;
      color: #8a8a8a;
      transform: translateY(-70%); }
    .login-form #loginform p.login-submit {
      margin-bottom: 0; }
    .login-form #loginform .login-remember label,
    .login-form #loginform a {
      color: #FFF;
      font-size: 0.8em;
      line-height: 1.2em; }
    .login-form #loginform a {
      text-decoration: underline; }
    .login-form #loginform input[type="text"],
    .login-form #loginform input[type="password"] {
      background: #FFF;
      background-size: 15px 15px;
      display: block;
      width: 100%;
      margin: 5px 0px;
      padding: 12px 12px 2px 12px;
      border: 1px solid #ccc;
      font-family: inherit;
      transition: all 0.25s ease-out;
      outline: none;
      color: #000000;
      font-size: 16px; }
    .login-form #loginform input[type="submit"] {
      width: 100%;
      display: block;
      padding: 10px 0;
      margin-top: 20px;
      text-transform: uppercase;
      border-radius: 0px;
      border: none;
      padding: 5px 15px;
      font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.02em;
      font-weight: bold;
      transition: all 0.14s linear;
      background: #FFFF00;
      color: #000000; }
      .login-form #loginform input[type="submit"]:hover {
        background: #ffd400; }

body.page-template-page-registration .registration-form {
  margin-bottom: 30px; }
  body.page-template-page-registration .registration-form .gform_wrapper {
    margin: 0; }
    body.page-template-page-registration .registration-form .gform_wrapper .gform_body {
      padding: 15px;
      /*141 per dev*/ }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body .validation_message {
        color: #ffbd00; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body .gfield_error {
        padding: 0 !important;
        margin-bottom: 0 !important; }
        body.page-template-page-registration .registration-form .gform_wrapper .gform_body .gfield_error .gfield_label {
          margin-top: 0 !important; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body li {
        position: relative;
        padding-right: 0 !important;
        margin-top: 10px; }
        body.page-template-page-registration .registration-form .gform_wrapper .gform_body li:first-of-type {
          margin-top: 0; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body .gform_fields > li:not(#field_177_5) > label {
        position: absolute;
        left: 12px;
        top: 12px;
        display: inline-block;
        padding: 0;
        line-height: 1;
        background-color: transparent;
        cursor: text;
        transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 2;
        font-size: 10px;
        color: #8a8a8a;
        transform: translateY(-70%);
        font-weight: 400; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body li#field_177_5 .gfield_label {
        margin-bottom: 0; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body li#field_177_5.gfield_error .gfield_label {
        color: #FFF; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body .gfield_required {
        display: none; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body a {
        text-decoration: underline; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body .ginput_container_checkbox {
        margin-top: 0; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body input[type="email"] {
        background: #FFF;
        background-size: 15px 15px;
        display: block;
        width: 100%;
        margin: 5px 0px;
        padding: 12px 12px 1px 12px !important;
        border: 1px solid #ccc !important;
        font-family: inherit !important;
        transition: all 0.25s ease-out;
        outline: none;
        color: #000000;
        font-size: 15px; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_body input[type="checkbox"] {
        margin-top: 0; }
    body.page-template-page-registration .registration-form .gform_wrapper .gform_footer {
      margin: 0;
      padding: 0 15px 15px; }
      body.page-template-page-registration .registration-form .gform_wrapper .gform_footer input[type="submit"] {
        width: 100%;
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        border-radius: 0px;
        border: none;
        padding: 5px 15px;
        font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.02em;
        font-weight: bold;
        transition: all 0.14s linear;
        background: #FFFF00;
        color: #000000; }
        body.page-template-page-registration .registration-form .gform_wrapper .gform_footer input[type="submit"]:hover {
          background: #ffd400; }

/* Added .container-single-news to allow the appeals to be included in common posts and not only in pages with specific templates having block-notizie class */
.block-notizie .btn, .block-notizie .fp-contact .gform_button, .fp-contact .block-notizie .gform_button,
.block-notizie .fp-register .gform_button,
.fp-register .block-notizie .gform_button, .block-notizie .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .block-notizie input[type="submit"],
.block-notizie .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer .block-notizie input.button, .container-single-news .btn, .container-single-news .fp-contact .gform_button, .fp-contact .container-single-news .gform_button,
.container-single-news .fp-register .gform_button,
.fp-register .container-single-news .gform_button, .container-single-news .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .container-single-news input[type="submit"],
.container-single-news .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer .container-single-news input.button {
  white-space: normal; }
.block-notizie .line-sign-appeal, .container-single-news .line-sign-appeal {
  position: inherit !important; }
.block-notizie .container .carousel-tab-wrap .owl-item:last-child,
.block-notizie .carousel-tab-wrap .owl-item:last-child, .container-single-news .container .carousel-tab-wrap .owl-item:last-child,
.container-single-news .carousel-tab-wrap .owl-item:last-child {
  display: inherit; }

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