
/*
-----------------------------------
Magnific Popup Content
-----------------------------------
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042 !important;
  overflow: hidden;
  position: fixed;
/*   background: rgba(33, 33, 33, 0.68); */
	background: rgba(28, 36, 44, 0.78);
}

.mfp-iframe-holder {


}
.mfp-iframe-holder .mfp-content {
	max-width: 90%;

	margin-top: 50px;
	box-shadow: none;
}
.mfp-iframe-holder .mfp-iframe-scaler iframe {

	border-radius: 0px;
	box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.14);
	height: 80vh;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px 0px 0px 0px;
  width: auto;
  max-width: 640px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 80px;
  border-radius: 5px;
 

	background-size: 80% auto;
}


.white-popup .mfp-close {
	top: 0px;
	right:0px;
	font-family: 'Lato';
	font-size: 34px;
	font-weight: 300 !important;
/* 	background: rgba(0, 0, 0, 0.07); */
	width: 60px;
	height: 48px;
	line-height: 48px;

}

.white-popup.normal {
	margin-top: 100px;
	padding: 30px;
	max-width: 800px;
	border-radius: 0px;
}
.white-popup.wide {
	margin-top: 100px;
	padding: 30px;
	max-width: 1024px;
	border-radius: 5px;
}

.white-popup.full {
  padding-top: 40px;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  background: #fff;
  margin: 0px auto;
  border-radius: 0px;
}
.mfp-container {
	padding: 0;
}

.white-popup .inner {
	padding: 3em 2em 0.5em;
}
	@media (max-width: 1024px) {
		 .white-popup.normal,
		 .white-popup.wide {
			 max-width: 94%;
		}
	}
	@media (max-width:768px) {
		.white-popup .inner {
			padding:  2em 1em;
		}
	}
	@media (max-width: 500px) {
		.white-popup,
		.white-popup.normal,
		.white-popup.wide {
			margin-top: 20px;
			padding: 0px;
		}

		.white-popup .inner {
			padding:  4em 0.5em 1em;
		}
	}


.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow:hidden;
  text-align: center;
  margin-top: -50px;
  margin-left: -50px;
  left: 50%;
  right: 8px;
  z-index: 1044;
  background: url('../images/three-dots.svg') no-repeat center;
	background-size: 64px auto; }

/* Popup Header */
.modal-header {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	min-height: 46px;
	line-height: 46px;
	padding-left: 0em;
	letter-spacing: 1px;
	text-align: center;
	 border-radius: 10px 10px 0 0;
	 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/*-moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.1);*/
}
.modal-header.opac {
	background-color: rgba(255, 255, 255, 0.42) !important;
}
.modal-header .modal-header-title {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 900 !important;
	letter-spacing: 1px;
	color: #9f9c9c;

}



/* Popup Footer */
.modal-footer {
	display: block;
	width: 100%;
	min-height: 42px;
	line-height: 42px;
	padding-left: 0em;
	text-align: center;
	background: rgba(0, 0, 0, 0.07);
	font-size: 0.7em;
	font-weight: 900;
	color: #232226;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.modal-body {
	padding: 1em;
}

.modal-body .modal-header-icon {

	display: block;
	width: 64px;
	height: 64px;
	line-height: 1;
	padding: 0px 0;
	border-radius: 1000px;
	text-align: center;
  margin: auto;
}
.modal-body .modal-header-icon.font {
	padding: 15px 0;
}
.modal-body .modal-header-icon i {
	font-size: 3rem;

}

.modal-body .modal-headline {
	font-size: 1.7em;
}
.modal-body .modal-headline.large {
	font-size: 2.1em;
}
.modal-body .modal-intro {
	display: block;
	text-align: center;
}
.modal-body .modal-intro p{
	font-size: 1em;
	line-height: 1.4;
}

.modal-body label {
	font-size: 13px;
	margin-left: 10px;
	text-align: left !important;
}

.modal-body input[type="checkbox"] {
	float: left;
	top: 3px;
	position: relative;
	width: 6%;
	margin: 0;
}
.modal-body input[type="checkbox"] + label {
	float: left;
	display: inline-block;
	font-weight: 700;
	width: 94%;
	margin: 0;
	line-height: 1.1;
}
.modal-body input[type="checkbox"] + label span {
	font-weight: 400;
}
.modal-body kbd {
	margin-top: 10px;
	padding: 10px 15px 8px !important;
}

