@charset "UTF-8";
/* line 3, /Users/t_kimv/Graphic/source/stylesheets/all.css */
* {
  box-sizing: border-box;
  text-decoration: none;
  color: white;
}

html{
  width: 100%;
  height: 100%;
  background-color: black;
}

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Avenir', sans-serif;
}

/* line 10, /Users/t_kimv/Graphic/source/stylesheets/all.css */
h1, h2, h3, p, a {
  color: white;
}

/*============== FONTS ==============*/


@font-face {
    font-family: frutiger;
    src: url(../fonts/FrutigerNextLTW1G-Regular.otf);
}


/* line 19, /Users/t_kimv/Graphic/source/stylesheets/all.css */
#welcome{
  width: 100%; }

/* line 23, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.images-only {
  position: absolute; }

/* line 27, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.text-only {
  position: relative; }

/* line 31, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.text-center {
  text-align: center; }

/* line 40, /Users/t_kimv/Graphic/source/stylesheets/all.css */

/* line 51, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.doc {
  font-size: 14px;
  margin: 0; }

/* line 54, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.doc:before,
.doc:after {
  opacity: .2;
  padding: 6px;
  font-style: normal;
  position: relative;
  content: "•"; }

/* line 61, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.doc a {
  color: rgba(0, 0, 0, 0.3); }

/* line 63, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.doc a:hover {
  color: #666; }

/* line 66, /Users/t_kimv/Graphic/source/stylesheets/all.css */
.welcome {
  -webkit-animation-name: welcome;
  -webkit-animation-duration: .9s; }

@-webkit-keyframes welcome {
  from {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0);
    opacity: 0; }
  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1; }
  to {
    -webkit-transform: scale(1); } }
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
sup {
  top: -0.5em; }

/* line 201, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /Users/t_kimv/Graphic/source/stylesheets/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */

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


#header {
  z-index: 9999;
  display: block;
  line-height: 70px;
  width: 100%;
  height: 70px;
  padding: 0;
  background-color: rgba(7, 7, 7, 0.66);
  }

  #header .logo {
    float: left;
    width: 150px;
    height: 51px;
    margin-top: 10px;
  }

  #header .logo img{
    width: 100%;
  }

#nav { float: right; }

  #nav ul {
    margin: 0;
    padding: 0; }

  #nav li {
    display: inline-block;
    margin-left: 40px;
    float: left;
  }

  #nav li a{
    text-decoration: none;
    color: white;
  }

  #nav li.active{
    font-weight: 900;
  }

  #nav li a.buy{
    text-align: center;
    background-color: #1590c5;
    padding: 8px 25px 10px 25px;
    border-radius: 3px;
  }

  @media only screen and (max-width: 820px) {
    #nav { display: none; }
  }


#nav-mobile {
  z-index: 5;
  display: none;
  width: 100%;
  position: absolute;
  top: 70px;
}

  #nav-mobile ul {
    text-align: center;
  }

  #nav-mobile li {
    padding: 30px 0;
    background-color: rgba(0,0,0,0.85);
    border-top: 1px solid rgba(99,98,98,0.5);
    line-height: 0;
  }

  #nav-mobile li:first-child{
    border-top: none;
  }

  #nav-mobile li.buy{
    background-color: #1590c5;
    opacity: 0.85;
  }

#nav-icon { display: none; }

@media only screen and (max-width: 820px) {

  #nav-icon {
    display: block;
    width: 25px;
    height: auto;
    float: right;
    padding-top: 20px;
  }
}


#footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: rgba(7, 7, 7, 0.9);
  text-align: left; }

  #footer .col-1-3 ul {
    float: left; }

  #footer .col-2-3 ul {
    float: right;
    padding: 0 30px; }

  #footer .col-2-3 ul:first-child {
    padding-right: 0; }

  #footer .col-2-3 li{ margin-bottom: 5px; }


#copyright {
  margin-top: 50px; }

  #copyright p {
    font-size: 14px; }

  #copyright a {
    font-size: 11px;
    line-height: 15px;
    padding: 0 10px; }


#footer-logo {
  width: 130px;
  height: auto; }

@media only screen and (max-width: 960px) {

  #footer [class*='col-'] {
    padding: 0px 30px; } }
