/* Newsfeed Category */
/* GLOBAL NAV MENU */
header {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.4rem;
  font-weight: 400;
  z-index: 1;
}
header > div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2.5rem;
}
header nav {
  padding: 0px 30px;
}
header #logo_header {
  float: left;
}
header #icon_cart {
  float: right;
  margin-left: 50px;
}
header #icon_menu {
  display: none;
  float: right;
}
header #button_closemenu {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
header #menu-top-menu > li {
  position: relative;
  float: right;
  list-style: none;
  margin-left: 50px;
}
header.front_page a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0px;
}
header.front_page a:hover ::after {
  width: 100%;
}
header.front_page a ::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 24px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
}
header.sub_pages {
  position: relative;
}
header.sub_pages a {
  color: #292E59;
  text-decoration: none;
  padding: 10px 0px;
}
header.sub_pages a:hover ::after {
  width: 100%;
}
header.sub_pages a ::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #292E59;
  left: 0;
  bottom: 24px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
}/*# sourceMappingURL=header.css.map */