header {
  height: 50px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  border-bottom: 2px solid #D90F3A;
}

header .row {
  height: 50px;
}

ul.nav_icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.nav_icons li {
  display: inline-block;
  margin-left: 10px;
}

ul.nav_icons li svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

header .logo {
  position: absolute;
  left: 10px;
  top: 7px;
  background: #002F61;
  z-index: 999999;
}

header .logo svg {
  height: 35px;
  width: auto;
}

header {

}

header .hamburger {
  height: 50px;
  vertical-align: center;
  padding-top: 5px;
  margin-left: 20px;
}

header .hamburger svg {
  height: 20px;
  width: auto;
}

#menu {
  height: 50px;
}

#menu ul, #menu2 ul {
  margin: 0 0 0 100px;
  padding: 0;
  list-style: none;
}

#menu ul li, #menu2 ul li {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}

#menu ul li a, #menu2 ul li a {
  color: white;
  display: block;
  padding: 0 10px;
}

#menu ul li a:hover, #menu2 ul li a:hover {
  background: #D90F3A;
}

.header_live {

}

.header_live a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 7px;
}

.header_live a:hover {
  color: white;
  background: #D90F3A;
}

#WebTicker {
  color: #002F61;
}

.ticker {
  border-bottom: 2px solid #D90F3A;
  display: block;
  width: 100%;
  height: 27px;
  overflow: hidden;
}

.ticker .mask {
  height: 25px;
}

ul#WebTicker li {
  font-size: 1.4rem;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  color: #002F61;
  font-weight: normal;
}