/* Constants
 `````````````````````````````````````````````````````````````*/
/* Mixins
 `````````````````````````````````````````````````````````````*/
/* Reset
 `````````````````````````````````````````````````````````````*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, figure,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

:focus {
  outline: 0;
  -moz-outline-style: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

textarea {
  resize: none;
  overflow: auto; }

button {
  cursor: pointer;
  overflow: visible;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

::-webkit-input-placeholder {
  color: #44444f;
  opacity: 0.33; }

:-moz-placeholder {
  color: #44444f;
  opacity: 0.33; }

::-moz-placeholder {
  color: #44444f;
  opacity: 0.33; }

:-ms-input-placeholder {
  color: #44444f;
  opacity: 0.33; }

fieldset.error ::-webkit-input-placeholder {
  color: #1bafb6; }

fieldset.error :-moz-placeholder {
  color: #1bafb6; }

fieldset.error ::-moz-placeholder {
  color: #1bafb6; }

fieldset.error :-ms-input-placeholder {
  color: #1bafb6; }

/* Fonts
 `````````````````````````````````````````````````````````````*/
@font-face {
  font-family: 'MetricLight';
  src: url("/fonts/MetricWeb-Light.eot");
  src: url("/fonts/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Light.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: 'MetricRegular';
  src: url("/fonts/MetricWeb-Regular.eot");
  src: url("/fonts/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'MetricMedium';
  src: url("/fonts/MetricWeb-Medium.eot");
  src: url("/fonts/MetricWeb-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'MetricSemibold';
  src: url("/fonts/MetricWeb-Semibold.eot");
  src: url("/fonts/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Semibold.woff") format("woff");
  font-weight: 600; }

/* Defaults
 `````````````````````````````````````````````````````````````*/
body {
  position: relative;
  font: normal normal 21px/26px MetricLight, sans-serif;
  text-align: center;
  background: #44444f; }

.desktop body {
  min-width: 600px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

img {
  display: block; }

/* Layout
 `````````````````````````````````````````````````````````````*/
.container {
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .container h1 {
    position: relative;
    width: 170px;
    height: 80px;
    margin: 0 auto;
    font-family: MetricRegular, sans-serif;
    text-indent: -7777px;
    background: url(/img/icons/sprite.png) no-repeat 0 0;
    background-size: 180px 275px; }
  .container p {
    margin: 40px auto 0 auto;
    color: #bfbfc2;
    font: 32px/36px MetricLight, sans-serif; }
    .container p a {
      color: #bfbfc2;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out; }
      .container p a:hover {
        color: #fff; }

@media only screen and (max-width: 900px) {
  .container {
    left: 0;
    width: 100%;
    padding: 0 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .container p {
      font-size: 26px;
      line-height: 32px; } }
