/*** Menu ***/
nav {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  clear: both;
  width: 1000px;
  height: 75px;
  background-color: #00497c;
  margin-left: auto;
  margin-right: auto; }

nav .nav {
  display: block;
  width: 92%;
  /*max-width:845px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px; }

.navbar .nav > li {
  display: block;
  float: left; }

.navbar .nav > li > a {
  padding: 8px 3px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase; }
  .navbar .nav > li > a.active {
    background-color: transparent;
    color: #e9b113; }

.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #e9b113; }

.navbar .nav > li.spacer {
  color: #18283f;
  padding: 6px 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase; }

/*** Footer ***/
footer {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  clear: both;
  margin-top: 70px; }

.footer {
  position: relative;
  clear: both;
  width: 970px;
  margin-left: auto;
  margin-right: auto; }

.footer h4 {
  text-align: left;
  font-size: 15px; }

.footer li {
  text-align: left; }

.footer li > a {
  color: #5d7480; }

.footer li > a:hover {
  color: #0b3f64; }

.footer .menu-footer {
  width: 180px;
  float: left;
  margin-left: 20px; }

.footer .last {
  margin-left: 30px; }
