.block-details-wilken #NLMINI {
	background: #000 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
#ems-wf-scroll:before {
	content: "";
	width: 100%;
	height: 100%;
    position: absolute;
    background-size: contain;
    top: 0;
    z-index: -1;
    opacity: 0.22;
    left: 0;
}
#ems-wf-dest .ems-wf-AttributesBooleanElement p {
    background: url("images/decoration_white.svg") no-repeat center 120px;
    font-family: 'MillerBanner_LightItalic';
    font-size: 20px;
    line-height: 35px;
    /* padding-top: 35px; */
    width: 100%;
    /* margin-top: 25px; */
    margin-bottom: 25px;
    text-align: center;
    text-transform: inherit;
}
#ems-wf-dest .ems-wf-AttributesBooleanElement p:before {
    content: "";
    background-size: contain;
    margin-bottom: 50px;
    height: 95px;
    display: block;
}
#ems-wf-dest .ems-wf-AttributesBooleanElement .ems-wf-AttributeBoolean {
    width: 100%;
    margin: 0 0 0 0;
    display: inline-block;
}
#ems-wf-dest .ems-wf-AttributeBooleanLabel{
    width: 90%;
    margin-left: 0;
}
#ems-wf-dest .ems-wf-AttributeBoolean> input[type="checkbox"] {
    margin: 5px 10px 0 0;
}
.block-details-wilken #ems-openModal input[type="text"]{
	margin: 0 auto;
	outline: none;
	border-radius:0px;
	float: left !important;
	display: inline-block !important;
	width: calc(76% - 40px) !important;
	
	background: #2d2d2d;
    color: #fff;
    border: 0px;
    text-align: left;
    font-size: 11px;
    font-family: 'zapfhumnst_btbold';
    letter-spacing: 1px;
    padding: 17px 20px !important;
}

.block-details-wilken button {
    width: 24% !important;
    float: left !important;
    margin: 0px !important;
   	clear: none !important;
   	background: url("images/arrow-right-btn.svg") no-repeat center #fff !important;
   	text-indent: -10000px !important;
   	height: 48px !important;
   	border: 0;
}
.block-details-wilken button:hover {
	-webkit-animation: arrowEffect .3s ease forwards;
	-moz-animation: arrowEffect .3s ease forwards;
	-ms-animation: arrowEffect .3s ease forwards;
	-o-animation: arrowEffect .3s ease forwards;
	animation: arrowEffect .3s ease forwards;
}
@-webkit-keyframes arrowEffect {
	0% {
		background-position: 50% center;
	}
	50%{
		background-position: 200% center;
	}
	51%{
		background-position: -100% center;
	}
	100% {
		background-position: 50% center;
	}
}
@keyframes arrowEffect {
	0% {
		background-position: 50% center;
	}
	50%{
		background-position: 200% center;
	}
	51%{
		background-position: -100% center;
	}
	100% {
		background-position: 50% center;
	}
}
.block-details-wilken #ems-wf-scroll{ 
	background-color: transparent !important;
	color:#fff;
	box-shadow : none !important;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: left;
}
#ems-wf-dest, #ems-wf-dest textarea {
	color:#fff;
	font-family: 'zapfhumnst_btroman';
}
.block-details-wilken #ems-wf-closeOverlay{
	cursor: pointer;
    height: 24px;
    width: 24px;
    background: url("images/close.svg") no-repeat center;
    right: 20px;
    top: 20px;
    line-height:24px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #acacac;
    border-radius:0px;
    font-size: 0;
}
.block-details-wilken #ems-wf-closeOverlay:hover{
    transition: box-shadow 200ms linear;
    box-shadow: none;
    color: inherit;
    background-color: #acacac;
}
input[type=text]:focus, textarea:focus {
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  border: 0px ;
}
.block-details-wilken #ems-wf-dest select {
    width: 100% ;
	height: 54px;
	overflow: hidden;
	background: url('images/arrow-down-select-white.svg') 93% center no-repeat transparent;
	border: 1px solid #3a3a3a;
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
  	padding-left: 20px;
}
.block-details-wilken #ems-wf-dest select option{
    color: black;
}
.block-details-wilken #ems-wf-dest select:after {
    content: "";
    background: url("../images/arrow-down-child-menu.svg") no-repeat center #fff;
    width: 10px;
    height: height: 54px;
    position: absolute;
    right: 20px;
    top: 50%;
}

#ems-wf-dest .ems-wf-twoColumn {
	overflow: inherit;
}

#ems-wf-dest input[type='text'], #ems-wf-dest input[type='password'], #ems-wf-dest textarea {
    position: relative;
    border-style: solid;
    padding: 17px 20px;
    border-radius: 0;
    border: 1px solid #3a3a3a;
    width: 100%;
    background: transparent;
    letter-spacing: 1px;
}
.block-details-wilken .clear{ text-align: center;}
.block-details-wilken input[type="submit"]{
	outline: none;
	background: none !important;
	border-radius: 0 !important;
	margin: 0;
	font-size: 10px;
	font-weight: inherit !important;
	border: none !important;
	float: left !important;
	padding: 0px !important;

}
.block-details-wilken input[type="submit"]:hover{ background: none !important;}
.block-details-wilken #button {
	clear: none;
}
#ems-wf-dest .ems-wf-inputElement {
	border: 0;
	mar
}
#ems-wf-dest .ems-wf-inputElement .ems-wf-button {
    margin-top: 15px !important;
    width: 100%;
}

#ems-wf-dest select{
	color:#ffffff;
}

#popupML {
	display: none;
	z-index: 2000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
}
#popupML .popupMLBox{
	width: 300px;
    height: 100px;
    padding: 30px;
    margin: 200px auto 0 auto;
    background-color: #1c1c1c;
    position: relative;
}
#mailPopup {
	margin: 0 auto;
	outline: none;
	border-radius:0px;
	float: left !important;
	display: inline-block !important;
	width: calc(76% - 40px) !important;
	
	background: #2d2d2d;
    color: #fff;
    border: 0px;
    text-align: left;
    font-size: 11px;
    font-family: 'zapfhumnst_btbold';
    letter-spacing: 1px;
    padding: 17px 20px !important;
}
/*
 * Tablet sizes and up
 */
@media only screen and (min-width: 768px) {
	.block-details-wilken #ems-wf-scroll{ 
		width:660px !important;
	}
	.block-details-wilken #ems-wf-scroll{
		min-height: 70%;
	}
	#ems-wf-dest input[type='text'], #ems-wf-dest input[type='password'], #ems-wf-dest textarea,
	.block-details-wilken #ems-wf-dest select {
		width: 100%;
	}
	#ems-wf-dest .ems-wf-AttributesBooleanElement .ems-wf-AttributeBoolean {
	    width: 45%;
	    margin: 0 4% 0 0;
	    display: inline-block;
	}
	#ems-wf-dest .ems-wf-inputElement .ems-wf-button {
    	float: right !important;
    	margin-top: 15px !important;
	}
}