/* Google Design Exercise Presentation
 * Written by Pendar Yousefi
 * Using Compass/Sass
 * */
/* #Custom Mixins
================================================== */
/* #Generalities
================================================== */
/* line 27, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 31, ../sass/screen.scss */
a {
  text-decoration: none;
  color: #fff; }

/* line 37, ../sass/screen.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 42, ../sass/screen.scss */
.cf:after {
  clear: both; }

/* line 46, ../sass/screen.scss */
.cf {
  *zoom: 1; }

/* #General Styles
================================================== */
/* line 55, ../sass/screen.scss */
body {
  margin: 0;
  padding: 0;
  font: 15px/22px helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", sans-serif; }

/* line 63, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* line 66, ../sass/screen.scss */
h2 {
  font: bolder 52px/52px "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 0; }

/* line 72, ../sass/screen.scss */
h3 {
  font-size: 35px;
  font-weight: bold; }

/* line 77, ../sass/screen.scss */
h4 {
  font: normal 24px/25px Museo500, arial, sans-serif;
  font-family: 'museo'; }

/* line 82, ../sass/screen.scss */
h5 {
  font-weight: bolder;
  font-size: 16px;
  margin: 0;
  padding: 0; }

/* line 90, ../sass/screen.scss */
ul {
  padding: 0; }

/* line 94, ../sass/screen.scss */
li {
  padding-left: 0px;
  margin-left: 20px; }

/* line 99, ../sass/screen.scss */
.wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

/* line 107, ../sass/screen.scss */
p.big {
  font-size: 17px;
  line-height: 28px; }

/* line 112, ../sass/screen.scss */
blockquote {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 23px;
  font-family: "museo",serif;
  position: relative; }
  /* line 119, ../sass/screen.scss */
  blockquote:after {
    content: "“";
    position: absolute;
    display: block;
    top: 25px;
    left: -20px;
    font-size: 140px;
    color: #000;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    font-family: serif; }
  /* line 131, ../sass/screen.scss */
  blockquote p {
    position: relative;
    z-index: 2; }

/* #Don’t Overthink It Grids
================================================== */
/* line 143, ../sass/screen.scss */
.grid {
  margin: 0 0 0 0; }
  /* line 146, ../sass/screen.scss */
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

/* line 154, ../sass/screen.scss */
[class*='col-'] {
  float: left;
  padding-right: 40px; }
  /* line 157, ../sass/screen.scss */
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }

/* line 161, ../sass/screen.scss */
.col-2-3 {
  width: 66.66%; }

/* line 164, ../sass/screen.scss */
.col-1-3 {
  width: 33.33%; }

/* line 167, ../sass/screen.scss */
.col-1-2 {
  width: 50%; }

/* line 170, ../sass/screen.scss */
.col-3-5 {
  width: 60%; }

/* line 173, ../sass/screen.scss */
.col-2-5 {
  width: 40%; }

/* line 176, ../sass/screen.scss */
.col-1-4 {
  width: 25%; }

/* line 179, ../sass/screen.scss */
.col-1-6 {
  width: 16.666%; }

/* line 182, ../sass/screen.scss */
.col-1-8 {
  width: 12.5%; }

/* Opt-in outside padding */
/* line 187, ../sass/screen.scss */
.grid-pad {
  padding: 0 0 0 40px; }
  /* line 189, ../sass/screen.scss */
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 40px; }

/* #header
================================================== */
/* line 198, ../sass/screen.scss */
header {
  background: #d65741;
  color: white; }
  /* line 203, ../sass/screen.scss */
  header .logo {
    margin-top: 23px;
    float: left; }
    /* line 206, ../sass/screen.scss */
    header .logo img {
      width: 200px; }
  /* line 210, ../sass/screen.scss */
  header .hero {
    width: 500px;
    margin: 0px 0 0;
    float: left;
    clear: left; }
    /* line 217, ../sass/screen.scss */
    header .hero h4 {
      margin: 0;
      font-family: 'museo'; }
    /* line 222, ../sass/screen.scss */
    header .hero h2 {
      margin: 0 0 20px;
      font-size: 50px; }
  /* line 227, ../sass/screen.scss */
  header .brief {
    float: left;
    margin-left: 122px;
    width: 280px;
    height: 300px;
    padding: 20px 20px 0;
    margin-top: 0px;
    min-height: 350px; }
    /* line 236, ../sass/screen.scss */
    header .brief h4 {
      color: rgba(0, 0, 0, 0.5);
      font-weight: bold;
      margin: 0px 0 10px 0; }
    /* line 243, ../sass/screen.scss */
    header .brief blockquote p {
      font-size: 17px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.8); }

/* #navigation
================================================== */
/* line 258, ../sass/screen.scss */
nav.main {
  background: #fff;
  height: 60px;
  position: relative; }
  /* line 263, ../sass/screen.scss */
  nav.main.fixed {
    z-index: 999999;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #efefef; }
    /* line 269, ../sass/screen.scss */
    nav.main.fixed li {
      padding: 0; }
  /* line 274, ../sass/screen.scss */
  nav.main .wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative; }
  /* line 280, ../sass/screen.scss */
  nav.main ul {
    margin: 0 0 0 -5px; }
    /* line 282, ../sass/screen.scss */
    nav.main ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      padding: 0;
      margin: 0; }
      /* line 286, ../sass/screen.scss */
      nav.main ul li a {
        display: block;
        text-decoration: none;
        padding: 18px 25px 19px 25px;
        color: #333;
        font-size: 18px;
        text-transform: capitalize;
        letter-spacing: .07em; }
        /* line 295, ../sass/screen.scss */
        nav.main ul li a:hover, nav.main ul li a.selected {
          background-color: rgba(100, 100, 100, 0.09); }

