@font-face{font-family:Titillium;
           src:url(../fonts/titillium-light.eot);
           src:url(../fonts/titillium-light.eot?#iefix) format("embedded-opentype"),
               url(../fonts/titillium-light.woff2) format("woff2"),
               url(../fonts/titillium-light.woff) format("woff"),
               url(../fonts/titillium-light.ttf) format("truetype"),
               url(../fonts/titillium-light.svg#titilliumlight) format("svg");
           font-weight:300;font-style:normal}
@font-face{font-family:Titillium;src:url(../fonts/titillium-regular.eot);
           src:url(../fonts/titillium-regular.eot?#iefix) format("embedded-opentype"),
               url(../fonts/titillium-regular.woff2) format("woff2"),
               url(../fonts/titillium-regular.woff) format("woff"),
               url(../fonts/titillium-regular.ttf) format("truetype"),
               url(../fonts/titillium-regular.svg#titilliumregular) format("svg");
           font-weight:400;font-style:normal}
@font-face{font-family:Titillium;src:url(../fonts/titilliumtext25l002.eot);
           src:url(../fonts/titilliumtext25l002.eot?#iefix) format("embedded-opentype"),
               url(../fonts/titilliumtext25l002.woff2) format("woff2"),
               url(../fonts/titilliumtext25l002.woff) format("woff"),
               url(../fonts/titilliumtext25l002.ttf) format("truetype"),
               url(../fonts/titilliumtext25l002.svg#titillium_bdbold) format("svg");
           font-weight:700;font-style:normal}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-weight: 300!important;
    font-size: 14px;
    line-height: 1.414px;
    font-family: Titillium!important;
}
@media (min-width: 576px){
    html {      font-size: 18px;    }
}
@media (min-width: 768px){
    html {      font-size: 18px;    }
}
@media (min-width: 992px) {
    html {      font-size: 20px;    }
}
@media (min-width: 1200px) {
    html {      font-size: 20px;    }
}
@media (min-width: 1400px) {
    html {      font-size: 24px;    }
}
body, p {
    line-height:  1.414em!important;
    font-weight: 300!important;
    font-family:Titillium!important;
}
h1, h2, h3, h4 {
  font-weight: 300!important;
} 
a,
.link {
  color: inherit!important;
  text-decoration: underline;
}
a:active,a:focus,a:hover,
.link:active,.link:focus,.link:hover {
  text-decoration: none
}

.left-border,
.view-display-id-application_children .view-content {
  border-left: 1px solid #333;
  margin: 0;
  padding: 1em 0 0 1.25rem
}

.fit-height {
  height: 100%!important;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: inherit!important;
}
.fit-width {
  height: auto!important;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
iframe[src^="https://www.google.com/maps/embed"] {
  width: 100%;
  height: 15rem;
}
/**/
svg:not(:root) {
    overflow: hidden;
}
/**/
.page-link-box-container .page-link-box:active img,
.page-link-box-container .page-link-box:focus img,
.page-link-box-container .page-link-box:hover img {
  opacity: 1
}
.page-link-box-container {
  padding-bottom: 1.25rem
}

.page-link-box-container .view-content {
  padding-left: 1.25rem
}

.page-link-box-container .page-link-box {
  position: relative;
  margin-bottom: 1em;
  border: 2px solid #fff;
  display: block;
}

.page-link-box-container .page-link-box a {
  display: block;
  text-decoration: none;      
}
.page-link-box-container .page-link-box .page-inner {
  padding-right: 1em
}
.page-link-box-container .bkg-img img {
  opacity: .5;
  transition: opacity .2s ease-out
}
.page-link-box-container .page-link-title {
  border-bottom: 1px solid #e00024;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: .9rem
}
.page-hp-container {
  padding: 3.2rem 1.25rem 5.2rem
}
.page-hp-container .view-content {
  padding-left: 1.25rem
}
.page-hp-container .page-link-title {
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #e00024;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0
}

@media (min-width: 1200px) {
    .hp-link,
    .page-hp-container .page-link-title,
    .page-link-box-container .page-link-title {
        font-size: 30px
    }
}
/**/

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "»"!important;
}

/**
 * @file
 * Visual styles for Bootstrap Barrio's item list.
 */

.item-list ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0; /* LTR */
  border-radius: 0;
}
[dir="rtl"] .item-list ul {
  padding: 0;
}
.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: 0;
  padding: .5rem!important; /* LTR */
  background-color: #eee!important;
}
[dir="rtl"] .item-list ul li {
  /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
  margin: 0;
  padding: .5rem; /* LTR */
  background-color: #eee!important;
}

.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: 0;
}

/* bottoni */
.btn-link {
  background: 0 0;
  display: block;
  border: 1px solid #e00024;
  color: #e00024!important;
  font-size: 13px;
  line-height: 3.07692;
  padding: 0 1.38462em;
  text-decoration: none!important;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
}
.btn-link:active, 
.btn-link:focus, 
.btn-link:hover {
  background-color: #e00024;
  color: #fff!important;
}
.btn__edit-icon {
  fill: #e00024;
  height: 1.62em;
  margin-right: 1em;
  vertical-align: -15%;
  width: 1.65em
}
.btn-link:active svg, 
.btn-link:focus svg, 
.btn-link:hover svg {
  fill: #fff;
}
.field--name-field-webform .form-control,
.field--name-field-webform .form-select {
    border: 1px solid #d2d2d2;
    color: #6a757c;
    height: 48px;
    line-height: 46px;
    padding: 0 0 0 9px;
    font-size: 1rem;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
}
.field--name-field-webform .form-control:focus,
.field--name-field-webform .form-select:focus {
  border-color: #700012!important;
  outline: 0!important;
  box-shadow: 0 0 0 0.25rem rgba(224,110,36,.25)!important;
}
.multicols {
    column-count: 1;
}
@media (min-width: 768px) {
    .multicols {
        column-count: 2;
    }
}
@media (min-width: 1200px) {
    .multicols {
        column-count: 3;
    }
}

.btn-text {
  margin-top: 1rem;
}


.title-page--product {
    border-left: 2px solid #e00024;
    font-size: 40px;
    margin: 0;
    padding-left: 1.25rem
}
@media (min-width: 576px) { 
    .title-page--product {
        font-size: 50px
    }
}
@media (min-width: 768px) { 
    .title-page--product {
        font-size: 34px
    } 
}
@media (min-width: 992px) { 
    .title-page--product {
        font-size: 40px
    }
}  
@media (min-width: 1400px) {  
    .title-page--product {
        font-size: 50px
    }
}  
/* subtitle */
.bkg-img {
  min-height: 8rem;
  overflow: hidden;
  position: relative
}

.bkg-img img {
  display: block;
  position: absolute;
  max-width: none;
  padding:0!important;
  -webkit-backface-visibility: hidden;
}

.subtitle, .subtitle-page {
  border-left: 2px solid #e00024;
}
.subtitle.subtitle__gradient {
  position: relative;
  display: inline-block;
  background: linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.85)) 6px no-repeat;
  color: #e00024;
  font-weight: 300!important;
}
.subtitle.subtitle__gradient:after {
  width: 25px;
  height: 100%;
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  background: linear-gradient(to right bottom,rgba(255,255,255,.85) 50%,transparent 50%);
}
.subtitle {
  line-height: 1.1;
  font-size: 1.2em;
  margin: 0 5rem 0 0;
  padding: .5em 1.1rem;
  color: #ffffff;
}
.subtitle--black {
  color: #3b3b3b!important;
}
.bkg-img--full-width {
    float: left;
    margin-right: -100%;
    /*  min-height: 10rem;*/
    width: 100%;
    min-height: 14rem;     
}
@media (min-width: 576px){
    .bkg-img--full-width {
        min-height: 40vh; 
    }
}
@media (min-width: 768px){
   .subtitle.subtitle__gradient:after {
      width: 55px
    }
    .subtitle {
        margin-right: 1rem;
        font-size: 2em;
        padding: 0.15em 1.1rem 0.25em;
    } 
  .bkg-img--full-width {
    min-height: 50vh; 
  }    
}

