.wrapper-nav {
	position: relative;
	display: flex;
	width: 90%;
	margin: 0 auto;
	max-width: 1920px;
	border-top: medium solid #ffffff;
}

.language-switcher {
	display: flex;
	width: 10%;
	align-items: center;
	justify-content: flex-end;
}

/* ////////////////////////// */

select.top_menu.hvr-float-shadow {
	background: transparent;
	border: 0;
	outline: 0;
	text-transform: uppercase;
}
select.top_menu.hvr-float-shadow {
	vertical-align: top;
	background: transparent !important;
}
select.top_menu.hvr-float-shadow option {
	background: transparent !important;
	color: #000000;
}

/*menu hover*/

/* hover span 1*/

li .nav-dropdown .flex_m_list ul{
	counter-reset: itemCounter;
	width: 100%;
}
.menu__item {
	padding-left: 0.5em;
}
.menu__item::before {
	content: counter(itemCounter,decimal-leading-zero);
	counter-increment: itemCounter;
	right: 100%;
	margin-right: -1.5em;
	bottom: calc(100% - 0.35em);
	position: absolute;
	color: rgba(255,255,255,0.20);
}
.menu__item:hover::before,
.menu__item:focus::before {
	color: #FFFFFF;
}
.menu__item-name {
	display: flex;
	flex-wrap: wrap;
	white-space: pre;
}
.menu__item-name::before,
.menu__item-name::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 2vw;
	width: 4em;
	height: 3px;
	background-color: rgba(255,255,255,0.20);
}
.menu__item-name::after {
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.25s;
	background-color: #FFFFFF;
}
.menu__item:hover .menu__item-name::after,
.menu__item:focus .menu__item-name::after {
	transform: scale3d(1,1,1);
}
.menu__item-name span {
	display: inline-block;
}

/*span 2*/

