html.mobile-nav-active body.color-theme-custom {
  /*#container:after {
			z-index:8998;
		}*/ }

body.color-theme-custom #container:after {
  position: fixed;
  top: 28px;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  z-index: 8999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  content: "";
  border: 0;
  padding: 0;
  background: transparent url(brylans-feat-logo-300.png) no-repeat 50% 50%;
  background-size: contain;
  width: 68px;
  height: 42px; }

body.color-theme-custom .duel-head {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#65b5e6), color-stop(rgba(171, 224, 246, 0.65)), color-stop(75%, rgba(101, 181, 230, 0.75)), to(#65b5e6)), url(brylans-feat-logo.png);
  background-image: -webkit-linear-gradient(#65b5e6, rgba(171, 224, 246, 0.65), rgba(101, 181, 230, 0.75) 75%, #65b5e6), url(brylans-feat-logo.png);
  background-image: -o-linear-gradient(#65b5e6, rgba(171, 224, 246, 0.65), rgba(101, 181, 230, 0.75) 75%, #65b5e6), url(brylans-feat-logo.png);
  background-image: linear-gradient(#65b5e6, rgba(171, 224, 246, 0.65), rgba(101, 181, 230, 0.75) 75%, #65b5e6), url(brylans-feat-logo.png);
  background-repeat: repeat,no-repeat;
  background-size: auto,auto 100%;
  background-position: center center,center center; }
  body.color-theme-custom .duel-head .scoreboard-container:before {
    opacity: .01; }

body.color-theme-custom .duel-team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 181, 230, 0.75)), color-stop(20%, #fff));
  background-image: -webkit-linear-gradient(rgba(101, 181, 230, 0.75), #fff 20%);
  background-image: -o-linear-gradient(rgba(101, 181, 230, 0.75), #fff 20%);
  background-image: linear-gradient(rgba(101, 181, 230, 0.75), #fff 20%); }
  body.color-theme-custom .duel-team .duel-team-head {
    background-color: #65b5e6; }
  body.color-theme-custom .duel-team .campaign-sponsor .campaign-body {
    display: none; }
  body.color-theme-custom .duel-team .campaign-sponsor .img-container img {
    display: block; }

@media only screen and (min-width: 481px) {
  body.color-theme-custom #container:after {
    left: 62%;
    width: 74px;
    height: 46px; } }

@media only screen and (min-width: 768px) {
  body.color-theme-custom #container:after {
    left: 50%;
    top: 38px;
    width: 92px;
    height: 60px; } }

@media only screen and (min-width: 1024px) {
  html.scrolled body.color-theme-custom #container:after {
    width: 92px;
    height: 60px;
    top: 38px; }
  body.color-theme-custom #container:after {
    top: 48px;
    width: 116px;
    height: 72px;
    -webkit-transition: width 375ms, height 375ms, top 375ms;
    -o-transition: width 375ms, height 375ms, top 375ms;
    transition: width 375ms, height 375ms, top 375ms; } }

@media only screen and (min-width: 1025px) {
  body.color-theme-custom #container:after {
    left: 42%; } }

@media only screen and (min-width: 1240px) {
  body.color-theme-custom #container:after {
    top: 68px;
    width: 126px;
    height: 80px; } }

@media only screen and (min-width: 1560px) {
  body.color-theme-custom #container:after {
    left: 50%;
    width: 148px;
    height: 92px; } }
