

#top-nav {
	
	position: absolute;
	bottom: 0;
	right:10px;
	padding: 0px 0 20px;
	margin: 0;
	width: calc(100% - 320px);
	/* width: 100%; */
	/* background: #345356; */
	z-index: 1;
	transform: translateX(0%) translateY(0px);
	/* border-bottom: 2px solid rgba(255, 255, 255, 0.253); */
	
	-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;
}



#top-nav > .nav-inner {
	position: relative;
	margin: auto;
	display:block;
	height: 100%;

	-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;
}
.small #top-nav {
	transform: translateX(0%) translateY(-10px);
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}
#top-nav > .nav-inner > ul {
	display: none;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
	margin: 0 0rem 0 0;
	text-align: right;
	flex-wrap: nowrap;

}
.is-loaded #top-nav > .nav-inner > ul {
	display: flex;
}

.small #top-nav {
	padding: 0px 0;
}
.small #top-nav ul {
	/* padding-left: 60px; */
}
#top-nav > .nav-inner > ul > li {
	display: inline-block;
	text-align: left;
	padding: 0 0px 0 0 ;
	position: relative;
	margin: 0;
	/* border-left: 1px solid rgba(255, 255, 255, 0.08); */
}
#top-nav > .nav-inner > ul > li:first-child {
	border:0;
}
#top-nav > .nav-inner > ul > li:last-child {
	border:0;
	padding-left: 10px;
}
#top-nav > .nav-inner > ul > li a {
	font-family: 'condor', sans-serif !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 16px;
	/* text-transform: uppercase;
	letter-spacing: 1px; */
	color:#fff;
	margin: 0 22px 0 0px;
	padding: 15px 0px 15px 0px;
	line-height: 1;
	background: transparent;
	border: 0px solid ;
	position: relative;

	 -webkit-transition: all 0.1s ease-in-out 0s;
  	transition: all 0.1s ease-in-out 0s;
	z-index: 999 !important;
}
#top-nav > .nav-inner > ul > li > a:before {

	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	z-index: -1;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-20px);
	border-radius:0px;
	background: #2097e2;
	background-size: contain;

	visibility: hidden;
	
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#top-nav > .nav-inner > ul > li > a:hover:before {
	visibility: visible !important;
	  opacity: 1;
	  transform: translateX(-50%) translateY(0px) ;
}

#top-nav > .nav-inner > ul > li.sfHover > a:before {
	visibility: visible !important;
  	opacity: 1;
  	transform: translateX(-50%) translateY(0px);
}

#top-nav > .nav-inner > ul > li.is-dropdown-submenu-parent a {
	padding-right: 20px;
}
#top-nav > .nav-inner > ul > li.is-dropdown-submenu-parent a:after {
	opacity: 0.3;
	border-color: #fff transparent transparent;
	transform-origin: center;
	transform: scale(0.6);
	right: 0px;
}
#top-nav > .nav-inner > ul > li a:hover {
	color: #fff;
}
#top-nav > .nav-inner > ul > li.is-active > a {
	color: #fff;
}
#top-nav > .nav-inner > ul > li:last-child {
	
}
#top-nav > .nav-inner > ul > li.is-active > a:before,
#top-nav > .nav-inner > ul > li > a.is-active:before {
	visibility: visible !important;
  	opacity: 1;
  	transform: translateX(-50%) translateY(0px);
}


/* Action Button */

#top-nav > .nav-inner > ul > li > a.action-button {
	/* position: absolute;
	bottom: 10px;
	right: 0; */
	padding: 15px 0px 11px 0px;
	padding-left: 25px;
	padding-right: 25px;
	height: 44px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 10px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
}
#top-nav > .nav-inner > ul > li > a.action-button:before {
	display: none;
}


#top-nav > .nav-inner > ul > li.is-active > a {

}
#top-nav > .nav-inner > ul > li.mobile-trigger {
	display: none;
}


	@media (max-width: 1460px) {
		#top-nav > .nav-inner > ul > li a {
			font-size: 14px
		}

	}

	@media (max-width: 1380px) {
		.touch #top-nav > .nav-inner > ul > li {
			display: none;
		} 
	}

	@media (max-width: 1300px) {
		
		#top-nav {
			position: absolute;
			bottom: 0;
			right:10px;
			padding: 0px 0 20px;
			margin: 0;
			width: calc(100% - 320px);
			/* width: 100%; */
			/* background: #345356; */
			z-index: 1;
			transform: translateX(0%) translateY(0px);
		}
		#top-nav > .nav-inner > ul > li.actione {
			display: block;
		}
		.touch #top-nav > .nav-inner > ul > li {
			display: none;
		} 
		.touch #top-nav > .nav-inner > ul > li.actione {
			display: block;
		}
		
		
	}
	@media (max-width: 1130px) {
		#top-nav > .nav-inner > ul > li {
			display: none;
		} 
		#top-nav > .nav-inner > ul > li.actione a.action-button {
			font-size: 18px;
			
		}
		#top-nav > .nav-inner > ul > li.mobile-trigger {
			display: block;
		}
	}

	@media (max-width: 970px) {
		
		
		

	}
	@media (max-width: 640px) {
		#top-nav {
			position: absolute;
			bottom: 0;
			right:10px;
			padding: 0px 0 0px;
			width: calc(100% - 240px);
		}
		.small #top-nav {
			transform: translateX(0%) translateY(0px);
			border-bottom: 2px solid rgba(255, 255, 255, 0);
		}
		#top-nav > .nav-inner > ul > li.actione  {
			display: none !important;
		}
	}



