/***** 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:48px; position:relative;}
			#contact-form .message{min-height:251px;}
			#contact-form input, #contact-form textarea {
				padding:8px 13px;
				margin:0;
				font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#7a7a7a;
				background:#fff;
				outline:none;
				border:1px solid #e0e3e3;
				width:304px;
			}
			#contact-form .area .error {float:none;}
			#contact-form textarea {
				width:512px;
				height:218px;
				overflow:auto;
				resize:none;
			}
			#contact-form .success {display:none; margin-bottom:15px;}
			#contact-form .error,
			#contact-form .empty {
				color:#ea152b;
				font-size:11px;
				line-height:1.27em;
				display:none;
				overflow:hidden;
				margin-bottom:5px;
			}
.buttons-wrapper{text-align:right; position:relative;}
.buttons-wrapper a {
	display:inline-block;
	font:bold 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#ea152b;
	padding:8px 18px 9px;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.buttons-wrapper a:hover{text-decoration:none; background-color:#464646;}

@media only screen and (max-width: 995px) {
	#contact-form textarea{width:398px;}
}
@media only screen and (max-width: 767px){
	#contact-form textarea{width:390px;}
}
@media only screen and (max-width: 479px){
	#contact-form input, #contact-form textarea{width:270px;}
}