/*
---------------------------
TOPBAR
---------------------------
*/

#topbar {
	width: 100%;

	left: 0;
	height: 140px;
	position: absolute;
	top:0;
	display: block;
	background: transparent;
	
	/* background-color: rgba(46, 46, 46, 0.32);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px); */
	
	z-index: 9999 !important;

	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;

}
.no-cover #topbar {
	position: relative;
}
.is-reveal-open #topbar {
	z-index: 9999999999 !important;
}


#topbar.scrolled {
	background: rgba(255, 255, 255, 1);
	transform: translateX(0%) translateY(-130px);
}

#topbar.nav-up {
  transform: translateX(0px) translateY(0px);
}
#topbar.scrolled.nav-up {
	transform: translateX(0px) translateY(-130px);
}

#topbar .grid-container {
	height: 100%;
}
#topbar:before {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 240px;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgb(0, 18, 39) 0%, rgba(0, 18, 39,0.6) 40%, rgba(0, 18, 39,0) 65%, rgba(0, 18, 39,0) 100%);
	content: '';
	opacity: 0.7;
}
#topbar:after {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height:1px;
	background: #fff;
	opacity: 0.1;
	content:'';
	z-index: -1;
}
#topbar.no-border:after {
	opacity: 0;
}

.no-cover #topbar:before {
	display: none;
}
.no-cover #topbar:after {
	opacity: 0.08;
	background: #000;
}

#topbar.scrolled:after {
	opacity: 0.08;
}

	@media (max-width: 1460px) {
		#topbar {
			width: 100%;
		}

	}
	@media (max-width: 1023px) {
		#topbar {
			width: 100%;
		}
		#topbar:before {
			display: none;
		}
		#topbar:after {
			display: none;
		}

		
	}
	@media (max-width: 767px) {
		#topbar {
			height: 90px;
		}
	}

