/* Add here all your CSS customizations */


.thumb-info .thumb-info-action {
    background: none repeat scroll 0 0 rgba(36, 27, 28, 0.05);
 }

 ul.portfolio-list .portfolio-item {
     margin-bottom: 8px;
     /* ackground-color: #fff; */
}

.card-img-top {
    border-radius: 8px;
}

.card-img-top .thumb-info-title {
    bottom: 10%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0px;
    padding: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: none;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.card-img-top .thumb-info-inner {
	color: #000;
    display: block;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin: 0;
    padding: 6px 2px;
}

.card-img-top .thumb-info-type  {
	color: #aaa;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0px 2px;
}

.thumb-info .thumb-info-inner {
    display: block;
}

.thumb-info img {
    border-radius: 5px;
    width: 100%;
}

.card-img-top > img, .card-img-top a > img {
    margin-top: 8px;
}

.nav > li {
    line-height: 18px;
}

aside ul.lista_autori > li > a,
aside ul.lista_luoghi > li > a,
aside ul.lista_argomenti > li > a,
aside ul.lista_bibliografia > li > a
{
    color: #666;
    font-size: 0.9em;
    line-height: 20px;
}

#header nav ul.nav-top li span {
    margin-top: 2px;
}

/*
 * Player audio correlati
 */

audio {
    width: 100%;
    padding-top: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
audio {
    padding-top: 35px;
    }
}

img.logo_content {
float:left;
margin-right: 10px;
}

.dettaglio-scheda {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 90%;
    font-weight: bold;
}

section.page-top h2 {
    border-bottom-color: transparent;
}

.content .titolo-scheda  {
    margin: 0 0 20px;
}

.content .titolo-scheda h2 {
    margin: 0;
}

/*
 * Mappa canti sulla pagina
 */

.mappa-audio audio {
    padding-top: 0px;
}

.mappa-audio .action-wrapper {
    font-size: 0.9em;
}

.action-wrapper span.action-label {
    padding: 7px 5px 0 0;
}

/*
 * Pagina Battaglia del Metauro
 */

dl.fasi-battaglia {
    margin-bottom: 0px;
}

dl.fasi-battaglia dt {
    font-weight: normal;
	width: auto;
}

/*
 * Mappa LeaftLet (sostituisce la google map)
 */
#mappa_ll { 
	width: 100%;
	height: 400px;
}