html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: Gotham Black;
  src: url("../fonts/Gotham-Black.otf") format("opentype"); }
body {
  font-family: 'Gotham Black', sans-serif;
  font-weight: bold;
  overflow: hidden; }

.row {
  clear: both; }

#top-tab {
  background: url("../img/top-tab-bg-half.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -183px;
  width: 370px;
  height: 71px;
  z-index: 1001; }
  #top-tab .top-tab-text {
    font-family: 'Gotham Black', sans-serif;
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
    text-transform: uppercase; }

.divider {
  border: 8px solid #e1e1e1;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
  z-index: 1000; }

div.forty {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  left: 0; }
  div.forty .top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background: #000; }
  div.forty .bottom {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%; }
@-webkit-keyframes popout {
  0% {
    -webkit-transform: translate(0%, 0); }
  100% {
    -webkit-transform: translate(300%, 0); } }
@-moz-keyframes popout {
  0% {
    -moz-transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(300%, 0); } }
@keyframes popout {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -webkit-transform: translate(300%, 0);
    -moz-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    -o-transform: translate(300%, 0);
    transform: translate(300%, 0); } }
@-webkit-keyframes popin {
  0% {
    -webkit-transform: translate(-125%, 0); }
  100% {
    -webkit-transform: translate(0%, 0); } }
@-moz-keyframes popin {
  0% {
    -moz-transform: translate(-125%, 0); }
  100% {
    -moz-transform: translate(0%, 0); } }
@keyframes popin {
  0% {
    -webkit-transform: translate(-125%, 0);
    -moz-transform: translate(-125%, 0);
    -ms-transform: translate(-125%, 0);
    -o-transform: translate(-125%, 0);
    transform: translate(-125%, 0); }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
  div.forty div.callouts {
    position: relative; }
    div.forty div.callouts div.callout {
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      display: none;
      padding: 25% 5% 5% 5%;
      -webkit-transform: translate(-125%, 0);
      -moz-transform: translate(-125%, 0);
      -ms-transform: translate(-125%, 0);
      -o-transform: translate(-125%, 0);
      transform: translate(-125%, 0); }
      div.forty div.callouts div.callout.active {
        display: block;
        -webkit-animation: popin 1s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-animation: popin 1s cubic-bezier(0.23, 1, 0.32, 1);
        animation: popin 1s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      div.forty div.callouts div.callout.popout {
        -webkit-animation: popout 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation: popout 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation: popout 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      div.forty div.callouts div.callout img {
        position: relative; }
      div.forty div.callouts div.callout img.bg {
        position: absolute;
        bottom: -10%;
        right: 0;
        width: 95%; }
  div.forty p {
    font-size: 54px;
    line-height: 62px;
    color: white; }
    div.forty p.line1 {
      margin-bottom: 55px; }
    div.forty p.line2 {
      color: #e41f2b; }
  div.forty div.sponsors {
    background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%; }
    div.forty div.sponsors p {
      font-size: 14px; }
    div.forty div.sponsors p.half {
      width: 50%;
      float: left; }
      div.forty div.sponsors p.half.coke img {
        margin-top: 10%; }
div.sixty {
  position: absolute;
  top: 0;
  height: 100%;
  background: url("../img/pattern.png") 0 0 repeat;
  border-left: 15px solid #e1e1e1;
  border-right: 15px solid #e1e1e1;
  right: 0;
  width: 65%;
  overflow: hidden; }
div.full-width {
  position: absolute;
  top: 0;
  height: 100%;
  background: url("../img/pattern.png") 0 0 repeat;
  right: 0;
  width: 100%;
  overflow: hidden; }

#settings-trigger {
  position: absolute;
  bottom: 0;
  left: 2px;
  z-index: 5000;
  -webkit-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  transition: all 0.18s ease;
  cursor: pointer;
  display: block;
  font-size: 14px;
  width: 150px;
  background: #212121;
  text-shadow: none;
  box-shadow: none;
  border: none;
  padding: 10px;
  color: white;
  margin: 5px 0;
  opacity: 0; }
  #settings-trigger:hover {
    opacity: 1;
    color: #212121;
    background: white; }

#modal {
  background: #ffffff;
  box-shadow: 10px 10px 10px #000000;
  padding: 20px;
  position: absolute;
  bottom: 2%;
  left: 2%;
  min-width: 30%;
  z-index: 6000;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
  #modal.go-away {
    -webkit-transition: all 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition: all 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: -100%; }
  #modal #close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }
  #modal p {
    text-align: left; }
  #modal button {
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    transition: all 0.18s ease;
    cursor: pointer;
    display: block;
    font-size: 14px;
    width: 150px;
    border: 1px solid #212121;
    color: #212121;
    background: white;
    text-shadow: none;
    box-shadow: none;
    padding: 10px;
    margin: 5px 0; }
    #modal button:hover {
      background: #212121;
      color: white;
      border: 1px solid #ffffff; }

