/****Form****/

#form {
	margin-bottom: 6px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a0a0a0;
	padding-top: 5px;
}

#form input {
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #8c9799;
	font-style: normal;
	border: 1px solid #c9c9c9;
	padding: 11px 14px 11px;
	margin: 0;
}

.overflow_box{
	overflow: hidden;
	}
.col1, .col2{
	float: left;
	margin-right: 39px;
	width: 231px;
	}
	.col3{
		float: left;
		width: 230px;
		margin-right: 0;
		}


#form textarea {
	outline: none;
	background: transparent;
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 258px;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin: 0;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #8c9799;
	font-style: normal;
    padding: 10px 14px 10px;
}

#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #8c9799;
	border: 1px solid transparent;
    padding: 11px 14px 11px;
	height: 42px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
}

#form ._placeholder.hidden {
	display: none;
}

#form ._placeholder.focused {
	opacity: 0.3;
}


#form .message ._placeholder {
	height: 100% !important;
}
#form label {
	position:relative;
	display: block;
	min-height: 60px;
	clear: left;
	width: 100%;
}

	#form label.message{
		display: block;
		
		}




#form label.message {
	width: 100%;
	margin-left: 0;
	margin-bottom: 9px;
}

#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/*#form .message .error-message, #form .message .empty-message {
	bottom: -16px;
}*/




#form .invalid .error-message, #form .empty .empty-message {
	opacity: 1;
}

#form .btns {
	padding-top: 18px;
	text-align: right;
	float: left;
}
	


.btns a.btn {
	background: url(../images/btn_bg.jpg) repeat-x 0 0;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	padding: 8px 43px 10px 43px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
	
	.btns a.btn:hover{
		background: #545e60;
		text-decoration: none;
		}
	
	.comments{
		float: left;
		font: 14px/18px Arial, Helvetica, sans-serif;
		color: #545e60;
		margin-left: 17px;
		padding-top: 30px;
		}


.phone {
	position: relative;
}



.message br {
	height: 0;
	line-height: 0;
}

#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #dfe1e0;
	background: #fff;
	width: 100%;
	height: 41px;
	text-align: center;
	padding: 8px 10px 8px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form.success .success-message {
	display: block;
	opacity: 1;
}

.success_wrapper {
	position: relative;	
}

