#top-nav {
	position: absolute;
	bottom:0;
	left:0;
	padding: 0em;
	margin: 0;
	width: 100%;
	height: 60px;
	background: transparent;
	z-index: 88;
	transform: translateX(0%) translateY(-50%);
	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;

}
.with-cover #top-nav {
	transform: translateX(0%) translateY(-20%);
}	


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

	text-align: left;
	-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;
}
.scrolled #top-nav > .nav-inner {
	
}

#top-nav > .nav-inner > ul {
	width: 100%;
	line-height: 1;
	margin: 0 0rem 0 0rem;
	padding-left: 0rem;
	padding-right:0rem;
	text-align: center;
		-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.scrolled #top-nav {
	top: 0;
	bottom: auto;
	position: fixed;	
	transform: translateX(0%) translateY(0%);
	background: #101a3b;
}
.scrolled #top-nav ul {
/*
	padding-left: 70px;
	padding-right: 54px;
*/
}


#top-nav > .nav-inner > ul > li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	position: relative;
	margin: 0;
}

#top-nav > .nav-inner > ul > li:first-child {


}
#top-nav > .nav-inner > ul > li a {
	display: block;
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;

	margin: 0;
	padding:0px 0px 0px 0px;
	height: 60px;
	line-height: 60px;
	border: 0px solid ;
	position: relative;

	 -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
	z-index: 998 !important;
}


#top-nav > .nav-inner > ul > li a:hover {
	color: #fff;
}

#top-nav > .nav-inner > ul > li > a:before {
	content: "";
  position: absolute;
  width: 100%;
  height:3px;
  bottom: 10px;
  z-index: -1;
  left: 0px;
  opacity:0;

  border-radius: 0px;
	background-color: #46cabc;
  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;
}
.scrolled #top-nav ul > li > a:before {
	bottom:0;	
}

#top-nav > .nav-inner > ul > li.sfHover > a:before{
	visibility: visible !important;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  opacity:0.2;
}
#top-nav > .nav-inner > ul > li.item-breadcrumb > a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity:1;
	background-color: #46cabc;
}
#top-nav > .nav-inner > ul > li > a:hover:before {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity:1;
  
}

#top-nav > .nav-inner > ul > li.sfHover > a {
	color: #fff;

	
}
#top-nav > .nav-inner > ul > li.menu-search a {
	position: relative;
	overflow: hidden;
	min-width: 38px;
	padding:0;
}
#top-nav > .nav-inner > ul > li.menu-search a i {
	position: absolute;
	top: 50%;
	left:0;
	padding: 0em;
	margin: 0;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 1.4rem;
	z-index: 88;
	color: #f51c59;
	transform: translateX(0%) translateY(-50%);
	border-radius: 100px;
	background: rgba(15, 26, 58, 0);
}
#top-nav > .nav-inner > ul > li.menu-search > a:before {
	display: none;
}	
/*
top-nav > .nav-inner > ul > li:last-child > a {
	
}
#top-nav > .nav-inner > ul > li:last-child > a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.4rem;
}

#top-nav > .nav-inner > ul > li:last-child > a:before {
	width: 100% !important;
	left: 0px;
}

#top-nav > .nav-inner > ul > li:last-child > a:hover:before {
	background-color: rgba(0, 0, 0, 0.12);
}

#top-nav > .nav-inner > ul > li.item-breadcrumb > a {
	color: #fff;
}
#top-nav > .nav-inner > ul > li.item-breadcrumb:last-child > a {
	color: #fff;
	-moz-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.04);
-webkit-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.04);
box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.04);
}
*/


.sf-row {
	max-width: 100%;
	margin: auto;
}

#top-nav ul li a.sf-mega-section:before {
	display: none;
}

.scrolled #top-nav li a {

}
.scrolled #top-nav li a:hover {

}

