
div#menu_header ul li {
	list-style: none
}

div#menu_header ul>li ul {
	padding-left: 0
}

div#menu_header>ul {
	padding: 0;
	margin: 0;   
	text-align: right
}
     
div#menu_header>ul>li {
	display: inline-block;
	position: relative
}

div#menu_header ul>li:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease
}

div#menu_header>ul>li>a {
	padding: 0em 1.5em;
	color: #08243E;
	font-size: 18px;
	font-family: neu_normal !important;
}

ul.has-sub li a {
	font-size: 16px!important
}
div#menu_header li a.active {
    font-family: neu_heavy;
}
div#menu_header li a{
	text-decoration:none;
}
div#menu_header>ul ul {
	position: absolute;
	top: 2em;
	left: 0;
	right: 0;
	width: 105%;
	z-index: 3333;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms
}

div#menu_header>ul>li:hover div#menu_header>ul>li ul {
	display: block
}

div#menu_header>ul ul>li {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
	background: #fff
}

div#menu_header>ul ul>li:hover {
	background: #521EFF
}

div#menu_header>ul ul>li:hover a {
	color: #fff
}

div#menu_header>ul ul>li>a {
	padding: 10px 10px 10px 25px;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	color: #08243E
}

.hamburger_menu span:nth-child(1),
.hamburger_menu span:nth-child(2),
.hamburger_menu span:nth-child(3) {
	background: #08243E;
	height: 4px;
	width: 40px;
	border-radius: 0px;
	cursor: pointer;
	transition: 0.5s;
	display: block
}

.hamburger_menu span:nth-child(1) {
	margin-bottom: 10px
}

.hamburger_menu span:nth-child(2) {
	margin-bottom: 10px
}

.hamburger_menu.hamburger_close {
	background: #fff
}

.hamburger_menu.hamburger_close span:nth-child(1) {
	background: #fff
}

.hamburger_menu.hamburger_close span:nth-child(2) {
	transform: rotate(45deg);
	position: absolute
}

.hamburger_menu.hamburger_close span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute
}

div#menu_header>ul>li.current-menu-item .active {
	text-decoration: line-through!important
}

div#menu_header>ul>li:last-child a {
	padding-right: 0
}

.mobile_menu {
	display: none
}

.hamburger_menu {
	display: none
}

@media (max-width:991.98px) {
	.hamburger_menu {
		display: block;
		position: absolute;
		top: -40px;
		right: 15px
	}
	.menu_bar_nav {
		padding: 1em 0
	}
	div#menu_header>ul ul {
		width: 100%;
		top: 0
	}
	div#menu_header {
		padding: 3em 0 1em
	}
	.menu_section {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 3333;
		background: #fff;
		top: 1em;
	}
	div#menu_header>ul>li {
		display: block
	}
	div#menu_header>ul>li>a {
		padding: 7px 15px;
		text-align: center;
		display: block;
		width: max-content;
		width: -moz-max-content;
		margin: 0;
		font-size: 16px;
		line-height:28px;
	}
	div#menu_header>ul ul {
		position: relative
	}
	div#menu_header>ul ul>li>a {
		text-align: center
	}
	ul.has-sub.open {
		display: block!important
	}
	.menu_open {
		position: absolute;
		background: url(http://pride.antarcticexplorers.club/templates/assets/image/plus.png);
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		top: 12px;
		right: 70px;
		background-size: 50% 50%;
	}
		.menu_open.minus_btn {
		position: absolute;
		background: url(http://pride.antarcticexplorers.club/templates/assets/image/minus.png);
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		top: 12px;
		right: 70px;
		background-size: 50% 50%;
	}
	.mobile_menu {
		display: block
	}
	div#menu_header>ul ul>li {
		border-bottom: none!important
	}
	.menu_bar_nav.static_header {
		position: relative
	}
	div#menu_header>ul ul {
		display: none;
		opacity: 1;
		visibility: visible
	}
	.static_header {
		animation-name: none;
	-webkit-animation-name: none
	}
	.menu_bar_nav{
		position:relative !important;
	}
	div#menu_header > ul{
		text-align:left;
	}
}

@media (min-width:280px) and (max-width:575.98px) {
	.has-dropdown>a {
		background-size: 4%
	}
	.has-dropdown>a.minus_btn {
		background-size: 4%
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.has-dropdown>a {
		background-size: 3%
	}
	.has-dropdown>a.minus_btn {
		background-size: 3%
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.has-dropdown>a {
		background-size: 2%
	}
	.has-dropdown>a.minus_btn {
		background-size: 2%
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	div#menu_header>ul>li>a {
		padding: 10px
	}
}

@media (min-width:1200px) {
	div#menu_header>ul>li:hover ul {
		visibility: visible;
		opacity: 1
	}
}