.has-img-header .page-inner:before {
  content: '';
  background: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.5) 2em,transparent) bottom center/100% 8em  no-repeat;
  bottom: 0;
  left: -100em;
  position: absolute;
  right: -100em;
  top: 0;
  z-index: -1;
}
.has-img-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding:0;
  margin-left: -10.5px;
  margin-right: -10.5px;
}
@media (min-width: 576px){
  .has-img-header {
    margin-left: -13.5px;
    margin-right: -13.5px;
  }
}
@media (min-width: 992px){ 
  .has-img-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1440px){
  .has-img-header {
    margin-left: -18px;
    margin-right: -18px;
  }
}

.has-img-header .page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2.5rem 1.25rem 1.8rem;
  position: relative;
  width: 100%;
  z-index: 1
}
.hp-link a, .subtitle .first-line, .subtitle .second-line {
  display: block;
}


/* paragraph content */
.paragraph--type--content {
    
}
.drawer--title,
.paragraph--type--content h2,
.paragraph--type--bricks h2 {
  border-left: 2px solid #e00024;
  font-size: 1.25em;
  margin: 0;
  font-weight: 300;
  padding-left: 1.25rem;
}
.paragraph--type--content .text-box.page-token {
  padding-bottom: 0
}
.paragraph--type--content .text-box.page-token .text {
  margin: 0;
  padding: 1em 0 0 1.25rem;
  border-left: 1px solid #333
}

.text-preview {
  margin-bottom: 2em;
  position: relative;
}

.text-preview-initialized.compressed:after,
.text-preview-initialized.compressed:before {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1
}