.dropdown-pane {
	padding-top: 25px;
	border:0;
	border-radius: 0;
	font-family: 'condor-extended', sans-serif !important;
	font-weight: 400;	
	
	color: #2097e2;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.192);
}
#scrollmenu li {
	border-bottom: 1px solid #eee;
}
#scrollmenu li:last-child {
	border:0;
}
#scrollmenu li a {
	font-size: 24px;
	color: #213172;
}
#scrollmenu li a.is-active  {
	color: #2097e2;
}
#scrollmenu li a.action-button {
	margin: 5px 0;
}
	@media (max-width: 640px) {
		.dropdown-pane {
			width: 220px;
			padding-top: 25px;
			border:0;
			border-radius: 0;
			font-weight: 400;
			
			color: #213172;
			border-radius: 5px;
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.192);
		}
		#scrollmenu li a {
			font-size: 20px;
		}
	}

/*** Normal dropdown **/

.submenu  {
	border:0;
	position: absolute;
	top: 44px;
	left: -15px;
	margin: 0;
	min-width: 280px;
	max-width: 280px;
	padding: 15px 20px 15px 20px !important;
	border: 0px solid rgba(4, 19, 31, 0.11);
	white-space: nowrap;
	
	border-radius: 0px;
	background-color: #fff !important;
	box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4);
	display:none;
	z-index: 999 !important;


}



.small .submenu  {
	
}

.submenu  li {
	width:100%;
	float:left;
	background: none;
	display: block !important;
	text-align: left !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	

}

.submenu  li:last-child {
	border:0;
}
#top-nav .submenu  li a,
.small #top-nav .submenu  li a {
	width:100%;
	float:left;
	display: block !important;
	text-transform: none !important;
	color: #213172 !important;
	line-height: 1.2 !important;
	font-size: 16px !important;
	padding: 10px 20px 10px 20px !important;
	text-shadow: none !important;
	font-weight: 700 !important;
	margin-left: 0 !important;
	white-space: normal;

}

#top-nav .submenu  li a:before {
	position: absolute;
	left: 0px;
	-webkit-transform: translate(-3px, 0);
  	transform: translate(-3px, 0);
	top:15px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
  	speak: none;
  	font-style: normal;

	
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
	content: '\f061';
	font-size: 12px;
	margin-right: 0px;
	color: #2097e2;
	-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: 1;
}
#top-nav .submenu  li a:hover:before {
	-webkit-transform: translate(0px, 0);
  	transform: translate(0px, 0);
	opacity: 1;
}


#top-nav .submenu  li a:hover,
.small #top-nav .submenu  li a:hover {
	color: #213172 !important;
	background:transparent;
}
.submenu  li a:after {
	display: none;
}
.submenu  li a:hover:before {
	
}

/* Mobile Mmenu */
#top-nav > .nav-inner > ul > li.mobile-trigger .nav-trigger {
	background: transparent;	
	width: auto;
	height: 48px;
	padding:0;
	padding-left: 20px;
	padding-right: 60px;
	border-radius: 0px;
	line-height: 50px;
	border: 0;
	text-align: left;
	z-index: 999 !important;
	border-left: 0px solid #eee;
}
#top-nav > .nav-inner > ul > li.mobile-trigger .nav-trigger:before {
	display: none;
}
#top-nav > .nav-inner > ul > li.mobile-trigger .nav-trigger b {
	position: relative;
	top:0px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	line-height: 1
}


