/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Il Cerreto
 *
 */

/* HOME PAGE */

/* HEADER */

header .col {
	padding: 0px;
}

#map {
	width: 100%;
	height:473px;
	margin-top:30px;
}

#contactform {
	text-align: center;
	margin-top:20px;
}

input, textarea, .btn-select {
	width: 100%;
	border: 1px solid #000;
	margin-top:10px;
	padding: 6px;
	color: #808081;
	text-align: center;
	background-color: #FFF;
	border-radius:0px !important;
}

#contactform input::placeholder,
#contactform textarea::placeholder {
	font-size: 0.85em;
}

#contactform input::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
	font-size: 0.85em;
}

#contactform input::-moz-placeholder,
#contactform textarea::-moz-placeholder {
	font-size: 0.85em;
}

#contactform input:-ms-input-placeholder,
#contactform textarea:-ms-input-placeholder {
	font-size: 0.85em;
}

textarea {
	height: 100px;
}

label {
	margin-top:10px;
}

@media (max-width: 576px) {
	/* Input almeno 16px per evitare zoom su iOS */
	#contactform input,
	#contactform textarea {
		font-size: 16px;
	}
	#map {
		margin-bottom:50px;
		height: 300px !important;
	}
	#intro iframe {
		height: 300px !important;
	}
}