/***************************************** Menu ******************************************/

.menu {
   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;
  font-weight: 500;
  font-size:15px;
}

.menu li:hover {
  background: whitesmoke;
}

/*.menu li:last-child {
  border-right: 0px;
  padding: 0;
  text-align: right;
  margin-right: 0;
}*/

.menu li:nth-last-child(2) {
  border-right: 0px;
}

.menu a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
  padding: 0 10px;
}

.active a {
  font-weight :500 ;
  color: #fff;
}

.active a:visited {
  color: #fff;
}

/*.menu li:last-child a,
.menu li:last-child a:visited {
  color: #fff;
}*/

/* css para tablets */
@media (min-width: 1000px) {
  .menu {
    position: absolute;
  }

  .menu li {
    width: auto;
  }

  /*.menu li:nth-child(2n+2) {
    border-right: 1px solid  #403F42;
    border-left: 1px solid  #403F42;
  }

  .menu li.active {
    border-right: 0px solid  #403F42;
    border-left: 0px solid  #403F42;
  }*/

  .menu li:hover {
    background: none;
  }

  /*.menu li:last-child {
    border-right: 0px;
    padding: 0px 10px;
    text-align: center;
  }*/
}
