#top-nav {
	position: absolute;
	top:70px;
	padding: 0em 0 0 0 ;
	margin: 0;
	width: 100%;
	z-index: 8;
	-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;
}

.menu {

	float: right;
	padding-left: 0px;
	padding-right: 10px;

}

	@media (max-width: 1024px) {
		#top-nav {
			position: absolute;
			top:70px;
		}
		.menu {
			
		}
	}

.small #top-nav {
	top:18px;
	z-index: 10;
}
.menu > li {
	float: left;
}
.menu > li > a {
	text-transform: uppercase;
	font-size: 0.74rem;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	font-weight: 700 !important;
	padding:15px 15px 15px 15px;
	line-height: 1;
	border: 0px solid ;
	letter-spacing: 1px;
	position: relative;	
}

@media (max-width: 1125px) {
	.menu > li > a {
		padding:15px 8px 15px 8px;
		font-size: 0.70rem;
	}
}

@media (max-width: 1075px) {
	.menu > li > a {
		padding:15px 6px 15px 6px;
		font-size: 0.70rem;
	}
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 5px;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	display: none;
}

.menu > li > a:before
{
	content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left:0px;
   border-radius: 2px;
  background-color: #1a9eff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*
.menu > li > a:after {
	top: auto !important;
	bottom: 0 !important;
}
*/




.menu > li > a:hover {
	color: #fff;
}

.highlight {
	float: right !important;
	
}
.small .highlight {
	opacity: 1;
	visibility: visible;
}

.highlight a {
	color: #fff;
	position: relative;
	margin-left: 10px;
	border-radius: 2px;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.highlight a:hover {
	color: #fff !important;
}
.highlight a:before,
.highlight a:after {
	
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.menu > li > a:hover:before,
.menu > li > a:hover:after {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}

.menu-breadcrumb a {
	color: #fff !important;
}
.menu > li.menu-breadcrumb > a:before,
.menu > li.menu-breadcrumb > a:after {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu > li li > a:before {
	display: none !important;
}

.small .menu > li > a {
	color: rgba(28, 29, 33, 0.5);
}
.small .menu > li > a:hover {
	color: rgba(33, 34, 35, 1);
}
.small .menu-breadcrumb a {
	color: rgba(33, 34, 35, 1) !important;
}

	@media (max-width: 1024px) {
		.menu {
			
		}
		.menu>li>a {

		}
		.highlight a {
			font-size: 1rem;
			margin-left: 5px;
			border-radius: 2px;
			padding-left: 1.3rem !important;
			padding-right: 1.3rem !important;
			padding-bottom: 0.7rem !important;
		}
		
	}
	
.is-dropdown-submenu {
	min-width: 260px;
	margin-left: 0px;

}
.is-dropdown-submenu > li {
	border-bottom: 1px solid #eee;
}
.is-dropdown-submenu > li:last-child {
	border: 0;
}
.is-dropdown-submenu > li > a {
	line-height: 1.2 !important;
	text-transform: none;
	font-size: 0.96rem;
	padding: 13px 17px 13px;
	letter-spacing: 0;
	font-weight: 400 !important;
	color: #fff !important;
}

.is-dropdown-submenu {
	background: #071F31;

	border:0;
	border-radius: 2px;
	padding:0rem;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
.is-dropdown-submenu a:hover {
	color: #eeab45 !important;
	background: rgba(0, 0, 0, 0.09) ;
}
.is-dropdown-submenu > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
}
.is-dropdown-submenu > li:last-child {
	border-bottom: 0 !important;
}

.is-dropdown-submenu a:before,
.is-dropdown-submenu a:after {
	display: none !important;
}
.small .is-dropdown-submenu > li > a {
	color: rgba(255, 255, 255, 1) !important;
}
.small .is-dropdown-submenu > li > a:hover {
	color: #eeab45 !important;
}


	@media (max-width: 1023px) {
		.menu  {
				display: none;
			}
		
	}
	








/* Mobile Mmenu */

.nav-trigger {
	position: absolute;
	right: 1.6rem;
	display: none;
	
	position: absolute;
	top:2.4rem;
	width: 60px;
	height: 40px;
	line-height: 40px;
	border: 0px solid rgba(0,  23,  80, 0.24);
	text-align: center;
	z-index: 99 !important;
	border-radius: 2px;
	background:#1a9eff;
}
.nav-trigger:hover {
	
}
html.mm-opened .nav-trigger {
	z-index: 9999999 !important;
}

.small .nav-trigger {
	top:1rem;
	
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 30px;
	background: #fff;
	border-radius: 5px;
}
.nav-trigger span::after {
	background: #fff;
}
.nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 24%;
	margin-top: -1px;
	background: #fff;
	-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(34, 37, 123, 0);

}
.mm-opening .nav-trigger span::before, .mm-opening .nav-trigger span::after {
	/* keep visible other 2 lines */
	background: #fff;
}
.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);
}



	@media (max-width: 1023px) {
		.nav-trigger {
			display: block;
		
		}
	}

	@media (max-width: 768px) {
		.nav-trigger {
			
		}

	}
    
  @media (max-width: 640px) {
		.nav-trigger {
			top: 1.5rem;
			width: 54px;
			height: 50px;
			right: 0rem;
			border-radius: 3px 0 0 3px;
		}
		
	}
	@media (max-width: 640px) {
		.nav-trigger {
			border:0;
		}
		.small .nav-trigger {
			top: 0rem;
		}
	}

	


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

	@media (max-width: 930px) {
		.nav-trigger {
			display: block;
		}
		.mm-menu {
			visibility: visible;
		}
	}
	@media (max-width: 440px) {
		.nav-trigger span {
			right: 20%;
		}
	}

.mm-slideout {
	z-index: inherit;
}
.mm-menu {
	background-color: #071F31 !important;

}
#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);
	color: #fff;
}	

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: #1a9eff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	 color: rgba(255, 255, 255, 0.54);	
	 text-transform: uppercase;
	 font-weight: 700;
	 letter-spacing: 2px;
	 font-family: 'Roboto';
}
.mm-listview > li > a,
.mm-listview > li > span {
		text-transform: uppercase;
    font-size: 0.86rem;
    padding: 15px 10px 15px 40px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto';
    letter-spacing: 2px;
}
	@media (max-width: 768px) {
		.mm-listview > li > a,
		.mm-listview > li > span {

			padding: 15px 10px 15px 35px;
		}

	}
	@media (max-width: 340px) {
		.mm-listview > li > a,
		.mm-listview > li > span {
			font-size: 0.66rem;
			padding: 15px 10px 15px 20px;
		}

	}


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

.mm-listview > li > a.active {
    color: #fff !important;
}
.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.07);
}


.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: #1a9eff;
}

/* Contact */
.mm-menu .mm-listview > li.mm-contact {
	padding: 10px 20px;
}
.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-contact > span {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;  
  color: #fff;
  font-size: 0.86rem;
  font-family: 'Roboto';
    letter-spacing: 2px;
	background: #eeab45;
	border-radius: 2px;
}
.mm-menu .mm-listview > li.mm-contact > a > i {
	color: #fff;	
	font-size: 1.6em !important;
	position: absolute;
	top:13px;
	right:25px;
}

	@media (max-width: 500px) {
		.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
		.mm-menu .mm-listview > li.mm-contact > span {
			font-size: 0.76rem;
		}

	}





