/* colori */
/*    #2AA198; /* verde */
/*    #F2D22E; /* giallo */
/*    #FF8130; /* arancio */

.uk-logo {
	color:#2AA198;
}
.ombra {
	text-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.titolo-sez-interviste,
.titolo-sez-progetti,
.titolo-sez-biografia,
.titolo-sez-contatti,
.titolo-sez-archivio-progetti,
.titolo-progetti-header,
.titoletto {
	background-color: #F2D22E; /* giallo */
	font-size: 13px;
	font-weight: bold;
	color:white;
	padding: 6px 0 5px;
	text-transform: uppercase;
}

.titolo-ultima-intervista h3 {
	font-size:40px;
	font-weight: bold;
	color:#F2D22E; /* giallo */
	
}
.titolo-ultima-intervista p.wk-article-meta,
.intervista-home .wk-panel .wk-margin + p a {
	font-size: 13px;
	font-weight: bold;
	color:#F2D22E; /* giallo */
	text-transform: uppercase;
}

.sez-pulsante-interviste {
	border-top: 12px solid #F2D22E; /* giallo */
	padding-top: 24px;
}

.sez-pulsante-interviste .uk-button-secondary {
	background-color: #F2D22E; /* giallo */
	font-weight: bold;
	border:none;
}
.sez-progetti h3.el-title {
	color: black;
}

.sez-progetti {
	background-color: #FF8130; /* arancio */
	color:black;
}

.sez-progetti .uk-h1 {
	font-weight: bold;
	color: #FF8130; /* arancio */
}
.titolo-sez-progetti,
.sez-progetti .uk-tile-default {
	background-color: rgba(255,255,255,0.85);
	color:black;
}


.btn-progetti .uk-button-primary {
	background-color: #FF8130; /* arancio */
	font-weight: bold;
	border:none;	
} 

.titolo-sez-biografia {
	background-color: #2AA198; /* verde */
}
.bio-foto > div {
	height:600px;
}
.sez-biografia .uk-h1 {
	color: #2AA198; /* verde */
}

.tm-bottom.uk-section-primary {
	background-color: #222222;
	color:rgba(255,255,255,0.9)
}
.titolo-sez-contatti {
	background-color: #404040; 
}

.progetti-copertina h1,
.progetti-copertina p {
	color:white;
}
.testo-medio {
	font-size:18px;
}

.progetto-elemento h2 {
	border-top: 2px solid #FF8130; /* arancio */
	padding-top:15px;
}
@media only screen and (min-width: 960px) {
	.progetto-elemento .uk-width-2-3\@m {
		border-top: 2px solid #FF8130; /* arancio */
		padding-top:15px;
	}
}
.titolo-sez-archivio-progetti {
	background-color: #FF8130; /* arancio */
	color:black;
}

.gmb-meta p {
	display: inline-block;
	font-weight: bold;
	font-size:13px;
}

.gmb-Interviste .gmb-meta p {
	color: #e8c823; /* giallo scuro */
	margin-top:0;
}
.gmb-Interviste .gmb-meta a.label {
	background-color: transparent;
	color: #e8c823; /* giallo scuro */
	font-weight: bold;
	padding: 2px;
	text-decoration: underline;
	font-size:13px;
}

.gmb-Progetti .gmb-meta p {
	color: #FF8130; /* arancio */
	margin-top:0;
}
.gmb-Progetti .gmb-meta a.label {
	background-color: transparent;
	color: #FF8130; /* arancio */
	font-weight: bold;
	padding: 2px;
	text-decoration: underline;
	font-size:13px;
}

.uk-article-title {
	margin-top:50px;
}


.color-progetti {
	color: #FF8130; /* arancio */
}
.color-interviste {
	color:#F2D22E; /* giallo */
}
.color-bio {
	color:#2AA198; /* verde */
}
.bg-progetti {
	background-color: #FF8130; /* arancio */
}
.bg-interviste {
	background-color:#F2D22E; /* giallo */
}
.bg-bio {
	background-color:#2AA198; /* verde */
}


