.header .nav {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
}

.header .nav img {
  max-width: 100px;
  vertical-align: middle;
} 

@media (max-width: 1094px) {
  .header .nav {
    display: none;
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.nav ul li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 450px) {
  .nav ul li {
    border-left: 0;
    border-right: 0;
  }
}

.nav ul li a {
  display: block;
  color: #6699cc;
  padding: 15px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .nav ul li a {
    text-transform: none !important;
    font-size: 14px !important;
  }
}

.nav ul li a:hover {
  color: #2eb8e5;
}

.nav ul li:hover {
  border-left: 1px solid #f1f3f4;
  border-right: 1px solid #f1f3f4;
}

@media (max-width: 450px) {
  .nav ul li:hover {
    border-left: 0;
    border-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */