@font-face {
  font-family: 'Open Sans';
  src: url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
body {
  overflow-y: scroll;
  background: #141414;
  color: #fff;
}
* {
  box-sizing: border-box;
}
body,
td,
th {
  font-family: "Open Sans", sans-serif;
}
.currentuser {
  position: absolute;
  top: 0;
  right: 0;
}
a {
  color: white;
}
a:hover {
  color: #e50914;
}
header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), 10%, transparent);
}
header a {
  display: inline-block;
  padding: 5px 10px;
}
header .branding {
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 10px;
  color: #e50914;
}
header nav {
  display: inline;
  font-size: 0.83333333em;
}
header.home {
  text-align: right;
}
main.home nav {
  text-align: center;
}
main.home nav a {
  padding: 5px 10px;
  display: inline-block;
}
h1,
h2,
h3 {
  text-align: center;
  font-weight: normal;
}
div.bin {
  max-width: 500px;
  display: block;
  margin: 30px auto;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 15px;
  background: white;
}
div.bin h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
}
div.uploader {
  max-width: 500px;
  display: block;
  margin: 30px auto;
  border: 1px solid #999;
  border-radius: 5px;
  background: white;
}
div.uploader .dz-button {
  padding: 30px;
  text-align: center;
  background: none;
  border: none;
  width: 100%;
  border-radius: 7px;
}
div.uploader .dz-drag-hover .dz-button {
  background: #eee;
}
div.uploader .dz-image,
div.uploader .dz-error-mark,
div.uploader .dz-success-mark {
  display: none;
}
div.uploader .dz-complete .dz-progress .dz-upload {
  background: green;
}
div.uploader .dz-complete.dz-error .dz-progress .dz-upload {
  background: darkred;
}
div.uploader .dz-details {
  border-top: 1px solid #999;
  padding: 10px;
}
div.uploader .dz-details .dz-size {
  float: right;
}
div.uploader .dz-details .dz-filename {
  float: left;
}
div.uploader .dz-error-message {
  text-align: center;
  color: darkred;
}
div.uploader .dz-error-message span {
  display: block;
  padding: 10px;
}
div.uploader .dz-progress {
  clear: both;
  border: 1px solid #999;
  margin: 20px 10px 10px;
  border-radius: 5px;
}
div.uploader .dz-progress .dz-upload {
  display: block;
  background: #00456f;
  height: 10px;
  border-radius: 7px;
}
form label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}
form label.wrap {
  font-weight: normal;
  font-size: 1em;
}
form label.check {
  margin-bottom: 15px;
}
form p {
  font-size: 0.8em;
}
form.nice.separators {
  padding: 0;
}
form.nice.separators > div {
  padding: 0 15px;
  margin-top: 10px;
}
form.nice.separators hr {
  border: none;
  background: #999;
  height: 1px;
  color: #999;
}
form.nice {
  max-width: 300px;
  display: block;
  margin: 30px auto;
  background: black;
  border-radius: 5px;
  padding: 15px;
}
form.nice.wide {
  max-width: 400px;
}
form.nice > div {
  margin-bottom: 15px;
}
form.nice input[type=text],
form.nice input[type=password],
form.nice input[type=email],
form.nice input[type=file],
form.nice input[type=number],
form.nice textarea {
  width: 100%;
  display: block;
  background: #333;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 10px 16px;
}
form.nice input[type=submit] {
  border: none;
  border-radius: 4px;
  background: #e50914;
  color: white;
  width: 100%;
  padding: 10px 16px;
}
form.nice input[type=submit].danger {
  background: #af0000;
  border: 1px solid #5f0000;
  color: white;
}
form.nice input[type=submit].danger:hover {
  background: #9c0000;
  border-color: #6c0101;
}
fieldset {
  border: 1px solid #999;
  margin-bottom: 10px;
  border-radius: 5px;
}
fieldset legend {
  font-size: 0.8em;
  font-weight: bold;
}
.thumbrow {
  margin: 3vw 0;
}
.thumbrow .header {
  line-height: 1.3;
}
.thumbrow .header h2 {
  margin-left: 60px;
  margin-bottom: 0.5em;
  color: #e5e5e5;
  font-size: 1.4vw;
  font-weight: bold;
}
.thumbrow .slider {
  margin: 0 60px;
}
.thumbrow .slider .media {
  padding: 0 0.2vw;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.thumbrow .slider .media img {
  max-width: 14vw;
  height: auto;
}
.thumbrow .progress-container {
  position: absolute;
  width: calc(100% - 0.2vw);
}
.thumbrow .progress {
  background: black;
  height: 4px;
  width: 75%;
  margin: 0 auto;
}
.thumbrow .progress-inner {
  background: #e50914;
  height: 4px;
}
body.player {
  overflow: hidden;
}
body.player header {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  transition: top 500ms;
  z-index: 10;
}
body.player.moved header {
  top: 0;
}
body.player.moved #controls {
  bottom: 0;
}
body.player #controls {
  transition: bottom 500ms;
  height: 48px;
  position: fixed;
  bottom: -48px;
  left: 0;
  right: 0;
  z-index: 10;
  background-image: linear-gradient(180deg, transparent, 10%, rgba(0, 0, 0, 0.7));
}
body.player #controls a,
body.player #controls span {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  padding-right: 15px;
}
body.player #controls #progress-control-container {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  cursor: pointer;
}
body.player #controls #progress-control-container:hover #progress-hover {
  display: block;
}
body.player #controls #progress {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(128, 128, 128, 0.5);
}
body.player #controls #progress #progress-inner,
body.player #controls #progress #progress-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
}
body.player #controls #progress #progress-inner {
  background: #e50914;
}
body.player #controls #progress #progress-hover {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
body.player video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  cursor: pointer;
}
body.player #cornerhint {
  position: absolute;
  top: 96px;
  left: 48px;
  width: 100px;
  height: 100px;
}
body.player #cornerhint img {
  display: none;
}
body.player #icon-volume-change {
  color: #e50914;
}
body.player #icon-volume-change .name {
  text-align: center;
  font-size: 2em;
}
body.player #icon-volume-change .volume {
  text-align: center;
  font-size: 3em;
}
body.viewer div.shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 50vw;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), 80%, transparent);
  z-index: -10;
}
body.viewer div.container {
  width: 33vw;
  padding: 64px 32px 32px;
}
body.viewer h1 {
  margin-bottom: 0;
}
body.viewer h2 {
  padding-top: 0;
  margin-top: 0;
}
body.viewer .progress-container {
  width: 100%;
  margin-bottom: 16px;
}
body.viewer .progress {
  background: #333333;
  height: 4px;
  width: 75%;
  margin: 0 auto;
}
body.viewer .progress-inner {
  background: #e50914;
  height: 4px;
}
.description {
  max-width: 900px;
  padding: 10px;
  margin: 0 auto 10px;
  text-align: center;
}
.links {
  text-align: center;
}
.links a {
  display: inline-block;
  padding: 4px 12px;
}
h1 a,
a.brand {
  color: #e50914;
  text-decoration: none;
}
div.flashes .message {
  padding: 5px;
  border: 1px solid #c27b00;
  border-radius: 5px;
  margin: 5px 0;
}
.loginform {
  background: black;
  padding: 64px;
  border-radius: 4px;
  max-width: 450px;
  margin: 0 auto;
}
.loginform input {
  background: #333;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  color: white;
}
.loginform input[type=submit] {
  background: #e50914;
  margin-top: 20px;
}
table {
  width: 100%;
  background: black;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 4px;
}
table tr {
  border-bottom: #ccc;
}
table th {
  text-align: left;
}
a.btn {
  background: white;
  color: black;
  border-radius: 5px;
  text-decoration: none;
  padding: 4px 16px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-right: 6px;
}
a.btn:hover {
  background: #ddd;
}
a.btn.primary {
  background: #e50914;
  color: white;
}
a.btn.primary:hover {
  background: #b40710;
}
div.centered {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 64px;
}
/*# sourceMappingURL=style.css.map */