/* Extra */
.topbar-extra {
	position: relative;
	width: 100%;
	height:20px;
	padding: 0 0px 0 0px;
	z-index: 88;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.topbar-extra .grid-container {
	display: none;
	border-radius: 0 0 3px 3px;
}
.topbar-extra.bg-dark {
	background: transparent !important;
}

.scrolled .topbar-extra {

}




.topbar-extra-content {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 0px;
}
.topbar-extra-content .menu {
  	width: 100%;
	display: flex;
	align-items: center;
	height: 40px;
}
.topbar-extra-content .menu.align-left {
	padding-left: 10px;
}
.topbar-extra-content .menu.align-right {
	right: 0px;
}



.topbar-extra-content .menu.align-right li:last-child {
	border:0;
}
.topbar-extra-content .menu li {
	font-size: 14px;
}
.topbar-extra-content .menu a,
.topbar-extra-content .menu span {
	color: rgba(35, 34, 34, 0.8);
	font-size: 13px;
	font-weight: 400;
	
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 15px;
}
.topbar-extra-content .menu.topbar-usp a,
.topbar-extra-content .menu.topbar-usp span {
	font-style: italic;
}
.topbar-extra-content .menu a:hover {
	color: #FE7B12;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu li {
	color: rgba(255, 255, 255, 0.8);
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu a,
[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu span {
	color: #fff;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .topbar-extra-content .menu a:hover {
	color: #fff;
}
.topbar-extra-content .menu a,
.topbar-extra-content .menu span i {
	margin-right: 5px;
}
.topbar-extra-content .menu a.call {
	background: #FE7B12;
	border-radius: 0 0 6px 6px;
	font-style: italic;
	font-size: 15px
}
.bg-light .topbar-extra-content .menu a.call {
	background: transparent;
	
}	

.topbar-extra-content .menu a.call span {
	padding: 0;
	font-weight: 700;
	font-size: 15px;
	color: #de002b;
}
.topbar-extra-content .menu a.call i  {
	position: relative;
	top: 0px;
	font-size: 15px !important;
	margin: 0 5px 0 10px;
	color: #de002b;
	/* transform: scaleX(-1); */
}

.topbar-extra-content .menu a.button {
	background-color: rgba(35, 34, 34, 0);
	margin: 0 10px 0 10px;
	font-weight: 500;
	font-size: 12px;
	border:0;
}
.topbar-extra-content .menu a.button:before {
	display: none;
}
.topbar-extra-content .menu a.button:hover {
	color: #de002b !important;
}
.topbar-extra-content .menu a.button.dropdown::after {
	border-color: #fff transparent transparent;
}
.topbar-extra-content .menu a i {
	position: relative;
	top:1px;
	font-size: 11px !important;
	margin-left: 4px;
}
.topbar-extra-content .menu a i {
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1;
}

.change-language {
	font-weight: 700;
}
.language-button {
	width: 40px;
	height: 40px;
	margin-right: 0px;
	border-radius: 0px 0 6px 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: background 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;

}
.bg-light .language-button {
	background-color: transparent;
}
.language-button:hover,
.language-button.hover {
	background-color: rgba(255, 255, 255, 1);	
}
.language-button.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAAZ5JREFUaAXt271KA1EQBeCZSwhK0EbRynLfQRtLfwo7QyohIiQ+gfoIdoKVQRALG00nBI2lNnkHC8EuYLrEgILjbEgg7nJewHtuk90z29wvhwQSrsrU6pXrWyo/dRNbFdFlH+nU+D9emoh1VbRjEhoLzcbjZJOjjb9VqzPzg+K1P1SZDOJ81dtPKe2vNM+GhRRgrl+8FI0dJZWwyqwNvv1iT3u7tQ1Haacx11jAdDP4p0idIBkBtcPg9VnPxLwVW3MYWaREVkCXUhiuvEAgTB5llBCGMEAAxGwMYYAAiNkYwgABELMxAEYHwy//TYIrK8DGZEXG94QhDBAAMRtDGCAAYjaGMEAAxGwMYYAAiNkYwgABELMxhAECIGZjAEyhfP4ORnHHbAx4/wlDGCAAYjaGMEAAxGwMYYAAiNkYwgABEKeN+QCzaGP/B7IXzOQlWgG0cZPnIMEu0DzWPIg1wsNR8iSqN7Ei5PbtFq2TpD36VioVijV/4C73UHSBNscWf0+XbJ++7mjQAzHx0yeSnj6JYXVdoaNmV63j5H6y4V8Q6UlLHgzLPAAAAABJRU5ErkJggg==');
}
.language-button.uk {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAC3xJREFUaAXtWwtYjdkafvely64QxSQjlxjk1kiki8oMGtNxi0LRuIUZhmbOOSa7yE6Gmcck41aRTA1pcsghd9GFphRJlGESKinX9q1d7X3W2p2d/Te2qTSmmafveer/17/W+tb63tb/re//3hULahJ3LN8lOu76IllVrQ15/A75YalVt9jtif3uSl1P3H1eq7NTXLiy3mVm3GvbvUGlgvQt47BZ6VNd+4UtmDX0hEoXm94UfvKJ7mMPn9iPy3OO7xQ4T7Yc2MWEPP5DQFEN3EquLPMehiahgjGTPfVKjj/x/DT2/nRfHp0bl/5qJ9SOAEvhIT12BnqZVyFY4Ikkux6IiLkKobiaNvnbibY2B7OmWGDqID1IwrZDfPc+tdGDp6ihBs9mS/97ahxbV9tLZbn8UQWE60Nhf+M8wgWOsBvxrqrqb3MdPKAzdgQ5Y6LoJoQBX6O2DhSlfSw2vIRRsePYkRXGi3TW+0NriAXD8KoLl8AODMbKEVoI8LWFUUflCmO0+asV9HhaWDrPCuvdTGGw6TtIE4hLqZXXm8HpTp4L/o2Txu8v5iac/GV0enYJ6eCOIfZ3If7hJyiEImVj+fNKCEMjMMRqKHaucseuxLs4db4QCuqy/mJiY2WKZTMtoHssEZW7UsAwgssFb+oElA23xepd2Si482QUdb7GZeUiBGxMRWgeB5wgPrRHDWeYXZ2Vgxp+ED7tKcZGviNMTQwY9a25YNheB37LbLDK0QAcwQZUnUlmgMLt2xv6wasQJ++JpQHnKCjUnC5K56sy7FxqEbKuPcTiOS6wcxgJ8a4fIX/yTFmtkEghIuWe/ftg+wovxKSV41DiLdTWtt7lM3Z0TyycZA72gXgIL2WpzFReWbo64M2cgl97D8bmbVm4V/xCvZ6t3K7Vnzx/UYWNW9MRdPYFZPyvoDPOkWzcL3fumvzbkKwKhqduMUIDnUG2O/XureL+nc76CPZzwNL+1aj1XwdZA1C0hg6ETrA/IssM8eXa8w1BUdrAWDHqVmVeLcWignLMmzESLmusIQ6LRm1pmbKJoroaktjD6HzpMkJ85uDwTSliDuZBJqtVV/HW71nkDzjZpS9mO3dF7d79EF27wZgDq50+9Lw9cK19D3z/TSYeVYgZ9eqF36wY9UqJpAbb9mRj5YEHeP6FL3hTJgCcl11qix6Q7W4DXJ/lYofACXQb/LOkx7sdELLGCd5GFahatQ7VDUDRtrMGW8BHaC6L+NOU14JCbdC4YtQNvHGrAp8RxzRjkgWmrRuGql3RqLlTVNdELof06Gnok8AweKEXzpDAcPe+HIjeUmDI5bIxY/IAuA9rD2nELohvF6pPHWyjjtBfMAup0o7YKUgDdRWNkUYBQxVVV8sRHX8dKT93wIoFPuhZcAWSuCNQVMmU48jLyiEM3gxHJ1uMFLhiW2w+Ll4ubswcmt2mf18j+M6zRJeMNAj5JCapqXmpi7xWOmNHQ+TyEb7bl4eMKwUv6xpx12hgVLru3n8O38Dzynd5DgkMa/bsQ/X1/LpqEuBUJaWBk52Lr+bNxM/2ttgelY2nz6Sq7i1y5ely4e0+GB/3ZkEcugWS4lKGXo6pCfR8vHDiARuRq8+DuoSmSpOBoQMoCACHjt/CpaxiLJs/E4Mcfq0LDEV1zkz+/AWEIWF439oS4fxpiDhWhNMXWiYwtBpigs+9BqHdmVOojEpixCTU//EmuqDC1hGCPVeQV1DRVDzq2zcLGFXvh49E4H+dAmW8sM4f7Nh4yH7OVlVDRvwOK68An3m5YYzdaIRGZKGU9GmOtDfQxsLZlnBqJ4To628grVAGYvWquOY9oEN83H9yRNgXcFb56tdXNuPmjYBRjXc6+S7o9r7EewJGjbYhgeE+yJ/+PzAUSyAKj0HvAX2x/QtPxKSUq7o1+upoa4Ylbn3BPZiAypR0Rj+WthZ4HpNwr/8whIRlo/Be3biMRs0osMbPOKBoRj+NXUYOq/sm4SUmouos85uEGqHr5kq2/Y+U/RubqJKlZkAUdQCKF5WMcbUG9gN3rieikx/i8PFfIJe3nCks4i9aThtj2r9faCwwv6+p5Vu8jNZaXvdfWiPr8fSFf9qKac3Ita0YDX+dNmDagNGAgIbHbSumDRgNCGh43LZi2oDRgICGx22RrwZg2l4lDcBwW/IkQS8zQ5LdG4Ye+dmQHEiAQsbkvbUdbFAzdRIMuxlpmM6rH9+6XYHuuZmQHjzK1EmzdB84QDJhArYos3TMhNWrtTXuaYusGC0tNsmoDcLmxQPQNTIM4uh4hgFs405o5/c50oeOgU8g+eJuovgGJuFHsSl46/ngkvRFvdCMISHQuEEb4O/cDl8RYo0SbC0hb5yPGdjPGMvnWqLzxWSIVpG8qxoXTPko3fFOqBw7Ht/GXCdkHpPOaKwBlNSLP1qAtIwHWE7omgGlBRDHHISC5Hqo0NyP8NvtGG5jhfDVbth5+A4oefgm0mxgeDwu4ZyGwKW7AuKQzZCUPGTMg9OtK/QWz8axXxXYS/Ou0qbnXRkKSYFm//yCL2CcUy8sWMcHaz/JGJIsoUpk6Vlg5d7E8jnT8YGDA7YQHprSz82RZgFjbdkVyzwHQv/EcVTuTmbmXSlBPmk8Ho20x5rIq8j/5XFz5qWxD80enUwqJFn/UiydOxHW9oRKjtwPmmemoiB5Z9GOvXhvUH/s+Ocs/HC+FAknbivz1BqVvqKiST6mA3l/Vy61weqxhtAO3oiqUxcYoHD79IJBsB8OcvsQHiqpxUFRnz9lHoJCLmLDRSlqA/2g42zHoJIpc1HFX4dPOpYriThKyDVFGr1inO3MsHhKH3DiD6EyLZMxBkuHEOQeE3G3ryVCtmej6MFzRv0fWaDc1bUbjzDf0wEf2I2AOCIGlOOiQjkvuhGYmmdiy5I5iL9Sif2HbxD66eWZGE1z+90V08VYD0ErHeA7lDi51cGQNQCFHjiiB4/2PukMX0KQv01QVEbR43ChEZfhn1AG8b++hK7rWAaVTFlTET8YU2W3sC3IGRbvGau6arxqXDGUIHcda465H3ZDbXQshFfzGEpY+nrQI07uulFvbPn2crOdHEPpGxboyllMXmEvt8GYLLCGJPwHUH5dKWS3lBxKhCGhdzYSMi7xfndExeZq3BReCYxZt/ZYvsAK5oWkI38PFFIm36s9ygpyj2nYmnAHp5ObHpe8of2v7U5PXETuv4bkXh2xYtGn6HYtgwSGx0BPaFCpJbtn5dpN+JDQt6MEH+F7EhhS6qehMIDhEiZv+sT+mGFtiKrISIgL7jDaszsaQo8Q5JeqO2HH2lQ8ayRBzlDylgq3C59iOQkM3T7uh1kkMJTtjgE926MUGhiSjUP7cg4CyAnVVOI/w6KvMgh/CgzlMY37mXfCivnvwyTrEnkfE39LkJPQW0pC7/WxN5CedatugFb+mwaGcUfykZphQD5VvNGvOB/iH0lgSE6HUaGnxYTfbMMIW2tYBUwhgeFtJKXdo1WPuTo67BTv6UOmuPbhQLJtKyT3imlFvXBMukBv0WycLOESgvwCxBLm9099w1Z8U/JQiJUkMHRx7o15wQFg7YuDjKwWlcguZoJFovIV3u4YY2+PLbuzk1kl9x6P63DuzElp4llGTEIJcurdnzo4Y3NUDnJvNp1aVQ3c8PpnHpmnx3I/mzcMw6tKII6KJYFhA3aT7LJs71kubFMzo1OSo2dj1I93cnp2h0GQH47oW2CJf1KLgtIQpLddfvxUAsGmNGzMqIYikA8dx1GMKchybsYYmL1zUul8JSx9Hz2FUJulo+XOm/YPPBhsjRByMuFOUcsQ5IyRW0mBfpDm5D3CQk8nONPPChoYllf8JIG+8j8/lMB0/ymEfqZ6SIuKY6JTKuYfWnPOhjgu+t8nf2sRimQICc8sS7Lokv75yi8iu5l1PqIy+H/nD5Bh/G1MzwAAAABJRU5ErkJggg==');
}
.language-button.de {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAAZ5JREFUaAXt279KA0EQBvDdTYp4ZyOIvoo2Ek6Mf8BOSSVEBPWRDIJY2JjrLMRTNKCFvoqglSYphFtnTweWCfMCuW8hmd1v0+wvk61y1kRjfWd/i5YnxvgVqsv0stH2LE49HeqdjvlGtf94m9/xIauDt9u9ViP5uqQPdHmjntVfj1N3+Jrnk2YAaCTf50AJErabjPwPTQ5str3XsdYUIcb4E/DebDq6RehOwYgF6H45dfS2FoeYk4A1q47KIjCmBJYCDMa0gAPMNEqVAAYwioASo2MAowgoMToGMIqAEqNjFJjmIF1Qtuodo2OU7x8wgFEElBgdAxhFQInRMYBRBJQYHQMYRUCJ0TGAUQSUGB0DGEVAidExgFEElNiOH7LwHxEMIYCfkgDhJWBYQlTACBBeAoYlRAWMAOElYFhCVMAIEF4ChiVEDTAfIsPSmM/wr80XSAgBa56dK82ZiGu/LL3vu1bn6Z665qr2GgxAFvMbw6K6fOeSyTHlA96rbbUm/7egXonGqMh2rbNH0dMn0e7MTqunT7wvL9LO8IZP+Qu9kT3vV8z9KwAAAABJRU5ErkJggg==');
}

#language-dropdown {
	width: 40px;
	border-radius: 6px;
	padding:0;
	border: 0;
	display: flex;
	flex-direction: column;
}
#language-dropdown::before {
	display: none;
}
#language-dropdown .language-button {
	border-radius: 0px 0 0px;
	background-color: transparent;
}	

