@charset "UTF-8";
/* CSS Document */

.contact-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0 0 0;
	top: 0;
}
.contact-form .txt-form {
	display: none;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 20px;
	margin-bottom: 16px;
	float: left;
	width: 175px;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.contact-form .coll-4 {
	margin-bottom: 5px;
}
.contact-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.contact-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-form .message {
	display: block;
	width: 100%;
}
.contact-form input {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input {
	height: 41px;
}
.contact-form input:focus, .contact-form textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #adadad !important;
	border: 1px solid #dbdbdb;
}
.contact-form .area .error {
	float: none;
}
.contact-form textarea {
	width: 100%;
	height: 147px;
	resize: none;
	overflow: auto;
}
.contact-form .success {
	border: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .error, .contact-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 0px;
	right: 0;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 145px;
}
.contact-form .buttons-wrapper {
	margin: 33px 0 0;
}
.contact-form .buttons-wrapper a {
	margin-left: 0;
	margin-right: 10px;
}
.contact-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.contact-form .buttons-wrapper p {
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
}
.contact-form .buttons-wrapper strong {
	color: #adadad;
	font-family: 'ARIAL', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	top: 0;
	margin-left: 17px;
}