@media only screen and (max-width: 500px) {

  #footer .col-1-3 {
    width: 100%; }


  #footer .col-2-3 {
    width: 100%;
    padding-top: 20px; }

    #footer .col-2-3 ul {
      float: none;
      padding: 0; } }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }


html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased; }


body {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-x: hidden; }


p {
  margin: 0;
  font-size: 20px;
  line-height: 24px; }


a {
  text-decoration: none;
  text-shadow: none;
  cursor: pointer; }


ul {
  margin: 0;
  padding: 0; }


li {
  list-style: none; }


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }


iframe {
  border: none; }

div#signup div.icon-branded-section{
  background-color: #202020 !important;
  padding-bottom: 10px;
}

input#signup-email{
  margin-top: 5px;
  padding: 12px 5px 12px 5px;
  border: none;
  color: white;
  background-color: #313131;
  border-radius: 5px;
}

input#signup-submit{
  border: none;
  text-align: center;
  background-color: #1590c5;
  padding: 14px 25px 14px 25px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  font-family: 'Avenir Heavy', sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*============== CLEARFIX CLASSES ==============*/

.clearfix:after, .row:after, .section:after, .container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }


.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix {
  height: 1%; }


.clearfix {
  display: block; }

/* close commented backslash hack */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

/*============== GRID CLASSES ==============*/

.container {
  position: relative;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px; }


.row {
  margin: 0; }


[class*='col-'] {
  float: left;
  height: auto;
  padding: 0 10px;
}


.col {
  width: 33.33333%; }


.col-1-2 {
  width: 50%; }


.col-1-3 {
  width: 33.3%; }


.col-2-3 {
  width: 66.6%; }


.col-1-4 {
  width: 25%; }


.col img {
  width: 100%;
  margin: 0;
  padding: 0; }


.section {
  position: relative;
  padding: 50px 0;
  background: white; }


.section.mobile-page {
  padding: 70px 0; }


.section.no-pt {
  padding-top: 0; }


.section.no-pb {
  padding-bottom: 0; }

/*============== UI MODULES ==============*/
.button {
  display: inline-block;
  padding: 8px 25px;
  color: white;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }

.button.lg-button {
  width: 250px; }

.button.small {
  margin: 0px 0px 5px 0px;
  padding: 5px 10px;
  font-size: 14px; }

.button.light {
  background: #bbbbbb; }

.button.raised {
  font-weight: 700;
  border-bottom: 3px solid #9c2727;
  text-transform: uppercase; }

.button.raised.light {
  border-bottom: 3px solid #818181; }

.button.rounded,
.button.transparent {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px; }

.button.rounded {
  padding: 12px 30px 10px 30px; }

.button.transparent {
  padding: 10px 30px 8px 30px;
  background: none;
  border: 3px solid white;
  font-weight: 700; }

.button-store {
  width: 165px;
  height: 49px;
  margin-top: 60px; }

.button i.icon-arrow-down-fill {
  position: absolute;
  margin-left: 10px;
  font-size: 18px; }

.appstore-buttons ul {
  list-style-type: none; }

.appstore-buttons li {
  display: inline;
  margin-right: 25px;
  padding: 0; }

.appstore-buttons li:last-child {
  margin-right: 0; }

.appstore-buttons img {
  width: 165px;
  height: auto; }
@media only screen and (max-width: 480px) {

  .appstore-buttons {
    text-align: center; }
    .appstore-buttons li {
      display: block;
      margin: 25px 0 0; }
}

ul.social-links{
  width: 100%;
  margin: 25px auto 0 auto;
  text-align: center;
}

.social-links li{
  display: inline-block;
  margin-right: 10px;
}

.social-links li img{
  width: 32px;
  height: auto;
}


/*============== TEXT MODULE ==============*/
.text-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }

.text-wrap .subtitle,
.text-wrap .lg-subtitle {
  margin-bottom: 25px; }

.text-wrap .lg-subtitle {
  font-size: 24px;
  font-weight: 400; }

.hero-text{
  width: 55%;
  padding-top: 150px;
}

.hero-text .title {
  font-size: 48px;
  font-weight: normal;
  text-shadow: 0px 5px 8.37px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}

.hero-text .title strong {
 font-family: 'Avenir Heavy', sans-serif;
 font-weight: 600;
 font-style: normal;
}

.hero-text .text{
  font-size: 18px;
  text-shadow: 0px 5px 8.37px rgba(0, 0, 0, 0.07);
}

.hero-text img{
  margin-top: 25px;
  width: 220px;
  height: auto;
}

.user-guide{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #252525;
}

.user-guide a:hover{
  text-decoration: none;
}

.user_guide_icon{
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 4px;
}

.lockup-logo {
  width: 100%; }

/*============== TEXT UTILITY STYLING ==============*/
.text-center {
  text-align: center; }

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

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

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

/*========== LANDING PAGE STYLING ==========*/

  #homepage-hero {
  height: 80vh;
  min-height: 480px;
  overflow: hidden;
  position: relative;
  width: 100%; }

  #homepage-hero > .background {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1536px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 3934px; }
    #homepage-hero .hit {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 20;
    text-align: center;
  }

  #homepage-hero div.hit {
    display: block;
    left: 0%;
    opacity: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }

    #homepage-hero .hit:hover {
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 1; }
    #homepage-hero .hit.-mac {