/* #main layout
================================================== */
/* line 307, ../sass/screen.scss */
article {
  padding: 50px 0 100px 0; }
  /* line 310, ../sass/screen.scss */
  article h4 {
    margin-bottom: 15px; }
  /* line 313, ../sass/screen.scss */
  article.bike-pic {
    padding: 0;
    height: 300px; }
  /* line 320, ../sass/screen.scss */
  article img.has-margin {
    margin: 20px 0; }
  /* line 324, ../sass/screen.scss */
  article.assumptions {
    background: #49555c;
    color: white; }
  /* line 330, ../sass/screen.scss */
  article.problems {
    background: #f0b47a; }
  /* line 333, ../sass/screen.scss */
  article.sketches {
    background: #f1f1f1;
    background-size: 100% auto;
    color: #49555c; }
    /* line 337, ../sass/screen.scss */
    article.sketches h4 {
      margin: 0 0 10px 0; }
    /* line 341, ../sass/screen.scss */
    article.sketches p.prehead {
      margin: 20px 0 10px 0;
      font-size: 18px; }
  /* line 346, ../sass/screen.scss */
  article.interactive {
    background: #c9d4d9; }
    /* line 348, ../sass/screen.scss */
    article.interactive .context-switch {
      margin: 40px 0 0;
      text-align: center; }
      /* line 351, ../sass/screen.scss */
      article.interactive .context-switch span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 0 15px 0 0;
        color: #8299a4; }
      /* line 356, ../sass/screen.scss */
      article.interactive .context-switch .change-context {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: #8299a4;
        color: #fff;
        padding: 10px 20px; }
  /* line 365, ../sass/screen.scss */
  article.hifi {
    color: #bbb;
    background: url(../images/bg-table.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-bottom: 0; }
    /* line 366, ../sass/screen.scss */
    article.hifi h3 {
      color: #fff; }
    /* line 374, ../sass/screen.scss */
    article.hifi .iphone-hifi {
      background: url(../images/iphone-hifi.png) 0 0 no-repeat;
      width: 404px;
      height: 829px;
      padding: 105px 0 0 39px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }

/* line 388, ../sass/screen.scss */
footer {
  height: 400px;
  background: #0c0b09;
  color: white; }

/* line 394, ../sass/screen.scss */
footer .wrapper {
  padding: 100px 0px; }
  /* line 398, ../sass/screen.scss */
  footer .wrapper h4 {
    margin: 0 0 15px 0;
    padding: 0; }
  /* line 402, ../sass/screen.scss */
  footer .wrapper p {
    color: #888;
    font-size: 15px; }
    /* line 406, ../sass/screen.scss */
    footer .wrapper p.fine {
      font-size: 11px;
      margin-top: 20px;
      line-height: 15px; }
      /* line 410, ../sass/screen.scss */
      footer .wrapper p.fine a {
        color: #aaa; }
  /* line 416, ../sass/screen.scss */
  footer .wrapper .aside {
    margin-left: 120px; }
  /* line 419, ../sass/screen.scss */
  footer .wrapper .aside a {
    font-family: 'SocialGlyphs';
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    line-height: 24px;
    color: #444;
    font-size: 20px;
    position: relative;
    text-align: center;
    margin: 0 5px 10px 0;
    background: #333;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    color: #111; }
  /* line 435, ../sass/screen.scss */
  footer .wrapper .aside a:hover {
    color: #fff; }
  /* line 438, ../sass/screen.scss */
  footer .wrapper .aside a.email {
    font-family: 'helvetica neue', helvetica, arial, san-seif;
    font-size: 24px; }
  /* line 443, ../sass/screen.scss */
  footer .wrapper .aside .behance span {
    top: -2px;
    position: relative; }
  /* line 445, ../sass/screen.scss */
  footer .wrapper img.me {
    float: left;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin: -10px 20px 0; }
  /* line 454, ../sass/screen.scss */
  footer .wrapper article {
    float: left;
    width: 600px;
    margin: 20px 0 0;
    padding: 0; }
  /* line 460, ../sass/screen.scss */
  footer .wrapper a {
    color: #f2a838;
    font-weight: bold;
    text-decoration: none; }

/* line 467, ../sass/screen.scss */
.glass {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  /* Multiple box shadows to achieve the glass effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* hide the glass by default */
  display: none; }

/* line 484, ../sass/screen.scss */
.product {
  width: 300px;
  margin: 0;
  text-align: center;
  padding: 0; }

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

/* #Application
================================================== */
/* line 509, ../sass/screen.scss */
.app-frame {
  background: url(../images/bg-iphone.png) 50% 50% no-repeat;
  width: 370px;
  height: 768px;
  padding: 95px 0px 0 3px;
  margin: 0 auto; }

/* line 516, ../sass/screen.scss */
.app-wrapper {
  margin: 0 auto;
  position: relative;
  width: 320px;
  height: 568px;
  overflow: hidden;
  font-family: 'Myriad', helvetica neue, sans-serif;
  border: 1px solid #b4bbbf;
  margin: 0 auto; }
  /* line 527, ../sass/screen.scss */
  .app-wrapper .alert {
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    display: none;
    position: absolute;
    width: 250px;
    min-height: 200px;
    top: 100px;
    left: 35px;
    z-index: 100;
    background: #52575b;
    color: #fff; }
    /* line 540, ../sass/screen.scss */
    .app-wrapper .alert h3 {
      font-size: 24px;
      color: #aaa;
      line-height: 30px; }
    /* line 545, ../sass/screen.scss */
    .app-wrapper .alert p {
      font-size: 18px;
      line-height: 22px; }
    /* line 549, ../sass/screen.scss */
    .app-wrapper .alert .secondary {
      color: #fff!important; }
  /* line 554, ../sass/screen.scss */
  .app-wrapper.show-left .main {
    left: 90%; }
  /* line 557, ../sass/screen.scss */
  .app-wrapper.show-left .right {
    z-index: -1; }
  /* line 563, ../sass/screen.scss */
  .app-wrapper.show-right .main {
    right: 90%; }
  /* line 566, ../sass/screen.scss */
  .app-wrapper.show-right .left {
    z-index: -1; }
  /* line 572, ../sass/screen.scss */
  .app-wrapper.map .main > header {
    display: none; }
  /* line 575, ../sass/screen.scss */
  .app-wrapper.map .main .map {
    height: 590px; }
    /* line 577, ../sass/screen.scss */
    .app-wrapper.map .main .map > header {
      display: block; }
  /* line 583, ../sass/screen.scss */
  .app-wrapper a.btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
    /* line 586, ../sass/screen.scss */
    .app-wrapper a.btn.translucent {
      border: 1px solid #b4bbbf;
      background: transparent; }
      /* line 590, ../sass/screen.scss */
      .app-wrapper a.btn.translucent:active {
        -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5) inset;
        -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5) inset; }
    /* line 594, ../sass/screen.scss */
    .app-wrapper a.btn.primary {
      background: #2e3235;
      height: 50px;
      line-height: 50px;
      margin: 0 0 5px 0;
      display: block;
      padding: 0 10px; }
      /* line 602, ../sass/screen.scss */
      .app-wrapper a.btn.primary.has-caret {
        padding-right: 12%;
        background: #2e3235 url(../images/icn-caret.png) 95% 50% no-repeat;
        background-size: 10px auto; }
      /* line 607, ../sass/screen.scss */
      .app-wrapper a.btn.primary.inline {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
      /* line 610, ../sass/screen.scss */
      .app-wrapper a.btn.primary:active {
        background-color: #111111; }
    /* line 614, ../sass/screen.scss */
    .app-wrapper a.btn.secondary {
      border: 1px solid #999;
      background: transparent;
      height: 50px;
      line-height: 50px;
      margin: 0 0 5px 0;
      display: block;
      padding: 0 10px;
      font-weight: normal;
      color: #52575b; }
      /* line 624, ../sass/screen.scss */
      .app-wrapper a.btn.secondary:active {
        border: 1px solid #ccc; }
  /* line 629, ../sass/screen.scss */
  .app-wrapper .pull-left {
    float: left; }
  /* line 632, ../sass/screen.scss */
  .app-wrapper .pull-right {
    float: right; }
  /* line 636, ../sass/screen.scss */
  .app-wrapper .left, .app-wrapper .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 1; }
  /* line 644, ../sass/screen.scss */
  .app-wrapper .right {
    left: auto;
    right: 0;
    background: #2d3235;
    padding: 0 15px;
    overflow: hidden; }
    /* line 652, ../sass/screen.scss */
    .app-wrapper .right h2 {
      font-size: 27px;
      text-align: center;
      color: #b2b6ba;
      margin: 0 0 10px 0;
      padding: 0; }
    /* line 660, ../sass/screen.scss */
    .app-wrapper .right input.search {
      border: none;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      font-size: 17px;
      width: 100%;
      background: white url(../images/icn-search.png) 95% 50% no-repeat;
      margin: 5px 0 15px 0;
      background-size: 12px auto; }
    /* line 672, ../sass/screen.scss */
    .app-wrapper .right header {
      overflow: hidden;
      background: #52575b;
      margin: 0 -15px; }
      /* line 676, ../sass/screen.scss */
      .app-wrapper .right header > div {
        float: left;
        font-size: 12px;
        color: #fff; }
      /* line 681, ../sass/screen.scss */
      .app-wrapper .right header .station-name {
        width: 200px;
        padding-left: 15px; }
      /* line 685, ../sass/screen.scss */
      .app-wrapper .right header .bikes, .app-wrapper .right header .docks {
        width: 40px; }
    /* line 689, ../sass/screen.scss */
    .app-wrapper .right ul {
      background: white url(../images/bg-list.png) 201px 0 repeat-y;
      margin: 0 -15px;
      max-height: 438px;
      overflow: auto; }
      /* line 694, ../sass/screen.scss */
      .app-wrapper .right ul li {
        overflow: hidden;
        border-bottom: 1px solid #c6cacd;
        padding: 15px 0;
        margin: 0;
        cursor: pointer; }
        /* line 701, ../sass/screen.scss */
        .app-wrapper .right ul li:active {
          background: #ccc; }
        /* line 704, ../sass/screen.scss */
        .app-wrapper .right ul li > div {
          float: left; }
        /* line 707, ../sass/screen.scss */
        .app-wrapper .right ul li .station-name {
          width: 200px;
          padding-left: 15px;
          font-weight: bold;
          color: #52575b;
          font-size: 20px; }
          /* line 713, ../sass/screen.scss */
          .app-wrapper .right ul li .station-name span {
            display: block;
            font-size: 16px;
            font-weight: normal; }
        /* line 719, ../sass/screen.scss */
        .app-wrapper .right ul li .bikes, .app-wrapper .right ul li .docks {
          width: 40px;
          font-size: 22px;
          color: #82888e;
          text-align: center;
          font-weight: bold; }
  /* line 732, ../sass/screen.scss */
  .app-wrapper .left {
    background: #52575b;
    padding: 0 15px;
    overflow: hidden; }
    /* line 737, ../sass/screen.scss */
    .app-wrapper .left h2 {
      font-size: 27px;
      text-align: center;
      color: #b2b6ba;
      margin: 0 0 10px 0;
      padding: 0; }
    /* line 745, ../sass/screen.scss */
    .app-wrapper .left .current-pass {
      width: 250px;
      height: 180px;
      background: url(../images/bg-pass.png) 0 0 no-repeat;
      background-size: 100% auto;
      display: none;
      padding-top: 138px; }
      /* line 752, ../sass/screen.scss */
      .app-wrapper .left .current-pass .hasCountdown {
        width: 170px;
        float: right;
        text-align: center; }
      /* line 757, ../sass/screen.scss */
      .app-wrapper .left .current-pass .countdown_amount {
        font-size: 14px; }
    /* line 761, ../sass/screen.scss */
    .app-wrapper .left .buy-another {
      display: none; }
    /* line 762, ../sass/screen.scss */
    .app-wrapper .left .payment {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      top: 100%;
      background: #52575b url(../images/bg-payment.png) 0 0 no-repeat;
      background-size: 100% auto;
      z-index: 3;
      padding: 10px; }
      /* line 774, ../sass/screen.scss */
      .app-wrapper .left .payment form {
        margin-top: 230px;
        margin-bottom: 15px; }
        /* line 777, ../sass/screen.scss */
        .app-wrapper .left .payment form input {
          background: rgba(255, 255, 255, 0.8);
          border-left: 1px solid #52575b;
          border-right: 1px solid #52575b;
          border-top: none;
          border-bottom: none;
          width: 100%;
          padding: 10px;
          font-size: 17px;
          margin: 0; }
          /* line 787, ../sass/screen.scss */
          .app-wrapper .left .payment form input:first-child {
            -webkit-border-radius: 10px 10px 0 0;
            -moz-border-radius: 10px 10px 0 0;
            -ms-border-radius: 10px 10px 0 0;
            -o-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
            border: 1px solid #52575b; }
          /* line 791, ../sass/screen.scss */
          .app-wrapper .left .payment form input:last-child {
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -ms-border-radius: 0 0 10px 10px;
            -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            border: 1px solid #52575b; }
      /* line 797, ../sass/screen.scss */
      .app-wrapper .left .payment .cancel-payment {
        text-align: center;
        color: #fff; }
  /* line 803, ../sass/screen.scss */
  .app-wrapper .main {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f0f2f2; }
    /* line 809, ../sass/screen.scss */
    .app-wrapper .main > header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      padding: 10px;
      z-index: 4;
      background: transparent; }
      /* line 818, ../sass/screen.scss */
      .app-wrapper .main > header .btn {
        height: 34px;
        padding: 0 15px;
        text-align: center;
        width: 53px;
        line-height: 34px; }
        /* line 825, ../sass/screen.scss */
        .app-wrapper .main > header .btn.pass {
          background: url(../images/icn-ticket-grey.png) 50% 50% no-repeat;
          background-size: 36px auto;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7; }
          /* line 829, ../sass/screen.scss */
          .app-wrapper .main > header .btn.pass.active {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
        /* line 833, ../sass/screen.scss */
        .app-wrapper .main > header .btn.current-location {
          background: url(../images/icn-location.png) 50% 50% no-repeat;
          background-size: 25px auto; }
    /* line 839, ../sass/screen.scss */
    .app-wrapper .main .reservation {
      position: absolute;
      top: 100%;
      left: 0;
      background: #eff1f2;
      width: 100%;
      height: 100%;
      padding: 10px 0 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 4; }
      /* line 850, ../sass/screen.scss */
      .app-wrapper .main .reservation .reserve-dock {
        display: none; }
      /* line 855, ../sass/screen.scss */
      .app-wrapper .main .reservation.dock .reserve-dock {
        display: block; }
      /* line 858, ../sass/screen.scss */
      .app-wrapper .main .reservation.dock .reserve-bike {
        display: none; }
      /* line 864, ../sass/screen.scss */
      .app-wrapper .main .reservation h3 {
        font-size: 18px;
        color: #52575b;
        padding: 0 15px; }
      /* line 869, ../sass/screen.scss */
      .app-wrapper .main .reservation p {
        color: #6b757c;
        padding: 0 15px;
        font-size: 15px;
        margin-top: 20px; }
      /* line 875, ../sass/screen.scss */
      .app-wrapper .main .reservation .select-bike {
        background: #ffffff;
        border-top: 1px solid #c6cacd;
        border-bottom: 1px solid #c6cacd;
        width: 100%;
        overflow-x: auto;
        margin: 30px 0 20px;
        padding: 15px; }
        /* line 883, ../sass/screen.scss */
        .app-wrapper .main .reservation .select-bike .rack {
          width: 700px;
          overflow: hidden; }
        /* line 887, ../sass/screen.scss */
        .app-wrapper .main .reservation .select-bike a.bike {
          background: url(../images/bg-bike-grey.png) 50% 10px no-repeat;
          display: block;
          float: left;
          background-size: 20px auto;
          padding: 70px 20px 0;
          margin: 0 5px 10px 0;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          text-align: center;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
          opacity: 0.3;
          color: #52575b; }
          /* line 898, ../sass/screen.scss */
          .app-wrapper .main .reservation .select-bike a.bike.selected, .app-wrapper .main .reservation .select-bike a.bike:active, .app-wrapper .main .reservation .select-bike a.bike:focus {
            background: #52575b url(../images/bg-bike-white.png) 50% 10px no-repeat;
            background-size: 20px auto;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            color: #fff; }
          /* line 904, ../sass/screen.scss */
          .app-wrapper .main .reservation .select-bike a.bike.available {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
      /* line 910, ../sass/screen.scss */
      .app-wrapper .main .reservation .confirm-reservation {
        margin-right: 15px; }
      /* line 913, ../sass/screen.scss */
      .app-wrapper .main .reservation .cancel-reservation {
        margin-left: 15px;
        height: 50px;
        line-height: 50px; }
    /* line 920, ../sass/screen.scss */
    .app-wrapper .main .map {
      height: 181px;
      width: 100%;
      position: relative;
      overflow: hidden;
      -webkit-transition: height 0.5s ease-in-out;
      -moz-transition: height 0.5s ease-in-out;
      -o-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out; }
      /* line 927, ../sass/screen.scss */
      .app-wrapper .main .map > header {
        position: absolute;
        width: 100%;
        background: transparent;
        padding: 10px;
        display: none; }
        /* line 933, ../sass/screen.scss */
        .app-wrapper .main .map > header .btn {
          height: 35px;
          padding: 0 15px;
          text-align: center;
          color: #fff;
          line-height: 35px; }
      /* line 942, ../sass/screen.scss */
      .app-wrapper .main .map .station {
        position: absolute; }
        /* line 944, ../sass/screen.scss */
        .app-wrapper .main .map .station .marker {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          background: url(../images/icn-marker.png) 0 0 no-repeat;
          background-size: 30px auto;
          width: 30px;
          height: 40px;
          color: #fff;
          text-align: center;
          padding: 4px 0 0; }
      /* line 955, ../sass/screen.scss */
      .app-wrapper .main .map .current-location {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        width: 16px;
        height: 16px;
        background: #52575b;
        position: absolute;
        top: 100px;
        left: 150px; }
        /* line 964, ../sass/screen.scss */
        .app-wrapper .main .map .current-location > span {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px;
          width: 16px;
          height: 16px;
          position: absolute;
          border: 2px solid rgba(0, 0, 0, 0.4);
          -webkit-animation: flash 1.5s ease-out infinite; }
      /* line 977, ../sass/screen.scss */
      .app-wrapper .main .map.riding .current-location:after {
        content: '';
        display: block;
        background: url(../images/icn-biker.png) 0 0 no-repeat;
        background-size: 20px auto;
        width: 20px;
        height: 16px;
        position: absolute;
        top: -15px;
        left: -2px; }
      /* line 990, ../sass/screen.scss */
      .app-wrapper .main .map .popover {
        position: absolute;
        top: 50px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        left: 10px;
        width: 300px;
        background: #52575b;
        color: #fff;
        padding: 10px;
        z-index: 10;
        display: none; }
        /* line 1002, ../sass/screen.scss */
        .app-wrapper .main .map .popover .select {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          width: 30px;
          height: 30px;
          background: url(../images/icn-marker-select.png) 0 0 no-repeat;
          background-size: 30px auto;
          margin: 10px 0 0; }
        /* line 1010, ../sass/screen.scss */
        .app-wrapper .main .map .popover .thumb {
          float: left;
          width: 50px;
          height: 50px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          margin: 0 10px 0 0;
          background: #b2b6ba; }
        /* line 1018, ../sass/screen.scss */
        .app-wrapper .main .map .popover h3 {
          font-size: 20px;
          font-weight: bold;
          margin: 0 0 5px 0;
          padding: 0;
          white-space: nowrap; }
        /* line 1025, ../sass/screen.scss */
        .app-wrapper .main .map .popover p {
          font-size: 13px;
          margin: 0; }
    /* line 1031, ../sass/screen.scss */
    .app-wrapper .main .content {
      min-height: 390px;
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 15px;
      -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); }
      /* line 1038, ../sass/screen.scss */
      .app-wrapper .main .content > header {
        background: transparent;
        position: relative; }
        /* line 1041, ../sass/screen.scss */
        .app-wrapper .main .content > header h3 {
          font-size: 16px;
          color: #52575b;
          padding: 0;
          margin: 0;
          font-weight: normal; }
        /* line 1048, ../sass/screen.scss */
        .app-wrapper .main .content > header .btn {
          height: 34px;
          padding: 0 15px;
          text-align: center;
          width: 53px;
          line-height: 34px;
          margin-top: -5px; }
          /* line 1055, ../sass/screen.scss */
          .app-wrapper .main .content > header .btn.list {
            background: url(../images/icn-list.png) 50% 50% no-repeat;
            background-size: 27px auto; }
      /* line 1061, ../sass/screen.scss */
      .app-wrapper .main .content .context {
        text-align: center;
        padding: 10px 0 0; }
        /* line 1065, ../sass/screen.scss */
        .app-wrapper .main .content .context .at-station {
          display: none;
          position: absolute;
          top: 10px;
          left: 0;
          width: 100%;
          color: #fff;
          z-index: 2; }
          /* line 1073, ../sass/screen.scss */
          .app-wrapper .main .content .context .at-station .pre {
            width: 120px;
            font-size: 12px;
            line-height: 18px;
            margin: 20px auto 0; }
          /* line 1079, ../sass/screen.scss */
          .app-wrapper .main .content .context .at-station .code {
            font-size: 30px;
            line-height: 45px;
            color: #fff; }
          /* line 1084, ../sass/screen.scss */
          .app-wrapper .main .content .context .at-station .cell {
            display: none; }
        /* line 1089, ../sass/screen.scss */
        .app-wrapper .main .content .context.at-station .station-data {
          display: none; }
        /* line 1092, ../sass/screen.scss */
        .app-wrapper .main .content .context.at-station .at-station {
          display: block; }
        /* line 1098, ../sass/screen.scss */
        .app-wrapper .main .content .context.in-reservation .reservation-timer {
          display: block; }
        /* line 1101, ../sass/screen.scss */
        .app-wrapper .main .content .context.in-reservation .station-data {
          display: none; }
        /* line 1105, ../sass/screen.scss */
        .app-wrapper .main .content .context.in-reservation .compass img {
          background: url(../images/timer.png) 0 0 no-repeat;
          background-size: 184px auto; }
        /* line 1112, ../sass/screen.scss */
        .app-wrapper .main .content .context.riding .station-data .riding {
          display: block; }
        /* line 1115, ../sass/screen.scss */
        .app-wrapper .main .content .context.riding .station-data .walking {
          display: none; }
        /* line 1118, ../sass/screen.scss */
        .app-wrapper .main .content .context.riding .riding-data {
          display: block; }
        /* line 1123, ../sass/screen.scss */
        .app-wrapper .main .content .context .riding-data {
          display: none;
          position: absolute;
          top: 50px;
          left: 0;
          z-index: 0;
          width: 100%; }
          /* line 1130, ../sass/screen.scss */
          .app-wrapper .main .content .context .riding-data .riding-time, .app-wrapper .main .content .context .riding-data .riding-cost {
            width: 85px;
            height: 85px;
            background: #c6cacd;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            position: absolute;
            top: 50px;
            left: -40px;
            padding-top: 15px; }
            /* line 1139, ../sass/screen.scss */
            .app-wrapper .main .content .context .riding-data .riding-time label, .app-wrapper .main .content .context .riding-data .riding-cost label {
              font-size: 11px;
              color: #6b757c;
              margin: 0px 3px 0 0; }
            /* line 1144, ../sass/screen.scss */
            .app-wrapper .main .content .context .riding-data .riding-time #ride-counter, .app-wrapper .main .content .context .riding-data .riding-cost #ride-counter {
              font-size: 20px;
              font-weight: bold; }
              /* line 1147, ../sass/screen.scss */
              .app-wrapper .main .content .context .riding-data .riding-time #ride-counter .countdown_amount, .app-wrapper .main .content .context .riding-data .riding-cost #ride-counter .countdown_amount {
                font-size: 20px;
                color: #6b757c; }
            /* line 1152, ../sass/screen.scss */
            .app-wrapper .main .content .context .riding-data .riding-time .cost, .app-wrapper .main .content .context .riding-data .riding-cost .cost {
              font-size: 20px;
              color: #6b757c;
              font-weight: bold; }
          /* line 1158, ../sass/screen.scss */
          .app-wrapper .main .content .context .riding-data .riding-cost {
            top: 50px;
            right: -40px;
            left: auto; }
        /* line 1165, ../sass/screen.scss */
        .app-wrapper .main .content .context .reservation-timer {
          display: none;
          position: absolute;
          top: 10px;
          left: 0;
          width: 100%;
          color: #fff;
          z-index: 2; }
          /* line 1173, ../sass/screen.scss */
          .app-wrapper .main .content .context .reservation-timer .pre {
            margin-top: 30px; }
          /* line 1176, ../sass/screen.scss */
          .app-wrapper .main .content .context .reservation-timer .reservation-countdown {
            font-size: 30px;
            line-height: 75px;
            color: #fff; }
        /* line 1182, ../sass/screen.scss */
        .app-wrapper .main .content .context .station-data {
          position: absolute;
          top: 10px;
          left: 0;
          width: 100%;
          color: #fff;
          z-index: 2; }
          /* line 1190, ../sass/screen.scss */
          .app-wrapper .main .content .context .station-data .riding {
            display: none; }
          /* line 1193, ../sass/screen.scss */
          .app-wrapper .main .content .context .station-data .big {
            font-size: 120px;
            line-height: 120px; }
          /* line 1197, ../sass/screen.scss */
          .app-wrapper .main .content .context .station-data .sub {
            font-size: 30px; }
        /* line 1201, ../sass/screen.scss */
        .app-wrapper .main .content .context .finding {
          display: none;
          width: 184px;
          height: 184px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          padding: 30px 20px;
          font-size: 18px;
          position: absolute;
          top: 64px;
          left: 68px;
          background: #52575b;
          z-index: 4;
          color: #fff; }
          /* line 1203, ../sass/screen.scss */
          .app-wrapper .main .content .context .finding .loader {
            display: block;
            width: 100%;
            height: 70px; }
        /* line 1222, ../sass/screen.scss */
        .app-wrapper .main .content .context .compass {
          position: relative; }
          /* line 1225, ../sass/screen.scss */
          .app-wrapper .main .content .context .compass img {
            width: 184px;
            height: 184px;
            background: url(../images/compass.png) 0 0 no-repeat;
            background-size: 184px auto;
            position: relative;
            z-index: 1;
            -webkit-transition: all 2s ease-in-out;
            -moz-transition: all 2s ease-in-out;
            -o-transition: all 2s ease-in-out;
            transition: all 2s ease-in-out; }
        /* line 1235, ../sass/screen.scss */
        .app-wrapper .main .content .context p {
          color: #6b757c;
          font-size: 12px; }
        /* line 1239, ../sass/screen.scss */
        .app-wrapper .main .content .context .footer {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
        /* line 1245, ../sass/screen.scss */
        .app-wrapper .main .content .context .cell {
          text-align: left;
          padding: 0 10px;
          color: #52575b;
          border-top: 1px solid #c6cacd;
          height: 56px;
          line-height: 52px;
          background: url(../images/icn-caret.png) 95% 50% no-repeat;
          background-size: 13px auto; }

@-webkit-keyframes flash {
  /* line 1263, ../sass/screen.scss */
  0% {
    opacity: 0; }

  /* line 1264, ../sass/screen.scss */
  75% {
    opacity: 1; }

  /* line 1265, ../sass/screen.scss */
  100% {
    opacity: 0;
    width: 80px;
    height: 80px;
    margin: -32px 0 0 -32px; } }

/* line 1269, ../sass/screen.scss */
.spin {
  -webkit-animation: spin 2s 1 ease-in-out; }

@-webkit-keyframes spin {
  /* line 1275, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 1276, ../sass/screen.scss */
  25% {
    -webkit-transform: rotate(-10deg); }

  /* line 1277, ../sass/screen.scss */
  50% {
    -webkit-transform: rotate(40deg); }

  /* line 1278, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(0deg); } }
