@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Abel);
html {
  height: 100%; }

body {
  font-family: "Abel", sans-serif;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overflow-y: auto; }

.container {
  display: none;
  height: 100%; }

.footer {
  background: rgba(255, 255, 255, 0.85);
  border-top: 1px dotted #dedede;
  bottom: 0;
  box-shadow: inset 0 1px 1px 0 #ccc;
  height: 55px;
  left: 0;
  position: fixed;
  width: 100%; }
  .footer h4,
  .footer h5 {
    font-weight: normal;
    margin: 0;
    position: relative;
    top: calc(50% - .5em); }
  .footer h4 {
    color: #1f77b4;
    float: left;
    font-size: 2rem;
    padding-left: 20px; }
  .footer h5 {
    color: #787878;
    float: right;
    font-size: 1.4rem;
    padding-right: 20px; }

.icons-credit {
  display: none; }

.player {
  height: 50%;
  padding: 10px 0;
  width: 100%; }
  .player .video {
    height: 100%; }
    .player .video video {
      height: 100%;
      margin: 0 auto;
      width: 100%; }

.controls {
  min-height: 25%; }
  .controls h4 {
    font-weight: normal; }

.titles {
  text-align: center; }
  .titles #loop {
    cursor: pointer;
    height: 40px;
    opacity: .5;
    position: absolute;
    right: 10%;
    top: 5px;
    transition: opacity 1s;
    width: 40px; }

.extract {
  height: 20%;
  min-height: 50px;
  padding-bottom: 10px; }
  .extract .title {
    height: 100%;
    padding: 0; }
    .extract .title h4 {
      display: table-cell;
      font-size: 1em;
      height: 35px;
      margin: 0;
      vertical-align: middle; }
  .extract .play-all button,
  .extract .play button {
    -webkit-appearance: none;
    outline: none;
    transition: background .5s, opacity .5s; }
  .extract .play-all {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 100%;
    padding-left: 10px; }
    .extract .play-all .border {
      border-right: 1px solid #ccc;
      height: 86%;
      left: 80%;
      margin: 4% 0;
      position: absolute;
      width: 1px; }
    .extract .play-all button {
      background: none;
      border: 0;
      height: 100%;
      min-height: 25px;
      min-width: 30px;
      padding: 5px 0; }
    .extract .play-all img {
      height: 25px;
      width: 25px; }
  .extract .play {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 100%; }
    .extract .play button {
      background: #b2b2b2;
      border: 0;
      box-shadow: 2px 2px 10px #ccc;
      margin: 5px;
      min-height: 25px;
      width: 100%; }
  .extract .play:last-child {
    border-right: 1px solid #ccc; }

.toggles {
  display: none;
  height: 30px;
  transition: display .5s; }
  .toggles .switch {
    text-align: center; }
    .toggles .switch .on,
    .toggles .switch .off {
      cursor: pointer;
      transition: box-shadow .7s, transform .7s, background .7s;
      width: 50%; }
    .toggles .switch .on {
      background: #8ce196;
      float: right;
      transform-origin: 0% 0%; }
      .toggles .switch .on.active {
        background: #ccc;
        box-shadow: 0 1px 1px #ccc;
        -moz-transform: skewY(-2deg);
        transform: skewY(-2deg); }
    .toggles .switch .off {
      background: #ff5252;
      float: left;
      transform-origin: 100% 100%; }
      .toggles .switch .off.active {
        background: #ccc;
        box-shadow: 1px 1px 0 #ccc;
        -moz-transform: skewY(2deg);
        transform: skewY(2deg); }

.scores {
  padding-bottom: 55px;
  padding-top: 30px; }
  .scores .score {
    display: none;
    transition: display 1s; }
    .scores .score img {
      margin: 0 auto;
      width: 100%; }

.spinner {
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
  height: 40px;
  margin: 100px auto;
  position: relative;
  text-align: center;
  top: 200px;
  width: 40px; }

.dot1,
.dot2 {
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%; }

.dot2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  bottom: 0;
  top: auto; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
