header{
	border-bottom: 1px solid #444; 
	background-color: #101010;
	box-sizing:border-box;
	height:168px;
	position:relative;
}


.site-logo {
    z-index: 99;
    display: block; 
    position: absolute; 
 	top: 0;
 	left: 0; 
 	width: 349px; 
 	height: 167px; 
 	border-right: 1px solid #444; 
 	text-indent: -9999em; 
 	background: #101010 url('img/logo-header.trans.png') center center no-repeat; 
 	background-size: 270px 102px;
}

.top-nav{

	border-bottom: 1px solid #444;
 overflow: hidden; position: relative; height: 56px;
}

.top-nav ul.nav{
	 overflow: hidden; float: right; position: relative; height: 100%; padding: 0; margin: 0; list-style-type: none;
}

.top-nav ul.nav li { list-style-type: none; list-image-type: none; display: block; float: left; }

.top-nav a{font-family: "Roboto Condensed", sans-serif;
	display: block; height: 55px; padding: 0 1.5em; border-left: 1px solid #444; background-color: rgba(16,16,16,1); color: #fff; font-size: 12px; font-weight: 400; line-height: 55px; text-decoration: none; text-transform: uppercase;
}
.top-nav ul.nav li a:hover { color: #e99619; }
.top-nav ul.nav li.search a { width: 58px; padding: 0; background: rgba(16,16,16,1) url('img/icon-search.png') center center no-repeat; background-size: 18px 18px; text-indent: -9999em; }

.top-nav ul.nav li:before{display: none;}


#skip-link{
	min-width: 200px;
    position: absolute !important;
    top: 50px;
    left: 20px;
    text-align: center;
    padding: 13px 20px;
    border-radius: 50px;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: rgb(31, 37, 51);
    font-size: 16px;
    text-shadow: rgb(39, 39, 45) 0px 0px;
    pointer-events: none;
    z-index: 20000;
    direction: ltr;
    border: 3px solid rgba(19, 110, 248, 0.8);
    outline: rgb(99, 154, 249) solid 0px;
    transition: top 0.22s ease 0s;
}

/* TOP LEVEL MENU ITEMS ----------------------- */


