html header nav .mobilemenu {
  display: block;
  height: 40px;
  /*position: fixed;*/
  z-index: 11;
  position: relative;
}
html header nav .mobilemenu a {
  display: block;
  background: url("img/mobilemenu.png") no-repeat 0% 50%;
  background-size: 21px 13px;
  padding-left: 30px;
  font-size: 12px;
  color: #838686;
  text-transform: uppercase;
  line-height: 40px;
/*   text-indent: -1000px; */
/*   overflow: hidden; */
  width: 10px;
}
html body header nav {
  height: auto;
/*   overflow: hidden; */
  width: 100%;
  z-index: 2;
}
html body header nav>ul {
  position: relative;
  display: none;
}
html body header nav>ul.shown {
  display: block;
}


html .addoncontacts li {
  height: 255px;
}
html header .search {
  z-index: 12;
}
html header.fixed {
  min-width: 0px;
}
