@charset "UTF-8";

.bg-theme {
  background-color: #86bc42; }
.theme-overlay[data-overlay-dark]:before {
  background: #86bc42; }

.text-theme-color {
  color: #86bc42; }

.top-bar-info a {color:#ffffff;}


@media screen and (max-width: 991px) {
  .navbar-nav .submenu-button {
    width: 45px;
  }
 .navbar ul li a {
    width: calc(100% - 50px);
   }
}

