	
/*
----------------------------------- 
Magnific Popup Content
-----------------------------------
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042 !important;
  overflow: hidden;
  position: fixed;
  background: #fff;
  background-size: cover;
}
.mfp-fade.mfp-bg.mfp-ready {
	
}

.open-modal {
	outline: 0 !important;
}
.mfp-iframe-holder .mfp-content {
	max-width: 90%;
}


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

.white-popup .mfp-close {
	top: 20px;
	right: 20px;
	font-size: 48px;
	overflow:hidden;
	text-indent: -9999px;
	background:  url('../images/close-dark.png') no-repeat;
	background-color: none;
	background-size: cover;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 35px;
	top: 25px;
	text-decoration: none;
	text-align: center;
	opacity: .8;
	filter: alpha(opacity=8);
}


button.mfp-close {
  	width: 50px;
	height: 50px;
  	background:  url('../images/close-dark.png') no-repeat;
	background-color: none;
	background-size: cover;
	right: 35px;
	top: 25px;
  padding-right: 0;
  overflow:hidden;
	text-indent: -9999px;
  text-align: center;
  opacity: .8;
	filter: alpha(opacity=8);

}


.white-popup.wide {
	margin-top: 100px;
	padding: 0px;	
	max-width: 1024px;
}

.white-popup.full {
	padding-top: 100px;
  width: 100%;
  max-width: 100%;
  background: none;
}

.white-popup .inner {
	padding:  0.5em 2em;
}
	
	@media (max-width:768px) {
		.white-popup .inner {
			padding:  0.5em 1em;
		}	
	}
	@media (max-width: 600px) {
		.white-popup {
			margin-top: 0px;
			padding: 0px;	
		}
		.white-popup.full {
			padding-top: 40px;
			width: 100%;
			max-width: 100%;
			background: none;
		}
		
		.white-popup .inner {
			padding:  0.5em 0.5em;
		}
		.white-popup .mfp-close {
			top: 10px;
			right: 10px;
			width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 9999 !important;
		}
		
	}
	
.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/oval.svg') no-repeat center;
  background-size: 64px auto; }


/* Popup Header */
.modal-header {
	display: none;
	width: 100%;
	min-height: 46px;
	line-height: 46px;
	padding-left: 0em;
	letter-spacing: 1px;
	text-align: center;
	 border-radius: 5px 5px 0 0;
	 
	-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -3px 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.72) !important;
}
.modal-header .modal-title {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 900 !important;
	letter-spacing: 1px;
	color: #9f9c9c;
	
}
.modal-header i {
	position: absolute;
	line-height: 46px;
	left: 1.3em;
}




/* 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-headline {
	font-size: 1.7em;
}
.modal-body .modal-headline .logo {
	width: 285px;
	height: 90px;
	display: block;
	position: relative;
	
	
	margin: 0 auto;
	
	text-align: left;
    z-index: 98 !important;
    background: url('../images/logo-thialf.png') no-repeat left;
	background-size: contain;

}

.modal-body .modal-intro p{
	font-size: 1em;
	line-height: 1.4;
}


.modal-input[type="search"] {
	color: #000;
	padding-left: 1em !important;
	font-size: 1em !important;
	background: #fff !important;
	height: 48px !important;
	border-radius: 0px !important;
	margin-bottom: 5px !important;
	border: 1px solid rgba(0, 0, 0, 0.4) !important;
	/* -moz-box-shadow: 0 0 9px -4px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 9px -4px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 9px -4px rgba(0, 0, 0, 0.6); */
}
.modal-input:focus {
	border-color: #000 !important;
}

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



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

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

.input-wrapper.domain .modal-input {
	padding-left: 1em !important;
	font-size: 1.3em !important;
	background: #fff !important;
	height: 60px !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;
}

.input-wrapper .searchit {
	position: absolute;
	top: 0;
	right: 0px;
	min-width: 80px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	font-size: 1rem;
	background-color: #000;
	border-color: #000;
	color: #FFFFFF;
}
.input-wrapper .searchit:hover {
	background-color: #000;
	color: #FFFFFF;
}

.input-wrapper.domain .searchit {
	font-size: 0.86em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 2em;
	height: 60px;
	line-height: 60px;
}
.input-wrapper .searchit i {
	color: #b9bdc5;
}	
.input-wrapper .searchit:hover i {
	color: #fff;
}	



/* 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;
}


/* Shares */
.share-wrap {
	display: block;
	padding: 20px 25px;
}
.share-wrap > a {
	position: relative;
	display: inline-block !important;
	width: 80px !important;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 !important;
	padding-top: 4px;
	margin: 0 15px;
	outline: 0;
	border: 2px solid #e6e0d9;
	border-radius: 1000px;
	font-size: 1em;
	
}
.share-wrap > a:hover {
	border: 2px solid #beb7af;
	}
.share-wrap a i {
	line-height: 80px;
	font-size: 1.8em;
}
.share-wrap a.facebook i {
	color: #3a5795;
}
.share-wrap a.twitter i {
	color: #55acee;
}
.share-wrap a.googleplus i {
	color: #eb4a3a;
}
.share-wrap a.email i {
	color: #8ed1de;
	line-height: 76px;
}
.share-wrap span {
	position: absolute;
	bottom: -30px;
	text-align: center;
	display: block;
	width: 100%;
	color: 	#8c725e;
	font-size: 1em;
	line-height: 1;
}






/* 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;
}

/* overlay at start */
.mfp-iframe.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-iframe.mfp-bg.mfp-ready {
  opacity: 0.7;
}
/* overlay animate out */
.mfp-iframe.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-iframe.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-iframe.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-iframe.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;
}
