/* #Contact
================================================== */ 

.error {
	
}

p.error {
	font-size: 12px;
	text-transform: uppercase;
	/*color: #92062d; */
}

.message {
	/*color:#92062d; */
}

.ajax-form {
	width: 100%;
	font-size: 10px;
	line-height:14px;
	color:#101010;
	margin:0 auto;
}
.ajax-form label {
	display: block;
	font-size: 14px;
	line-height:30px;
}
.ajax-form input{
	width: 100%;
	border:none;
	font-weight:400;
	letter-spacing:2px;
	font-size: 16px;
	line-height:22px;
	padding-bottom: 10px;
	background:transparent;
}

.ajax-form [type="checkbox"]{
	width: auto;
}

.ajax-form [type="checkbox"] + label {
    display: inline-block;
}

.ajax-form textarea {
	width:100%;
	font-weight:400;
	letter-spacing:2px;
	font-size: 16px;
	line-height:22px;
	height:62px;
	margin-top:2px;
	padding-bottom: 10px;
	border:none;
	background: transparent;
}

.ajaxsuccess {
	background: #f5f5f5;
	color:#101010;
	font: 20px/60px 'Open Sans', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.ajax-form textarea:active,
.ajax-form input:active {	
	color: #101010;
}
.ajax-form textarea:active,
.ajax-form input:hover {	
	color: #101010;
}
.ajax-form textarea:focus,
.ajax-form input:focus {	 
    outline: none;
}
.ajax-form textarea,
.ajax-form input {	
	border-bottom:1px solid #313131;
	color: #101010;
}