header#header {
  background: url(anniversary_header.jpg) -90px 0 repeat-x #faf1c0;
  background-size: 310px;
}
header#header > .container {
  background: url(gioto_header.jpg) 100px 0px no-repeat;
  background-size: contain;
  min-height: 86px;
}
@media only screen and (max-width: 768px) {
  header#header > .container {
    background: url(gioto_header.jpg) 45px 0px no-repeat;
    background-size: 116px;
    min-height: 86px;
  }
  #logo {margin-bottom: 10px}
  #topnav {border-top:0}
  .site__name--alter,
  .site__name {
    padding-left: 0;
    text-align: center;
  }
}
#topnav {
  border-top: 1px solid lightyellow
}
.site__name {font-size: 12px}
#live__traffic.bg--main{
  background: url(anniversary_bg-live.png) center center #ffcb43;
  background-size: cover;
  color: #c61913;
}
.home__support a {
  background: url(anniversary_header.jpg) -212px 0 repeat-x #faf1c0;
  background-size: 265px;
  color: #c61913;
  border: 1px solid chocolate;
}
.home__support a i {
  border-color: #c61913
}

.live__support {
  background: yellow;
  border: 0;
  box-shadow: none;
}
.alo-circle-fill,
.alo-circle {
  border-color: #c61913;
  background: none;
}
.live__support img {
  margin: 0;
  border-radius: 50% ;
  width: 40px;
}