nav {
	 color: #7c7c7c;
	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	 background-color: #f9f9f9;
	 width: 100%;
	 height: 70px;
	 line-height: 70px;
}
 nav.nav-extended {
	 height: auto;
}
 nav.nav-extended .nav-wrapper {
	 min-height: 70px;
	 height: auto;
}
 nav.nav-extended .nav-content {
	 position: relative;
	 line-height: normal;
}
 nav a {
	 color: #7c7c7c;
}
 nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
	 display: block;
	 font-size: 24px;
	 height: 70px;
	 line-height: 70px;
}
 nav .nav-wrapper {
	 position: relative;
	 height: 100%;
}
 @media only screen and (min-width: 1025px) {
	 nav a.button-collapse {
		 display: none;
	}
}
 nav .button-collapse {
	 float: left;
	 position: relative;
	 z-index: 1;
	 height: 70px;
	 margin: 0 18px;
}
 nav .button-collapse i {
	 height: 70px;
	 line-height: 70px;
}
 nav .brand-logo {
	 position: absolute;
	 color: #7c7c7c;
	 display: inline-block;
	 font-size: 2.1rem;
	 padding-top: 10px;
	 padding-left: calc(100% / 12);
}
 nav .brand-logo.center {
	 left: 50%;
	 transform: translateX(-50%);
}
 @media only screen and (max-width: 1024px) {
	 nav .brand-logo {
		 left: 50%;
		 transform: translateX(-50%);
	}
	 nav .brand-logo.left, nav .brand-logo.right {
		 padding: 0;
		 transform: none;
	}
	 nav .brand-logo.left {
		 left: 0.5rem;
	}
	 nav .brand-logo.right {
		 right: 0.5rem;
		 left: auto;
	}
}
 nav .brand-logo.right {
	 right: 0.5rem;
	 padding: 0;
}
 nav .brand-logo i, nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"], nav .brand-logo i.material-icons {
	 float: left;
	 margin-right: 15px;
}
 nav .nav-title {
	 display: inline-block;
	 font-size: 32px;
	 padding: 28px 0;
}
 nav ul {
	 margin: 0;
}
 nav ul li {
	 transition: background-color 0.3s;
	 float: left;
	 padding: 0;
}
 nav ul li.active {
	 background-color: rgba(0, 0, 0, 0);
}
 nav ul a {
	 transition: background-color 0.3s;
	 font-size: 0.8rem;
	 font-weight: bold;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 color: #7c7c7c;
	 display: block;
	 padding: 0 15px;
	 cursor: pointer;
}
 nav ul a.btn, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
	 margin-top: -2px;
	 margin-left: 15px;
	 margin-right: 15px;
}
 nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
	 height: inherit;
	 line-height: inherit;
}
 nav ul a:hover {
	 background-color: #f0f0f0;
}
 nav ul.left {
	 float: left;
}
 nav form {
	 height: 100%;
}
 nav .input-field {
	 margin: 0;
	 height: 100%;
}
 nav .input-field input {
	 height: 100%;
	 font-size: 1.2rem;
	 border: none;
	 padding-left: 2rem;
}
 nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
	 border: none;
	 box-shadow: none;
}
 nav .input-field label {
	 top: 0;
	 left: 0;
}
 nav .input-field label i {
	 color: rgba(255, 255, 255, .7);
	 transition: color 0.3s;
}
 nav .input-field label.active i {
	 color: #7c7c7c;
}
 .navbar-fixed {
	 position: relative;
	 height: 70px;
	 z-index: 997;
}
 .navbar-fixed nav {
	 position: fixed;
}
 @media only screen and (min-width: 801px) {
	 nav.nav-extended .nav-wrapper {
		 min-height: 70px;
	}
	 nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
		 height: 70px;
		 line-height: 70px;
	}
	 .navbar-fixed {
		 height: 70px;
	}
}
 