.ricerca {
	background:#FD9417;
}

.ricerca h3 {
	text-transform:uppercase;
	padding:0.3125rem 0.625rem;
	margin:0 0 0 0;
	line-height:150%;
	font-size:1rem;
	background:#2A88BE;
	border-bottom:1px solid #FFF;
}
.ricerca fieldset {
	border:none;
	padding:0.625rem;
}
.ricerca label {
	text-transform:uppercase;
	display: inline-block;
	margin:0.3175rem 0;
	padding:0 0;
	font-size:0.7rem !important;
	width:48% !important;
	font-weight:700;
}
.ricerca select {
	width:100%;
}
.ricerca input[type='text'] {
	width: calc(100% - 0.5rem);
	border:none;
}
.ricerca input[type='button'] {
	width:6rem;
	float:right;
}
.ricerca input[type='checkbox'] {
	margin-left:1rem;
}

.ricerca p {
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
.ricerca {
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
.ricerca {
	width:20rem;
	position:absolute;
	bottom: calc(30% + 1rem);
	right:50%;
	z-index:2000;
	margin-right:-35rem;
}
}