@charset "utf-8";

/* contact
------------------------------------------------------------------------------------ */
section#contact {
}
section#contact div.sectionInner {
}
section#contact form table {
	width:auto;
	max-width:980px;
	margin:100px auto 0 auto;
	border-top: 1px solid #EEE;
	border-collapse:collapse;
	border-spacing: 0;
}
section#contact form table tr {
}
section#contact form table tr th {
	text-align: right;
	vertical-align:middle;
	white-space: nowrap;
	padding: 30px 50px 30px 0;
	border-bottom: 1px solid #EEE;
}
section#contact form table tr th label {
}
section#contact form table tr th span {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-left:10px;
	padding: 5px 8px;
	background-color: #09639a;
}
section#contact form table tr td {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #EEE;
}
section#contact form table tr td input[type="text"],
section#contact form table tr td input[type="email"],
section#contact form table tr td input[type="tel"],
section#contact form table tr td textarea {
	width: 100%;
	padding: 20px;
	border: 2px solid #EEE;
	background-color: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
section#contact form table tr td textarea {
	height: 300px;
}
section#contact form table tr td input[type="text"]:focus,
section#contact form table tr td input[type="email"]:focus,
section#contact form table tr td input[type="tel"]:focus,
section#contact form table tr td textarea:focus {
	border: 2px solid #09639a;
}
section#contact form table tr td input[type="text"]::placeholder,
section#contact form table tr td input[type="email"]::placeholder,
section#contact form table tr td input[type="tel"]::placeholder,
section#contact form table tr td textarea::placeholder {
	color:#666;
}
section#contact form table tr td input[type="text"]:focus::placeholder,
section#contact form table tr td input[type="email"]:focus::placeholder,
section#contact form table tr td input[type="tel"]:focus::placeholder,
section#contact form table tr td textarea:focus::placeholder {
	color:transparent;
}

section#contact form table tr td p {
	margin-top:10px;
}
section#contact form table tr td p:first-child {
	margin-top:0;
}
section#contact form table tr td p input[type="radio"] {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 26px;
	height: 26px;
	margin-top: 0;
	margin-right: 10px;
	border: 2px solid #EEE;
	background-color: #FFF;
	border-radius: 13px;
	transition: all 0.3s ease;
}
section#contact form table tr td p input[type="radio"]:checked {
	position: relative;
	border: 2px solid #09639a;
}
section#contact form table tr td p input[type="radio"]:checked:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #09639a;
	z-index: 2;
	transform: translate(-50%, -50%);
	border-radius: 6px;
}
section#contact form table tr td label {
	margin:0;
}
section#contact form table tr td label.mfp_not_checked {
	padding: 0;
	border: none;
}
section#contact form table tr td label.mfp_checked {
	padding: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
}
section#contact form table tr td div.contactSelect {
	position: relative;
	width: 200px;
}
section#contact form table tr td div.contactSelect:before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '\f107';
	font-family: fontAwesome;
	font-style: normal;
	color: #333;
	font-size: 16px;
	line-height: 100%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}
section#contact form table tr td div.contactSelect select {
	width: 200px;
	padding: 15px 60px 15px 20px;
	border: 2px solid #EEE;
	background-color: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
section#contact form p#submitbtn input {
	display: block;
	width: 320px;
	color: #FFF;
	line-height: 100%;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 25px 0;
	background-color: #2297a9;
	border-radius:80px;
	transition: all 0.3s ease;
}
section#contact form p#submitbtn input:hover {
	display: block;
	width: 320px;
	color: #FFF;
	line-height: 100%;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 25px 0;
	background-color: #2297a9;
	border-radius:80px;
	opacity: 0.8;
}



@media screen and (min-width:769px) and (max-width:1280px) {
}



@media screen and (max-width:768px) {
	section#contact form table {
		margin-top: 40px;
	}
	section#contact form table tr th {
		display: block;
		text-align: left;
		padding: 15px 0 8px;
		border-bottom: none;
	}
	section#contact form table tr th label {
		font-weight: bold;
	}
	section#contact form table tr th span {
		font-size: 12px;
		margin-left:5px;
	}
	section#contact form table tr td {
		display: block;
		width: 100%;
		padding: 0 0 20px;
	}
	section#contact form table tr td input[type="text"],
	section#contact form table tr td input[type="email"],
	section#contact form table tr td input[type="tel"],
	section#contact form table tr td textarea {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	section#contact form p#submitbtn input {
		margin-top: 30px;
		padding: 20px 0;
	}
}
