html, body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@font-face {
  font-family: FiraSans;
  src: url("../fonts/FiraSans-ExtraBold.otf"); }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px; }

::-webkit-scrollbar-thumb:hover {
  background: #ffffff; }

::-webkit-scrollbar-thumb:active {
  background: #000000; }

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px; }

::-webkit-scrollbar-track:hover {
  background: #666666; }

::-webkit-scrollbar-track:active {
  background: #333333; }

::-webkit-scrollbar-corner {
  background: transparent; }

#dpi {
  height: 1in;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1in; }

#Zlap {
  font-family: "FiraSans";
  margin: 0;
  padding: 0; }
  #Zlap .Ad {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4); }
  #Zlap .HUD {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #Zlap .HUD > .Back {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.1);
      color: #ccc;
      font-size: 30px;
      padding: 0.5em;
      border-radius: 0px 0px 5px 0px;
      cursor: pointer; }
      #Zlap .HUD > .Back:hover {
        background-color: rgba(0, 0, 0, 0.2); }
    #Zlap .HUD > .Leaderboard {
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.1);
      color: #ccc;
      padding: 10px;
      border-radius: 0px 0px 0px 5px;
      min-width: 230px;
      font-size: 18px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #Zlap .HUD > .Leaderboard > .King {
        border-bottom: 2px solid #ccc;
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
        text-align: center; }
        #Zlap .HUD > .Leaderboard > .King img {
          padding-right: 8px; }
        #Zlap .HUD > .Leaderboard > .King > .Player {
          display: flex;
          align-items: center;
          padding-top: 8px;
          text-shadow: 0px 0px 3px white; }
          #Zlap .HUD > .Leaderboard > .King > .Player > .Name {
            text-align: left;
            flex-grow: 1; }
      #Zlap .HUD > .Leaderboard > .Entry {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; }
        #Zlap .HUD > .Leaderboard > .Entry.TDM:not(:first-child) {
          margin-top: 5px; }
        #Zlap .HUD > .Leaderboard > .Entry.TDM:not(:last-child) {
          margin-bottom: 5px; }
        #Zlap .HUD > .Leaderboard > .Entry > .Content {
          padding: 5px;
          flex-grow: 1;
          border-radius: 3px;
          margin-left: 5px;
          display: flex;
          flex-direction: row; }
          #Zlap .HUD > .Leaderboard > .Entry > .Content._0 {
            background-color: rgba(255, 50, 50, 0.4); }
          #Zlap .HUD > .Leaderboard > .Entry > .Content._1 {
            background-color: rgba(50, 255, 50, 0.4); }
          #Zlap .HUD > .Leaderboard > .Entry > .Content._2 {
            background-color: rgba(50, 50, 255, 0.4); }
          #Zlap .HUD > .Leaderboard > .Entry > .Content > .Players {
            flex-grow: 1;
            text-align: left; }
          #Zlap .HUD > .Leaderboard > .Entry > .Content > .Score {
            text-align: right; }
        #Zlap .HUD > .Leaderboard > .Entry.end {
          margin-top: 5px;
          border-top: 2px solid #ccc;
          padding-top: 5px; }
        #Zlap .HUD > .Leaderboard > .Entry > .Place {
          color: #aaa; }
        #Zlap .HUD > .Leaderboard > .Entry > .Name {
          margin-left: 5px;
          margin-right: 5px;
          flex-grow: 1; }
          #Zlap .HUD > .Leaderboard > .Entry > .Name.self {
            text-shadow: 0px 0px 2px white; }
    #Zlap .HUD > .Stats {
      color: #ccc;
      padding: 5px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 0px 5px 0px 0px; }
      #Zlap .HUD > .Stats > i {
        margin-right: 5px; }
        #Zlap .HUD > .Stats > i.div {
          margin-left: 10px; }
  #Zlap .Leader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/textures/outside.png");
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20;
    font-family: "FiraSans";
    color: #ccc; }
    #Zlap .Leader > .Head {
      width: 100%;
      text-align: center; }
      #Zlap .Leader > .Head > .Back {
        font-size: 30px;
        float: left;
        padding: 10px;
        padding-right: 15px;
        background-color: rgba(0, 0, 0, 0.2);
        cursor: pointer; }
      #Zlap .Leader > .Head > .Buttons {
        display: inline-block;
        margin-top: 20px;
        font-size: 25px; }
        #Zlap .Leader > .Head > .Buttons > .Button {
          margin-left: 5px;
          margin-right: 5px;
          background-color: rgba(0, 0, 0, 0.2);
          border-radius: 5px;
          padding: 5px;
          cursor: pointer;
          color: rgba(255, 255, 255, 0.4); }
          #Zlap .Leader > .Head > .Buttons > .Button.active {
            color: #ccc;
            text-shadow: 0px 0px 2px white; }
        #Zlap .Leader > .Head > .Buttons > .Divider {
          height: 30;
          border-right: 3px solid rgba(255, 255, 255, 0.4);
          border-radius: 3px;
          margin-left: 10px;
          margin-right: 10px; }
    #Zlap .Leader > .Board {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      font-size: 22;
      width: 700px;
      margin: 20px;
      background-color: rgba(0, 0, 0, 0.2);
      overflow-y: scroll; }
      #Zlap .Leader > .Board th, #Zlap .Leader > .Board td {
        padding: 10px; }
      #Zlap .Leader > .Board th {
        text-align: left; }
        #Zlap .Leader > .Board th.active {
          text-shadow: 0px 0px 2px white; }
        #Zlap .Leader > .Board th.Option:not(.active) {
          cursor: pointer; }
      #Zlap .Leader > .Board tr:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.1); }
      #Zlap .Leader > .Board tr:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.2); }
      #Zlap .Leader > .Board th.Name {
        width: 100%; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
  #Zlap .Loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../textures/outside.png");
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 50px; }
    #Zlap .Loader i {
      animation: spin 1s linear infinite; }
  #Zlap .Killed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #Zlap .Killed > .Adjuster {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 30px; }
      #Zlap .Killed > .Adjuster > .Spacer {
        height: 50vh;
        max-height: calc(100vh - 400px); }
      #Zlap .Killed > .Adjuster > .AdBlock > div:not(:empty) {
        border: 7px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px; }
      #Zlap .Killed > .Adjuster > .Container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin-top: 15px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        color: #ccc;
        font-size: 28px; }
        #Zlap .Killed > .Adjuster > .Container > .Respawn {
          padding: 0.5em;
          cursor: pointer;
          border-radius: 5px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #Zlap .Killed > .Adjuster > .Container > .Respawn:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          #Zlap .Killed > .Adjuster > .Container > .Respawn > .Sub {
            margin-top: 3px;
            font-size: 10px; }
        #Zlap .Killed > .Adjuster > .Container > .Back {
          padding: 0.5em;
          cursor: pointer;
          border-radius: 5px; }
          #Zlap .Killed > .Adjuster > .Container > .Back:hover {
            background-color: rgba(0, 0, 0, 0.1); }
      #Zlap .Killed > .Adjuster > .MobileContainer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ccc; }
        #Zlap .Killed > .Adjuster > .MobileContainer > .Text {
          font-size: 24px;
          padding-bottom: 85vh; }
        #Zlap .Killed > .Adjuster > .MobileContainer > .Back {
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.1);
          color: #ccc;
          font-size: 30px;
          padding: 0.5em;
          border-radius: 0px 0px 5px 0px;
          cursor: pointer; }
          #Zlap .Killed > .Adjuster > .MobileContainer > .Back:hover {
            background-color: rgba(0, 0, 0, 0.2); }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
  #Zlap .Menu {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../textures/outside.png");
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #Zlap .Menu > .Tip {
      font-size: 20;
      font-family: "FiraSans";
      color: #ccc;
      margin-top: 10px; }
    #Zlap .Menu > .Buttons {
      margin-bottom: 25px; }
    #Zlap .Menu > .Play {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 25px;
      padding: 0.5em;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
      #Zlap .Menu > .Play > .NameInput {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.05);
        font-size: 32px;
        border: none;
        font-family: "FiraSans";
        color: #ccc;
        width: 320px;
        padding: 0.5em; }
        #Zlap .Menu > .Play > .NameInput.placeholder {
          color: rgba(0, 0, 0, 0.2); }
        #Zlap .Menu > .Play > .NameInput:-moz-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        #Zlap .Menu > .Play > .NameInput::-moz-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        #Zlap .Menu > .Play > .NameInput::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        #Zlap .Menu > .Play > .NameInput:focus {
          outline: 0; }
      #Zlap .Menu > .Play > .Button {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 36px;
        color: #ccc;
        padding: 0.5em;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 10px; }
        #Zlap .Menu > .Play > .Button > i.fa-spinner {
          animation: spin 1s linear infinite; }
        #Zlap .Menu > .Play > .Button:hover:not(.disabled) {
          background-color: rgba(0, 0, 0, 0.1); }
        #Zlap .Menu > .Play > .Button.disabled {
          cursor: default; }
    #Zlap .Menu > .Sub {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
      font-size: 13px;
      font-family: "FiraSans";
      color: #ccc; }
      #Zlap .Menu > .Sub > .Divider {
        height: 24px;
        border-right: 3px solid rgba(255, 255, 255, 0.4);
        border-radius: 3px;
        margin-left: 8px;
        margin-right: 8px; }
      #Zlap .Menu > .Sub .Button {
        margin-left: 4px;
        margin-right: 4px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer; }
        #Zlap .Menu > .Sub .Button.Option {
          color: rgba(255, 255, 255, 0.4); }
          #Zlap .Menu > .Sub .Button.Option.active {
            color: #ccc;
            text-shadow: 0px 0px 2px white;
            cursor: default; }
      #Zlap .Menu > .Sub > .Party > i {
        margin-left: 5px; }
      #Zlap .Menu > .Sub > .Party > i.fa-spinner {
        animation: spin 1s linear infinite; }
      #Zlap .Menu > .Sub > .Controls > i {
        font-size: 20px;
        margin: 5px;
        opacity: 0.3; }
        #Zlap .Menu > .Sub > .Controls > i:hover {
          cursor: pointer; }
        #Zlap .Menu > .Sub > .Controls > i.active {
          opacity: 1.0;
          cursor: default; }
    #Zlap .Menu > .Modes {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
      margin-top: 15px;
      font-size: 18px;
      font-family: "FiraSans";
      color: #ccc; }
      #Zlap .Menu > .Modes > .Text {
        margin-right: 5px; }
      #Zlap .Menu > .Modes > .Mode {
        margin-left: 4px;
        margin-right: 4px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.4); }
        #Zlap .Menu > .Modes > .Mode.active {
          color: #ccc;
          text-shadow: 0px 0px 2px white;
          cursor: default; }
    #Zlap .Menu .Skins {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      #Zlap .Menu .Skins > .Prev, #Zlap .Menu .Skins .Next {
        height: 150px;
        background-color: rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: #ccc;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        flex-grow: 1; }
        #Zlap .Menu .Skins > .Prev:hover:not(.disabled), #Zlap .Menu .Skins .Next:hover:not(.disabled) {
          background-color: rgba(0, 0, 0, 0.2); }
        #Zlap .Menu .Skins > .Prev.disabled, #Zlap .Menu .Skins .Next.disabled {
          color: rgba(0, 0, 0, 0.2);
          cursor: default; }
      #Zlap .Menu .Skins > .Prev {
        border-radius: 5px 0px 0px 5px; }
      #Zlap .Menu .Skins > .Next {
        border-radius: 0px 5px 5px 0px; }
      #Zlap .Menu .Skins > .Container {
        width: 300px;
        height: 150px;
        border: 5px solid rgba(0, 0, 0, 0.3); }
        #Zlap .Menu .Skins > .Container > .Canvas {
          width: 100%;
          height: 100%; }
    #Zlap .Menu > .AdLeaderboard {
      margin-bottom: 10px; }
      #Zlap .Menu > .AdLeaderboard > div:not(:empty) {
        margin-top: 10px;
        border-radius: 5px;
        border: 7px solid rgba(0, 0, 0, 0.2);
        position: relative; }
    #Zlap .Menu > .AdLeaderboard:empty {
      margin-top: 10px; }
    #Zlap .Menu > .Party {
      position: absolute;
      top: 25px;
      left: 150px;
      color: #ccc;
      padding: 10px;
      font-size: 24px;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      #Zlap .Menu > .Party:after {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        border-width: 20px;
        margin-left: -20px; }
    #Zlap .Menu > .ToSkins {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      font-size: 26px;
      color: #ccc; }
      #Zlap .Menu > .ToSkins > i {
        display: block;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 20px; }
    #Zlap .Menu > .MoSkins {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../textures/outside.png");
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #Zlap .Menu > .MoSkins > .ToMenu {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 26px;
        color: #ccc; }
        #Zlap .Menu > .MoSkins > .ToMenu > i {
          display: block;
          font-size: 40px;
          font-weight: bold;
          margin-bottom: 20px; }
  #Zlap .Minimap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px 0px 0px 0px; }
    #Zlap .Minimap > .Player {
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: #ccc; }
    #Zlap .Minimap > .DeathPoint {
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: red; }
  #Zlap .Canvas {
    width: 100%;
    height: 100%; }

#Hidden {
  display: none; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

#Social {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #Social .Buttons {
    display: none;
    flex-direction: column; }
    #Social .Buttons > .fb-like {
      margin-bottom: 10px; }
    #Social .Buttons > .Links {
      margin-top: 10px; }
      #Social .Buttons > .Links > img {
        margin: 5px;
        cursor: pointer; }
        #Social .Buttons > .Links > img:hover {
          opacity: 0.8; }
    #Social .Buttons > .BR {
      position: fixed;
      bottom: 0px;
      right: 0px; }
      #Social .Buttons > .BR > img {
        width: 250px;
        cursor: pointer; }
  #Social .More {
    display: none;
    margin-top: 10px; }
    #Social .More > a {
      display: block;
      font-size: 14px;
      text-decoration: none;
      font-family: "FiraSans";
      color: rgba(255, 255, 255, 0.5); }
      #Social .More > a:hover {
        color: rgba(255, 255, 255, 0.3); }
