.filtri {}
.filtro-asse ul { display: block; list-style: none; }
.filtro-asse ul li.list-inline-item:not(:last-child), .filtro-asse ul li.list-inline-item { margin: 0 2px; }
.filtro-asse ul li { display: inline-block; }
.filtro-asse ul li label.check {
	font-size: 14px;
	display: block;
	font-weight: normal;
	font-style: normal;
  	line-height: 27px;
  	text-align: center;
  	text-transform: uppercase;
  	width: 128px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px white;
	margin:0;
	background-color: transparent;
	transition:border 0.3s ease-out, background .3s ease-out;
	-webkit-transition: border 0.3s ease-out, background .3s ease-out;
	-moz-transition:    border 0.3s ease-out, background .3s ease-out;
	-ms-transition:     border 0.3s ease-out, background .3s ease-out;
	-o-transition:      border 0.3s ease-out, background .3s ease-out;
	transition:         border 0.3s ease-out, background .3s ease-out;
	cursor: pointer;

}
.filtro-asse ul li input { display: none; }
.filtro-asse ul li:nth-child(1) label.check:hover, .filtro-asse ul li:nth-child(1) input[type="checkbox"]:checked + label { border: solid 1px #729be6; background-color: #d5e1f7; }
.filtro-asse ul li:nth-child(2) label.check:hover, .filtro-asse ul li:nth-child(2) input[type="checkbox"]:checked + label { border: solid 1px #729be6; background-color: #d5e1f7; }
.filtro-asse ul li:nth-child(3) label.check:hover, .filtro-asse ul li:nth-child(3) input[type="checkbox"]:checked + label { border: solid 1px #9b9638; background-color: #ebead7; }
.filtro-asse ul li:nth-child(4) label.check:hover, .filtro-asse ul li:nth-child(4) input[type="checkbox"]:checked + label { border: solid 1px #9b9638; background-color: #ebead7; }
.filtro-asse ul li:nth-child(5) label.check:hover, .filtro-asse ul li:nth-child(5) input[type="checkbox"]:checked + label { border: solid 1px #90baaa; background-color: #ddeae5; }
.filtro-asse ul li:nth-child(6) label.check:hover, .filtro-asse ul li:nth-child(6) input[type="checkbox"]:checked + label { border: solid 1px #90baaa; background-color: #ddeae5; }
.filtro-asse ul li:nth-child(7) label.check:hover, .filtro-asse ul li:nth-child(7) input[type="checkbox"]:checked + label { border: solid 1px #fe698c; background-color: #fed2dc; }
.filtro-asse ul li:nth-child(8) label.check:hover, .filtro-asse ul li:nth-child(8) input[type="checkbox"]:checked + label { border: solid 1px #fe698c; background-color: #fed2dc; }

.filtri hr { margin: 15px 0; border-top: 1px solid #c0c0c0; }

.filtro-data .data-oggi {
	font-size: 22px; 
	line-height: 27px; 
	text-transform: capitalize;
}
.filtro-data .scelta-data, .filtro-data .scelta-data ul {
	display: block;
}
.filtro-data .scelta-data ul li  {
	display: inline-block;
} 
.filtro-data .scelta-data ul li label {
	font-size: 14px;
	display: inline-block;
	padding: 0 30px;
	font-weight: normal;
	font-style: normal;
  	line-height: 27px;
  	text-align: center;
  	text-transform: uppercase;
  	width: auto;
	height: 30px;
	border-radius: 15px;
	border: solid 1px white;
	margin:0;
	background-color: transparent;
	transition:border 0.3s ease-out, background .3s ease-out, color .3s ease-out;
	-webkit-transition: border 0.3s ease-out, background .3s ease-out, color .3s ease-out;
	-moz-transition:    border 0.3s ease-out, background .3s ease-out, color .3s ease-out;
	-ms-transition:     border 0.3s ease-out, background .3s ease-out, color .3s ease-out;
	-o-transition:      border 0.3s ease-out, background .3s ease-out, color .3s ease-out;
	transition:         border 0.3s ease-out, background .3s ease-out, color .3s ease-out;
	cursor: pointer;
}
.filtro-data .scelta-data ul li input {
	display: none;
} 
.filtro-data { margin-bottom: 15px; }

.filtro-data .scelta-data ul li:nth-child(1) label:hover, .filtro-data .scelta-data ul li:nth-child(1) input[type="radio"]:checked + label { border: solid 1px #267f8a; background-color: #267f8a; color: white; }
.filtro-data .scelta-data ul li:nth-child(2) label:hover, .filtro-data .scelta-data ul li:nth-child(2) input[type="radio"]:checked + label { border: solid 1px #267f8a; background-color: #267f8a; color: white; }
.filtro-data .scelta-data ul li:nth-child(3) label:hover, .filtro-data .scelta-data ul li:nth-child(3) input[type="radio"]:checked + label { border: solid 1px #267f8a; background-color: #267f8a; color: white; }
.filtro-data .scelta-data ul li:nth-child(4) label:hover, .filtro-data .scelta-data ul li:nth-child(4) input[type="radio"]:checked + label { border: solid 1px #267f8a; background-color: #267f8a; color: white; }

/*
ul.elencatore-ris-eventi {
	list-style: none;
	-webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: column wrap;
    height: 800px;
}
ul.elencatore-ris-eventi li {
	/*flex:0 1 20%;
	-webkit-flex: 0 1 19%;
	-moz-flex: 0 1 19%;
	-ms-flex: 0 1 19%;
	-o-flex: 0 1 19%;   */
	/*
	background-color: white;
	border-radius: 5px;
	margin:5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	position: relative;
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
	align-content: flex-start;
}
*/
.elencatore-ris-eventi .elencatore-item.EC60452 .caption h5, .elencatore-ris-eventi .elencatore-item.EC60452 .caption p strong.userFormat1 .userFormat2 { display: none; }
.elencatore-ris-eventi .elencatore-item.EC60452 .caption p br { display: none; }
.elencatore-ris-eventi {}
.elencatore-ris-eventi .elencatore-item {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	position: relative;
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
	align-content: flex-start;
	padding: 0;
	width: 260px;
	margin: 10px 5px;
}
.elencatore-ris-eventi .elencatore-item .caption { display: block; position: relative; margin: 10px 20px 30px; }

.elencatore-ris-eventi .elencatore-item .caption p .userFormat1 .userFormat2 { display: none; }


.elencatore-ris-eventi .elencatore-item .caption:after {
	content: " ";
	width: 0; height: 0; line-height: 0;
	border-top: 20px solid white;
	border-left: 20px solid transparent;
	border-right: 0;
	position: absolute;
	bottom: -50px;
	left: 0;
}
.elencatore-ris-eventi .elencatore-item em {
	flex:0 1 100%;
	-webkit-flex: 0 1 100%;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	-o-flex: 0 1 100%; 
	border-radius: 5px 5px 0 0;
	height: 45px;
	display: block;
	border-top: 5px solid #9f261b;
	background-color: rgba(203,49,34,0.3);
	padding: 10px 0;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	line-height: 17px;
	margin-bottom: 30px;
	position: relative;
}
.elencatore-ris-eventi .elencatore-item em:after {
	content: " ";
	width: 0; height: 0; line-height: 0;
	border-top: 20px solid rgba(203,49,34,0.3);
	border-left: 20px solid transparent;
	border-right: 0;
	position: absolute;
	bottom: -20px;
	left: 20px;
}
.elencatore-ris-eventi .elencatore-item.EC700030 em {
	border-top: 5px solid #749de3;
	background-color: #d5e1f7;
}
.elencatore-ris-eventi .elencatore-item.EC700030 em:after {
	border-top: 20px solid #d5e1f7;
}
.elencatore-ris-eventi .elencatore-item.EC700040 em {
	border-top: 5px solid #9b9638;
	background-color: #ebead7;

}
.elencatore-ris-eventi .elencatore-item.EC700040 em:after {
	border-top: 20px solid #ebead7;
}
.elencatore-ris-eventi .elencatore-item.EC700060 em {
	border-top: 5px solid #fe698c;
	background-color: #fed2dc;

}
.elencatore-ris-eventi .elencatore-item.EC700060 em:after {
	border-top: 20px solid #fed2dc;
}
/*SEZIONI INTERNE*/
.biblioteca .elencatore-ris-eventi .elencatore-item em {
	border-top: 5px solid #90baaa;
	background-color: #d0e9e0;
}
.biblioteca .elencatore-ris-eventi .elencatore-item em:after {
	border-top: 20px solid #d0e9e0;
}
.musei .elencatore-ris-eventi .elencatore-item em {
	border-top: 5px solid #9b9638;
	background-color: #ebead7;
}
.musei .elencatore-ris-eventi .elencatore-item em:after {
	border-top: 20px solid #ebead7;
}
.teatri .elencatore-ris-eventi .elencatore-item em {
	border-top: 5px solid #fe698c;
	background-color: #fed2dc;
}
.teatri .elencatore-ris-eventi .elencatore-item em:after {
	border-top: 20px solid #fed2dc;
}
.cinema .elencatore-ris-eventi .elencatore-item em {
	border-top: 5px solid #749de3;
	background-color: #d5e1f7;
}
.cinema .elencatore-ris-eventi .elencatore-item em:after {
	border-top: 20px solid #d5e1f7;
}
.elencatore-ris-eventi .elencatore-item .caption a {
    display: inline-block;
    border: 2px solid black;
    color: black; 
    margin: 30px 0;
    padding: 2px 25px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
	transition:color 0.3s ease-out, background .3s ease-out;
	-webkit-transition: color 0.3s ease-out, background .3s ease-out;
	-moz-transition:    color 0.3s ease-out, background .3s ease-out;
	-ms-transition:     color 0.3s ease-out, background .3s ease-out;
	-o-transition:      color 0.3s ease-out, background .3s ease-out;
	transition:         color 0.3s ease-out, background .3s ease-out;
}
.elencatore-ris-eventi .elencatore-item .caption a:hover {
	background-color: black;
    color: white; 
}
.elencatore-ris-eventi .elencatore-item a.img-link { border-radius: 0 0 5px 5px; }



@media only screen and (max-width:1199px)
{
  .filtro-asse ul li { margin: 10px 2px !important; }
  .filtro-data .scelta-data { margin-top: 10px; }
}



