#panel-navbar {
  position: fixed;
  top: -4px;
  left: 0;
  width: 100%;
  z-index: 2501;
  display: none;
  background: var(--main-color);
}

.logo-animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

drawer-toggle {
  display: block;
}

.hm-menu-mini {
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-top: 1px !important;
  background: transparent !important;
}

.mobile-menu li > ul > li {
  background-color: #eee;
  border-top: 1px solid #bbb;
  border-top-color: #ddd;
}

.mobile-menu li > ul > li > ul > li {
  background-color: #ddd;
  border-top-color: #aaa;
}

.mobile-menu li > ul > li > ul > li > ul > li {
  background-color: #ccc;
  border-top: 1px solid #aaa;
  border-top-color: #aaa;
}

.mobile-menu li {
  background-color: #FFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}

.mobile-menu li a {
  color: #444;
  font-family: inherit;
}

.mobile-menu > li:hover {
  background-color: #FFF;
}

.mobile-menu > li > ul > li:hover {
  background-color: #EEE;
}

.mobile-menu > li > ul > li > ul > li:hover {
  background-color: #DDD;
}

.mobile-menu > li > ul > li > ul > li > ul li:hover {
  background-color: #CCC;
}

.drawer--right .drawer-nav {
  background-color: #fff;
}

.toggle-open {
  background-color: transparent;
  border-style: inherit;
  border-width: inherit;
  border-color: inherit;
  border-top-width: inherit;
}

.toggle-closed {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  border-top-width: 0px;
}

.li-logo {
  text-align: center;
  height: 50px;
}

.li-logo-img {
    max-height: 40px;
    max-width: 75%;
    margin-left: 10%;
    margin-top: 5px;
}

.hm-logo-mini {
  margin-top: 5px !important;
  margin-bottom: 2px !important;
  max-height: 100%;
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-panel-navbar .drawer-hamburger {
    left: 0;
    margin-top: -2px;
}


.drawer-hamburger:hover {
    cursor: pointer;
}

@media only screen and (max-width: 679px) {
	#topdiv {
		display: none;
	}
	#panel-navbar {
		display: inline-table;
	}
	.mobile-menu {
		display: inherit !important;
	}
}