@media (max-width: 1130px) {
	.topbar-extra-content .menu.topbar-usp a, 
	.topbar-extra-content .menu.topbar-usp span {
		font-size: 12px;
		padding-right: 10px;
		padding-left: 5px;
	}
	.topbar-extra-content .menu a, .topbar-extra-content .menu span i {
		margin-right: 2px;
	}
	.topbar-extra-content .menu a.call {
		background: #FE7B12;
		border-radius: 0 0 6px 6px;
		font-style: italic;
		font-size: 14px
	}
	.topbar-extra-content .menu a.call span {
		padding: 0;
		font-weight: 700;
		font-size: 14px
	}
	.topbar-extra-content .menu a.call i  {
		position: relative;
		top: 0px;
		font-size: 14px !important;
		margin: 0 5px 0 10px;
		/* transform: scaleX(-1); */
	}
}

	@media (max-width: 1080px) {
		.topbar-extra-content.left {
			padding-right: 0;
			margin-right: 0;
		}

		.topbar-extra-content.right { 
			padding-left:0;
			margin-left: 0;
		}

		.topbar-extra-content .menu.topbar-usp a, 
		.topbar-extra-content .menu.topbar-usp span {
			font-size: 11px;
			padding-right: 10px;
			padding-left: 5px;
		}
			
		
	}
	@media (max-width: 1023px) {
		.topbar-extra-content.left {
		display: none;
		}
	}
	@media (max-width: 767px) {
		.topbar-extra {
			position: relative;
		}
		.topbar-extra-content .menu {
			width: 100%;
			display: flex;
			align-items: center;
		
	 	}
		.topbar-extra-content {
			margin-right: 0;
		}
		.topbar-extra-content.right {
		
		}
		.topbar-extra-content .menu {
			justify-content: space-between;
			padding-left: 5px;
			padding-right: 10px;
		}
		.topbar-extra-content .menu a.call {
			background: transparent;
		}
		

	}



.topbar-logo-container {
	display: none;
	height: 80px;
	/* background: #fff; */
	
}

/* Logo */

.logo {
	/* position: absolute;
	top:0; */
	position: relative;
	left: -30px;
	display: flex;
	min-width: 280px;
	width: 100%;
	/* max-width: 460px; */
	height: 105px;
	margin: 0px 0 0 0px;
	z-index: 998 !important;
	transform-origin: left;
	transform: translateX(0) translateY(-10px);
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../images/logo-aa-100jaar.png');
	
	-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;

	
}
/* .logo:after {
	position: absolute;
	top:20px;
	right:-25px;
	width: 110px;
	height: 90px;
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../images/aa100jaar.png');
	content:'';
	z-index: 1;
}  */
/* .no-cover .logo:before,
.bg-light .logo:before {
	position: absolute;
	right: 0px;
	top: 51px;
	width: 1200px;
	height: 50px;
	background: #034391;
	border-radius: 0 6px 6px 0;
	content:'';
	z-index: -1;
} */
/* .logo:after {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	background-image: url('../images/logo-anema-arum-outline.svg');
	content:'';
	z-index: 1;
} */
/* .no-cover .logo:after,
.bg-light .logo:after {
	background-image: url('../images/logo-anema-arum-wide.svg');
} */

