/*FORM*/
.formpage {
	position: relative;
	margin-top:60px;
}
.field {
	position: relative;
	width: 47%;
	margin-bottom: 30px;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	text-transform: lowercase;
	font-style:italic;
	float: left;
}
.field.checkbox{
	text-align:left;
	}
.field.nota, p.nota{
	text-align:center;
	font-size:13px;
	margin-top:30px;
	}
.field:nth-child(2n+0) {
	float: right;
}

.fieldbig {
	width: 100%;
	float: none;
	clear: both;
}
.field.fieldbig:nth-child(2n+0) {
	float: none;
}
.field span {
	display: block;
	margin-bottom: 15px;
}
.field input, .field textarea, .field select {
	position: relative;
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	background: #f9f9f9;
		font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
	font-style:italic;
	color: #333;
	resize: none;
	text-align:left;
	min-height:60px;
    
}
.field input[type="checkbox"] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	width: auto;
}
.field .button {
	display: block;
	margin:0 auto;
	    width: auto;
    position: relative;
	border:none;
	background:transparent;
    border-bottom: 2px solid #c3bcb2;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #c3bcb2;
    overflow: hidden;
    padding-bottom: 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	text-align:center;
	padding:0;
    font-style: normal;
}
.field .button:hover {
	color:#333;
	border-bottom-color:#333;
}
.field textarea {
	min-height: 150px;
	resize: none;
	padding-left:3%;
	padding-right:3%;
}
.field.last {
	margin-bottom: 0;
}
.field .button {
	margin-bottom: 0;
}
input, textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
/*checkbox*/
label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height:25px;
	padding-left: 35px;
	margin-right: 15px;
	font-size: 13px;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
label:before {
	    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
label:hover:before {
    border: 2px solid #999;
}
.radio label:before {
	border-radius: 8px;
}
.checkbox label:before {
	border-radius: 3px;
}
input[type=radio]:checked + label:before {
	content: "\2022";
	color: #999;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}
input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 22px;
}
/*end checkbox*/
.marker {
	width: 30px;
}
/*END FORM*/

/*SELECT*/
select {
	display: none;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	border: 1px solid #ccc;
	background: #f9f9f9;
	color:#333;
	font-size:14px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-family: inherit;
	height: 60px;
	line-height: 58px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
	font-style:italic;
}
.nice-select span {
	display:block;
	width:85%;
	overflow:hidden;	
	text-overflow: ellipsis;
}
.nice-select:hover {
	/*background-color: #e83f48;*/
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	/*background-color: #e83f48;*/
}
.nice-select:after {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	content: '';
	display: block;
	height: 10px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 10px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: none;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 12px;
	opacity: 0;
	overflow-y:auto;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -5%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 100;
	max-width:110%;
	min-width:110%;
	max-height:250px;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .list:after {
     content: "";
    position: absolute;
    top: -7px;
    left: 20px;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: #f7f2ef transparent;
    display: block;
    width: 0;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 50px;
	list-style: none;
	min-height: 50px;
	outline: none;
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
	transition: all 0.2s;
	font-size:15px;
       overflow: hidden;
    text-overflow: ellipsis;
}
.nice-select .option:hover, .nice-select .option.selected.focus-select {
	background-color:#c3bcb2;
}
.nice-select .option:hover {
	background-color:#c3bcb2;
}
.nice-select .option.selected {
	font-weight: 400;
}
/*END SELECT*/
::-webkit-input-placeholder { 
  color: #333;
}
::-moz-placeholder { 
  color: #333;
}
:-ms-input-placeholder { 
  color: #333;
}
:-moz-placeholder { 
  color: #333;
}
/*MOD*/
.campi-azienda{
	display:none;
	}
/*END MOD*/
/*MEDIA QUERY*/
@media only screen  and (max-width:1600px) {
@media only screen and  (max-width:1023px) {
@media only screen and  (max-width:650px) {
.field {
    width: 100%;
}
.field input, .field textarea, .field select {
    padding: 10px 20px;
    font-size: 14px;
    min-height: 50px;
}
.nice-select {
	font-size:14px;	
}
}
}
}



