footer.page-footer .footer-bright-list li a {
  padding: 0 15px;
  border-left: 1px solid rgba(244, 255, 255, 0.2);
}
footer.page-footer .footer-bright-list li:first-child a {
  padding-left: 0;
  border-left: 0;
}
footer.page-footer .footer-h-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}

footer.page-footer.dark {
  background: var(--darkblue-color);
  padding-top: 0;
  padding-bottom: 25px;
}

footer.page-footer.dark p.copyright-text {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  margin-top: 15px;
}

footer.page-footer.dark ul {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

footer.page-footer.dark ul li {
  margin: 0;
  padding: 0;
}

footer.page-footer.dark ul li:before, footer.page-footer.dark ul li:after {
  display: none;
}

footer.page-footer.dark a {
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  transition: color 0.3s;
}

footer.page-footer.dark a:hover {
  color: var(--gold-color);
}

footer.page-footer.dark h5, footer.page-footer.dark .h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  _margin-top: 0;
}

footer.page-footer.dark img.footer-logo {
  width: 200px;
  opacity: 0.8;
  margin-top: 35px;
}

li {
  padding: 0;
  padding-right: 0px !important;
}

.container {
  z-index: 1;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

*:focus {
  outline: 0 none !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  /*border: none !important;*/
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1250px;
  }
}
.opacity40 {
  opacity: 0.4 !important;
}

.text-align-right {
  _text-align: right !important;
}

@media only screen and (max-width: 990px) {
  .row {
    _display: flex;
    flex-wrap: wrap;
  }
  footer .footer-bright-list li a, footer .nc-links li a {
    padding: 10px 0 !important;
    border-left: 0 !important;
    display: block;
    font-size: 1rem !important;
  }
  footer h5 {
    margin-top: 25px !important;
    text-align: center !important;
    width: 100%;
  }
  footer p {
    width: 100%;
    text-align: center !important;
  }
  footer ul li {
    text-align: center !important;
  }
}