#menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 165px;
  height: 100vh;
  overflow: hidden;
  /* margin: 0; */
  /* padding: 0; */
  /* border-right-color: white;
  border-right-style: solid;
  border-right-width: 1px;

  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px; */
}

#menu ul {
  padding-left: 10px;
  margin: 0px;
  margin-top: 15px;
}

#menu li {
  list-style: none;
  margin-bottom: 10px;
  /* border-right: solid;
  border-right-color: white;
  border-right-width: 2px */
}
.menu_spec_hov {
}

.menu_inline_input {
  padding-left: 21px;
}

.menu_inline_input_field {
  overflow: hidden;
  width: 70%;
  /* border: none; */
  background-color: #2b2b2b;
  border: none;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  /* pointer-events: all; */
  color: white;
  outline: none;
  /* border-radius: 5px; */
}

#menu a {
  text-decoration: none;
  color: white;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  cursor: pointer;
  /* margin-bottom: 30px; */
  /* padding-top: 10px; */
  width: inherit;
  display: block;
  padding-left: 21px;
}

#menu a:hover {
  color: #2b2b2b;
  /* background: white; */
}

#menu li:hover {
  /* color: #2b2b2b; */
  background: white;
}

#menu span {
  color: white;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1.9px;
  padding-bottom: 10px;
  /* margin-bottom: 10px; */
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
