/*Contact Form*/
#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;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 12px;
	line-height:22px;
	padding-bottom: 10px;
	background:transparent;
}
#ajax-form textarea {
	width:100%;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 12px;
	line-height:22px;
	height:62px;
	margin-top:2px;
	padding-bottom: 10px;
	border:none;
	background: transparent;
}
.error {
	font: 10px/22px 'Open Sans', sans-serif;
	text-transform:uppercase;
	display: none;
	color:#101010;
}
#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;
}

.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#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:2px solid #313131;
	color: #101010;
}


#button-con {
	position:relative;
	z-index:100;
	text-align:center;
}
#button-con button {
	position: relative;
	display: inline-block;
	outline: none;
	width:140px;
	padding-bottom:15px;
	padding-top:15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size: 12px;
	border:2px solid #212121;
	color: #212121;
	border-radius:3px;
	text-align:center;
	overflow:hidden;
	z-index:100;
	cursor:pointer;
	background:rgba(0,0,0,0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#button-con button:hover,
#button-con button:focus {
	outline: none;
}
#button-con button:hover{
	color: #fff;
    background-color: black;
}