#top-nav {
	position: absolute;
	bottom: 50%;
	left:0;
	padding: 0em;
	margin: 0;
	width: 100%;
	height: 40px;
	z-index: 997;
	transform: translateX(0%) translateY(100%);
	text-align: right;
	
	-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%;
	max-width:100%;
	padding: 0 0.5rem;
	text-align: right;
	-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 .nav-inner {

}
#top-nav #nav-left {
	float: left;
	width: 40%;
	padding: 0em;
	margin: 0;
	text-align: left !important;
}
#top-nav #nav-right {
	float: right !important;
	width: 40%;
	padding: 0em;
	margin: 0;
	text-align: right !important;

}
#top-nav #nav-right ul {
	float: right !important;
}


#top-nav .nav-inner ul {

	line-height: 1;
	margin: 0 0.5rem 0 0;
	text-align: right;
}

.small #top-nav {
	transform: translateX(0%) translateY(50%);

}
.small #top-nav ul {
/* 	padding-left: 60px; */

}


#top-nav .nav-inner ul li {
	display: inline-block;
	text-align: center;
	padding: 0 1px;
	position: relative;
	margin: 0;
}
#top-nav .nav-inner ul li a {
	display: block;
	height: 40px;
	font-size: 13px !important;
	color: #768499;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0px 0 0;
	padding:0px 15px 0px 15px;
	line-height: 40px;
	border: 0px solid ;
	position: relative;
	border-radius: 100px;
	letter-spacing: 2px;
	 -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:hover {
	background-color: #33ccff;
  color: #fff !important;
}
#top-nav .nav-inner ul li.item-home a {
		text-indent: -9999px;

		width: 40px;
}
#top-nav .nav-inner ul li.item-home a span {
	position: absolute;
	left:0;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background: url('../images/home-active.svg') no-repeat;
	background-position: center center;
	background-size: 14px auto;
}

#top-nav .nav-inner ul li.item-breadcrumb.item-home a span,
#top-nav .nav-inner ul li.item-home a:hover span {
	background-color: #33ccff;
	background-image: url('../images/home.svg');
}
#top-nav .nav-inner ul li a:hover {
	color: #fff;
}
#top-nav .nav-inner ul li.item-breadcrumb a {
  background-color: #33ccff;
  color: #fff;
}
#top-nav .nav-inner ul li.sfHover a {
	color: #45bff8;
}
#top-nav .nav-inner ul li:last-child a {
	
}
#top-nav .nav-inner ul li:last-child a i {
	position: relative;
	top:3px;
	font-size: 1.2rem;
}

#top-nav .nav-inner ul li.item-breadcrumb a {
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 2px 25px rgba(0, 14, 54, 0.16);
}
#top-nav .nav-inner ul li.item-breadcrumb a:hover {
	
	box-shadow: 0px 3px 25px rgba(0, 14, 54, 0.16);
}

#top-nav .nav-inner ul li.item-search a {
	padding-left: 8px;
	padding-right: 8px;	
}


.small #top-nav li a {
	
}
.small #top-nav li a:hover {
	
}
.small #top-nav li.item-breadcrumb a {
	
}

.small #top-nav li.menu-more a {

}
.small #top-nav .nav-inner ul li.item-breadcrumb a:before {

}
.small #top-nav .nav-inner ul li a:hover:before {

}
	@media (max-width: 1450px) {
		#top-nav .nav-inner ul li a {
			font-size: 12px !important;
			padding:0px 12px 0px 12px;
		}
	}
	@media (max-width: 1300px) {
		#top-nav .nav-inner ul li a {
			font-size: 12px !important;
			padding:0px 10px 0px 10px;
		}
	}
	@media (max-width: 1024px) {
		#top-nav .nav-inner {
			padding: 0;
		}
		#top-nav .nav-inner ul li {
			padding:0;	
		}
		#top-nav .nav-inner ul li a {
			font-size: 11px !important;
			padding:0px 12px 0px 12px;
		}
		
		
	}
	
	@media (max-width: 1024px) {
		#top-nav  {
			display: none;	
		}		
	}
	@media (max-width: 640px) {
		#top-nav {
			bottom: 52%;
		}
	}
	@media (max-width: 374px) {

		
	}




