/* CONTENT */

.cont_box {
	text-align: center;
}
.cont_box p{
	margin: 10px 0px;
	padding: 0;
}

.img_cont img {
	height: 140px;
	margin-bottom: 10px;
}

.box_rif {
	width: 57%;
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 80px;
 	font-family: 'alegreya', sans-serif;
 	display: inline-block;
 	vertical-align: top;
}

.box_line1 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.box_link {
	background-color: white;
	margin: 0px 0px 10px;
	opacity: .4;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
 	-ms-transition: all 1s ease;
 	transition: all 1s ease;
 	cursor: pointer;
 	padding: 10px;
}
.box_link:hover {
	opacity: 1;
}
.box_link img{
	width: 100%;
}

/* form contact */

.email_form {
	width: 35%;
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 10px;
	margin-right: 3%;
 	font-family: 'alegreya', sans-serif;
 	display: inline-block;
 	float: right;
}

.email_form h5, .box_rif h5 {
	font-size: 1.8em;
	font-weight: 200;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
	color: #1D70B7;
}

.email_form input[type=text]{
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	outline: 0 none;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	height: 30px;
	width: 100%;
	font-size:.7em;
	text-align: center;
	background-color: white;
	color: #1D70B7;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 15px !important;
}
#nome, #cognome {
	width: 49.5%;
}

.email_form input[type=text]:focus {
	color: #1D70B7;
	border-bottom: 1px solid #1D70B7 !important;
}
.email_form textarea{
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	outline: 0 none;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	height: 50px;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	font-size:.7em;
	text-align: center;
	background-color: white;
	color: #1D70B7;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 15px !important;
	padding: 10px;
}
#invia {
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	outline: 0 none;
	vertical-align: bottom;
	-webkit-appearance: none;
	height: 30px;
	width: 100%;
	background-color: #ccc;
	color: white;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
 	-ms-transition: all 1s ease;
 	transition: all 1s ease;
 	cursor: pointer;
}
#invia:hover {
	background-color: #1D70B7;
}
#risposta{
	display: none;
	padding: 10px;
	margin-top: 10px;
	font-family: 'alegreya', sans-serif;
	font-weight: 300;
	font-size: .8em;
	text-align: center;
}
.checkbox {
	text-align: right;
}
.email_form input[type=checkbox] {
	margin-bottom: 20px;
	float: right;
	margin-top: 7px;
}
.email_form label {
	font-size: .8em;
	color: #ccc;
	margin-right: 10px;
}