#topMain {
  overflow: none !important;
}

.trans-dropdown {
  padding: 10px;
  position: absolute;
  height: 230px;
  width: 180px;
  background-color: #fff;
  left: 20%;
  bottom: -300% !important;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999;
}

.trans-dropdown>ul {
  list-style: none !important;
  color: #444 !important;
  padding: 0;
  margin: 0;
}

.trans-dropdown>ul>li {
  color: #444 !important;
  padding: 5px;
}

.trans-dropdown>ul>li>a {
  text-transform: none !important;
  color: #444 !important;
}

.trans-dropdown>ul>li:hover {
  text-transform: none !important;
  background-color: #e8e8e8;
}

.invisible {
  display: none !important;
  opacity: 0 !important;
}

.nav-main {
  position: relative !important;
}

@media (max-width: 1000px) {
  .trans-dropdown {
    padding: 10px;
    position: absolute;
    height: 230px;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: -80px;
  }
}