/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html {
  font-size: 12px;
  line-height: 1.3;
  padding: 0; }
  @media (min-width: 1024px) {
    html {
      font-size: 13px; } }

body {
  font-family: 'nineteen-ninety-three', sans-serif;
  font-weight: 400;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 0; }
  @media (min-width: 768px) {
    body {
      padding: 50px; } }

.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px; }
  @media (min-width: 768px) {
    .container {
      width: 64rem; } }

.btn {
  cursor: default;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: #c0c0c0;
  border: 0.1rem solid #000;
  border-top-color: #fff;
  border-left-color: #fff;
  box-shadow: inset -0.1rem -0.1rem 0 #808080, inset 0.1rem 0.1rem 0 #dfdfdf; }
  .btn:active {
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-top-color: #000;
    border-left-color: #000;
    box-shadow: inset -0.1rem -0.1rem 0 #dfdfdf, inset 0.1rem 0.1rem 0 #808080; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.file-icon {
  background: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: none;
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin-bottom: 1.5rem; }
  .file-icon__img {
    display: block;
    margin: 0 auto;
    width: 3.2rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin-bottom: 0.3rem; }
  .file-icon.in-focus .file-icon__img {
    background-position: left bottom; }
  .file-icon__label {
    border: 0.1rem dotted transparent;
    display: inline-block;
    padding: 0.2rem;
    line-height: 1.6; }
  .file-icon.in-focus .file-icon__label {
    border-color: #ffff00;
    background: #0000aa; }

.windows-desktop {
  background: #008080 url(../img/blue-pink-rgb.jpg) center center no-repeat;
  background-size: 70% auto;
  position: relative;
  padding-bottom: 2.7rem;
  height: 48rem;
  overflow: hidden; }

.windows-desktop__column {
  width: 10.5rem;
  margin-top: 2rem; }
  .windows-desktop__column.first {
    float: left;
    margin-left: 2rem; }
  .windows-desktop__column.second {
    float: right;
    margin-right: 2rem; }

.menu-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ccc;
  height: 2.7rem;
  border-top: 0.1rem solid #fff;
  padding: 0.2rem;
  box-shadow: 0 -0.1rem 0 #dfdfdf;
  z-index: 100; }

.menu-bar__start-button {
  float: left;
  margin-right: 0.4rem;
  height: 100%;
  padding: 0.4rem 0.3rem; }
  .menu-bar__start-button.open {
    border-color: #fff;
    border-top-color: #000;
    border-left-color: #000;
    box-shadow: inset -0.1rem -0.1rem 0 #dfdfdf, inset 0.1rem 0.1rem 0 #808080; }
  .menu-bar__start-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/start-menu-logo.png) left top no-repeat;
    background-size: contain;
    width: 1.6rem;
    height: 1.4rem;
    margin: -0.2rem 0.3rem 0 0; }

.menu-bar__clock {
  float: right;
  border: 0.1rem solid #808080;
  border-right-color: #fff;
  border-bottom-color: #fff;
  height: 100%;
  padding: 0.4rem 1.1rem 0.4rem 0.2rem; }
  .menu-bar__clock:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/clock.png) left top no-repeat;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.2rem 1.1rem 0 0; }

