/*#lform input {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

#lform {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin-top: 30px;
}

#lform h3 {
	margin-bottom: 20px;
}

#lformc {
	width: 450px;
	max-width: 100%;
	float: none;
	vertical-align: top;
	display: inline-block
}

#lform label {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
}

#lform input {
	width: 100%;
}


#lform input, .nc-calc select {
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border-bottom: 1px solid #999494;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-bottom: 0px;
	font-size: 16px;
}

#lform input:hover, #lform input:focus, .nc-calc select:hover, .nc-calc select:focus {
	color: #333131;
	border-bottom-color: #7c57bb;
}

.nc-calc select {
	cursor: pointer
}

#lform input::-webkit-input-placeholder {
	color: #333131;
}

#lform input:-moz-placeholder {
	color: #333131;
}

#lform input::-moz-placeholder {
	color: #333131;
}

#lform input:-ms-input-placeholder {
	color: #333131;
}

#lform input[type="submit"] {
	color: #f7f7f7;
	background-color: #7c57bb;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
	border-radius: 5px;
}

#lform input[type="submit"]:hover {
	opacity: 0.5
}

#lform .g-recaptcha {
	text-align: center;
}

#lform .g-recaptcha > * {
	float: none;
	vertical-align: top;
	margin: 0 auto;
}

#lform .f-error {
	padding: 5px;
	text-align: center;
	background-color: #d82c2c;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 20px;
}*/