/*      background-image: url("../images/landing/mac.png");*/
      height: 876px;
      width: 1498px;
    }
    #homepage-hero .hit.-iphone {
/*      background-image: url("../images/landing/iphone.png");*/
      height: 524px;
      width: 269px;
    }

    #homepage-hero .hit.-iphone .learn-more{ margin-left: -18px; }

    #homepage-hero .hit.-ipad {
      height: 869px;
      width: 592px; }

    #homepage-hero .learn-more {
      position: relative;
      display: inline-block;
      top: 40%;
      padding: 25px 50px;

      min-width: 190px;
      background-color: red;
      border-radius: 35px;
      font-weight: 900;
      -webkit-box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      -moz-box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      opacity: 0;
      transition: opacity 0.1s ease;
    }

    #homepage-hero .learn-more.wrap-div{
      top: 10%;
      min-width: 30px;
      border-radius: 0px;
      background: none !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    #homepage-hero .ipad-pro-link{
      padding: 25px 40px;
      border-top-left-radius: 75px;
      border-top-right-radius: 75px;
      -webkit-box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      -moz-box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      overflow: hidden;
    }

    #homepage-hero .ipad-link{
      padding: 25px 40px;
      border-bottom-left-radius: 75px;
      border-bottom-right-radius: 75px;
      -webkit-box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      -moz-box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      box-shadow: 0px 6px 21px -1px rgba(0,0,0,0.16);
      overflow: hidden;
    }


  #homepage-hero .main-title{
    z-index: 1;
    position: relative;
    padding-top: 35px;
    color: white;
    text-align: center;
  }

  #homepage-hero .title {
    margin-bottom: 15px;
    font-family: frutiger;
    font-size: 54px;
    font-weight: 300;
    text-transform: uppercase;
    -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -ms-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);

  }

  #homepage-hero .title strong{
    font-weight: 900;
  }

  #homepage-hero p{
    font-weight: 600;
    -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  }

  #homepage-hero .rights-reserved{
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    font-size: 10px;
  }

  #homepage-hero p{
    max-width: 800px;
  }

  #homepage-hero .col-1-3 .text-wrap h3 {
    font-weight: 300;
    font-size: 28px; }

  #homepage-hero .col-1-3 .text-wrap p {
    padding: 10px 0 25px; }

  #homepage-hero .col-1-3 img {
    width: 100%;
    height: auto; }

  #homepage-hero .col-1-3 {
    height: 800px;
    padding: 550px 40px 50px;
    background-size: cover; }

  #homepage-hero .button {
    max-width: 300px;
    margin: 0;
    border: 3px solid white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 40px; }

  @media screen and (max-width: 599px){
    #homepage-hero { height: 120vh; }

    #homepage-hero .main-title{ padding: 25px 15px 0 15px;}

    #homepage-hero p{
      font-size: 14px;
      -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
      -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
      -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    #homepage-hero .title{
      font-size: 34px;
    }
}


/* Device Navigation styling */

#device-nav{
  width: 100%;
  height: 105px;
  text-align: left;
  font-family: 'Avenir', sans-serif !important;
}

#device-nav .col-1-3{
  padding: 15px 25px 15px 0;
  height: 100%;
  line-height: normal;
}

#device-nav .text-wrap .device-title{
  font-size: 20px;
  font-weight: 600;
}