.modal-input {
	padding-left: 1em !important;
	font-size: 1em !important;
	background: #fff !important;
	height: 48px !important;
	border-radius: 5px !important;
	margin-bottom: 5px !important;

	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow:  0 0px 0 0 rgba(0, 0, 0, 0.06) !important ;
	-webkit-box-shadow:  0 0px 0 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow:  0 0px 0 0 rgba(0, 0, 0, 0.06) !important;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;


}
.modal-input:focus {
	border-color: #1ec4d7 !important;
-webkit-box-shadow:  0 1px 40px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.modal-inputarea {

	padding-top: 1em !important;
	padding-left: 1em !important;
	font-size: 1em !important;
	background: #fff !important;
	height: 148px !important;
	border-radius: 5px !important;
	margin-bottom: 5px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow:  0 0px 0 0 rgba(0, 0, 0, 0.06) !important ;
	-webkit-box-shadow:  0 0px 0 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow:  0 0px 0 0 rgba(0, 0, 0, 0.06) !important;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modal-inputarea:focus {
	background: #fff;
	-webkit-box-shadow:  0 1px 30px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1) !important;
}
.wrong {
	display: block;
	position: relative;
}
.wrong .modal-input {
	border-color: #ef1241 !important;
}
.modal-body .errors {
	display: block;
	left: 10px;

	color: #ef1241;
	font-size: 11px;
	position: absolute;
	bottom: -15px;
}
p.alert {
	color: #ef1241 !important;
}
p.alert .example {
	color: #232226 !important;
}

	@media (max-width: 500px) {
		.modal-body {
			padding: 0em;
		}
		.modal-body .modal-headline.large {
			font-size: 1.5em;
		}
		.modal-body .modal-intro p {
			line-height: 1.2 !important;
		}
	}


.form-wrap {
	padding-bottom: 20px;
}
.form-wrap .row {
	padding-bottom: 10px;
}

.input-wrapper {
	display: block;
	position: relative;
}
.input-wrapper.domain {

}

.input-wrapper.domain .modal-input {

	font-size: 1.3em !important;
	height: 60px !important;

}

.input-wrapper .searchit {
	position: absolute;
	top: 0;
	right: 0px;
	min-width: 80px;
	height: 48px;
	line-height: 1;
	background: none !important;
	z-index: 99 !important;
}
.input-wrapper.domain .checkit {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	padding-right: 2em;
	height: 60px;
	line-height: 1;
	border-radius: 0 5px 5px 0;
	border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.input-wrapper.domain .checkit:hover {
	background: #13bed0 !important;
}


.input-wrapper .searchit i {
	color: #b9bdc5;
}
.input-wrapper .searchit:hover i {
	color: #1ab2c2;
}

.domain-name {
	font-weight: 600;
	font-size: 2.1em;
}


/* Languages */
.language-wrap {
	display: block;
	padding: 20px 25px;
}
.language-wrap > a {
	position: relative;
	display: inline-block !important;
	width: 80px !important;
	height: 80px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 35px 24px;
	background-position: center;
	padding: 0 !important;
	margin: 0 20px;
	outline: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
}
.language-wrap > a:hover {
	border: 1px solid rgba(0, 0, 0, 0.44);
	}
.language-wrap > a.current {
	border: 1px solid #E1B345;
	}

.language-wrap a.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABuklEQVRoQ+2bTUsCURSG32MtahMEmquW/gdr1cpUaFFobZI+NFq3i/5AtmodVAi6iamEFmF/oPwPI7S1VKJFCUFzwgnBhYPcWV7eWQ3M3AvvM88588Edwcj2ni+mI4gcApoURRwiMnrcun1VVcEbIE0P3sWCc9UYZvSDv67szszFpiuAbFkX3iiQ3nzjc2/Rcfo+mG6uVBWRbaM5LD1ZVWvR28uC9HL7KcjUk6U5w8XS31Xp5kp3IrIRbgY7Rym0Lr38QQdA1M6I4VIptD0Ao+GGWz3KI5iA60swBGNW+jSGxtAYMwI0xowXewyNMTTmq//DJ98xzIRgxptEMEE9hsbQGKPuy1JiKRkJAxpDY2iMGQEaY8aLPYbG0BgzAjTGjJdkz1r87DDuswPBBLxEEgzBGDUZ9piguxJLiaXEUjIiwFIyw8XmG2yM2wGEa/BGAKlqTzLl1r0I1s1Es/tsVdQlc+qmJCJc5ztyrT3VtL8yPFt2q+DK8H80qrXH40TBB7N09Dw7H49VILJpd5FMSqfOR7uz83K+/P8vwXDLlN01AYqAJCGIT5rGiuM6+PtEm56H68ZJ4mGY6Q/sgs6OzrF6dQAAAABJRU5ErkJggg==');
}
.language-wrap a.du {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABsUlEQVRoQ+2bTUsCURSG3zNttDaBgav+h62aJhhtoIVptkkiIvpNbSLQTYUJLSIVrJ3+jyASEVyk7uaEQ4KBQ9xZ3t5ZDcy9A+8zzz3zwRnB0ubmiwXHca4gkoNqVkRk+bht+6qqEBlAtR+G4fVbq/myyBgFd103tZbO3ELkxLbwRnlU76bjj/NerzeLwHhBqSaQU6OTWDpYofXuc6Mq3kHZF0HL0pyJYqkiL15QagjkKNEZLJ2kiqZ4QXkowJalGRPFUuBT9oOyJppt96SQYGIuMMEQjNnapzE0hsaYEaAxZrxYY2iMoTGj40s++a5gJgSz2iSCiasxNIbGGFVfLiUuJSNhQGNoDI0xI0BjzHixxtAYGmNGgMaY8WKNiTNm2vH4PWbV9xiCiXm7JhiCMaq+QmNoDI0xIsDbtRku1pg4YyadvaFA2IO3BEiBkUza3qMIimai2T066tr8anu+wz7fX1c6hBaizvBp26tBwM7wOQxFfd3vViMw7/c76cxmav4vQcXuRfJHOsXDaDw72678/EuwGD5p7R7CcS4AyQmQ/Q+QFBgA2ofiZsN/fVpk/gaSkrL94ouaMgAAAABJRU5ErkJggg==');
}
.language-wrap a.uk {
	background-image: url('data:image/png;base64,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');
}

.language-wrap > a.current .icon-check {
	position: absolute;
	top: -14px;
	right: 26px;
	width: 26px;
	height: 26px;
	line-height: 22px;
	font-size: 0.9em;
	text-align: center;
	background: #a2d04d;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 1000px;
}

.language-wrap .name {
	position: absolute;
	bottom: -30px;
	text-align: center;
	display: block;
	width: 100%;
	color: 	#000;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.language-wrap > a:hover .name,
.language-wrap > a.current .name {
	color: 	#E1B345;
}







/* overlay at start */
.mfp-search.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-search.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-search.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-search.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-search.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-search.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
