/****Form****/

#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #ccc;
	font: 13px/18px 'Roboto', sans-serif;
	border: 1px solid transparent;
	padding: 6px 13px 8px;
	height: 32px !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: 30px;
	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: 48px;
	float: left;
	clear: left;

}
#form label+label {
}
#form label.message {
	width: 100%;
	margin-left: 0;
}
#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height: 14px;
	width: auto;
	position: absolute;
	z-index: 11;
	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;
}
.phone {
	position: relative;
}

.countries { font-weight:normal}
.message br {
	height: 0;
	line-height: 0;
}
#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 100%;
	color: #777777;
	font-size: 13px;
	height: 74px;
	text-align: center;
	padding: 25px 10px;
	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;
}