#device-nav .text-wrap p{
  margin: 0;
  padding: 0;
}

#device-nav .icon{
  float: left;
  width: 100px;
  height: 100%;
}

#device-nav img{
  max-width: 100%;
}

#device-nav #mac .icon{
  margin: 0 20px;
}

#device-nav #ipad .icon{
  margin-left: 10px;
}

#device-nav #iphone .icon{

}

@media screen and (max-width: 1175px){
  #device-nav{ height: 130px; }
}

/*@media screen and (max-width: 995px){
  #device-nav{ height: 150px; }
}
*/
@media screen and (max-width: 995px){
  #device-nav{ height: auto; }

  #device-nav .col-1-3{ padding: 15px 0; }

  #device-nav .icon{ float: none; width: 50%; margin: 0 auto;}

  #device-nav #mac .icon, #device-nav #ipad .icon{ margin: 0 auto; }

/*  #device-nav #mac .icon{ width: 40%; margin: 13px auto 0 auto; }
  #device-nav #ipad .icon{ width: 30%; margin: 10px auto 0 auto; }
  #device-nav #iphone .icon{ width: 20%; margin: 13px auto 0 auto; }*/


  #device-nav .device-title,
  #device-nav p{
    display: none;
  }

  #device-nav img{
    display: block;
  }
}


#feedback .icon-branded-section{
  padding-top: 50px;
  background-color: #313131;
  text-align: center;
}

#feedback .icon-branded-section .text, #signup .icon-branded-section .text{
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  color: #c2c2c2;
}

#feedback .icon-branded-section .logo{
  width: 250px;
  margin-left: -50px;
}

@media only screen and (max-width: 850px) {
  #feedback .icon-branded-section .logo{
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto 0 auto;
    padding-left: 23%;
  }
}


/*========== IPHONE PAGE STYLING ==========*/

#iphone-hero {
  width: 100%;
  height: 768px;
  background: url("../iphone/images/iphone_hero.jpg");
  background-size: cover;
  background-position: 50% 50%;
font-family: 'Avenir', sans-serif;
font-size: 16px;
}

#iphone-hero .hero-text{
  width: 55%;
  padding-top: 100px;
}

#iphone-hero .hero-text .text{
	width: 400px;
}

@media screen and (max-width: 960px){
  #iphone-hero {
    height: 600px;
    background-position: 60% 50%;
  }
}

@media screen and (max-width: 500px){

  #iphone-hero {
    background-position: 45% 50%;
  }

  #iphone-hero .hero-text
  {
    width: 100%;
    padding-top: 50px;
  }

  #iphone-hero .hero-text .text{
    width: 100%;
  }
}

/*========== IPHONE SLIDE ==========*/
h2 {
  font-size: 47px;
  font-weight: 100;
  letter-spacing: -2;
  margin: 0; }


h3 {
  font-size: 36px;
  font-weight: 100;
  letter-spacing: -2;
	line-height: 100%;
	color: #aaa;
  margin: 0;
	margin-bottom: 6px; }

p {
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
  margin-top: -10px;
  line-height: 23px; }


.header-desc {
  margin-bottom: 55px;
  text-align: center;
}

.header-desc h2{ margin-bottom: 10px}

.header-desc h3{
  color: #E1E1E1;
  margin-bottom: 35px;
}

.header-desc p {
  color: #cacaca;
}

@media screen and (max-width: 600px){

  .header-desc{ padding: 0 10px; }

  .header-desc h2{
    font-size: 32px;
    margin-bottom: 15px;
  }
  .header-desc h3{ font-size: 22px; }
}

.iphone-section {
  width: 100%;
  height: auto;
  background-color: #181818;
  padding: 70px 0; }

  .iphone-section img {
    width: 100%;
    height: auto; }

  .iphone-section a img{
    width: 128px;
    height: auto;
  }

  .iphone-wrap{
    position: relative;
    margin: 0 auto;
    padding: 2.5% 9.2% 2.05% 9.2%;
    width: 75%;
    height: auto;
    background-image: url('../images/iphone_frame.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .ipad-wrap{
    position: relative;
    margin: 0 auto;
    padding: 3.6% 7.05% 3% 7.2%;
    width: 80%;
    height: auto;
    background-image: url('../images/ipad_frame.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .mac-wrap{
    position: relative;
    margin: 0 auto;
    padding: 3.5% 11.33% 6% 11.42%;
    width: 95%;
    height: auto;
    background-image: url('../images/mac_frame.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .iphone-slider{
    width: 100%;
    height: auto;
  }

  .iphone-slider .flex-control-nav {
    left: 50%;
    margin-left: -50%;
  }
  .iphone-section #graphic-design img {
    width: 487px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    margin-top: -299px;
    margin-left: -244px; }

  .iphone-section #graphic-design #first {
    display: block; }

  .iphone-section #graphic-design img {
    display: none;
    margin-left: 76px; }