/*** ESSENTIAL STYLES ***/
.sf-menu {
 /* position: relative; */
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: fixed;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.sf-menu li {
  float: none;
}
.sf-menu li:hover .sf-mega,
.sf-menu li.sfHover .sf-mega {
  display: block;

}

.sf-menu li a {
  display: block;
  /* position: relative; */
}


/*** DEMO SKIN ***/
.sf-menu {
  float: none;
  margin-bottom: 0em;

}
.sf-menu .sf-mega {


  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu li a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255,255,255,.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */

}
.sf-menu li {
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: none;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

}

	@media (max-width: 1180px) {
		.sf-arrows .sf-with-ul {
		
		}
	}



/*** Normal dropdown **/

#top-nav .sf-menu ul {
	border:0;
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	min-width: 250px;
	max-width: 280px;
	padding: 10px 15px 10px;
	border: 0px solid rgba(0, 14, 54, 0.09);
	white-space: nowrap;

	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1) !important;
	display:none;
	z-index: 9998 !important;
	-webkit-box-shadow:  0 3px 20px rgba(0, 14, 54, 0.16);
    box-shadow:  0 3px 20px rgba(0, 14, 54, 0.16) ;
}

#top-nav .sf-menu ul li {
	width:100%;
	float:left;
	background: none;
	display: block !important;
	text-align: left !important;
	border-bottom: 1px solid rgba(4, 19, 31, 0.08);
	

}

#top-nav .sf-menu ul li:last-child {
	border:0;
}
#top-nav .sf-menu ul li a {
	width:100%;
	height: auto !important;
	float:left;
	display: block !important;
	text-transform: none !important;
	color: rgba(9, 37, 113, 1) !important;
	line-height: 1 !important;
	font-size: 0.96rem !important;
	padding: 10px 0px 10px !important;
	text-shadow: none !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	border-radius: 0 !important;
}
#top-nav .sf-menu ul li a:hover {
	color: #34ccff !important;
	background: transparent !important;
}
#top-nav .sf-menu ul li a:after {
	display: none;
}
#top-nav .sf-menu ul li a:hover:before {
	display: none;
}

#top-nav li.item-breadcrumb ul li a {
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
}
#top-nav li.item-breadcrumb ul li a:hover {
	color: #34ccff !important;
	background: transparent !important;
}

.search-trigger {
	position: absolute;
	left: 1.5rem;
	top:70px;
	display: none;
	font-size: 1.8rem;
	color: #092571
}


/* Mobile Mmenu */
.nav-trigger {
	position: absolute;
	right: 2rem;
	top:70px;
	display: none;
		
	width: 60px;
	height: 44px;
	line-height: 44px;
	border: 0;
	text-align: center;
	z-index: 99 !important;
	
	background: transparent !important;
}
.nav-trigger:hover {
	border-color: rgba(0, 23, 80, 1) !important;
}
html.mm-opened .nav-trigger {
	z-index: 9999999 !important;
}
.small .nav-trigger {
	
}

	@media (max-width: 1024px) {
		.search-trigger {
			display: block;	
		}
		.nav-trigger {
			display: block;
		}
		.mm-menu {
			visibility: visible;
		}
	}
	@media (max-width: 640px) {
		.nav-trigger {
			right:0;
		}
		
	
	}
	
	@media (max-width: 340px) {	
		.nav-trigger {
			top: 60px;
			right:0;
		}
		.search-trigger {
			position: absolute;
			left: 1rem;
			top:70px;

			font-size: 1.4rem;
			color: #092571
		}
	}
.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: #092571;
	border-radius: 5px;
}
.nav-trigger span::after {
	background: #092571;
}
.nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: calc(50% - 15px);

	background: #092571;
	-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: #092571;
}
.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);
}


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

.mm-slideout {
	z-index: inherit;
}
.mm-menu {
	position: relative;
	background: #000e36;
	font-weight: 700;
}

#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: #ffffff;
}
.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;
}
.mm-listview li a,
.mm-listview li span {
	
    font-size: 1rem;
    padding: 15px 10px 15px 30px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;

}
.mm-listview li a:hover {
	color: #fff;
}
	@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: 0.96rem;
			padding: 15px 10px 15px 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: #34ccff !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: 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: 60px;
  padding-top: 15px;
  padding-bottom: 15px;  
  color: #fff;	
  font-weight: 700;
  border-radius: 100px;

}
.mm-menu .mm-listview li.mm-contact a i {
	color: #fff;	
	font-size: 1.4rem !important;
	position: absolute;
	top:12px;
	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: 70px;
		}
		.mm-menu .mm-listview li.mm-contact a i {
			left:30px;
		}
	}





