body>header {
  height: 35px;
  zoom: 1;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
}
body>header:before,
body>header:after {
  content: "";
  display: table;
}
body>header:after {
  clear: both;
}
body>header #title-box h1 {
  text-indent: -99999px;
  float: left;
  margin: 0 0 0 5px;
  background-image: url(../css/img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 105px;
  height: 35px;
  margin-right: 10px;
  z-index: 999999999;
}
body>header #title-box h1 a {
  display: block;
  height: 35px;
}
body>header .languages {
  float: left;
  position: relative;
}
body>header .languages .dropdown-menu {
  left: 0;
  right: auto;
}
body>header .languages .dropdown-toggle {
  font-weight: normal;
  line-height: 35px;
  font-size: 75%;
  color: #ccc;
}
body>header .languages .dropdown-toggle:hover {
  color: #ccc;
  text-decoration: none;
}
body>header .navbar {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
  display: block;
}

body>header .avatar {
  margin-top: 2px;
}
body>header>div {
  display: inline-block;
  vertical-align: top;
}
body>header>div .left {
  width: 340px;
}
body>header>div .left>a {
  float: left;
}
body>header>div .right {
  text-align: right;
}
body>header>div .right .btn-group {
  float: right;
}
body>header>div .right .btn-group > a {
  display: inline-block;
}
body>header>div .right > * {
  display: inline-block;
  width: auto;
}
body>header>div .right .dropdown {
  float: right;
  margin-top: 2px;
}
body>header>div .right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}
body>header>div .right nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
body>header>div .right nav ul li {
  position: relative;
  margin: 0 4px;
  padding: 4px;
}
body>header>div .right nav ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -5px;
  top: 9px;
  border-right: 1px solid #3e3e3e;
  background-color: #000;
}
body>header>div .right nav ul a {
  color: #fff;
  font-weight: normal;
  line-height: 35px;
  font-size: 75%;
  color: #ccc;
}
body>header>div .right nav ul a.participate {
  color: #dc304b;
  font-weight: 700;
}

body > header .search input[type="submit"] {
  background: transparent url("../css/img/icons/search.png") no-repeat 50% 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 60%;
  text-indent: -9999px;
  border: none;
}
body > header .search input[type="search"] {
  background: transparent;
  color: #ccc;
  font-size: inherit;
  font-family: inherit;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  padding-bottom: 0;
}


/* SUBNAVIGATION */
#subnav {
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  margin: 0 -25px;
  margin-top: -20px;
  height: 30px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
}
#subnav>a {
  float: left;
  color: inherit;
}
#subnav>a h3 {
  margin: 0;
  line-height: 30px;
  font-size: 100%;
  font-family: Rokkitt;
  margin-left: 10px;
  margin-right: 10px;
}
#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
#subnav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#subnav ul li {
  line-height: inherit;
  padding: 5px 6px 6px 6px;
}
#subnav ul li>a {
  color: inherit;
  font-size: 75%;
  display: inline-block;
}
#subnav ul li>a:hover {
  text-decoration: none;
}
#subnav ul li:hover,
#subnav ul li.active {
  -webkit-box-shadow: 2px 1px 3px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 1px 3px rgba(0,0,0,0.2) inset;
  background-color: #e4e4e4;
}