.menu__item-name2 {
	padding-right: 0.75vw;
	padding-bottom: 0.25vw;
	position: relative;
}
.menu__item-name2 {
	transition: color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.menu__item-name2::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -0.25vw;
	width: 100%;
	height: 70%;
	opacity: 0.2;
}
.menu__item-name2::before {
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.menu__item:nth-child(odd) .menu__item-name2::before{
	background-color: #FFFFFF;
}



/* Hover */

.menu__item:nth-child(odd):hover,
.menu__item:nth-child(odd):focus {
	color: #FFFFFF;
}
/*.menu__item:nth-child(even):hover,
.menu__item:nth-child(even):focus {
	color: #6265fe;
}*/
.menu__item:hover .menu__item-name2::before,
.menu__item:focus .menu__item-name2::before{
	transform: scale3d(1,1,1);
}


/*navigation*/ 

.navigation {
	width: 100%;
	height: 64px;
	list-style: none;
	position: fixed;
	z-index: 999;
	margin-top: 1em;
	right: 0;
}
.wrapper-nav {
	background-color: rgba(19,44,88,0.8);
}
.navigation a {
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: none;
}
.brand {
	position: absolute;
	float: left;
	padding-left: 1vw;
	text-transform: uppercase;
}
.brand a {
	font-size: 1vw;
	letter-spacing: 0.1em;
	margin-right: 1vw;
}
.brand a img{
	margin-right: 1vw;
	margin-left: 1vw;
	width: 2vw;
	height: auto;
}
.nav-list li a img {
	width: 30px;
	height: 31px;
	margin-bottom: -15px;
	position: relative;
	margin-left: 1em;
}

.brand a:hover {
  text-decoration: none;
}
.nav-container {
	margin: 0%;
	padding: 0px 0px;
	width: 100%;
}
.nav-dropdown {
	display: none;
	position: fixed;
	width: 90%;
	z-index: 1;
	border-left: thin solid #FFFFFF;
	background-color: rgba(24,56,107,0.90);
	left: 5%;
}
.nav-list li .nav-dropdown {
	margin-top: 1em;
}
li .nav-dropdown .flex_m_list{
	padding-bottom: 4vw;
	padding-top: 2vw;
}
li .nav-dropdown .flex_m_list {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
.nav-dropdown .flex_m_list ul {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
.nav-dropdown .flex_m_list ul li {
	width: 44%;
}
.nav-dropdown .flex_m_list ul li a{
	color: #FFFFFF;
	font-size: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.navigation nav {
	width: 90%;
	position: relative;
	text-transform: uppercase;
}
.navigation nav ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.navigation nav ul li {
	display: inline;
	position: relative;
}
.navigation nav ul li a {
	display: block;
	outline: 0;
}
.top_menu {
	padding: 0.25vw 0.5vw;
	font-size: 0.9vw;
	line-height: 2vw;
	color: #FFFFFF;
}
.navigation nav ul li a:hover,
.navigation nav ul li a:focus,
.navigation nav ul li a:active {
	text-decoration: none;
	color: #ffffff;
}
.navigation nav ul li > a:hover {
	color: #ffffff;
}
.navigation nav ul li > a:not(:only-child):after {
	padding-left: 4px;
	content: ' ▾';
}

.navigation nav ul li ul li a {
	padding: 15px 15px 15px 25px;
	line-height: 0.8vw;
	z-index: 1;
}
.navigation nav ul li ul li a:hover {
	color: #ffffff;
}




/* Mobile navigation */

@media (min-width: 805px) {
	
.nav-list {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
	
}



@media (max-width:1280px){

.navigation nav {
	width: 98%;
	font-size: 1.25vw;
	font-weight: 300;
}	
	
}



.nav-mobile {
	display: none;
	background-color: #132c58;
	position: absolute;
}

@media (max-width: 800px) {
	
.menu__item::before {
	content: counter(itemCounter,decimal-leading-zero);
	counter-increment: itemCounter;
	right: 100%;
	margin-right: -1.5em;
	bottom: calc(100% - 0.35em);
	position: absolute;
	color: rgba(255,255,255,0.80);
}	
.menu__item-name::before,
.menu__item-name::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 2vw;
	width: 4em;
	height: 3px;
	background-color: rgba(255,255,255,0.80);
}	
.nav-mobile {
	height: 8em;
	width: 8em;
	top: 0;
	right: 1vw;
	display: block;
}
.logo {
	position: absolute;
}
.navigation nav {
	width: 100%;
	z-index: 10;
	position: relative;
	/* padding: 70px 0 15px; */
}
.navigation nav ul {
	display: none;
	background-color: #142C58;
}
.navigation nav ul li {
	float: none;
}
.navigation nav ul li > a {
	padding: 0.7em 2em;
	list-style: outside;
	line-height: 2em;
	font-size: 1.5em;
	letter-spacing: 2px;
}	
li .nav-dropdown .flex_m_list {
	padding-left: 1vw;
	padding-right: 1vw;
	margin-bottom: 1em;
	border-bottom: thin solid #FFFFFF;
}

.nav-dropdown .flex_m_list ul li{
	width: 47.5%;
}	
.nav-dropdown .flex_m_list ul li a{
	font-size: 115%;
}
.navigation nav ul li:hover .nav-dropdown {
	display: none;
}
.navigation nav ul li ul li a {
	line-height: 20px;
	padding: 15px 15px 15px 0;
}
.nav-dropdown {
	width: 95%;
	position: relative;
	right: auto;
	left: 2.5%;
	border-style: none;
}
.navigation nav ul li > a:not(:only-child):after {
	content: ' ▾';
	font-size: 2em;
	position: absolute;
}
#nav-toggle {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* left: 0%; */
	/* top: 2em; */
	cursor: pointer;
	/* padding-top: 1.5em; */
	/* padding-left: 1.6em; */
	/* width: 3em; */
}
#nav-toggle span {
	height: 4px;
	width: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: absolute;
	content: '';
	transition: all 300ms ease-in-out;
	display: block;
}
#nav-toggle span:before,
#nav-toggle span:after {
	height: 4px;
	width: 100%;
	cursor: pointer;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: absolute;
	content: '';
	transition: all 300ms ease-in-out;
	display: block;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.navigation {
	position: absolute;
}
.wrapper-nav {
	background-color: transparent;
}


}

/* ////////////////////////////////////////// */
@media screen and (max-width: 800px) {
	.language-switcher {
		position: absolute;
		top: 3%;
		left: 0;
	}
	.language-switcher .top_menu {
		font-size: 16px;
	}
}
/* ////////////////////////////////////////// */


@media (max-width:480px){
	
	
.navigation nav ul li > a {
	padding: 1.25em 2em;
	list-style: outside;
	line-height: 2em;
	font-size: 2em;
	letter-spacing: 2px;
}	
.nav-dropdown .flex_m_list ul li a{
	font-size: 175%;
}	
/* .nav-mobile {
    height: 9em;
    width: 12em;
} */	
#nav-toggle {
	position: absolute;
	cursor: pointer;
}
#nav-toggle span {
	height: 2px;
	width: 80%;
	cursor: pointer;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: absolute;
	content: '';
	transition: all 300ms ease-in-out;
	display: block;
}
#nav-toggle span:before,
#nav-toggle span:after {
	height: 2px;
	width: 100%;
	cursor: pointer;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: absolute;
	content: '';
	transition: all 300ms ease-in-out;
	display: block;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.wrapper-nav {
	width: 100%;
}

li .nav-dropdown .flex_m_list {
	padding: 0.8em 0;
}

.nav-dropdown {
	left: 0;
	width: 100%;
}

.menu__item::before {
	bottom: calc(100% - 0.1em);
}

.navigation nav ul li ul li a {
	padding: 5px 3px 20px 0;
}

.nav-dropdown .flex_m_list ul li a {
	white-space: normal;
}

.language-switcher {
	left: 3%;
}

}
