.rd-mailform {
	position: relative;
}

label {
	margin-bottom: 6px;
	font-weight: 400;
}

.input-sm,
.input-lg,
.form-input {
	font-size: 14px;
}

.input-sm, .input-sm:focus,
.input-lg,
.input-lg:focus,
.form-input,
.form-input:focus {
	box-shadow: none;
}

.form-input {
	border-radius: 5px;
}

textarea.form-input {
	height: 170px;
	min-height: 50px;
	max-height: 370px;
	resize: vertical;
}

input.text-gray-darker {
	color: #434445;
}

input.text-gray-darker::-moz-placeholder {
	color: #434445;
	opacity: 1;
}

input.text-gray-darker:-ms-input-placeholder {
	color: #434445;
}

input.text-gray-darker::-webkit-input-placeholder {
	color: #434445;
}

.form-input {
	-webkit-appearance: none;
	line-height: 24px;
}

.form-input:focus {
	outline: 0;
}

.input-sm {
	line-height: 24px;
}

.input-lg {
	line-height: 24px;
}

.form-input-rect {
	border-radius: 0;
}

.form-input-ellipse.form-input {
	border-radius: 23px;
}

.form-input-ellipse.form-input-sm {
	border-radius: 20px;
}

.form-input-ellipse.form-input-lg {
	border-radius: 29px;
}

.form-input-impressed {
	background: #f7f7f7;
	border: none;
}

.form-input-impressed, .form-input-impressed:focus {
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.form-input-impressed.form-validation-inside + .form-validation {
	background: #f7f7f7;
}

.form-inline-custom .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}

.form-inline-custom .input-group .form-input:focus {
	z-index: 1;
}

.form-inline-custom .input-group-btn:last-child > .btn {
	margin-left: -30px;
}

.form-inline-custom .form-input {
	padding-right: 44px;
}

@media (max-width: 479px) {
	.form-inline-custom .btn {
		padding: 7px 20px;
	}
}

.rd-mailform-context-dark .form-validation {
	color: #ffdfd5 !important;
}

.form-wrap {
	position: relative;
	margin-bottom: 16px;
}

.form-wrap-multiple {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.form-wrap-multiple .form-wrap {
	width: 100%;
	margin-bottom: 0;
}

.form-wrap-multiple .form-wrap + .form-wrap {
	position: relative;
	margin-top: 20px;
}

@media (min-width: 576px) {
	.form-wrap-multiple {
		flex-direction: row;
		align-items: baseline;
	}
	.form-wrap-multiple .form-wrap + .form-wrap {
		margin-left: 30px;
		margin-top: 0;
		position: relative;
	}
	.form-wrap-multiple .form-wrap + .form-wrap:before {
		content: "â€“";
		position: absolute;
		bottom: 15px;
		left: -20px;
		margin-top: -1px;
	}
}

.form-input {
	display: block;
	width: 100%;
	height: 46px;
	padding: 9px 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #272727;
	background-color: transparent;
	background-image: none;
	border: 2px solid #bdbdbd;
	/* border-radius: 0px; */
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 16px;
	font-size: 14px;
	color: #868686;
	pointer-events: none;
	z-index: 1;
	transition: .3s;
	transform: translateY(-50%);
	transform-origin: 0 0;
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #272727;
}

.form-label-sm {
	top: 20px;
	left: 12px;
}

.form-label-sm.focus {
	top: -1px;
}

.form-label-lg {
	top: 35px;
	left: 35px;
}

.form-label-lg.focus {
	top: 8px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
		color: #868686;
		font-size: 14px;
		opacity: 1;
	}
}

.form-label-outside.form-label-size-lg {
	font-size: 16.8px;
}

.form-label-outside.form-label-size-sm {
	font-size: 11.2px;
}

.form-validation {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	line-height: 10px;
	margin-top: 2px;
	transition: .3s;
}

.form-validation-inside + .form-validation {
	top: 2px;
	margin-top: 0;
	left: 12px;
	background: #fff;
	z-index: 10;
}

.form-input-feedback {
	font-size: 20px;
}

.form-in-process {
	cursor: wait;
}

.form-in-process button,
.form-in-process textarea,
.form-in-process select,
.form-in-process input {
	pointer-events: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #e50a0a;
}

.has-error .form-input:not(.form-input-impressed), .has-error .form-input:not(.form-input-impressed):focus {
	border-color: #f54b0f;
	box-shadow: none;
}

.has-error .form-input-impressed, .has-error .form-input-impressed:focus {
	box-shadow: inset 0 0 0 1px #f54b0f;
}

.has-error .input-group-addon {
	color: #fff;
	border-color: #f54b0f;
	background-color: #f54b0f;
}

.has-error .input-group-btn > .btn {
	border-color: #f54b0f;
	background: #f54b0f;
}