.text-preview-initialized.compressed:before {
  background: linear-gradient(to right,rgba(255,255,255,0),#fff 1em);
  bottom: -.3535em;
  height: 1.414em;
  padding-left: 3em;
  right: 0;
  width: 4em
}

.text {
  
}

.text-preview-initialized.compressed:after {
  border-radius: 2px;
  border: solid #e00024;
  border-width: 0 2px 2px 0;
  content: '';
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 2em
}

.text-preview p {
  margin: 0
}
.text-preview-inner {
  overflow: hidden;
  position: relative
}

.text-preview-initialized.compressed .text-preview-inner:after {
  background: linear-gradient(to top,#fff,rgba(255,255,255,0) .707em);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.text-box {
  padding: 1em 1.25rem;
}

.text-box.page-token .text {
  margin: 0;
  padding: 1em 0 0 1.25rem;
  border-left: 1px solid #333
}

/* paragrafo brick */
.brick {
  font-size: 14px
}
.brick__img {
  border: 2px solid #fff
}

.brick__img img {
  width: 100%
}

.brick__txt {
  padding-right: 1.25rem
}
/* publication teaser*/
.noArrow {
  padding-top: 1.414rem;
}
.sfogliabileContainer {
  text-align: right;
  background: #fff
}
.sfogliabileContainer .arrowSfogliabile {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  content: ' ';
}
.card__img {
  border: 1px solid #e8e8e8
}

.card__img img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 0;
}

.card__txt {
  font-size: 16px;
  margin-top: 2px;
  padding: .625em 1.25em;
  border-top: solid 2px #fff;
  background: #e8e8e8
}

.card__title {
  font-size:1.17em;
  display: inline-block;
  margin: 0
}
.icon-pdf {
  fill: #333;
  height: 22px;
  width: 20px;
  vertical-align: -0.2em;
  margin-right: 0.5em;
}
/* you may like */
.yml {
  margin: 4rem 1.25rem 0
}

.node-type-filsapplications .yml {
  margin-top: 1.5rem
}
.yml-title {
  display: inline-block;
  line-height: 1.2;
  margin: 0 0 1em;
  font-size: 1rem;
}
.yml-links {
    float: right;
    margin: 0;
    padding: 0;
}
.yml-links li {
    list-style: none;
    margin-bottom: .5em;
    display: inline-block;
}

.yml-links li a {
    background: 0 0;
    display: block;
    border: 1px solid #e00024;
    color: #e00024!important;
    font-size: 13px;
    line-height: 3.07692;
    padding: 0 1.38462em;
    text-decoration: none;
    border-radius: 3px;
}

@media (min-width: 576px) {
    .yml-links li a  {
        padding: 0 4.46154em
    }
}

.yml-links li a:active, .yml-links li a:focus,.yml-links li a:hover {
  background-color: #e00024;
  color: #fff!important;
}

/* blog teaser*/
.blog-section {
  margin-top: 2em;
}
.blog-title {
  margin-top: 1em
}

.blog-teaser {
  margin-bottom: 3em
}

.blog-teaser__data,
.blog-teaser__txt {
  display: block;
  font-size: 14px
}
.blog-teaser__txt h2 {
  font-size: 1.5em;
}
.blog-teaser__title {
  font-size: 1.5em;
  line-height: 1.1;
  margin: .33em 0 0
}

.blog-teaser__txt {
  margin: 1em 0
}

.blog-teaser__txt p {
  margin: 0
}

.blog-teaser__inner .btn {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-top: auto
}

.blog-teaser__img {
  margin-top: 1em
}

.blog-teaser__img a {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border: 5px solid #fff
}

/* gallery */
.gallery {
  list-style: none
}

.gallery__plus,
.gallery__title {
  pointer-events: none;
  position: absolute
}

.gallery__slide-inner a:active img,
.gallery__slide-inner a:focus img,
.gallery__slide-inner a:hover img {
  opacity: .7
}

.gallery img {
  width: 100%
}

.gallery--slick {
  margin: 0 -.67em
}

.gallery--slick .slick-slide {
  float: left;
  padding: 0 .67em
}

.gallery__plus {
  height: 60px;
  left: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 60px
}
.gallery__slide-inner a:active+.gallery__plus,
.gallery__slide-inner a:focus+.gallery__plus,
.gallery__slide-inner a:hover+.gallery__plus {
    opacity: 1;
}
.gallery__title {
  background: linear-gradient(to top,rgba(0,0,0,.9),transparent 50%) center bottom/100% 100%;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  margin: 0;
  padding: 2em;
  top: 0;
  width: 100%
}

.gallery__txt {
  border-bottom: 1px solid #e00024;
  display: block;
  padding-bottom: .5em
}
.gallery__slide-inner {
  position: relative
}

.gallery--in-sidebar {
  margin-top: 2em
}

/*
@media (min-width: 576px) {
  .gallery--in-sidebar .gallery__slide-inner {
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%;
    margin-bottom: 11.11111%
  }

  .gallery--in-sidebar .gallery__slide-inner:nth-child(2n) {
    float: right;
    margin-right: 0
  }
}
@media (min-width: 768px) {
  .gallery--in-sidebar .gallery__slide-inner {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%
  }

  .gallery--in-sidebar .gallery__slide-inner:nth-child(4n) {
    float: right;
    margin-right: 0
  }  
}
@media (min-width: 992px) {
  .gallery--in-sidebar .gallery__slide-inner {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%
  }

  .gallery--in-sidebar .gallery__slide-inner:nth-child(2n) {
    float: right;
    margin-right: 0
  }
}
*/