p {
  margin: 0; }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%; }
  .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.teams {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 85%; }
  .teams div.team {
    -webkit-transition: left 0.18s ease;
    -moz-transition: left 0.18s ease;
    transition: left 0.18s ease;
    position: relative;
    width: 50%;
    height: 100%;
    float: left; }
    .teams div.team:first-child {
      border-left: none; }
    .teams div.team p.team-logo {
      color: white;
      font-size: 44px;
      font-family: 'Gotham Black', sans-serif;
      text-transform: uppercase;
      text-shadow: 7px 4px 11px rgba(0, 0, 0, 0.4);
      -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: -moz-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: relative;
      z-index: 900;
      margin: -25px 0;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transform-origin: center top;
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -o-transform-origin: center top;
      transform-origin: center top;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .teams div.team p.team-logo.highlight {
        -webkit-transform: scale(1.2) translateY(-35px);
        -moz-transform: scale(1.2) translateY(-35px);
        -ms-transform: scale(1.2) translateY(-35px);
        -o-transform: scale(1.2) translateY(-35px);
        transform: scale(1.2) translateY(-35px);
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d; }
    .teams div.team p img {
      max-width: 100%;
      max-height: 210px; }
  .teams[data-teamcount="1"] {
    left: 37.5%; }
    .teams[data-teamcount="1"] div.team:first-child {
      border-left: 15px solid #e1e1e1; }
    .teams[data-teamcount="1"] div.team.last {
      border-right: 15px solid #e1e1e1; }
  .teams[data-teamcount="2"] {
    left: 25%; }
    .teams[data-teamcount="2"] div.team:first-child {
      border-left: 15px solid #e1e1e1; }
    .teams[data-teamcount="2"] div.team.last {
      border-right: 15px solid #e1e1e1; }
  .teams[data-teamcount="3"] {
    left: 12.5%; }
    .teams[data-teamcount="3"] div.team:first-child {
      border-left: 15px solid #e1e1e1; }
    .teams[data-teamcount="3"] div.team.last {
      border-right: 15px solid #e1e1e1; }

.bar {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 100%; }
  .bar .fill {
    position: relative;
    overflow: hidden; }
  .bar.front {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 0%;
    background: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
    .bar.front svg {
      width: 300%;
      height: 200%; }
@-webkit-keyframes waveAction {
  0% {
    -webkit-transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes waveAction {
  0% {
    -moz-transform: translate(-50%, 0); }
  100% {
    -moz-transform: translate(0, 0); } }
@keyframes waveAction {
  0% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
    .bar.front #waveShape1 {
      -webkit-animation-name: waveAction;
      -moz-animation-name: waveAction;
      animation-name: waveAction;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .bar.front #waveShape2 {
      -webkit-animation-name: waveAction;
      -moz-animation-name: waveAction;
      animation-name: waveAction;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .bar.front #waveShape3 {
      -webkit-animation-name: waveAction;
      -moz-animation-name: waveAction;
      animation-name: waveAction;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      animation-delay: 1.5s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .bar.front #waveShape4 {
      -webkit-animation-name: waveAction;
      -moz-animation-name: waveAction;
      animation-name: waveAction;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-delay: 2s;
      -moz-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .bar.front .text {
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .bar.front .text h2 {
        margin: 0; }
  .bar .bar-lit {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85));
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85));
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    opacity: 0; }
    .bar .bar-lit.highlight {
      opacity: 0.4; }

@-webkit-keyframes greenPulse {
  0% {
    box-shadow: 0 0 5px #ffffff; }
  50% {
    box-shadow: 0 0 10px #ffffff; }
  100% {
    box-shadow: 0 0 5px #ffffff; } }
@-moz-keyframes greenPulse {
  0% {
    box-shadow: 0 0 5px #ffffff; }
  50% {
    box-shadow: 0 0 10px #ffffff; }
  100% {
    box-shadow: 0 0 5px #ffffff; } }
@keyframes greenPulse {
  0% {
    box-shadow: 0 0 5px #ffffff; }
  50% {
    box-shadow: 0 0 10px #ffffff; }
  100% {
    box-shadow: 0 0 5px #ffffff; } }
div.fill span.glow {
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  display: block;
  border-radius: 200px;
  -webkit-animation-name: greenPulse;
  -moz-animation-name: greenPulse;
  animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bubbleUp {
  0% {
    bottom: -100%;
    -webkit-transform: scale(0.9);
    opacity: 0; }
  1% {
    bottom: 0%;
    -webkit-transform: scale(0.3);
    opacity: 0; }
  95% {
    bottom: 95%;
    -webkit-transform: scale(0.4);
    opacity: 0.9; }
  98% {
    bottom: 97%;
    -webkit-transform: scale(0.1);
    opacity: 0; }
  100% {
    bottom: -100%;
    -webkit-transform: scale(0.9);
    opacity: 0; } }
@-moz-keyframes bubbleUp {
  0% {
    bottom: -100%;
    -moz-transform: scale(0.9);
    opacity: 0; }
  1% {
    bottom: 0%;
    -moz-transform: scale(0.3);
    opacity: 0; }
  95% {
    bottom: 95%;
    -moz-transform: scale(0.4);
    opacity: 0.9; }
  98% {
    bottom: 97%;
    -moz-transform: scale(0.1);
    opacity: 0; }
  100% {
    bottom: -100%;
    -moz-transform: scale(0.9);
    opacity: 0; } }
@keyframes bubbleUp {
  0% {
    bottom: -100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  1% {
    bottom: 0%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0; }
  95% {
    bottom: 95%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0.9; }
  98% {
    bottom: 97%;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0; }
  100% {
    bottom: -100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; } }
@-webkit-keyframes bubbleUp2 {
  0% {
    bottom: -100%;
    -webkit-transform: scale(0.6);
    opacity: 0; }
  1% {
    bottom: 0%;
    -webkit-transform: scale(0.2);
    opacity: 0; }
  95% {
    bottom: 95%;
    -webkit-transform: scale(0.3);
    opacity: 0.9; }
  98% {
    bottom: 97%;
    -webkit-transform: scale(0.1);
    opacity: 0; }
  100% {
    bottom: -100%;
    -webkit-transform: scale(0.9);
    opacity: 0; } }
@-moz-keyframes bubbleUp2 {
  0% {
    bottom: -100%;
    -moz-transform: scale(0.6);
    opacity: 0; }
  1% {
    bottom: 0%;
    -moz-transform: scale(0.2);
    opacity: 0; }
  95% {
    bottom: 95%;
    -moz-transform: scale(0.3);
    opacity: 0.9; }
  98% {
    bottom: 97%;
    -moz-transform: scale(0.1);
    opacity: 0; }
  100% {
    bottom: -100%;
    -moz-transform: scale(0.9);
    opacity: 0; } }
@keyframes bubbleUp2 {
  0% {
    bottom: -100%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  1% {
    bottom: 0%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0; }
  95% {
    bottom: 95%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.9; }
  98% {
    bottom: 97%;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0; }
  100% {
    bottom: -100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; } }
div.team span.bubble {
  background: none;
  width: 65px;
  height: 65px;
  position: absolute;
  display: block;
  left: 0;
  bottom: -100%;
  border-radius: 100px;
  -webkit-animation-name: bubbleUp;
  -moz-animation-name: bubbleUp;
  animation-name: bubbleUp;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  div.team span.bubble::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    right: 12px;
    top: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6); }
  div.team span.bubble.two {
    width: 65px;
    height: 65px;
    left: 25%;
    -webkit-animation-delay: 4.2s;
    -moz-animation-delay: 4.2s;
    animation-delay: 4.2s; }
  div.team span.bubble.three {
    width: 50px;
    height: 50px;
    left: 32%;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div.team span.bubble.four {
    width: 65px;
    height: 65px;
    left: 44%;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s; }
  div.team span.bubble.five {
    width: 65px;
    height: 65px;
    left: 50%;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div.team span.bubble.six {
    width: 50px;
    height: 50px;
    left: 5%;
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s; }
  div.team span.bubble.seven {
    width: 65px;
    height: 65px;
    left: 73%;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  div.team span.bubble.eight {
    width: 50px;
    height: 50px;
    left: 16%;
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    animation-delay: 3.2s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div.team span.bubble.nine {
    width: 65px;
    height: 65px;
    left: 78%;
    -webkit-animation-delay: 5.6s;
    -moz-animation-delay: 5.6s;
    animation-delay: 5.6s; }
  div.team span.bubble.ten {
    width: 65px;
    height: 65px;
    left: 9%;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s; }

div#team2 span.bubble {
  left: 45%;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  div#team2 span.bubble.two {
    left: 9%;
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  div#team2 span.bubble.three {
    left: 74%;
    -webkit-animation-delay: 4.1s;
    -moz-animation-delay: 4.1s;
    animation-delay: 4.1s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team2 span.bubble.four {
    left: 18%;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  div#team2 span.bubble.five {
    left: 70%;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team2 span.bubble.six {
    left: 5%;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  div#team2 span.bubble.seven {
    left: 62%;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s; }
  div#team2 span.bubble.eight {
    left: 38%;
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team2 span.bubble.nine {
    left: 77%;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  div#team2 span.bubble.ten {
    left: 89%;
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    animation-delay: 5.5s; }

div#team3 span.bubble {
  left: 45%;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: bubbleUp2;
  -moz-animation-name: bubbleUp2;
  animation-name: bubbleUp2; }
  div#team3 span.bubble.two {
    left: 68%;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s; }
  div#team3 span.bubble.three {
    left: 4%;
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s; }
  div#team3 span.bubble.four {
    left: 37%;
    -webkit-animation-delay: 5.8s;
    -moz-animation-delay: 5.8s;
    animation-delay: 5.8s; }
  div#team3 span.bubble.five {
    left: 7%;
    -webkit-animation-delay: 5.2s;
    -moz-animation-delay: 5.2s;
    animation-delay: 5.2s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team3 span.bubble.six {
    left: 62%;
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s; }
  div#team3 span.bubble.seven {
    left: 12%;
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  div#team3 span.bubble.eight {
    left: 53%;
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team3 span.bubble.nine {
    left: 35%;
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s; }
  div#team3 span.bubble.ten {
    left: 45%;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s; }

div#team4 span.bubble {
  left: 85%;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bubbleUp2;
  -moz-animation-name: bubbleUp2;
  animation-name: bubbleUp2; }
  div#team4 span.bubble.two {
    left: 9%;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  div#team4 span.bubble.three {
    left: 64%;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team4 span.bubble.four {
    left: 46%;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  div#team4 span.bubble.five {
    left: 15%;
    -webkit-animation-delay: 4.8s;
    -moz-animation-delay: 4.8s;
    animation-delay: 4.8s; }
  div#team4 span.bubble.six {
    left: 75%;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team4 span.bubble.seven {
    left: 82%;
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  div#team4 span.bubble.eight {
    left: 18%;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-name: bubbleUp2;
    -moz-animation-name: bubbleUp2;
    animation-name: bubbleUp2; }
  div#team4 span.bubble.nine {
    left: 37%;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  div#team4 span.bubble.ten {
    left: 9%;
    -webkit-animation-delay: 4.3s;
    -moz-animation-delay: 4.3s;
    animation-delay: 4.3s; }

p.score {
  font-family: 'Gotham Black', sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  font-size: 75px;
  padding: 10px;
  color: #ffffff;
  z-index: 900; }

p {
  text-align: center; }