.logo:hover {
	/* transform: translateY(0px); */
}
.logo-icon,
.logo-doosan {
	position: absolute;
	top: 15px;
	left:20px;
	display: flex;
	width: 50px;
	height: 50px;
	
	border-right: 1px solid rgba(35, 34, 34, 0.08);
	border-radius: 3px;
	margin: 0px 0;
	background: #034391;
	background-repeat: no-repeat;
	background-size: 36px auto;
	background-position: center;
	background-image: url('../images/icon.svg');
	z-index: 998 !important;
	transform: translateY(0px);
	visibility: hidden;
	opacity:0;
	-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;
}

.logo-doosan {
	position: absolute;
	left: 80px;
	display: flex;
	width: 130px;
	height: 50px;
	background: #1d252c;
	background-size: contain;
	background-position: center;
	background-image: url('../images/doosan-logo-boxed.svg');
}

/* .is-stuck .logo-icon,
.is-stuck .logo-doosan { 
	visibility: visible;
	opacity: 1;
} */

.is-stuck .logo {
	/* visibility: hidden;
	opacity: 0; */
	background-size: contain;
	transform: scale(0.6) translateX(10px) translateY(-10px);
}

/* .is-stuck .logo:after {
	visibility: hidden;
	opacity: 0;
} */
.scrolled.nav-down .logo {
	visibility: visible;
	opacity: 1;

}

.topbar-contacts {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 80px;
}
.topbar-contacts ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin:0;
}
.topbar-contacts ul li a {
	padding: 10px 20px;
	font-size: 18px;
	/* font-family: 'roc-grotesk', sans-serif; */
	font-weight: 400;
	color: #FE7B12;
	margin: 0 0px;
}
.topbar-contacts ul li a:hover {
	color: #de002b;
}

.topbar-contacts ul li a i {
	display: none;
	position: relative;
	top: 2px;
	font-size: 20px;
	color: #FE7B12;
	margin-right: 10px;
}
.topbar-contacts img {
	opacity: 0.6;
	filter: grayscale(100%);
	max-width: 60px;
	max-height: 50px;
	margin: 0 5px 0 20px;
}
.topbar-contacts img:hover {
	opacity: 1;
	filter: grayscale(0%);

}
.topbar-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 10px;
}
.topbar-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	margin: 0 10px;

}
	@media (max-width: 1450px) {
		.logo {
			height: 90px;
		}

	}
	@media (max-width: 1370px) {
		.logo {
			min-width: 200px;
			height: 80px;
			left: -15px;
		}

	}
	@media (max-width: 1130px) {
		.logo {
			left: 0px;
			
		}

	}

	@media (max-width: 1022px) {
		
		.logo {
			height: 80px;
		}
		.logo-icon {
			border-radius: 0 6px 6px 0;
		}
		
	}
	@media (max-width: 767px) {
		
		.topbar-logo-container {
			height: 60px;
			/* background: #fff; */
		}
		.topbar-social {
			display: none;
		}
		.topbar-contacts {
			height: 60px;
		}
		.topbar-contacts ul li a {
			margin-right: 0;
		}
		.topbar-contacts img {
			opacity: 0.3;
			filter: grayscale(100%);
			max-width: 36px;
			max-height: 36px;
			margin: 0 5px 0 0px;
		}
		.topbar-contacts img:hover {
			opacity: 1;
			filter: grayscale(0%);
		
		}
		.logo {
			height: 66px;
		}
		.logo-icon {
			position: absolute;
			left: 0;
			opacity: 0;
			visibility: hidden;
			width: 0;
			height: 40px;
			background-position: center;
			background-size: 28px auto;
			border-radius: 0 3px 3px 0;
		}
		.logo-doosan {
			display: none
		}
		.is-stuck .logo-icon { 
			width: 40px;
		}
		.is-stuck .logo {
			background-size: contain;
			transform: scale(0.8) translateY(-5px);
			}
		
	}
	
	@media (max-width: 374px) {
		.topbar-contacts ul li a {
			margin: 0;
		}
		.logo {
			transform: scale(.92);
			top: -5px;
			left: -3px;
		}
		
	}

/* MENU */


#stickybar .sticky {
	background: transparent;
	border-radius: 0 0 0px 0px;
	-webkit-transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	
	
}
#stickybar .sticky.is-stuck.is-at-top {
	
}
#stickybar .sticky:before {
	position: absolute;
	top: 0px;
	right: 0%;
	transform: translateX(0%);
	width: 100%;
	height: 80px;
	opacity: 0;
	content:'';
	z-index: 0;
	background: rgb(255,255,255);
	box-shadow: 0px 8px 8px -4px rgba(35, 34, 34, 0.1);
	-webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
#stickybar .sticky.is-stuck.is-at-top {

}
#stickybar .sticky.is-stuck.is-at-top:before {
	opacity: 1;
}

.menu-wrap {
	position: relative;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
.is-stuck .menu-wrap {
	height: 80px;
}

.menu-wrap-left {
	display: flex;
	flex-grow: 1;
	flex-basis: 320px;
	min-width: 280px;
	max-width: 460px;
}
.menu-wrap-right {
	display: flex;
	justify-content: space-between;
	flex-grow: 2;
}

@media (max-width: 1370px) {
	.menu-wrap-left {
		display: flex;
		flex-grow: 1;
		flex-basis: 240px;
		min-width: 240px;
		max-width: 460px;
		}
}
@media (max-width: 1130px) {
	.menu-wrap-left {
		display: flex;
		flex-grow: 1;
		flex-basis: 260px;
		min-width: 260px;
		max-width: 270px;
		}
}
@media (max-width: 767px) {
	.menu-wrap-left {
		display: flex;
		flex-grow: 1;
		flex-basis: 220px;
		min-width: 220px;
		max-width: 220px;
		}
}
@media (max-width: 374px) {
	.menu-wrap-left {
		display: flex;
		flex-grow: 1;
		flex-basis: 220px;
		min-width: 190px;
		max-width: 220px;
		}
}
.menu-wrap .topnav {
	flex-flow: nowrap;
	
	font-family: 'loos-normal', sans-serif;
	justify-content: flex-start;
	
	height: 50px;
	border-radius: 6px;
	background: transparent;
	background: rgba(3, 67, 145, 0);
	transform: translateY(0px);
	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}

.menu-wrap .topnav.main {
	width: 100%;
	padding: 0 40px 0 20px;
	transform: translateY(0px);
	justify-content: flex-end;
}

.menu-wrap .topnav li {

}
.menu-wrap .topnav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	font-size: 1.250rem;
	line-height: 1;
	padding: 0px 0px 0px;
	padding-bottom: 2px;
	margin: 0 5px 0 30px;
	height: 50px;
	letter-spacing: 0px;
	
}
.no-cover .menu-wrap .topnav > li > a {
	color: #034391;
}