.menu-bar__program {
  float: left;
  width: 16rem;
  height: 100%;
  padding: 0.4rem; }
  .menu-bar__program.open {
    background: #dfdfdf;
    border: 0.1rem solid #000;
    border-bottom-color: #fff;
    border-right-color: #fff;
    box-shadow: inset -0.1rem -0.1rem 0 #ccc, inset 0.1rem 0.1rem 0 #808080; }
  .menu-bar__program:before {
    content: '';
    float: left;
    background: url(../img/media-player-icon.png) left top no-repeat;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.2rem 0.4rem 0 0; }

.file-icon.wav .file-icon__img {
  width: 2.4rem;
  height: 2.8rem;
  background-image: url(../img/wav-icon.png); }

.file-icon.ie .file-icon__img {
  background-image: url(../img/ie-icon.png); }

.file-icon.video .file-icon__img {
  background-image: url(../img/video-icon.png); }

media-player {
  position: absolute;
  z-index: 100;
  top: 4%;
  right: 2.5%; }
  @media (min-width: 768px) {
    media-player {
      right: auto;
      left: 17.4rem;
      top: 7%; } }

.media-player {
  font-size: 0.8rem;
  background: #c0c0c0;
  width: 29.2rem;
  border: 0.1rem solid #dfdfdf;
  border-right-color: #000;
  border-bottom-color: #000;
  box-shadow: inset -0.1rem -0.1rem 0 #808080, inset 0.1rem 0.1rem 0 #dfdfdf;
  padding: 0.3rem; }
  @media (max-width: 375px) {
    .media-player {
      width: 25rem;
      font-size: 0.7rem; } }
  .media-player__title {
    background: #0000aa;
    color: #fff;
    font-weight: 700;
    padding: 0.4rem; }
  .media-player__title__btn-group {
    float: right;
    margin: -0.2rem -0.2rem 0 0; }
    .media-player__title__btn-group .btn {
      float: left;
      width: 1.6rem;
      height: 1.4rem;
      padding: 0.2rem;
      text-align: center;
      line-height: 1;
      color: #000; }
      .media-player__title__btn-group .btn.minimize {
        background: #c0c0c0 url(../img/minimize.png) center center no-repeat;
        background-size: 1rem auto; }
      .media-player__title__btn-group .btn.close {
        margin-left: 0.2rem;
        background: #c0c0c0 url(../img/close.png) center center no-repeat;
        background-size: 0.8rem auto; }
  .media-player__menu {
    padding: 0.5rem 0.6rem;
    border-bottom: 0.1rem solid #808080;
    box-shadow: 0 0.1rem 0 #fff;
    margin-bottom: 0.4rem; }
    .media-player__menu > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .media-player__menu > ul > li {
        display: inline-block;
        margin-right: 0.8rem; }
  .media-player__screen {
    background: #000;
    border: 0.1rem solid #808080;
    border-bottom-color: #fff;
    border-right-color: #fff;
    margin-bottom: 0.8rem;
    overflow: hidden; }
    .media-player__screen video {
      display: block;
      margin-top: -2rem;
      margin-bottom: -2rem; }
  .media-player progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 0.8rem;
    border: 0.1rem solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff;
    margin-bottom: 0.8rem; }
    .media-player progress::-webkit-progress-bar {
      background: #c0c0c0; }
    .media-player progress::-webkit-progress-value {
      background: #fff; }
    .media-player progress::-moz-progress-bar {
      background: #fff; }
  .media-player__controls {
    margin-bottom: 0.8rem; }
    .media-player__controls__btn {
      display: inline-block;
      vertical-align: middle;
      background: transparent;
      border: 0.1rem solid transparent;
      outline: none;
      margin: 0;
      width: 2.1rem;
      height: 2.1rem;
      border-radius: 0;
      position: relative; }
      .media-player__controls__btn:active, .media-player__controls__btn.active {
        background: #dfdfdf;
        border-color: #808080;
        border-right-color: #fff;
        border-bottom-color: #fff; }
      .media-player__controls__btn:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        height: 1.1rem;
        width: 1.1rem;
        margin: -0.55rem 0 0 -0.55rem;
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat; }
      .media-player__controls__btn.play:after {
        background-image: url(../img/play-icon.png); }
      .media-player__controls__btn.pause:after {
        background-image: url(../img/pause-icon.png);
        height: 0.9rem;
        width: 0.9rem;
        margin: -0.45rem 0 0 -0.45rem; }
    .media-player__controls__disabled {
      margin-top: 0.2rem;
      display: inline-block;
      vertical-align: middle;
      height: 2.1rem;
      width: 16rem;
      background: url(../img/media-player-disabled-controls.png) left no-repeat;
      background-size: auto 100%; }
  .media-player__track-info {
    background: #000;
    color: #fff;
    border: 0.1rem solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff; }
    .media-player__track-info table {
      width: 100%; }
      .media-player__track-info table td {
        padding: 0.5rem; }
        .media-player__track-info table td:first-child {
          width: 8.2rem;
          padding-right: 0.5rem; }
      .media-player__track-info table .border {
        border-bottom: 0.1rem solid #808080; }
      .media-player__track-info table .slim td {
        padding-top: 0;
        padding-bottom: 0; }

.start-menu {
  background: #c0c0c0;
  border: 0.1rem solid #000;
  border-top-color: #fff;
  border-left-color: #fff;
  box-shadow: inset -0.1rem -0.1rem 0 #808080, inset 0.1rem 0.1rem 0 #dfdfdf;
  position: absolute;
  bottom: 2.4rem;
  left: 0.2rem; }
  .start-menu__border-top {
    border-top: 0.1rem solid #fff;
    box-shadow: 0 -0.1rem 0 #808080;
    margin-top: 0.2rem; }
  .start-menu > nav {
    display: block;
    border-left: 2rem solid #808080;
    margin: 0.1rem; }
  .start-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .start-menu ul > li {
      position: relative;
      padding: 0.8rem 1rem;
      width: 13.7rem; }
      .start-menu ul > li > a {
        text-decoration: none;
        color: inherit; }
      .start-menu ul > li:hover {
        background: #000080; }
        .start-menu ul > li:hover > span, .start-menu ul > li:hover > a {
          color: #fff; }
      .start-menu ul > li.disabled {
        background: transparent !important;
        color: #808080 !important; }
        .start-menu ul > li.disabled > * {
          color: inherit !important; }

.start-menu__icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/start-menu-icons.png) center top no-repeat;
  background-size: 100% auto;
  margin-right: 0.5rem; }
  .start-menu__icon.run {
    background-position: center -3.2rem; }
  .start-menu__icon.help {
    background-position: center -6.4rem; }
  .start-menu__icon.find {
    background-position: center -9.6rem; }
  .start-menu__icon.settings {
    background-position: center -12.8rem; }
  .start-menu__icon.documents {
    background-position: center -16rem; }
  .start-menu__icon.programs {
    background-position: center -19.2rem; }
  .start-menu__icon.video {
    background-image: url(../img/video-icon.png);
    width: 1.6rem;
    height: 1.8rem; }
  .start-menu__icon.ie {
    background-image: url(../img/ie-icon.png);
    width: 1.6rem;
    height: 1.6rem; }
  .start-menu__icon.spotify {
    background-image: url(../img/spotify-icon.png);
    width: 1.6rem;
    height: 1.6rem; }

.start-menu__sub {
  position: absolute;
  left: 100%;
  top: 0;
  background: #c0c0c0;
  border: 0.1rem solid #000;
  border-top-color: #fff;
  border-left-color: #fff;
  box-shadow: inset -0.1rem -0.1rem 0 #808080, inset 0.1rem 0.1rem 0 #dfdfdf;
  padding: 0.1rem; }
  .start-menu__sub ul > li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .start-menu__sub .start-menu__icon {
    min-width: 1.6rem; }

.alert {
  position: absolute;
  z-index: 100;
  top: 30%;
  left: 27.5%;
  width: 45%;
  font-size: 0.8rem;
  background: #c0c0c0;
  border: 0.1rem solid #dfdfdf;
  border-right-color: #000;
  border-bottom-color: #000;
  box-shadow: inset -0.1rem -0.1rem 0 #808080, inset 0.1rem 0.1rem 0 #dfdfdf;
  padding: 0.3rem; }
  @media (max-width: 480px) {
    .alert {
      width: 80%;
      left: 10%; } }
  .alert__title {
    background: #0000aa;
    color: #fff;
    font-weight: 700;
    padding: 0.4rem;
    margin-bottom: 1.5rem; }
  .alert__body {
    position: relative;
    padding: 0 1rem 1rem 4.5rem;
    line-height: 1.5; }
    .alert__body:before {
      content: '';
      position: absolute;
      left: 1rem;
      top: 0;
      width: 2.4rem;
      height: 2.4rem;
      background: url(../img/start-menu-icons.png) center top no-repeat;
      background-size: 100% auto; }
    .alert__body__btn {
      margin-left: -4.5rem; }
    .alert__body .btn {
      width: 7.5rem;
      padding: 0.4rem; }