/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 60px; }

.mobile-wrapper {
  text-align: center; }
  .mobile-wrapper h1 {
    font-size: 26px;
    padding: 0 30px;
    margin-bottom: 40px; }
  .mobile-wrapper .logo {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    text-align: center;
    margin: 30px auto; }
    .mobile-wrapper .logo img {
      display: block;
      width: 100%; }
  .mobile-wrapper .download-btn {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 10px 20px;
    margin: 0 5px 10px;
      border: 1px solid #9e9e9e;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
    .mobile-wrapper .download-btn img {
      display: block;
      width: 100%; }

.home-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  text-align: center; }
  .home-link a {
    line-height: 20px; }

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