/* 
*************
COLORI di base
*************
*/

#section #main #page-intro h1 {
    color: #F77C15;
}


/*
************
PROGETTO GIOVANI:
Specifici dell'istanza
************
*/
/* up-image */
#section .up-image {
  height: 375px;
  margin-top: -42px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
  }

#home .evidence .teaser article p.readmore {
    display: none;
}


/* Section NAV  */

.home-section-nav .links h1, .home-section-nav .links h2, .home-section-nav .links h3 {
    color: :#FFF;
}

.home-section-nav .links h1 .fa, .home-section-nav .links h2 .fa, .home-section-nav .links h3 .fa {
    color: :#FFF;
}

.home-section-nav .links ul li a {
    margin: 0 1em 1em 1em;
    font-size: 1.0em;
    color: #FFF;
    background: #39903B;
}

.home-section-nav .links ul li a:hover {
    color: #39903B;
    background: #FFF;
}

.home-section-nav .links ul li a:hover i {
    color: #39903B;
}

.home-section-nav .links ul li a .fa {
    color: :#FFF;
}

section.home-section-bottom-easy {
    background-color: #F9CF24;
}

/* Categorie */

.text>.text-meta .panel .sub-nav dd {
    margin-bottom: 0;
    background: #FFF;
    border-radius: 5px;
    color: #000;
    border: 1px solid #909090;
}

/* teaser section */
#section #main .teaser .teaser-body a em, 
#section #main .opener .teaser-body a em {
    display: none;
}


/* lunghezza della riga */
p {
    max-width: none; 
}
.text-section li {
    max-width: none;
}

/* icon latest news e event list */
#section #main .latest .heading .fa, #section #main .event-list .heading .fa {
    color: #F9CF24;
}

/* Teaser slider colori */
#section #main .teaser-wrapper .heading .fa {
    color: #F9CF24;
}

/* Tab Teaser colori */
#section #main .text-box-tabs h2 .fa {
    color: #F9CF24;
}
#section #main .text-box-tabs .tabs .tab-title.active a {
    border-top: 3px solid #F9CF24;
}
.text-box-tabs .tabs .tab-title.active a {
    border-top: 3px solid #F9CF24;
}

/* section in home */
#home .evidence {
    padding: 1em 0;
}
#home .evidence h2{
    margin: 0;
}
.news-and-links {
    padding: 1em 0;
}
.featured {
    padding: 1em 0;
}

/* Area Thematic - titolo centrato su slider */
#home .thematic {
    padding: 1em 0;
    background: #30373d;
}
#home .thematic #main .teaser-wrapper .heading {
    color: #FFF;
    font-size: 2em;
    padding: 0.5em 0 0 0;
}
#home .thematic #main .teaser-wrapper .slick-slider .slide-container .overlay-container .overlay h4 {
    text-align: center;
    color: #FFF;    
    font-weight: 600;    
}

/* eventi in home - senza testo */
#home .communications .teaser.event-list .teaser-body {
    height: 13.125rem;
    padding: 20px;
}

/* page-intro su section */
#section #main #page-intro p {
    font-size: 2.0em;
    font-style: italic;
}
#section #main #page-intro .textIntro p {
    font-size: 1.0em;
    font-style: normal;
}


/* teaser su base Area altezza minima */
#article .base_area .teaser-wrapper .slick-slider .slick-slide {
    min-height: 16em;
}


