@charset "utf-8";
/* custome addons */
a {
  color: rgba(30,141,255,1.00);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgba(180,0,0,1.00);
  text-decoration: none;
}
.br-footerpanel {
  margin-left: 0;
}
@media (min-width: 992px) {
  .br-footerpanel {
    margin-left: 230px;
  }
}