.contact_form {
	width: 100%;
	margin-top: 60px;
}

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

#select1 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: 0;
	background-color: var(--second_color);
	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;
}

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

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

#div_chk1 {
	margin-top: 30px;
}

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

#contact_invia {
	position:relative;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	letter-spacing: 3px;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid var(--fourth_color);
	border-radius: 50vh;
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition: box-shadow 0.3s linear;
	-webkit-transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
}

#contact_invia a {
	color: var(--first_color);
}

#contact_invia:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.3);
	-o-box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.3);
}

.inactive {
	opacity: .7;
}

#div_all1 .contact_input, #div_all2 .contact_input {
	display: inline-block;
	vertical-align: center;
	width: 50%;
	margin-right: 10px;
}
	
@media screen and (min-width : 320px) and (max-width : 767px) {
	#div_all1 .contact_input, #div_all2 .contact_input { width: 100%; margin-right: 0; display: block; margin-bottom: 10px; }
	#div_all1, #div_all2 { margin-bottom: 30px; }
}