body {
  background: #000d1a;
}
body .max-1200 {
  max-width: 1200px;
}
body .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body *:not(.fa):not(.redactor-box *) {
  font-family: 'Montserrat', sans-serif !important;
}
body .navbar-static-top {
  border-left: 1px solid white;
  background-color: #000d1a;
}
body .navbar-static-top * {
  color: white !important;
}
body .navbar-static-top .nav-header {
  padding-bottom: 10px;
}
body .navbar-static-top .nav-header > div {
  text-align: center;
  padding-right: 20px;
}
body .navbar-static-top .nav-header .navbar-top-links a {
  font-size: 13px !important;
}
body .navbar-static-top h2 {
  padding: 20px;
  margin: 0;
}
body .navbar-static-top .navbar-minimalize {
  display: none;
}
body .navbar-default i {
  font-size: 130%;
}
body .navbar-default span {
  font-size: 93% !important;
}
body .navbar-default #side-menu > li.active {
  border-left: 4px solid #0086b3;
}
body .navbar-default .nav {
  background: transparent;
}
body .navbar-default .nav .nav-header {
  background: transparent;
}
body .navbar-default .nav .active,
body .navbar-default .nav a:hover,
body .navbar-default .nav a:focus {
  background-color: #00394d !important;
}
body .page-heading {
  display: none;
}
body.page-product td {
  vertical-align: middle !important;
}
/*# sourceMappingURL=styles.css.map */