<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** contact form *****/
#contact_form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
	#contact_form fieldset {border:none;padding:0; width:100%; overflow:hidden;}
			#contact_form label {display:block; min-height:42px; position:relative;}
			#contact_form .message{min-height:181px;}
			#contact_form input, #contact_form textarea {
				padding:13px 10px 13px;
				margin:0;
				font: 12px Georgia, "Times New Roman", Times, serif;
				color:#a2a08d;
				background:#25241b;
				outline:none;
				border:none;
				width:290px;
			}
			#contact_form .area .error {float:none;}
			#contact_form textarea {
				height:135px;
				overflow:auto;
				resize:none;
			}
			#contact_form .success {display:none; margin-bottom:20px;}
			#contact_form .error,
			#contact_form .empty {
				color:#f00;
				font-size:11px;
				line-height:1.27em;
				display:none;
				overflow:hidden;
				margin-bottom:5px;
			}
.buttons-wrapper{ position:relative;}
.buttons-wrapper a {cursor:pointer; margin-left:34px;}
	.buttons-wrapper a:first-child{margin-left:0px;}
@media only screen and (max-width: 995px) {
	#contact_form .message{min-height:175px;}
	#contact_form input, #contact_form textarea{width:226px;}
}
@media only screen and (max-width: 767px){
	#contact_form input, #contact_form textarea{width:400px;}
}
@media only screen and (max-width: 479px){
	#contact_form input, #contact_form textarea{width:280px;}
}</pre></body></html>