@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
body,
html {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 13px;
}
* {
  box-sizing: border-box;
}
#milesplit_video object,
#milesplit_video video,
#milesplit_video object[style],
#milesplit_video video[style] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
section.player {
  display: block;
  margin: 0;
  padding: 0;
}
section.player iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.player.locked {
  text-align: center;
}
section.player.locked figure {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 620px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
section.player.locked figure div {
  position: relative;
  margin-bottom: 10px;
  top: 115px;
  font-size: 1.8rem;
  text-shadow: 1px 1px #000;
  line-height: 24px;
}
@media only screen and (max-width: 600px) {
  section.player.locked figure div {
    font-size: 5.5vw;
    top: 10%;
  }
}
section.player.locked figure div strong {
  color: #f80d0a;
}
section.player.locked figure img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .4;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
section.player.locked figure::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 10;
  top: 16px;
  width: 100%;
  height: 229px;
}
@media only screen and (max-width: 600px) {
  section.player.locked figure::before {
    background-position: 0 -16px;
    top: 4px;
  }
}
section.player.locked figure a.button {
  display: block;
  position: absolute;
  z-index: 11;
  width: 240px;
  height: 56px;
  top: 180px;
  text-align: center;
  line-height: 48px;
  padding-top: 6px;
  left: 50%;
  margin-left: -120px;
  text-decoration: none;
  background-color: #0089cb;
  background: -moz-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0097e0), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #0097e0 0, transparent #0075ad);
  background: -o-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: linear-gradient(to bottom, #0097e0 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0097E0', endColorstr='#FF0075AD', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  section.player.locked figure a.button {
    top: 45%;
  }
}
section.player.locked figure a.button:hover {
  background-color: #0c99de;
  background: -moz-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14b2ff), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #14b2ff 0, transparent #0075ad);
  background: -o-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: linear-gradient(to bottom, #14b2ff 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF14B2FF', endColorstr='#FF0075AD', GradientType=0);
}
section.player.locked figure a.login {
  display: block;
  position: absolute;
  z-index: 11;
  width: 240px;
  bottom: 80px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000;
  left: 50%;
  margin-left: -120px;
}
section.player.locked figure a.login strong {
  color: #f80d0a;
}
@media only screen and (max-width: 600px) {
  section.player.locked figure a.login {
    bottom: 10px;
  }
}
