/** forms **/
.ld_mc_form {
	margin-top: 4em;
}
.ld_mc_form fieldset {
	margin-bottom: 2em;
}
.ld_mc_form fieldset legend {
	font-family: gej-hindlight, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 20px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	color: #96c52c;
	margin-top: 1em;
}
.ld_mc_form fieldset legend span {
	position: relative;
	font-family: gej-hindmedium, Arial, sans-serif;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	margin-right: 8px;
}
.ld_mc_form fieldset legend span:before {
	position: absolute;
	left:0;
	top: 0;
	height: 30px;
	width: 30px;
	font-size: 30px;
	font-family: "gej" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e010";
	color: #96c52c;
	z-index: -1;
}
.ld_mc_form fieldset div.block_items {
	margin-left: 0;
}
#contact_form fieldset div.block_items {
	margin-left: 0;
}
.ld_mc_form fieldset div.block_items .item {
	margin-bottom: 1em;
	position: relative;
}
.ld_mc_form fieldset div.block_items .item-mt {
	margin-top: 2em;
}
.ld_mc_form fieldset div.block_items .item textarea,
.ld_mc_form fieldset div.block_items .item input:not([type='checkbox']) {
	width: 100%;
	padding: 0.5em;
	font-family: gej-hindregular, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 1.5;
	border: none;
	border-bottom: 1px solid #7f7f7f;
	background-color: transparent;
}
.ld_mc_form fieldset div.block_items .item textarea {
	border: 1px solid #7f7f7f;
	height: 200px;
	resize: vertical;
}
.ld_mc_form fieldset div.block_items .item-file {
	margin-top: 2em;
}
.ld_mc_form fieldset div.block_items .item-file input {
	border: none;
}
.ld_mc_form .item-checkbox input {
	display: none;
}
.ld_mc_form .item-checkbox label {
	display: block;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}
.ld_mc_form .item-checkbox label:before,
.ld_mc_form .item-checkbox label:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px;
	border: 2px solid #96c52c;
}
.ld_mc_form .item-checkbox label:after {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background-color: #96c52c;
}
.ld_mc_form .item-checkbox input:checked + label:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.ld_mc_form .item label {
	position: absolute;
	font-family: gej-hindregular, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 1.5;
	left: 11px;
	top: 10px;
	bottom: 0;
	color: #7f7f7f;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: -1;
}
.ld_mc_form .item label.mc_label_multi {
	position: relative;
	font-family: gej-hindregular, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 1.5;
	color: #7f7f7f;
}
.ld_mc_form .item-checkbox label,
.ld_mc_form .item-file label {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	color: #000000;
	z-index: 1;
}
/*.ld_mc_form fieldset div.block_items .item input:focus + label,
.ld_mc_form fieldset div.block_items .item textarea:focus + label,
.ld_mc_form fieldset div.block_items .item input:not([type='checkbox']):valid + label,
.ld_mc_form fieldset div.block_items .item input.item_error + label,
.ld_mc_form fieldset div.block_items .item input.item_success + label,
.ld_mc_form fieldset div.block_items .item textarea.not_empty + label {
	top: 0;
	font-size: 11px;
	font-size: 1.1em;
	color: #96c52c;
	text-transform: uppercase;
}*/
.ld_mc_form .action {
	text-align: right;
}
.ld_mc_form .action .button {
	padding: 0.5em 1.5em;
	color: #7f7f7f;
}
.ld_mc_form .action .button:hover {
	color: #FFFFFF;
}
.ld_mc_form .block_error {
	margin-bottom: 1em;
}
.ld_mc_form .item_error {
	color: #FF0000;
	font-family: gej-hindregular, Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2em;

}
.ld_mc_form .success, .ld_mc_form .error {
	color: #96c52c;
	font-family: gej-hindregular, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 1.5;
	border: 1px solid #96c52c;
	padding: 1em;
}
.ld_mc_form .error {
	color: #FF0000;
	border-color: #FF0000;
}
.ld_mc_form .block_items .item_textarea {
	margin-top: 4em;
}
.ld_mc_form .mc_item_error {
	font-style: italic;
	color: #FF0000;
}
.ld_mc_form .item_accordeon {
	display: none;
}
.mc_overlayer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.mc_spinner {
	margin: auto 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: calc(50% - 18px);
	display: none;
	z-index: 100;
}

.mc_spinner > div {
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.mc_spinner .mc_bounce1 {
	-webkit-animation-delay: -0.48s;
	animation-delay: -0.48s;
}
.mc_spinner .mc_bounce2 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.mc_spinner .mc_bounce3 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
	  }
}
.entry-content .ld_mc_form ul li::before {
	background-color: transparent;
	height: 0;
	width: 0;
}
.ld_mc_form .mc_block_accordeon {
	margin-bottom: 2em;
}