.is-stuck .menu-wrap .topnav > li > a {
	color: #034391;
}

.menu-wrap .topnav > li > a:before {
	position: absolute;
	top: 50%;
	left: 0;
	width:100%;
	height:2px;
	transform: translateY(-50%);
	background: #de002b;
	content:'';
	border-radius: 5px;
	letter-spacing: 0;
	opacity: 0;

	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}

.menu-wrap .topnav > li > a:hover:before {
	transform: translateY(23px);
	visibility: visible;
	opacity: 0.9;
}
.menu-wrap .topnav > li > a:hover:before {
	transform: translateY(23px);
}

.topnav > li > a:hover {
	color: #fff;
}
.topnav li.item-breadcrumb a,
.topnav li.menu-active > a,
.topnav li a.hover {
	color: #fff;
}

.topnav li.item-breadcrumb a:before,
.topnav li.menu-active > a:before,
.topnav li.is-active > a:before {
	transform: translateY(23px);
	visibility: visible;
	opacity: 0.9;
}

.dropdown.menu > li.menu-active > a {
	color: #fff;
}
.dropdown.menu > li.is-active > a {
	color: #fff;
}

.no-cover .menu-wrap .topnav > li > a:hover,
.no-cover .topnav li.item-breadcrumb a,
.no-cover .topnav li.menu-active > a,
.no-cover .topnav li a.hover,
.no-cover .dropdown.menu > li.menu-active > a,
.no-cover .dropdown.menu > li.is-active > a {
	color: #034391;
}
.is-stuck .menu-wrap .topnav > li > a:hover,
.is-stuck .topnav li.item-breadcrumb a,
.is-stuck .topnav li.menu-active > a,
.is-stuck .topnav li a.hover,
.is-stuck .dropdown.menu > li.menu-active > a,
.is-stuck .dropdown.menu > li.is-active > a {
	color: #034391;
}


.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 0;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: none !important;
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 1px;
	width: auto;
	height: auto;
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	content: "\f0d7";
	opacity: 0.4;
	border:0;
	margin-top: 0;
	color: #fff;
}

/* Actions */
.menu-wrap .topnav.actions {
	flex-grow: 1;
	margin-right: 40px;
	justify-content: flex-end;

}
.menu-wrap .topnav.actions > li > a {
	font-size: 18px;
	font-weight: 400;
	padding: 0px 10px 2px;
	margin:0;
	
	display: flex;
	justify-content: center;
	
}
.menu-wrap .topnav.actions  > li > a:before,
.menu-wrap .topnav.actions  > li > a:after {
	display: none;
}
.menu-wrap .topnav  > li > a.calling-button {
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 3px;
	margin-left: 10px;
	padding: 0px 20px 0px 10px;
}
.is-stuck .menu-wrap .topnav  > li > a.calling-button {
	color: #034391;
	border: 1.5px solid rgba(3, 67, 145, 0.2) !important;
}
.menu-wrap .topnav  > li > a.calling-button:hover {
	border: 1.5px solid rgba(255, 255, 255, 1) !important;
	background-color: #fff !important;
	color: #034391;
}
.is-stuck .menu-wrap .topnav  > li > a.calling-button:hover {
	border: 1.5px solid #034391 !important;
	background-color: #034391 !important;
	color: #fff;
}
.is-stuck .menu-wrap .topnav  > li > a.calling-button:hover i {

	color: #fff;
}
.menu-wrap .topnav.actions  > li > a i {
	font-size: 18px;
	color: #fff;
	/* margin-left: 10px; */
}
.is-stuck .menu-wrap .topnav.actions  > li > a i{
	color: #034391;
}
.menu-wrap .topnav.actions  > li > a:hover {
	color: #034391;
}

.menu-wrap .topnav.actions  > li > a:hover i {
	transform: translate(0);
	color: #034391;
}




.menu-wrap .topnav > li > a.topbar-action {
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 3px;
	margin:0 0 0 20px;
	
	height: 50px;
}
.no-cover .menu-wrap .topnav > li > a.topbar-action {
	background-color: rgba(3, 67, 145, 0.125) !important
}
.no-cover .menu-wrap .topnav > li > a.calling-button {
	border-color: rgba(3, 67, 145, 0.125) !important
}
.no-cover .menu-wrap .topnav > li > a.calling-button i {
	color: rgba(3, 67, 145, 1) !important
}
.menu-wrap .topnav > li > a.topbar-action:before {
	display: none;
}

.is-stuck .menu-wrap .topnav  > li > a.topbar-action { 
	background-color:  rgba(3, 67, 145, 0.2) !important;
}
.is-stuck .menu-wrap .topnav  > li > a.topbar-action:hover { 
	background-color:  rgba(3, 67, 145, 1) !important;
	color: #fff;
}

.menu-wrap .topnav  > li > a.topbar-doosan {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 10px;
	margin:0;
	width: 140px;
	height: 50px;
	background: #1d252c;
	background-size: contain;
	background-position: center;
	background-image: url('../images/doosan-logo-boxed.svg');
}
.menu-wrap .topnav  > li > a.topbar-doosan:before {
	display: none !important;
}
/* .menu-wrap .topnav  > li > a.topbar-doosan:after {
	position: absolute;
	left: 0px;
	top: 0;
	width: 800px;
	height: 50px;
	background: #1d252c;
	border-radius: 0 10px 10px 0;
	content:'';
	z-index: -1;
} */
.menu-wrap .topnav  > li > a.topbar-doosan span {
	position: absolute;
	top: 90%;
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	padding: 7px 15px;
	font-size: 13px;
	background: #FE7B12;
}

/* Touch nav */
a.touchnav-button {
	display: none;
	padding-left: 20px;
	padding-right: 55px;
	margin-left: 0px;
	font-weight: 700;
	color: #034391;
	padding-bottom: 3px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
	/* border-left: 1px solid #eee; */
}
a.touchnav-button:hover {
	color: #de002b;
}
a.touchnav-button.hover {
	color: #de002b;
}
.mobile-search-button {
	display: none;
}

