.s-nav .i-down {
  width: 16px;
  height: 16px;
  top: calc(50% - 6px);
}
.s-nav .sub-menu {
  min-width: 220px;
}
.s-nav > li {
  margin-bottom: 0;
}
.s-nav .m-cols > .sub-menu {
  min-width: 680px;
  display: flex;
  align-items: flex-start;
}
.s-nav .col {
  width: 50%;
}
.site-title {
  font-size: 1.3em;
}
.site-title small {
  font-size: 0.7rem;
}
.m-button a {
    color: #fff !important;
    padding: 20px !important;
  }
  .m-button a {
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    color: #fff;
  }
@media (min-width: 1160px) {
  .m-button a {
    padding: 0.5rem 1.5rem;
  }
}
.m-nida {
  position: relative;
  display: block;
  width: 122px;
  height: 72px;
  color: rgba(255, 255, 255, 0) !important;
  font-size: 9px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../img/nida-logo.webp");
  background-size: 103px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.m-nida::before,
.m-nida::after {
  content: "";
  display: block;
  background-color: var(--n-dark);
  position: absolute;
  top: 8px;
  right: 0px;
}
.m-nida::before {
  width: 10px;
  height: 2px;
}
.m-nida::after {
  width: 2px;
  height: 10px;
}
#main .single-pic {
  margin: var(--s-space) -75px 0;
}
.page-header {
  min-height: 320px;
}
.page-header::before,
.page-header::after {
  content: "";
  background-size: auto 80%;
} /*# sourceMappingURL=style-d.css.map */
