/***** contact form *****/
#contactform {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
	#contactform fieldset {border:none; padding:0; width:100%; overflow:hidden;}
			#contactform label {display:block; min-height:54px; position:relative;}
			#contactform input, #contactform textarea {
				padding:9px;
				margin:0;
				font: 12px Arial, Helvetica, sans-serif;
				color:#777;
				background:#fff;
				outline:none;
				border:1px solid #e4e4e4;
				width:200px;
			}
			#contactform textarea {
				width:440px;
				height:175px;
				resize:none;
				overflow:auto;
			}

.buttons-wrapper{text-align:right; position:relative;}
.buttons-wrapper a {cursor:pointer; min-width:78px; text-align:center;}
	.buttons-wrapper a[data-type="reset"]{margin-right:14px;}

@media only screen and (max-width: 995px) {
	#contactform label {min-height:47px;}
	#contactform textarea{width:344px;}
}
@media only screen and (max-width: 767px){
	#contactform textarea{width:400px;}
}
@media only screen and (max-width: 479px){
	#contactform input{width:190px;}
	#contactform textarea{width:280px;}
}

#Submit {
	background: none repeat scroll 0 0  #434950 !important; 
    border-radius: 21px 21px 21px 21px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font: 700 18px/22px 'Maven Pro',sans-serif !important;
    letter-spacing: -1px;
    padding: 9px 17px 11px !important;
	width: 104px !important; 
}
	