header .top-header .search input[type=search] {
  border: 0px solid #ddd;
}
header .top-nav {
  background-color: #0a1238;
  border: none;
}
header .top-nav .nav-container .list li a {
  color: white;
}
header .top-nav .link-blue {
  color: #ffdf76;
}
header .top-nav .img-logo {
  content: url(../newyear/logo.png);
}

.wrapper {
  background-image: url(../newyear/w_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

footer {
  background-color: #0a1238 !important;
}

.footer-bottom {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.35) !important;
}/*# sourceMappingURL=w_theme.css.map */