.feature-pack {
  width: 100%;
  height: auto;
  margin-top: 110px;
  text-align: center;
}

  .feature-pack .col-1-3 {
    padding: 0 20px; }

  .feature-pack img {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px auto; }

  .feature-pack h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
	color: #eee; }

  .feature-pack p {
    font-size: 15px;
    font-weight: 100;
    padding: 0 15px;
    line-height: 20px;
	margin-top: 0px; }


#vector-illustration, #both-worlds, #graphic-design {
	background-image: -moz-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -o-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -ms-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -webkit-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: linear-gradient(0deg, #272a2c 0%, black 100%);
}

#tech-illustration {
	background-image: -moz-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -o-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -ms-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -webkit-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: linear-gradient(0deg, #272a2c 0%, black 100%);
}

#ui-design {
	background-image: -moz-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -o-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -ms-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: -webkit-linear-gradient(90deg, #272a2c 0%, black 100%);
	background-image: linear-gradient(0deg, #272a2c 0%, black 100%);
}

#more-features {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background-color: black; }

  #more-features .header-desc {
    margin-bottom: 70px; }

    #more-features .header-desc p {
      font-size: 17px; }

  #more-features .feature-pack {
    margin: 30px 0 50px 0; }

  #more-features .col-1-4 {
    padding: 0 10px; }

  @media only screen and (min-width: 600px) and (max-width: 820px) {

    #more-features .header-desc {
      margin-bottom: 60px; }

    #more-features .feature-pack {
      margin: 0; }

    #more-features .col-1-4 {
      width: 50%;
      margin: 20px 0; } }
  @media only screen and (max-width: 599px) {

    #more-features {
      padding: 100px 0 100px 0; }

      #more-features .header-desc {
        margin-bottom: 60px; }

      #more-features .feature-pack {
        margin: 0; }

      #more-features .col-1-4 {
        width: 100%;
        margin: 20px 0; }
  }

#all-devices {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background-color: #181818; }

#all-devices em {
  color: #bbb; }

#all-devices img {
	width: 95%;
	max-width: 1000px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(88%, transparent), to(rgba(255,255,255,0.1)));
}

#all-devices p {
  font-size: 17px;
	padding-top: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center; }

@media only screen and (max-width: 600px) {
  #all-devices p { padding: 60px 10px 0 10px; }
}

/*========== APPSTORE LINK SECTION ==========*/

.icon-branded-section{
  position: relative;
  background-color: #484849;
  text-align: center;
  padding: 25px 0 35px 0;
}

.icon-branded-section .logo{
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 253px;
  height: auto;
  margin-left: -100px;
}

.icon-branded-section .text{
  margin-top: 25px;
  font-size: 20px;
}

.icon-branded-section .download-button{
  margin-top: 25px;
  width: 222px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .icon-branded-section .logo{
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 950px) {
  .icon-branded-section .logo{
    display: block;
    position: relative;
    width: 80% !important;
    margin: 0 auto 0 auto !important;
    padding-left: 23%;
  }
}

/*========== RESPONSIVE ==========*/
@media only screen and (max-width: 599px) {

  .iphone-section {
    padding: 50px 0 50px 0; }


  .feature-pack .col-1-3 {
    width: 100%;
    padding-bottom: 45px; }
}

#graphic {
  width: 100%;
  height: auto; }

  #graphic .text-wrap {
    position: absolute;
    left: 50%;
    margin: 150px 0 0 -430px;
    padding: 0 50px;
    color: white; }


#main-title {
  position: absolute;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

  #main-title p {
    font-weight: 300; }

#signup p {
  margin: 20px auto;
}

#signup-error, #signup-success {
  display: none;
}
