/***** 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:45px; position:relative;}
			#contact-form .message{min-height:290px;}
			#contact-form input, #contact-form textarea {
				padding:9px 14px;
				margin:0;
				font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#878787;
				background: #fff;
				outline:none;
				border:1px solid #cecece;
				width:316px;
			}
			#contact-form .area .error {float:none;}
			#contact-form textarea {
				width:590px;
				height:240px;
				resize:none;
				overflow:auto;
			}
			#contact-form .success {display:none; margin-bottom:15px;}
			#contact-form .error,
			#contact-form .empty {
				color:#f00;
				font-size:11px;
				line-height:14px;
				display:none;
				overflow:hidden;
				margin-bottom:5px;
			}
.buttons-wrapper{text-align:right; position:relative;}
.buttons-wrapper a {cursor:pointer;}
	.buttons-wrapper a[data-type="reset"]{margin-right:18px;}

@media only screen and (max-width: 995px) {
	#contact-form input{width:220px;}
	#contact-form textarea{width:462px;}
}
@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;}
}