html.mm-opened .nav-trigger {
	z-index: 9999999 !important;
}
.small .nav-trigger {
	
}

	@media (max-width: 1130px) {
		
		#top-nav > .nav-inner > ul > li.mobile-trigger .nav-trigger{
			display: flex;
			align-items: center;
			margin-right: 0 ;
		}
		.mm-menu {
			visibility: visible;
		}
	}
	@media (max-width: 970px) {
		.nav-trigger {
			position: absolute;
			right: 10px;
			
		}
		.small .nav-trigger {
			position: absolute;
						
		}
	}
	@media (max-width: 640px) {
		.nav-trigger {
			right: 0px;
			bottom: 20px;
			background: transparent !important;	
		}
		.nav-trigger b { 
			font-size: 16px;
		}
		.small .nav-trigger {
			position: absolute;
			right: 0px;
			bottom: 5px;
		}
	
	
	}
	@media (max-width: 374px) {
		#top-nav > .nav-inner > ul > li.mobile-trigger .nav-trigger b {
			display: none;
		}
	
	}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 30px;
	background: #ffffff;
	border-radius: 0px;
}
.nav-trigger span::after {
	background: #ffffff;
}
.nav-trigger span {
	position: absolute;
	top: 50%;
	right: 15px;
	background: #ffffff;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.nav-trigger span::before, .nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
	/* menu icon top line */
	top: -8px;
}
.nav-trigger span::after {
	/* menu icon bottom line */
	top: 8px;
}

.mm-opening .nav-trigger span {
	/* hide line in the center */
	background: rgba(255, 255, 255, 0);

}
.mm-opening .nav-trigger span::before, .mm-opening .nav-trigger span::after {
	/* keep visible other 2 lines */
	background: #ffffff;
}
.mm-opening .nav-trigger span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.mm-opening .nav-trigger span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/*
.small .nav-trigger span,
.small .nav-trigger span::before, 
.small .nav-trigger span::after {
	background: #000;
}
.small .nav-trigger span::after {
	background: #000;
}
.small .nav-trigger span {
	background: #000;
}
.mm-opening .small .nav-trigger span::before, .mm-opening .small .nav-trigger span::after {
	background: #000;
}
*/

.mm-listview>li.more-logo:not(.mm-divider):after {
    border: 0;
}

.mm-slideout {
	z-index: inherit;
}
.mm-menu {
	position: relative;
	background: #213172;
	
	font-weight: 00;
}
/*
.mm-menu:before {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	top: 0px;
	left:0px;
	content:'';
	background: url('../images/bg-dots-white-topright.png') top right;
	background-repeat: no-repeat;
	background-size: contain;
}
*/


#menu:not( .mm-menu ) { display: none; }


.mm-menu.mm-bottom {
	height: calc(100% - 150px) !important;
}
	@media (max-width: 500px) {
		.mm-menu.mm-bottom {
			height: calc(100% - 90px) !important;
		}
	}

.mm-panels {
	z-index:3;
}




.mm-navbar {
	font-size: 0.76rem;
	border-color: rgba(255, 255, 255, 0.08);
}	

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: rgba(255, 255, 255, 0.062);
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	 color: rgba(255, 255, 255, 0.4);	
	 text-transform: uppercase;
	 font-weight: 700;
	 letter-spacing: 2px;
}
.mm-listview > li > a,
.mm-listview > li > span {
	font-family: 'condor', sans-serif;	
    font-size: 18px;
    padding: 15px 10px 15px 30px;
    color: #fff;
    font-weight: 700;

}
.mm-listview > li > a:hover {
	color: #2097e2;
}
	@media (max-width: 970px) {
		.mm-listview > li > a,
		.mm-listview > li > span {
			padding: 15px 10px 15px 35px;
		}

	}
	@media (max-width: 500px) {
		.mm-listview > li > a,
		.mm-listview > li > span {
			font-size: 16px;
			padding: 10px 10px 10px 30px;
		}

	}


.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background-color: rgba(255, 255, 255, 0.07);
}

.mm-listview > li > a.active {
    color: #2097e2 !important;
    font-weight: 700;
}





.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
	height: 100%;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
	border-color: rgba(255, 255, 255, 0.08);
}


.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.51);	
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(255, 255, 255, 0.7);
}

/* Contact */

.mm-menu .mm-listview > li.mm-contact {
	padding: 0px 20px;
	
}
.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-contact > span {
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;  
  color: #fff;	
  font-weight: 700;
  border-radius: 0px;

}
.mm-menu .mm-listview > li.mm-contact > a > i {
	color: #2097e2;	
	font-size: 18px !important;
	position: absolute;
	top:16px;
	left:20px;
}

	@media (max-width: 500px) {
		.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
		.mm-menu .mm-listview > li.mm-contact > span {
			padding-left: 40px;
			padding-top: 10px;
  			padding-bottom: 10px;  
		}
		.mm-menu .mm-listview > li.mm-contact > a > i {
			top:12px;
			left:10px;
		}
	}