.has-error .form-validation {
	color: #e50a0a;
}

.has-error .recaptcha iframe {
	border: 1px solid #f54b0f;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #84c450;
}

.has-success .form-input:not(.form-input-impressed), .has-success .form-input:not(.form-input-impressed):focus {
	border-color: #abcc37;
	box-shadow: none;
}

.has-success .form-input-impressed, .has-success .form-input-impressed:focus {
	box-shadow: inset 0 0 0 1px #abcc37;
}

.has-success .input-group-addon {
	color: #fff;
	border-color: #abcc37;
	background-color: #abcc37;
}

.has-success .input-group-btn > .btn {
	border-color: #abcc37;
	background: #abcc37;
}

.has-success .form-validation {
	color: #84c450;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #F3A43D;
}

.has-warning .form-input:not(.form-input-impressed), .has-warning .form-input:not(.form-input-impressed):focus {
	border-color: #f5bf2f;
	box-shadow: none;
}

.has-warning .form-input-impressed, .has-warning .form-input-impressed:focus {
	box-shadow: inset 0 0 0 1px #f5bf2f;
}

.has-warning .input-group-addon {
	color: #fff;
	border-color: #f5bf2f;
	background-color: #f5bf2f;
}

.has-warning .input-group-btn > .btn {
	border-color: #f5bf2f;
	background: #f5bf2f;
}

.has-warning .form-validation {
	color: #F3A43D;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
	color: #64aae1;
}

.has-info .form-input:not(.form-input-impressed), .has-info .form-input:not(.form-input-impressed):focus {
	border-color: #79ccf2;
	box-shadow: none;
}

.has-info .form-input-impressed, .has-info .form-input-impressed:focus {
	box-shadow: inset 0 0 0 1px #79ccf2;
}

.has-info .input-group-addon {
	color: #fff;
	border-color: #79ccf2;
	background-color: #79ccf2;
}

.has-info .input-group-btn > .btn {
	border-color: #79ccf2;
	background: #79ccf2;
}

.has-info .form-validation {
	color: #64aae1;
}

.has-feedback .form-label ~ .form-input-feedback {
	top: 0;
}

@media (min-width: 768px) {
	.has-feedback .form-label ~ .form-input-feedback {
		top: 34px;
	}
}

.has-feedback .input-sm ~ .form-input-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.has-feedback .form-input {
	padding-right: 50px;
}

.has-feedback .form-input.input-sm {
	padding-right: 40px;
}

.has-feedback .form-input.input-lg {
	padding-right: 70px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	visibility: hidden;
	transform: translateX(-500px);
	transition: .3s all ease;
	z-index: 9999999;
}

#form-output-global.active {
	transform: translateX(0);
	visibility: visible;
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	line-height: 10px;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #e50a0a;
}

.form-output.success {
	color: #84c450;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-left: -20px;
	margin-top: 5px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #f5f5f5;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	position: absolute;
	opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #434445;
	border-radius: 50%;
}

.checkbox,
.checkbox-inline {
	padding-left: 20px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	border-radius: 3px;
	margin-left: 0;
	left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	content: "ïˆ¢";
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #434445;
}

.toggle-custom {
	display: none;
}

.toggle-custom-dummy {
	content: "";
	display: inline-block;
	width: 32px;
	height: 14px;
	background-color: #e5e5e5;
	border-radius: 15px;
	transition: background 0.3s ease;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.toggle-custom-dummy:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 21px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
	left: -9px;
	top: -4px;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.toggle-custom:checked + .toggle-custom-dummy {
	background-color: #06a08d;
}

.toggle-custom:checked + .toggle-custom-dummy:after {
	left: 9px;
}

.toggle-inline {
	cursor: pointer;
}

.toggle-inline .toggle-custom-dummy {
	margin-right: 20px;
	margin-left: 6px;
}

.toggle-inline + .toggle-inline {
	margin-left: 20px;
}

.form-search {
	position: relative;
}

.form-search .form-label {
	top: 23px;
}

.form-search .form-wrap {
	margin-bottom: 0;
}

.form-search-submit {
	position: absolute;
	font-size: 15px;
	right: 19px;
	top: 0;
	bottom: 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	color: #868686;
	transition: .3s all ease;
}

.form-search-submit span {
	transition: inherit;
}

.form-search-submit:hover, .form-search-submit:focus {
	color: #272727;
	outline: none;
}

.form-search-submit:hover span, .form-search-submit:focus span {
	color: #272727;
}

.form-search-label {
	color: #434445;
}

.form-search-input {
	padding-right: 43px;
	color: #434445;
}

.recaptcha iframe {
	border-radius: 3px;
}

.input-group .form-input:focus {
	z-index: 1;
}
