.contact_text, .contact_form {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.contact_text, .contact_form { display: block; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.contact_text, .contact_form { display: block; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.contact_text, .contact_form { }
}

.contact_form {
	width: 70%;
	padding-right: 60px;
	margin-right: -4px;
	border-right: 1px solid rgba(33,33,33,0.3);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.contact_form { width: 100%; padding-right: 0; margin-right: 0; border-right: 0; padding-bottom: 30px; border-bottom: 1px solid rgba(33,33,33,0.3); }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.contact_form { width: 100%; padding-right: 0; margin-right: 0; border-right: 0; padding-bottom: 30px; border-bottom: 1px solid rgba(33,33,33,0.3); }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.contact_form { width: 60%; padding-right: 30px; }
}

.contact_form .contact_input {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: 0;
	background-color: rgba(33, 33, 33, 0.15);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 20px;
	box-sizing: border-box;
}

#field4 {
	height: 200px;
	padding: 20px;
}

#div_chk1, #div_chk2 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
}

#div_chk1 {
	margin-top: 30px;
}

.contact_form .contact_label {
	margin-bottom: 5px;
}

#contact_invia {
	position:relative;
	top:0px;
	left:0px;
	width: 100px;
	height: 40px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	line-height: 40px;
	background: #0b5589;
	color: #ffffff;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#contact_invia:hover {
	text-decoration: underline;
}

#contact_invia .fas {
	margin-right: 5px;
}

.inactive {
	opacity: .7;
}

.contact_text {
	width: 30%;
	padding-left: 60px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.contact_text { width: 100%; padding-left: 0; padding-top: 30px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.contact_text { width: 100%; padding-left: 0; padding-top: 30px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.contact_text { width: 40%; padding-left: 30px; }
}

.contact_text a {
	text-decoration: none;
	color: rgba(33,33,33,1);
}

.contact_text a:hover {
	text-decoration: underline;
}

.contact_text li > a:after { content: " "; }

.contact_text .fa-ul {
	margin-left: 32px;
	line-height: 30px;
}

.contact_text .fa-li {
	width: 0;
}