@charset "UTF-8";
/* ------------------------------------------------------
 *  contact
 * ------------------------------------------------------ */
#contact{
	
}
#contact a:hover{
	color: #B73220;
}
#contact p.ptop20{
	font-size: 128%;
}
#contact table{

}
.table-bordered>tbody>tr>th{
	background: #f0f0f0;
	padding: 15px 15px 15px 30px;
	font-weight: bold;
	width: 260px;
	/*border: 1px dotted #b6b1b0;*/
}
.table-bordered>tbody>tr>td{
	background: #fff;
	padding: 15px;
	text-align: left;
	/*border: 1px dotted #b6b1b0;*/
}
#contact form button, #contact form a {
    text-decoration: none;
	font-size: 157%;
	width: 200px;
	padding: 15px 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
	-webkit-appearance: none;
}
#contact .form-control:not(textarea){
	width: 50%;
}
@media (max-width: 992px){
	
}
@media (max-width: 768px){
	.table-bordered>tbody>tr>th{
	background: #f0f0f0;
	padding: 10px;
	width: 100%;
	}
	#contact .form-control:not(textarea){
	width: 100%;
	}
}