header#header {
  background:#cfe7f3
}
header#header > .container {
  background: url(labor_logo.jpg) 95px 6px no-repeat;
  min-height: 90px;
  background-size: 140px;
}
.site__name--alter,
.site__name {
  padding-left: 225px;
  text-align: left;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
    header#header > .container {
      background: url(labor_logo.jpg) 50px 6px no-repeat;
      min-height: 90px;
      background-size: 100px;
    }
    #topnav {border-top:0}
    .site__name--alter,
    .site__name {
      padding-left: 0;
      text-align: center;
    }
}
.site__name--alter {
  font-size: 15.5px;
}
.home__support a,
#live__traffic.bg--main {
  background-color:  #c61913;
  color: yellow;
}
.home__support a i {
  border-color: yellow;
}
.live__support {
  background: none;
}
.alo-circle-fill,
.alo-circle {
  border-color: #c61913;
  background: none;
}
.live__support img {
  margin: 0;
  border-radius: 50%;
  width: 34px;
}