nav.main-menu > ul,
.main-menu > ul{
	font-size:0;
	text-align:right;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
nav.main-menu > ul > li,
.main-menu > ul > li{
	list-style-type: none; list-style-image: none; float: left; position: relative; display: block;
/*	padding-bottom:15px;*/
	position:relative;
}
nav.main-menu > ul > li > a,
nav.main-menu > ul > li  span,
.main-menu > ul > li > a,
.main-menu > ul > li  span{
	font-family: "Roboto Condensed", sans-serif;
	 display: block; height: 111px; padding: 0 1em; color: rgba(40,183,224,1); font-size: 26px; font-weight: 300; line-height: 111px; text-decoration: none; text-transform: uppercase;
	
}
nav.main-menu > ul > li:last-child > a,
nav.main-menu > ul > li:last-child  span,
.main-menu > ul > li:last-child > a,
.main-menu > ul > li:last-child  span{
	padding-right: 55px;
}
nav.main-menu > ul > li:hover > a,
nav.main-menu > ul > li:hover  span,
.main-menu > ul > li:hover > a,
.main-menu > ul > li:hover  span{
	color:#fff;
}
ul.menu a.is-active {
    color: inherit;
}

/* DROP DOWN MENUS ----------------------- */

nav.main-menu > ul ul,
.main-menu > ul ul{
	background-color: #242424;
	color:#fff;
	display:none;
/*	left:-30px;*/
right: 0;
	padding:0 0 0 63px;
	position:absolute;
	top:100%;
	z-index:99;
	text-align: left;
	width: 325px;

}
nav.main-menu > ul > li:hover > ul,
.main-menu > ul > li:hover > ul,
.main-menu > ul > li:focus-within > ul{
	display:block;	
}
nav.main-menu > ul ul li,
.main-menu > ul ul li{
	list-style: none;
	margin: 0;
}
nav.main-menu > ul ul li a,
.main-menu > ul ul li a{
	border-left: 1px solid #545454;
	border-top:1px solid #545454;
	color:inherit;
	display:block;
	padding: 16px 28px;
	text-decoration: none;
	width:262px;
	position: relative;
	color: #fff; font-size: 13px; font-weight: 700; line-height: 1.2em; text-decoration: none; text-transform: uppercase;
}

nav.main-menu > ul ul li:nth-child(-n+3) a:before { content: ''; display: block; position: absolute; z-index: 2; top: -1px; bottom: 0; left: -63px; width: 63px; background-color: #91054f; }
nav.main-menu > ul ul li:first-child a::before { top: 0; }
nav.main-menu > ul ul li:first-child a,
.main-menu > ul ul li:first-child a{
	padding-top: 35px;
	border-top: none;
}

nav.main-menu > ul ul li:last-child a,
.main-menu > ul ul li:last-child a{
	padding-bottom: 35px;
}

nav.main-menu > ul ul li a:hover{
	color: #ffa41b;
}


/* THIRD LEVEL MENU ITEMS ----------------------- */

nav.main-menu > ul ul ul{
	
}

/* MOBILE MENU STYLES START HERE ----------------------- */

.mm-page__blocker { 
	background-color: rgba(0,0,0,0.5); 
	cursor: pointer; 
}

#mobile-menu { top: 100px; background-color: #242424; }
.mm-menu_position-bottom { height: 90vh; }

/*.mm-panels{
	background-color: #242424;
}*/

#mobile-menu { padding-top: 100px; }
#mobile-menu .mmenu-header-content { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100px; margin-top: -100px; background-color: #101010; }

#mobile-menu .mm-panel_has-navbar .mm-navbar { display: block; position: absolute; z-index: 2; top: 0; left: 0; width: 140px; height: 100%; padding: 0; }
#mobile-menu .mm-panel_has-navbar .mm-navbar .mm-navbar__title { text-align: left; text-indent: -9999em; }
#mobile-menu .mm-btn_prev { width: 100%; height: 1em; padding: 2em 0; font-size: 36px; }
#mobile-menu .mm-btn_prev:before { left: 50%; top: 50%; margin: 0 0 0 -8px; width: 16px; height: 16px; border-top: 7px solid #fff; border-left: 7px solid #fff;}


#mobile-menu .mm-panel { padding: 0; }
#mobile-menu .mm-panel::before { height: 0; }
#mobile-menu .mm-panel .mm-listview { float: right; position: relative; z-index: 1; /* height: 100%; */ width: calc(100% - 140px); padding-bottom: 100px; margin: 0; border-left: 2px solid #545454; }
#mobile-menu .mm-panel .mm-listview li.mm-listitem{ /* border-left: 2px solid #545454 */ }
#mobile-menu .mm-panel .mm-listview li.mm-listitem .mm-btn_next:after { display: none; }
#mobile-menu .mm-panel .mm-listview li.mm-listitem a,
#mobile-menu .mm-panel .mm-listview li.mm-listitem span{ padding: 1em 2em; border-bottom: 2px solid #545454; color: #fff; font-size: 36px; line-height: 1em; text-transform: uppercase; white-space: normal; }
/*#mobile-menu .mm-panel .mm-listview li.mm-listitem:first-child a,
#mobile-menu .mm-panel .mm-listview li.mm-listitem:first-child span { padding-top: 2em; }*/
#mobile-menu .mm-panel .mm-listview li.mm-listitem:nth-child(-n+3) a::before,
#mobile-menu .mm-panel .mm-listview li.mm-listitem:nth-child(-n+3) span::before { content: ''; display: block; position: absolute; z-index: 2; top: -1px; bottom: 0; left: 0; width: 140px; margin-left: -140px; background-color: #91054f; }
#mobile-menu .mm-panel .mm-listview li.mm-listitem:first-child a::before,
#mobile-menu .mm-panel .mm-listview li.mm-listitem:first-child span::before { top: 0; }
#mobile-menu .mm-panel .mm-listview li.mm-listitem a:hover,
#mobile-menu .mm-panel .mm-listview li.mm-listitem span:hover  { color: #e99619; }
#mobile-menu .sub-nav{ /* border-left: 2px solid #545454; */ }
#mobile-menu .sub-nav ul.nav { list-style-type: none; list-image-type: none; padding: 2.5em 0; margin: 0; font-size: 32px; }
#mobile-menu .sub-nav ul.nav li { list-image-type: none; display: block;}
#mobile-menu .sub-nav ul.nav li a { display: block; padding: 0.75em 2em; color: #fff; line-height: 1em; text-decoration: none; text-transform: uppercase; }
#mobile-menu .sub-nav ul.nav li a:hover { color: #e99619; }
#mobile-menu .sub-nav ul.nav li:before{display: none;}

	
/* MOBILE SUB NAV ----------------------- */
	
/*#mobile-menu .sub-nav { 
	padding-top:20px; 
}
#mobile-menu .sub-nav ul.nav { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}
#mobile-menu .sub-nav ul.nav li { 
	display:block;
	list-style-image: none; 
}
#mobile-menu .sub-nav ul.nav li:before {
	display:none;
}
#mobile-menu .sub-nav ul.nav li a { 
	display: block; 
	padding: 5px 0; 
}*/

/* MMENU TRIGGER ------------------------------------------- */

#mt-container { 
	display: none; 
	height: 100px;
	position: absolute;
	right: 0px;
	top: 0px; 
	width: 100px; 
	z-index: 3; 
}
#mt-trigger { 
	float: right;
	height: 100px;
	outline: none;
	position: relative; 
	width: 100px; 
}
#mt-trigger .content { 
	cursor: pointer;
	display: block; 
	height: 22px;
	margin: 39px 32px; 
	position: relative; 
	width: 32px; 
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#mt-trigger .content span { 
	background: #b1005d; 
	display: block; 
	height: 4px;
	border-radius: 4px;
	left: 0; 
	opacity: 1;
	position: absolute; 
	width: 100%; 
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#mt-trigger .content span:nth-child(1) { top: 0px; }
#mt-trigger .content span:nth-child(2),
#mt-trigger .content span:nth-child(3) { top: 9px; }
#mt-trigger .content span:nth-child(4) { top: 18px; }
html.mm-wrapper_opening #mt-trigger .content span { background: #b1005d; }
html.mm-wrapper_opening #mt-trigger .content span:nth-child(1) { top: 18px; left: 50%; width: 0%; }
html.mm-wrapper_opening #mt-trigger .content span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.mm-wrapper_opening #mt-trigger .content span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.mm-wrapper_opening #mt-trigger .content span:nth-child(4) { top: 18px; left: 50%; width: 0%; }

