
/* Contact page */

.req-icon {
	color: red;
	font-size: 14px;
}

table.contact-table {
	border-collapse:separate;
	width:100%;
	margin-bottom:80px;
}

table.contact-table td {
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
	vertical-align:middle;
	text-align:left;
	padding:15px;
	margin:0;
	color:black;
}

.contact_form {
	width:100%;
}

.contact_form2 {
	width:100%;
}

.harf {
	width: 48%;
}

.col1 {
	width:40%;
	background:#F7F7F7;
}

.col2 {
	width:60%;
	background:#fff;
}
input[type="radio"] {
	width: auto;
}
 

.error_text {
	color:#F00 !important;
	font-weight:bold !important;
	padding:10px 0 !important;
	margin:0 !important;
}

label {
	font-weight: normal;
	cursor: pointer;
}

.birth {
	width: 20%;
	text-align: center;
}

.entry-policy {
	font-size: 12px;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #CCC;
}
.entry-policy a {
	font-size: 12px;
}
.entry-policy h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.fa-angle-right {
	color: #00469B;
}

.btn {
	 background: #C0C0C0;
}

#main input[type="text"], #main select, #main textarea {
/*
	background:#eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none !important;
	padding:3px 5px;
*/
}

/*
.btn {
  display: inline-block;
  background: #650205;
  padding: 10px 60px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 1.2em;
  //font-weight: bold;
  color: #fff;
  border-radius: 20px;
}

.btn:hover {
	opacity:0.6;
	color:#eee !important;
}
*/

@media (max-width: 768px) {

	.req-icon {
		font-size:0.5em;
	}
	table.contact-table .col1 {
		background:none;
	}
	table.contact-table .col2 {
		padding-bottom:15px;
	}
		
	table.contact-table th,
	table.contact-table td {
			display:block;
			border:none;
			width:100%;
			padding:0;
			margin:0;
			font-size: 16px;
	}
	table.contact-table td {
		padding-bottom:0;
	}

	#main input[type="text"], #main select, #main textarea {
		background:none;
		padding:3px 5px;
		border:1px solid #eee !important;
	}

}