/* compiled by scssphp v0.0.12 on Tue, 20 Dec 2016 11:43:04 +0000 (0.0696s) */

/**
 * Reset
 *
 * Resetting and rebuilding styles.
 */
/* .element {
        background-image: url(/img/element-2x.png) !important;
        -webkit-background-size: 10px 10px;
            background-size:     10px 10px;
    } */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #f1f1f1; }

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

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

@font-face {
  font-family: 'robotoslab-bold';
  src: url('/fonts/robotoslab-bold.eot');
  src: url('/fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/robotoslab-bold.woff2') format('woff2'), url('/fonts/robotoslab-bold.woff') format('woff'), url('/fonts/robotoslab-bold.ttf') format('truetype'), url('/fonts/robotoslab-bold.svg#robotoslab-bold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotoslab-regular';
  src: url('/fonts/robotoslab-regular.eot');
  src: url('/fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/robotoslab-regular.woff2') format('woff2'), url('/fonts/robotoslab-regular.woff') format('woff'), url('/fonts/robotoslab-regular.ttf') format('truetype'), url('/fonts/robotoslab-regular.svg#robotoslab-regular') format('svg');
  font-weight: normal;
  font-style: normal; }

html, body {
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Chrome/Safari/Opera */
  -webkit-user-select: none;
  /* Konqueror */
  -khtml-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* IE/Edge */
  -ms-user-select: none;
  /* non-prefixed version, currently not supported by any browser */
  user-select: none;
  cursor: default;
  height: 100%; }

body {
  background-image: url(/img/default-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #d6d6ce;
  line-height: 125%;
  letter-spacing: 1px;
  font-family: 'robotoslab-regular', sans-serif;
  font-size: 11px;
  color: #119d9c; }
  body a {
    text-decoration: underline;
    color: #119d9c; }

body.blue .wrapper .container-inner .description, body.blue .wrapper .container-inner .button[data-hover-bodyclass=red] {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  /*
            .button {
                border-color: $color-blue-font;
            }
            */ }
  body.blue .wrapper .container-inner .blue-animation {
    display: block; }

body.red .wrapper .container-inner .description, body.red .wrapper .container-inner .button[data-hover-bodyclass=blue] {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  /*
            .button {
                border-color: $color-red-font;
            }
            */ }
  body.red .wrapper .container-inner .red-animation {
    display: block; }

body.loading {
  cursor: wait; }

h1, b, .button, .footer {
  font-family: 'robotoslab-bold', sans-serif; }

.wrapper {
  width: 420px;
  height: 100%;
  padding-right: 170px;
  margin: auto; }
  .wrapper .container-inner {
    position: relative;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 25px; }
  .wrapper .container-inner .logo {
    display: block;
    margin-bottom: 20px; }
  .wrapper .container-inner h1 {
    margin: 15px 0;
    line-height: 115%;
    letter-spacing: 1.5px;
    font-size: 25px; }
  .wrapper .container-inner .button {
    cursor: pointer;
    padding: 25px;
    margin: 45px 0;
    border: 3px solid #119d9c;
    font-size: 15px;
    text-align: center; }
  .wrapper .container-inner .blue-animation, .wrapper .container-inner .red-animation {
    pointer-events: none;
    display: none;
    position: absolute;
    left: -31px; }
  .wrapper .container-inner .red-animation {
    top: 130px; }
  .wrapper .container-inner .blue-animation {
    top: 301px; }
  .wrapper .container-inner .footer {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 160%;
    font-size: 10px; }

.clear {
  clear: both; }

@media screen and (max-height: 650px) {
  html, body {
    height: 650px; } }
