#head {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	position:relative;
	z-index:3002;
	display:inline-block;
	background: #FFFFFF;
	transition: all ease-in-out 300ms;
	position: fixed;
	top:0;
	left: 0;
	min-height: 2.5rem;
	text-align: left;
}
header {
	margin:0 auto;
	padding:0;
	position:relative;
	width: 100%;
}
header h1 {
	display: none;
}
a#logo {
	border:0;
	padding:0;
	display:inline-block;
}
#head a#logo {
	background:url(../../../images/pubblico/logo.svg) no-repeat center left;
	background-size: auto 100%;
	padding: 0 0 0 0;
	z-index: 3002!important;
}
#formrapido {
	position: relative;
	width:100%;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background: url("../../../images/pubblico/bgPreventivo.png");
	z-index: 5000;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
#formrapido h3 {
	width:  calc(100% - 3.25rem);
	padding: 0.625rem 2.625rem 0.625rem 0.625rem;
	margin: 0 auto;
	color:#FFF;
	background:url( ../../../images/pubblico/info.svg) no-repeat #EA1D2C;
	background-size:1.6rem 1.6rem;
	background-position: calc(100% - 0.3125rem) center;
	font-size: 0.9rem;
	line-height: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	max-width: 73rem;
}
#formrapido p {
	width:  calc(100% - 2.5rem);
	padding:0.3125rem 1.25rem;
	margin: 0 auto;
	color:#FFF;
	font-size: 0.875rem!important;
	line-height: 150%;
	max-width: 75rem;
}
#formrapido a {
	color:#FFF;
	font-size: 0.875rem;
	line-height: 150%;
}
#formrapido div.fieldset {
	width: calc(100% - 1.25rem);
	padding:0.625rem;
	margin: 0 auto;
	border: none;
	max-width: 75rem;
}
#formrapido label {
	width: 100% ;
	padding:0.3125rem 0rem;
	margin: 0 0 0 0;
	border: none;
	display: block;
	color:#FFF;
	font-size: 0.75rem!important;
	line-height: 150%;
	text-align: center;
}
#formrapido input[type="text"], #formrapido textarea {
	width: calc(100% - 0.625rem);
	padding:0.3125rem;
	margin: 0 0 0 0;
	border: 1px solid #DDD;
	color:#444;
	font-size: 0.875rem;
	line-height: 150%;
	font-family:'Arimo', sans-serif;
}
#formrapido button {
	width:19%;
	padding:0.3125rem;
	margin: 0.3125rem auto;
	color:#FFF;
	background:#CE0000;
	font-size: 0.875rem;
	line-height: 150%;
	border: 0;
	display:block;
	float: none !important;
	font-family:'Arimo', sans-serif;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {	
header {
	width:94%;
	text-align: center;
}
#head a#logo {
	margin:0.5rem auto;
	z-index:1;
	height:3rem;
	width:11.623rem;
}
#formrapido {
	border-top:1px solid #FFF;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
header {
	max-width:94%;
}
a#logo {
	z-index:1!important;
	position: relative;
	margin:3.75rem 0 1.25rem 0;
	height:3.40288rem;
	width:13.184rem;
	transition: all ease-in-out 300ms;
}
#head {
	position: fixed;
	background: url(../../../images/pubblico/bgHead.gif) repeat-x;
}
#head.scroll a#logo {
	margin:0.625rem 0 0.625rem 0;
	height:2.1268rem;
	width:8.24rem;
}
#head.scroll ul.service {
	display: none;
}
#head.scroll {
	background: #FFF;
}
#formrapido.aperto {
	position: fixed;
	width:100%;
	bottom: 0;
	right: 0;
	height: 15rem;
}
#formrapido.chiuso {
	overflow: hidden;
	position: fixed;
	width:16rem;
	bottom: 0.625rem;
	right: 0.625rem;
	height: 2.25rem;
	border-radius: 0.3125rem;
}
#formrapido.aperto h3 {
	background:url( ../../../images/pubblico/infoChiudi.svg) no-repeat;
	background-size:1.6rem 1.6rem;
	background-position: calc(100% - 0.3125rem) center;
	color: #EA1D2C;
}
#formrapido div.fieldset {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;

	display:-webkit-flex;
	-webkit-align-items:flex-start;
	-webkit-justify-content:space-between;

	display:-ms-flexbox;
	-ms-align-items:flex-start;
	-ms-flex-pack: space-between;
	
	flex-flow:row wrap;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
}
#formrapido div.fieldset label.accetta_trattamento {
	width: 80%;
	text-align: left;
}
#formrapido label.sopra {
	width: 19%;
}
#formrapido button {
	margin: 0.3125rem 0;
}
}