@media only screen and (max-width: 1070px) {
	.jupiterx-site-navbar a {
		font-size: 1rem!important;
	}
}

.jupiterx-site-navbar .navbar-nav .dropdown-menu {
	margin-top: -15px;
}

.jupiterx-site-navbar a:focus {
	color: #14a7e0!important;
}

h1, h2, h3 {
	font-family: din-condensed!important;
}

.nav-link {
	font-family: din-condensed!important;
}

.jupiterx-header-stick .jupiterx-site-navbar {
	box-shadow: 0px 6px 12px rgb(0,0,0,0.15);
}

.jupiterx-header-stick .menu-item-800 a {
	margin-right: 360px
}
.jupiterx-header-stick .menu-item-892 a {
	position: absolute;
	right: 219px;
	top: 0;
	height: 117px;
	line-height: 6rem;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: none!important;
}
.jupiterx-header-stick .menu-item-506 a {
	position: absolute;
	right: 0;
	top: 0;
	height: 117px;
	line-height: 6rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: none!important;
}


@media only screen and (min-width: 769px) {
	.jupiterx-site-navbar .menu-item-800 {
		margin-right: 40px!important;
	}
	.jupiterx-site-navbar .menu-item-800 i {
		display: none;
	}
	.jupiterx-site-navbar .menu-item-781 i {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.menu-item-892 a{
		background-color: #14a7e0;
		border-radius: 3px;
		margin-top: 10px;
		color: #fff!important;
	}
	.menu-item-506 a{
		background-color: #50c9b1;
		border-radius: 3px;
		margin-top: 10px;
		color: #fff!important;
	}
}

@media only screen and (min-width: 769px) {
	.menu-item-892 a {
		padding: 10px 0!important;
		text-align: center;
		width: 219px;
		background-color: #14a7e0;
		color: #fff!important;
		transition: 0.25s;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.45);
	}
	.menu-item-892 a:hover {
		background-color: #67c4e8;
		color: #fff!important;
	}
	.menu-item-506 a {
		margin-left: -20px;
		padding: 10px 0!important;
		text-align: center;
		width: 219px;
		background-color: #50c9b1;
		color: #fff!important;
		transition: 0.25s;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.45);
	}
	.menu-item-506 a:hover {
		background-color: #5ae2c7;
		color: #fff!important;
	}
}

/* <==== FOOTER AND ANIMATION ====> */

.mdwBug {
	width: 100%;
	max-width: 100px;
	margin: 0 auto 0;
	display: block;
}

.inner {
	width: 100%;
	padding-bottom: 31.33%;
	position: relative;
}

.mdwBug .inner .startSlide {
	width: 100%;
	background-position: center top;
	transition: width .5s .5s;
}

.mdwBug .inner:hover .startSlide {
	width: 0%;
	background-position: center top;
	transition: width .5s;
}

.mdwBug .inner .mdwSlide {
	background: url(/wp-content/uploads/2019/02/mdw_tag.png) center top no-repeat;
	background-size: auto 200%;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
}

.mdwBug .inner .endSlide {
	width: 0;
	background-position: center bottom;
	transition: width 0.5s;
}

.mdwBug .inner:hover .endSlide {
	width: 100%;
	background-position: center bottom;
	transition: width 0.5s 0.5s;
}