/***************************************** Menu ******************************************/

.menu {
  background: #fff;
  bottom: 0;
  text-align: right;
  width: 100%;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu .menu-collapser {
  padding-right: 55px;
}

.menu li {
  width: 100%;
  display: inline-block;
  line-height: 30px;
  text-decoration: none;
}

.menu li:hover {
  background: whitesmoke;
}

.menu li:last-child {
  border-right: 0px;
  padding: 0;
  text-align: right;
}

.menu li:nth-last-child(2) {
  border-right: 0px;
}
.menu a {
	font-size: 19px;
	text-decoration: none;
	color: #403F42;
}

.active a {
    font-weight :300 ;
}

.menu li:last-child a,
.menu li:last-child a:visited {
  color: #fff;
}

/* css para tablets */
@media (min-width: 44em) {
  .menu {
    position: absolute;
  }

  .menu li {
    width: auto;
    border-right: 1px solid  #403F42;
    margin-right: 10px;
    padding-right: 10px;
  }

  .menu li:hover {
    background: none;
  }

  .menu li:last-child {
    border-right: 0px;
    padding: 5px 10px;
    text-align: center;
  }
}
