.mm-menu-header {
	background: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 65px;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 15;
	-webkit-transition: margin-top 0.2s cubic-bezier(1, 0, 0, 1) 0s;
	transition: margin-top 0.2s cubic-bezier(1, 0, 0, 1) 0s;
}

.mm-menu-header a.mobile-logo {
	float: left;
	background: transparent url(../img/jd-ross-mob.png) no-repeat 0 0;
	background-size: 218px;
	display: block;
    height: 65px;
    margin: 0 0 0 15px;
    text-indent: -10000rem;
    width: 218px;
    -webkit-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

.main-nav-scrolled .mm-menu-header a.mobile-logo {
	
}

.mm-menu-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.mm-menu-header a.mm-menu-button {
	background-color: transparent;
    display: block;
    height: 40px;
    padding: 12px 8px;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 34px;
}

.mm-menu-header a.mm-menu-button .toggle-line {
	display: block;
	background-color: #243b41;
    box-shadow: none;
    height: 1px;
    margin-top: 4px;
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.mm-opened .mm-menu-header a.mm-menu-button .toggle-line-1,
.mm-opened .mm-menu-header a.mm-menu-button .toggle-line-2,
.mm-opened .mm-menu-header a.mm-menu-button .toggle-line-3 {
	opacity: 0;
}

.mm-menu .mm-list {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

.mm-menu .mm-list a.active {
	color: #fff;
}

	.mm-list > li.indented-nav > a:before {
	    content: "— ";
	    color: #9896a4;
    }

    .mm-list > li.indented-nav > a {
	    font-weight: normal;
	    text-transform: none;
	}


.mm-menu .mm-list a.selected {
	font-family: 'GalanoGrotesque-Heavy', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #abd8d2;
}


.mm-search-button {
	float: right;
	width: 16px;
	height: 26px;
	margin: 23px 56px 0 0;
	background: url(../img/search-mob.png) 0 0 no-repeat;
	background-size: 16px;
	text-indent: -10000em;
}

.mm-search-button a {
	display: block;
	width: 19px;
	height: 18px;
}



.main-nav-scrolled .mm-menu-header {
	margin-top: -48px;
}


/* screens 1024px and up */

@media screen and (min-width: 64rem) {

	#menu,
	.mm-menu-header {
		display: none;
	}

	html.mm-right.mm-opening .mm-slideout {
	    transform: translate(0px, 0px)!important;
	}

}





