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

body.color-theme-custom #logo a .rgblogo {
  display: none; }

body.color-theme-custom #logo a .whitelogo {
  display: block; }

body.color-theme-custom.duel-pending #container:after, body.color-theme-custom.duel-test-mode #container:after {
  background-color: transparent;
  border: 0; }

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(gbf-logo-wide.png) no-repeat 50% 50%;
  background-size: contain;
  width: 120px;
  height: 30px; }

body.color-theme-custom .duel-head {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#243019), color-stop(45%, rgba(36, 48, 25, 0.25)), color-stop(55%, rgba(80, 102, 47, 0.25)), to(#50662f)), url(bg-para-green.jpg);
  background-image: -webkit-linear-gradient(#243019, rgba(36, 48, 25, 0.25) 45%, rgba(80, 102, 47, 0.25) 55%, #50662f), url(bg-para-green.jpg);
  background-image: -o-linear-gradient(#243019, rgba(36, 48, 25, 0.25) 45%, rgba(80, 102, 47, 0.25) 55%, #50662f), url(bg-para-green.jpg);
  background-image: linear-gradient(#243019, rgba(36, 48, 25, 0.25) 45%, rgba(80, 102, 47, 0.25) 55%, #50662f), url(bg-para-green.jpg);
  background-size: cover;
  background-repeat: repeat,no-repeat;
  background-position: center center, 35% center; }
  body.color-theme-custom .duel-head .duel-title {
    color: #fff; }
  body.color-theme-custom .duel-head .duel-subhead .amount, body.color-theme-custom .duel-head .duel-subhead .amount-label {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
  body.color-theme-custom .duel-head .mobile-duel-team-selector .mobile-duel-team-container .team-name {
    color: #fff; }

body.color-theme-custom .duel-team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50662f), color-stop(25%, rgba(80, 102, 47, 0.1)));
  background-image: -webkit-linear-gradient(#50662f, rgba(80, 102, 47, 0.1) 25%);
  background-image: -o-linear-gradient(#50662f, rgba(80, 102, 47, 0.1) 25%);
  background-image: linear-gradient(#50662f, rgba(80, 102, 47, 0.1) 25%); }
  body.color-theme-custom .duel-team .duel-team-head {
    background-color: #50662f; }

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

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

@media only screen and (min-width: 1024px) {
  html.scrolled body.color-theme-custom #container:after {
    width: 240px;
    height: 60px;
    top: 38px; }
  body.color-theme-custom #container:after {
    top: 48px;
    width: 280px;
    height: 70px;
    -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: 300px;
    height: 80px; } }

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