.menu-wrap .topnav.touchnav {
	display: none;
}
	@media (max-width: 1520px) {
		.menu-wrap .topnav.main {
			padding-right: 20px;
		}
		.menu-wrap .topnav > li > a {		
			font-size: 1rem;
		}
		.menu-wrap .topnav.actions > li > a {
			font-size: 1rem;
		}
	}
	@media (max-width: 1290px) {
		.menu-wrap .topnav.main {
			padding-right: 0px;
		}
		.menu-wrap .topnav > li > a {		
			font-size: 16px;
			padding: 0px 0px 0px;
			margin: 0 20px 0 0;
			height: 40px;
		}
		.menu-wrap .topnav > li > a.topbar-action {
			font-size: 16px;
			height: 40px;
		}
	}
	@media (max-width: 1130px) {
		
		.menu-wrap .topnav.dropdown {
			display: none;
		}
		

		
		.menu-wrap .topnav > li > a {		
			font-size: 15px;
			padding: 0px 0px 0px;
			margin: 0 20px 0 0;
			height: 40px;
		}

		.topbar .grid-container.menu-container {
			max-width: 100%;
			padding: 0;
		}
		.menu-wrap {
			position: relative;
			width: 100%;
			display: flex;
			justify-content: space-between;
		}
		.menu-wrap .topnav.dropdown {
			display: none;
		}
		.menu-wrap .topnav > li > a:before,
		.menu-wrap .topnav > li > a:after {
			display: none;
		}
		.menu-wrap .topnav.actions {
			display: flex;
		}
		.menu-wrap .topnav.actions {
			width: 100%;
			justify-content: flex-start;
			align-items: center;
			flex-direction: row-reverse;
			border: 0;
			margin: 0;
			padding-right: 140px;
		}
		.menu-wrap .topnav.actions  > li.mobile-search-button {
			display: flex;
		}
		.mobile-touchnav-button {
			position: absolute;
			right: 10px;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			margin-top: 5px;
			z-index: 999;
	
		}
		.is-stuck .mobile-touchnav-button {
			margin-top: 5px;
		}
		a.touchnav-button {
			font-family: 'loos-normal';
			display: flex;
			justify-content: flex-start;
			align-items: center;
			padding-left: 15px;
			height: 40px;
			background: rgba(255, 255, 255, 1);
			padding-bottom: 0;
			padding-left: 15px;
			padding-right: 65px;
			-webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
			transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
			border-radius: 3px 3px;
			/* color: #034391; */
		}
		a.touchnav-button i {
			position: absolute;
			right: 30px;
			margin-left: 0px;
			font-size: 22px;
			backface-visibility: hidden;
		}
		a.touchnav-button i.fa-bars {
			display: block;
			color: #de002b;
		}
		a.touchnav-button.hover i.fa-bars {
			display: none;
			visibility: hidden;
		}
		.is-stuck a.touchnav-button i.fa-bars {
			color: #034391;
		}
		a.touchnav-button i.fa-times {
			display: none;
			right: 32px;
			color: #de002b;
		}
		a.touchnav-button.hover i.fa-times {
			display: block;
		}
		.is-stuck a.touchnav-button {
			padding-left: 5px;
			background: #fff;
		}
		.is-stuck a.touchnav-button b {
			display: none;
		}
	}
	@media (max-width: 767px) {
		#stickybar .sticky:before {
			height: 70px;
			/* display: none; */
		}
		.menu-wrap {
			position: relative;
			width: 100%;
			max-width: 100%;
			height: 70px !important;
			padding-left: 0;
			padding-right: 0;
			justify-content: space-between;
			
		}
		.menu-wrap .topnav.actions {
			width: 100%;
			justify-content: flex-start;
			align-items: center;
			border: 0;
			padding-right: 80px;
		}
		.is-stuck .menu-wrap .topnav.actions {
			
		}
		.menu-wrap .topnav > li > a {
			height: 40px;
			margin:0 0px;
		}
		.menu-wrap .topnav.actions  > li > a i {
			font-size: 16px;
			/* margin-left: 10px; */
		}
		
		.menu-wrap .topnav.actions  > li.menu-action {
			display: none;
		}
		.menu-wrap .topnav  > li > a.calling-button {
			border: 1.5px solid rgba(255, 255, 255, 1) !important;
			background-color: #fff !important;  
			border-radius: 3px;
			margin-left: 10px;
			padding: 0px 12px 0px 10px;
			height: 40px;
		}
		.menu-wrap .topnav  > li > a.calling-button i {
			color:#034391 !important
		}
		.is-stuck .menu-wrap .topnav > li > a.calling-button {
			border: 1px solid rgba(0, 0, 0, 0.116) !important;
			background-color: #fff !important;  
		}
		.is-stuck .menu-wrap .topnav > li > a.calling-button:hover {
			border: 1px solid rgba(0, 0, 0, 0.116) !important;
			background-color: #fff !important;  
		}

		.menu-wrap .topnav  > li > a.calling-button span {
			display: none;
		}
		
		.mobile-touchnav-button {
			position: absolute;
			right: 10px;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			margin-top: 5px;
			z-index: 999;
	
		}
		a.touchnav-button {
			font-family: 'loos-normal';
			display: flex;
			justify-content: flex-start;
			align-items: center;
			width: 100%;
			height: 40px;
			padding-bottom: 0;
			padding-left: 0px;
			padding-right: 60px;
			
			color: #034391;
		}
		a.touchnav-button i {
			right: 20px;
		}
		a.touchnav-button i.fa-times {
			right: 22px;
		}
		.is-stuck a.touchnav-button i.fa-bars {
			color: #034391;
		}

		a.touchnav-button b {
			display: none;
		}
		.searchbox {
			width: 100vw;
			right: 0 !important;
			left: auto !important;
			padding: 0;
		}
		.searchbox .search-input-group input {
			border-radius: 3px 0 0 3px ;
			font-size: 16px !important;
			border: 0 !important;
			padding: 10px 20px 10px 20px !important;
			height: 60px;
		}
		.searchbox .search-input-group i {
			position: absolute;
			top: 23px;
			left: 10px;
			display: none;
		}
		.searchbox.dropdown-pane:before {
			display: none;
		}
		.topnav-search {
			width: 100%;
		}

	}
	@media (max-width: 767px) {
		.is-stuck .mobile-touchnav-button {
			margin-top: 5px;
		}
	}
	@media (max-width: 400px) {
		.is-stuck .mobile-touchnav-button {
			margin-top: 5px;
		}
		a.touchnav-button {
			padding-right: 50px;
			font-size: 14px
		}
		a.touchnav-button i {
			right: 15px;
		}
		a.touchnav-button i.fa-times {
			right: 17px;
		}
		a.touchnav-button b {
			display: none;
		}
	}