.scrolled #top-nav li.menu-more a {
	border-radius: 0;	
}
.scrolled #top-nav > .nav-inner > ul > li.item-breadcrumb > a:before {

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

}

	@media (max-width: 1024px) {
		#top-nav {
		
		}
		.with-cover #top-nav {
			transform: translateX(0%) translateY(-10%);
		}	

		#top-nav > .nav-inner > ul {
			padding-right: 1rem;
			text-align: right;
		}
	
		#top-nav > .nav-inner > ul > li {
			padding-left: 10px;
			padding-right: 10px;
		}
		#top-nav > .nav-inner > ul > li > a {
			font-size: 0.86rem !important;

		}
	
	}
	
	@media (max-width: 970px) {
		#top-nav > .nav-inner > ul {
			padding-right: 0rem;
			padding-left:0;
		}
		.scrolled #top-nav ul {

		}
		
		#top-nav > .nav-inner > ul > li {
			display: none;
		}	
		#top-nav > .nav-inner > ul > li:last-child {
			display : none;
			
		}	
	}
	@media (max-width: 640px) {
		.scrolled #top-nav {
			opacity: 0;
			visibility: hidden;
		}
	}
	@media (max-width: 320px) {
		#top-nav > .nav-inner > ul {
			padding-right: 54px;
		}
		
		
	}




/*** 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: .86em 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 **/

.sf-menu ul {
	border:0;
	position: absolute;
	top: 54px;
	left: 0px;
	margin: 0;
	min-width: 220px;
	max-width: 300px;
	padding: 0px 0px 0px;
	padding-left: 0 !important;
	white-space: nowrap;
	border:0 !important;
	border-radius: 2px;
	background-color: #fff !important;
	display:none;
	z-index: 999 !important;
	-webkit-box-shadow:  0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow:  0 0px 20px rgba(0, 0, 0, 0.1) ;
}
/*
.sf-menu ul:before {
	content: "";
  position: absolute;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #282828 transparent;
  top: -5px;
  z-index: 999;
  left: 20px;
  -webkit-transition: all 0.32s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}
*/


.scrolled .sf-menu ul {
 }

.sf-menu ul li {
	width:100%;
	float:left;
	background: none;
	display: block !important;
	text-align: left !important;
	border-bottom: 1px solid rgba(15, 26, 58, 0.08);
	

}

.sf-menu ul li:last-child {
	border:0;
}
.sf-menu ul li a {
	width:100%;
	float:left;
	display: block !important;
	text-transform: none !important;
	color: rgba(15, 26, 58, 1) !important;
	line-height: 1.2 !important;
	font-size: 0.96rem !important;
	padding: 10px 20px !important;
	height: auto !important;
	text-shadow: none !important;
	font-weight: 400 !important;
}
.sf-menu ul li a:hover {
	color: #f51c59 !important;
}
.sf-menu ul li a:after {
	display: none;
}
.sf-menu ul li a:hover:before {
	display: none;
}
/*
.sf-menu ul li:first-child a {
	border-radius: 5px 5px 0 0 !important;
}
.sf-menu ul li:last-child a {
	border-radius: 0 0 5px 5px !important;
}
*/





/* Mobile Mmenu */

.nav-trigger {
	position: absolute;
	right: 2rem;
	bottom: 0rem;
	display: none;
		
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.86rem;
	letter-spacing: 2px;
	text-align: right;
	z-index: 99 !important;
	padding-left: 0px;
	padding-right: 0px;
	background: rgba(0, 0, 0, 0) !important;
	
		-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.nav-trigger:hover {
	border-color: rgba(0, 23, 80, 1) !important;
}
html.mm-opened .nav-trigger {
	z-index: 9999999 !important;
}
.scrolled .nav-trigger {
	bottom: -2px;
}

	@media (max-width: 970px) {
		
		.nav-trigger {
			display: block;
		}
		.mm-menu {
			visibility: visible;
		}
	}
	@media (max-width: 640px) {
		.nav-trigger {
			right: 1rem;
			bottom: -2.3rem;
		}
		
	
	}
	@media (max-width: 400px) {
		.nav-trigger {
			right: .5rem;
		}
	}

.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%;
	left: 25px;

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


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

.mm-slideout {
	z-index: inherit;
}
.mm-menu {
	position: relative;
	background: #0f1a3a;

	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*
.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: #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: 0.86rem;
    padding: 15px 10px 15px 30px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
     letter-spacing: 3px;

}
.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: #46cabc !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.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 > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-contact > span {
  position: relative;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;  
  color: #fff;	

}
.mm-menu .mm-listview > li.mm-contact > a > i {
	color: #fff;	
	font-size: 1.5rem !important;
	position: absolute;
	top:18px;
	left:35px;
}

	@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;
		}
	}





