
.contact section {
	padding: 20px;
	border: 3px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}
.contact section h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
}
.contact section h3 i {
	color: #2d71a0;
	margin: 0 .3em 0 0;
}

.contact section.phone {
	margin-bottom: 20px;
}
.contact section.phone strong {
	font-size: 24px;
	color: #2d71a0;
}
.contact section.phone strong a {
	color: #2d71a0;
}
.contact.thanks section.phone {
	margin-top: 20px;
}

.contact section.form form {
	padding: 15px 20px;
	margin: 20px 0 0 0;
	background-color: #f3f3f3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}
.contact section.form table {
	width: 100%;
	margin: 0 auto;
}
.contact section.form table th,
.contact section.form table td {
	text-align: left;
	padding: 5px 0;
	display: block;
}
.contact section.form table th .red {
	color: #fff;
	font-size: 12px;
	padding: 1px 8px;
	margin: 0 0 0 .4em;
	background-color: #ff0000;
}
.contact section.form table td input,
.contact section.form table td textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
}
.contact section.form table td select {
	width: 100%;
	background-color: white;
	border: none;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #fff 50%),
		linear-gradient(135deg, #fff 50%, transparent 50%),
		linear-gradient(to right, #2d71a0, #2d71a0);
	background-position:
		calc(99% - 20px) calc(1.4em + 2px),
		calc(99% - 15px) calc(1.4em + 2px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		3.2em 3.2em;
	background-repeat: no-repeat;
}
.contact section.form table td select:focus {
	background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		linear-gradient(to right, #2d71a0, #2d71a0);
	background-position:
		calc(99% - 15px) 1.4em,
		calc(99% - 20px) 1.4em,
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		3.2em 3.2em;
	background-repeat: no-repeat;
	border-color: #ddd;
	outline: 0;
}
.contact section.form p.subm input[type=submit] {
	color: #fff;
	font-size: 15px;
	background-color: #2d71a0;
	padding: 14px;
	margin: 14px auto;
	-webkit-appearance: none;
	border-radius: 0;
	border-style: none;
	width: 100%;
	display: block;
}
.contact section.form p.subm input[type=submit]:hover {
	background-color: #000;
}
@media screen and (min-width: 700px) {

	.contact section {
		padding: 30px;
	}
	.contact section h3 i {
		font-size: 30px;
	}

	.contact section.form form {
		padding: 22px 30px;
		margin: 30px 0 0 0;
	}
	.contact section.form table th,
	.contact section.form table td {
		padding: 8px 0;
	}

}

@media screen and (min-width: 1000px) {

	.contact section.form form {
		width: 800px;
		padding: 32px 40px;
		margin: 30px auto 0 auto;
	}
	.contact section.form p.subm input[type=submit] {
		width:50%;
		padding: 16px;
	}

}


@media screen and (min-width: 1400px) {

}