.topnav .is-dropdown-submenu {
	min-width: 280px;
	z-index: 11;
	padding: 10px 30px;
	margin-top: 0px;
	margin-left: 0px !important;
	border-radius: 6px 6px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	box-shadow: 0 20px 55px 5px rgba(17, 17, 17, 0.14);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.topnav .is-dropdown-submenu.user-extras {
	background: #fff;
}

.topnav .is-dropdown-submenu.first-sub {
	margin-top: 0;
	margin-left: 0;
}
/* .topnav .is-dropdown-submenu:before {
	position: absolute;
	top: 20px;
	left: -10px;
	transform: translateX(0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #005057 transparent transparent;
	content: '';
	opacity: 0.92;
} */


.topnav .is-dropdown-submenu.first-sub:before {
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}

.topnav.actions .is-dropdown-submenu {
	min-width: 210px;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	/* left: 50%;
	transform: translateX(-50%); */
}
.is-dropdown-submenu > li {
	border-bottom: 1px solid rgba(35, 34, 34, 0.075);
}
.dropdown .is-dropdown-submenu.user-extras > li {
	border-bottom: 1px solid rgba(35, 34, 34, 0.06);
}
.is-dropdown-submenu > li:last-child {
	border: 0;
}
.dropdown .is-dropdown-submenu.user-extras > li:last-child {
	border-bottom: 0;
}
.dropdown .is-dropdown-submenu > li > a {
	width: 100%;
	display: block;
	color: #034391 !important;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	padding: 10px 0 11px;
}
.dropdown .is-dropdown-submenu.user-extras > li > a {
	color: #034391 !important;
}
.is-dropdown-submenu > li > a.active {
	color: #de002b !important;
}
.menu .is-active>a {
	background: transparent
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #034391;
	opacity: 0.2;
}

.dropdown .is-dropdown-submenu a {
	position: relative;
	padding: .5rem 0rem .5rem 0rem;
	  font-size: 16px;
	  line-height: 1.4;
	
}


.is-dropdown-submenu > li > a:hover {
	color: #de002b !important;
}
.is-dropdown-submenu.user-extras > li > a:hover {
	color: #de002b !important;
}
.topnav .is-dropdown-submenu.js-dropdown-active {
	display: block;
	visibility: visible;
	opacity: 1;
}
.topnav .is-dropdown-submenu.user-extras {
	min-width: 280px;
}

.topnav .user-extras .user-profile {
	display: block;
	padding: 10px 0;
	border-bottom: 2px solid #eee

}
.topnav .user-extras .user-profile .user-profile-name {
	display: block;
	font-size: 14px;
	font-weight: 900;
	color: #034391
}
.topnav .user-extras .user-profile a {
	margin:0;
	padding:0;
}
.topnav .user-extras .user-profile a:after {
	display: none;
}

	@media (max-width: 1460px) {
		.topnav .is-dropdown-submenu {
			
		}
		/* .dropdown .is-dropdown-submenu a {
			position: relative;
			padding: .5rem 2.5rem .5rem 2.125rem;
		}
		.dropdown .is-dropdown-submenu a:after {
			margin-top: 0px;
			position: absolute;
			top: 10px;
			left:20px;
		} */
	}
	@media (max-width: 766px) {
		.menu-container {
			padding: 0;
		}
		.topnav .is-dropdown-submenu {
			min-width: 160px;
		}
		.topnav .user-extras {
			/* right: auto !important;
			left: -30px !important; */
		}
		.dropdown .is-dropdown-submenu a {
			position: relative;
			padding: .5rem 2.5rem .5rem 20px;
		}
		.dropdown.menu>li.opens-left>.is-dropdown-submenu {
			top: 100%;
			right: auto;
			left: 0 !important;
		}
		.topnav .is-dropdown-submenu.user-extras {
			min-width: 220px;
			padding: 20px;
			}
		.topnav .is-dropdown-submenu.user-extras a {
			font-size: 16px;
		}
	}

/* Default Menu */



/* Mega Menu */



[data-whatinput=mouse] .menu li {
	list-style: none;
}
.mega-dropdown {
	padding: 0;
	left: 0 !important;
	width: 100%;
	box-shadow: none;
	border-radius: 10px;
	z-index: 11;	
}
.mega-dropdown.searchbox {
	width: 400px !important;
	border-radius: 10px 10px;
	z-index: 999;
	padding: 0px;
	left:auto !important;
	right: 0px !important;
	background: #fff;
}
.mega-dropdown.searchbox:before {
	left: auto !important;
	right: 30px;
	/* display: none; */
}
.mega-dropdown.searchbox input {
	height: 80px;
	text-align: left;
	border:0;
	background: transparent !important;
	color: #034391;
	margin:0;
	padding: 0 20px;
	font-size: 20px;
}
.mega-dropdown.searchbox input::placeholder {
	color: #034391
}
.menu-content {
	border:0;
	background: transparent;
}
/* List items */
.menu-panel {
	padding: 0 ;
}
.menu-panel-content {
	padding: 35px 10px 80px 20px;
	font-size: 14px;
}
.menu-panel-content p {
	font-size: 15px;
	color: #fff;
}
.menu-panel-content-title {
	margin-bottom: 10px;
	font-size: 1.76rem;
	color: #fff;
}
.menu-panel-content-title.title-medium {
	font-size: 1.4rem;
}
.menu-panel-title.title-large {

}
.menu-panel-content .menu-panel-content-button {
	font-size: 16px !important;
	font-weight: 700;
	min-width: 0;
	/* color: #fff !important; */
	padding-left: 0 !important;
}
.menu-panel-content .menu-panel-content-button i {
	margin-left:5px;
}
.menu-panel-content-image {
	float: right;
	width: 33.33%;
	margin: 10px 0 15px 30px;
	border-radius: 5px;
	z-index: 1;
	transition: all 12s ease-in-out;
	transform-origin: center;
}
.menu-panel-content-image img {
	border-radius: 5px;
}

.menu-panel-list {
	width: 100%;
}
.menu-panel-list ul {
	list-style: none;
	padding:0;
	margin:0 60px 0 0;
}
.menu-panel-list ul li {
	padding:0;
}
.menu-panel-list ul li a{
	position: relative;
	padding: 10px 0;
	line-height: 1;
	display: inline-block;
	font-size: 15px;
}
.menu-panel-list ul li a {
	color: #034391;
	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}
.menu-panel-list ul li a:hover {
	color: #FE7B12;
}
.menu-panel-image {
	padding: 40px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1023px) {
	.side-menu {
		padding: 36px 0 0px 0px;
		border:0;
		background: transparent;
	}
	.side-menu .side-menu-title a, .side-menu .side-menu-title a:active {
		padding-left: 20px;
	}
	.side-menu .side-menu-title a:after {
		content:'\f063'
	}


}
@media (max-width: 767px) {
	.side-menu {
		padding: 0px 0 0px 0px;
		border:0;
		background: transparent;
	}
	.menu-panel-content-image {
		display: none;
	}
	.mega-dropdown.searchbox input::placeholder {
		color: #fff;
		font-size: 12px;
	}
	.mega-dropdown.searchbox input {
		height: 80px;
		text-align: left;
		border:0;
		background: transparent !important;
		color: #fff;
		margin:0;
		padding: 0 20px;
		font-size: 18px;
	}
}


.touchnav-dropdown {
	height: 100vh;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
/* 	border-top: 1px solid rgba(0, 14, 41, 0.10); */
	padding: 0;
	left: 0 !important;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	z-index: 11;

	-webkit-box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
	box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
}


/* FAB */
a.touchnav-fab {
	position: fixed;
	bottom: 40px;
	right: 15px;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(27, 27, 27, 0.4);
	z-index: 9999;
	display: none;
}
a.touchnav-fab i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	backface-visibility: hidden;
	color: #FE7B12;
}
a.touchnav-fab i.fa-bars {
	display: block;
}
a.touchnav-fab.hover i.fa-bars {
	display: none;
	visibility: hidden;
}
a.touchnav-fab i.fa-times {
	display: none;

}
a.touchnav-fab.hover {
	box-shadow: 0px 0px 30px rgba(27, 27, 27, 0.1);
}
a.touchnav-fab.hover i.fa-times {
	display: block;
}
.reveal a.touchnav-fab {
	z-index: 10;
}

