body,html {
  -ms-overflow-style: scrollbar !important;
}
body {
  background: url("/norengros/frontend/bg.jpg") repeat scroll center top #ded7d1;
  font-family: Verdana, Geneva, sans-serif;
  color: #555555;
  padding-top: 133px;
}
#top-nav {
  background: #e69138;
  border-bottom: 1px solid #d4d4d4;
  min-height: 29px;
  z-index: 1031;
}
#top-nav li > a, #top-nav li > p, #top-nav li button {
  color: #fff;
  padding: 5px 8px;
  font-size: 0.714em;
  line-height: inherit;
}
#top-nav li button {
  line-height: 1.1;
}
#top-nav li button:hover,
#top-nav li > a:hover,
#top-nav li > a:focus {
  text-decoration: underline;
  color: #fff;
}
#top-nav .navbar-nav {
  float: right;
}
#top-nav li a > i {
  padding-right: 3px;
  display: inline;
}

/* Top menu */
#top-menu {
  margin-top: 29px;
  padding: 0;
}
.header {
  background: #ffffff;
  height: 114px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-header button {
  border: 0;
}
.navbar-toggle {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
  height: 5px;
  width: 45px;
  border-radius: 10px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 10px;
}
.list-buttons-mobile>button, .list-buttons-mobile a {
  background: none;
  color: #ffffff;
  font-size: 2.571em;
  border-radius: 0;
  height: 68px;
  padding: 6px 8px;
  vertical-align: middle;
  display: inline-block;
}
.list-buttons-mobile button:first-child {
  margin: 0 5px 0 0;
}
.list-buttons-mobile button:hover, .list-buttons-mobile button:focus,
.list-buttons-mobile a:hover, .list-buttons-mobile a:focus{
  background: #cf7a23;
  color: #ffffff;
}
/*------------------------------ Content ------------------------------*/
.wrapper {
  background: #fff;
  margin-left: 1%;
  margin-right: 1%;
  padding: 2% 2% 2.5%;
}