@media (max-width: 1022px) {
	a.touchnav-fab {
		display: none;
		opacity: 0;
		pointer-events: none;
		transition: opacity .2s;
	}
	a.touchnav-fab {
		opacity: 1;
		pointer-events: auto;
	}

}


/* Touch Mobile navigation */
#touch-navigation {
	position: fixed !important;
	top: -40px !important;
	padding: 20px 0;
	padding-top: 140px;
	width: 600px;
	left: auto !important;
	right: 0 !important;
	border-radius: 0px 0 0px 0px;
	background: #fff;
	max-height: calc(100vh - 140px);
	overflow: scroll;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#touch-navigation.mobile-accordion-menu {
	position: relative !important;
	top:auto !important;
	
	max-height: auto;
	border-top: 4px solid #eee;
	padding: 0 10px;
	padding-top: 20px;
}
#touch-navigation.mobile-accordion-menu .mobile-accordion-menu-title {
	font-size: 12px;
	padding: 5px 0;
	padding-left: 20px;
	text-transform: uppercase;
	display: block;
}
.page-front-yes #touch-navigation.mobile-accordion-menu {
	display: none;
}

#touch-navigation:before {
	display: none;
}
/* #touch-navigation.fab-menu {
	position: fixed;
	top: 0px !important;
	left: 0 !important;
} */

#touch-navigation .accordion-menu {
	margin: 30px 0 20px;
	padding-top: 0px;
	font-family: 'ronnia';
}
#touch-navigation.visible .accordion-menu {
	margin-top:20px;
	padding-top: 0px;
}
#touch-navigation .accordion-menu li.menu-title{
	
	display: none;
	font-size: 16px;
	padding-left: 1.5rem;
}
#touch-navigation.visible .accordion-menu li.menu-title{
	display: block
}
#touch-navigation .accordion-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#touch-navigation .accordion-menu li:first-child {
	border-top: 0px solid rgba(0, 0, 0, 0.08);
}
#touch-navigation .accordion-menu li:last-child {
	border: 0px solid rgba(0, 0, 0, 0.08);
}
#touch-navigation .accordion-menu a {
	font-family: 'loos-normal', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #034391;
	padding: 1rem 30px;
}
#touch-navigation .accordion-menu .menu-active a,
#touch-navigation .accordion-menu .active-state a {
	color: #de002b;
}

#touch-navigation .submenu-toggle {
	top: 8px;
	right: 20px;
	width: 30px;
	height: 30px;
	border: 0px solid #eee;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 3px;
}
#touch-navigation .submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #034391 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
}

/* Tweede niveau */

#touch-navigation .accordion-menu .nested.is-accordion-submenu {
	margin-left: 2rem;
}
#touch-navigation .accordion-menu .is-accordion-submenu {
	margin-bottom: 20px;
}
#touch-navigation .accordion-menu .is-accordion-submenu .is-submenu-item  {
	border: 0 !important;
	list-style: none;
}
#touch-navigation .accordion-menu .is-accordion-submenu a {
	font-weight: 400;
	color: #034391;
	position: relative;
	font-size: 16px;
	border-bottom: 0;
	padding: 0.66rem 15px;
	text-transform: none;
}
#touch-navigation .accordion-menu .is-accordion-submenu .menu-active a,
#touch-navigation .accordion-menu .is-accordion-submenu .active-state a {
	color: #de002b;
}



#touch-navigation .accordion-menu .is-accordion-submenu a:before {
	position: absolute;
	left: 2px;
	top:15px;
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
 	content: '\f054';
	font-size:10px;
	margin-right: 0px;
	color: #034391;

	-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;

	 opacity: 0.2;
}
#touch-navigation .accordion-menu .is-accordion-submenu .is-accordion-submenu {
	margin-left: 10px;
}
#touch-navigation .accordion-menu .is-accordion-submenu .is-accordion-submenu a {
	padding-left: 15px;
}
#touch-navigation .accordion-menu .is-accordion-submenu .is-accordion-submenu a:before {
	display: inline-block;
}
#touch-navigation .accordion-menu .is-accordion-submenu .menu-active a:before {
	color: #FE7B12;
	opacity: 1;
}

#touch-navigation .extra-menu a {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	padding-left: 1.5rem;
}
#touch-navigation .extra-menu a i {
	color: #FE7B12;
	margin-right: 10px;
	font-size: 18px;
}
#touch-navigation .vertical.menu {

}
	@media (max-width: 1130px) {
		#touch-navigation {
			

			width: 100%;
			left: auto !important;
			right: 0 !important;
			border-radius: 0 0 0px 0px;
			border: 0;
		}
		#touch-navigation .accordion-menu {
			margin: 0px 0 20px;
		
		}
		#touch-navigation .accordion-menu .is-accordion-submenu {
			margin-left: 20px !important;
		}
		#touch-navigation .accordion-menu a {
			padding-left: 27px;
		}
	}
	@media (max-width: 766px) {
		#touch-navigation {	
		
		}
		#touch-navigation .accordion-menu {
			margin: 0px 0 30px;
		
		}
		#touch-navigation .accordion-menu a {
			font-size: 16px;
			font-weight: 600;
			color: #034391;
			padding: 12px 20px 1rem;
		}
		#touch-navigation.mobile-accordion-menu .accordion-menu a {
			padding-left: 10px;
		}
		#touch-navigation .accordion-menu .is-accordion-submenu a { 
			padding-left: 15px;
		}
		#touch-navigation .extra-menu a {
			font-weight: 400;
			color: rgba(255, 255, 255, 0.6);
			font-size: 16px;
			padding-left: 15px;
		}
	}

