/*************** IMPORTS ***************/
/***** 3rd Party Components *****/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/***** Basic Stuff *****/
/*************** LAYOUT ***************/
/*************** TYPOGRAPHY ***************/
/*************** HELPERS ***************/
body, html {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5; }

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

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em;
  font-weight: 300;
  font-style: normal; }

h5 {
  font-size: 1.2em; }

h2.section-head {
  color: #ffd94c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5em; }
  h2.section-head span {
    color: #848e9c;
    display: block;
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: .2em;
    font-weight: normal; }

.muted {
  color: #b7b7b7; }

.hint {
  font-size: .9em; }

/***** Components *****/
/*************** MIXINS, EXTENDS AND VARS ***************/
.button-normal, .button-big--trial, .button-big--buy, .button-store--next, .button-big--features, .button-big--screencast, .button-social-share, .button-social-follow {
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-style: normal; }

.button-big--trial span.button-big__icon, .button-big--buy span.button-big__icon {
  background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 2.625em;
  width: 2.625em;
  left: 0.5em;
  top: 50%;
  margin-top: -1.3125em; }

/*************** BASE CLASSES & HELPERS ***************/
.button-normal {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  padding: 0.75em;
  background-color: #f8d738;
  background-image: -webkit-linear-gradient(#f8d738 0%, #f8ad38 100%);
  background-image: linear-gradient(#f8d738 0%, #f8ad38 100%);
  color: #000000;
  border-radius: 4px;
  background-color: #ffd94c; }
  .button-normal:hover {
    background: #ffd94c;
    color: #000000; }
  .button-normal--small {
    font-size: .8em;
    padding: .5em .75em; }

/********** INPUT BUTTONS **********/
.button-inside--submit, input[type="submit"].button-inside--submit {
  padding: 7.33333px 22px;
  border-radius: 1.5em;
  position: absolute;
  right: .5em;
  top: .5em; }

/*************** TRIAL, BUY AND SHOP-NEXT BUTTONS ***************/
.button-big--trial {
  border-radius: 1.875em;
  padding: 1em 1.5em 1em 3.5em;
  color: black;
  position: relative;
  background-color: #ffd94c;
  background-image: -webkit-linear-gradient(#ffd94c 0%, #f8ad38 100%);
  background-image: linear-gradient(#ffd94c 0%, #f8ad38 100%);
  border: 1px solid #F8AE38;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75); }
  .button-big--trial:hover {
    color: black; }
  .button-big--trial span.button-big__icon {
    background-position: 0px -415px; }
  .button-big--trial:hover {
    background: #ffd94c; }

.button-big--buy {
  border-radius: 1.875em;
  padding: 1em 1.5em 1em 3.5em;
  color: black;
  position: relative;
  width: 11.75em;
  background-color: #82c1ea;
  background-image: -webkit-linear-gradient(#82c1ea 0%, #52a6dc 100%);
  background-image: linear-gradient(#82c1ea 0%, #52a6dc 100%);
  border: 1px solid #4497CD;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75); }
  .button-big--buy:hover {
    color: black; }
  .button-big--buy span.button-big__icon {
    background-position: -80px -415px; }
  .button-big--buy:hover {
    background: #82C1EA; }

.button-store--next {
  position: relative;
  padding: .6em 3em .6em .8em;
  border: none;
  border-radius: 999px;
  color: #000000;
  background-color: #ffd94c;
  background-image: -webkit-linear-gradient(#ffd94c 0%, #f8ad38 100%);
  background-image: linear-gradient(#ffd94c 0%, #f8ad38 100%);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75); }
  .button-store--next:hover {
    background: #ffd94c; }
  .button-store--next:disabled {
    background-color: #e5b400;
    background-image: -webkit-linear-gradient(#e5b400 0%, #c37a07 100%);
    background-image: linear-gradient(#e5b400 0%, #c37a07 100%);
    opacity: 0.4;
    filter: alpha(opacity=40); }
    .button-store--next:disabled:hover {
      background-color: #e5b400;
      background-image: -webkit-linear-gradient(#e5b400 0%, #c37a07 100%);
      background-image: linear-gradient(#e5b400 0%, #c37a07 100%);
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .button-store--next .button-store-icon--next {
    background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg") -175px -422px no-repeat;
    position: absolute;
    height: 1.75em;
    width: 1.75em;
    right: .5em;
    top: 50%;
    margin-top: -0.875em; }

/*************** FEATURES BUTTON ***************/
.button-big--features {
  border-radius: 0.75em;
  padding: 1em 1.5em 1em 1.5em;
  color: black;
  position: relative;
  background-color: #ffd94c;
  background-image: -webkit-linear-gradient(#ffd94c 0%, #f8ad38 100%);
  background-image: linear-gradient(#ffd94c 0%, #f8ad38 100%); }
  .button-big--features:hover {
    color: black; }
  .button-big--features:hover {
    background: #ffd94c; }

.button-big--screencast {
  border-radius: 0.75em;
  padding: 1em 1.5em 1em 1.5em;
  color: #ffd94c;
  position: relative;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #ffd94c;
  margin-left: 25px;
  padding-top: .9em;
  padding-bottom: .9em; }
  .button-big--screencast:hover {
    color: #ffefb2; }
  .button-big--screencast:hover {
    border-color: #ffefb2; }

/*************** SOCIAL BUTTONS ***************/
.button-social-share {
  padding: 0.75em;
  background-color: transparent;
  border-width: 2px;
  border-radius: 4px;
  border-style: solid; }
  .button-social-share.twitter {
    color: #39a9e0;
    border-color: #39a9e0; }
    .button-social-share.twitter:hover {
      color: #7bc6ea;
      border-color: #7bc6ea; }
  .button-social-share.gplus {
    color: #dd4b39;
    border-color: #dd4b39; }
    .button-social-share.gplus:hover {
      color: #e8867a;
      border-color: #e8867a; }

.button-social-follow {
  border-radius: 30px;
  padding: 1em 1.5em 1em 3.25em;
  color: white;
  position: relative;
  background-image: url("../img/sprite_icons_base.svg");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  display: inline-block;
  padding-top: .8em;
  padding-bottom: .8em; }
  .button-social-follow:hover {
    color: white; }
  .button-social-follow--twitter {
    background-position: 10px -238px;
    background-color: #39a9e0;
    margin-right: 11px; }
    .button-social-follow--twitter:hover {
      background-color: #7bc6ea; }
  .button-social-follow--gplus {
    background-position: 10px -174px;
    background-color: #dd4b39; }
    .button-social-follow--gplus:hover {
      background-color: #e8867a; }

/*************** BUTTON PERIPHERALS ***************/
.button-modal--close {
  z-index: 10;
  position: absolute;
  top: 0.34375em;
  right: 0.34375em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg");
  background-position: 2px -538px;
  background-repeat: no-repeat;
  cursor: pointer; }
  .screencast__wrapper .button-modal--close {
    right: 2.75em;
    top: 1.5em;
    border: 2px solid #ffffff;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-position: 8px -532px; }

/*************** BUTTON PERIPHERALS ***************/
.button-wrap {
  float: left;
  margin-right: 44px;
  position: relative; }
  .button-wrap:last-child {
    margin-right: 0; }
  .button-wrap p.note {
    font-size: 0.8em;
    padding-left: .4em;
    margin-bottom: 0; }
    .button-wrap p.note a:hover {
      text-decoration: underline; }

.nav-main {
  border-bottom: 1px solid #484f59; }
  .nav-main ul {
    width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75em 0 0.75em 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative; }
    .nav-main ul:after {
      content: "";
      display: table;
      clear: both; }
    .nav-main ul li {
      float: right;
      margin-left: 44px; }
    .nav-main ul li.nav-main__logo {
      float: left;
      margin: 0;
      padding-top: 0; }
      .nav-main ul li.nav-main__logo a {
        display: block;
        background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/logo_header.png") top left no-repeat;
        background-size: 125px 30px;
        width: 7.8125em;
        height: 1.875em; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
          .nav-main ul li.nav-main__logo a {
            background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/logo_header@2x.png"); } }
    .nav-main ul li a {
      letter-spacing: .1em;
      text-decoration: none;
      text-transform: uppercase;
      color: #ffffff; }
      .nav-main ul li a:hover {
        color: #ffd94c; }

footer {
  padding: 3em 0 1.5em 0;
  text-align: center;
  color: #5F646C; }
  footer.footer--hero {
    padding-top: 6em; }
  .body-subpage footer {
    background-color: #000000; }
  footer p {
    margin: 0; }
  footer a {
    color: #5F646C;
    text-decoration: none; }
  footer .logo {
    width: 48px;
    height: 38px;
    background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/logo_fournova.svg") top center no-repeat;
    margin: 0px auto 15px auto; }

.wrap--overlay__download,
.wrap--overlay__screencast {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }

.screencast__wrapper, .drip-campaign {
  position: fixed;
  margin-top: 7.5em;
  left: 50%;
  border-radius: 5px;
  text-align: center;
  z-index: 11;
  /* 1 higher than the overlay layer */ }

/**** Screencast */
.screencast__wrapper {
  padding-top: 6em;
  margin-top: 0;
  left: 0px;
  width: 100%;
  text-align: center; }

/**** Download Workflow: Dripcampagin & Tell your friends */
.drip-campaign {
  width: 39.25em;
  margin-left: -19.625em;
  text-align: left; }
  .drip-campaign h2 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300;
    font-style: normal; }
    .drip-campaign h2 b {
      font-weight: 600;
      font-style: normal;
      font-weight: 600;
      font-style: normal; }
  .drip-campaign__head,
  .drip-campaign .screencast__head {
    background: #5A646F;
    padding: 22px;
    border-radius: 6px 6px 0px 0px; }
    .drip-campaign--tell-friends .drip-campaign__head, .drip-campaign--tell-friends
    .drip-campaign .screencast__head {
      background: #ffffff;
      color: #252932;
      font-weight: 300;
      font-style: normal;
      line-height: 1.2; }
      .drip-campaign--tell-friends .drip-campaign__head h2, .drip-campaign--tell-friends
      .drip-campaign .screencast__head h2 {
        padding-left: 55px; }
        .drip-campaign--tell-friends .drip-campaign__head h2 :after, .drip-campaign--tell-friends
        .drip-campaign .screencast__head h2 :after {
          top: 32px;
          left: 22px;
          display: block;
          position: absolute;
          content: '';
          width: 44px;
          height: 38px;
          background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg") -120px -548px no-repeat; }
      .drip-campaign--tell-friends .drip-campaign__head .button-modal--close, .drip-campaign--tell-friends
      .drip-campaign .screencast__head .button-modal--close {
        background-position: -54px -538px; }
  .drip-campaign__body {
    padding: 22px 22px 7.33333px 22px;
    background: #C6CACD;
    color: #252932;
    border-radius: 0px 0px 6px 6px; }
    .drip-campaign--signup .drip-campaign__body:after {
      content: '';
      display: block;
      position: absolute;
      width: 142px;
      height: 120px;
      right: 22px;
      top: 80px;
      background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_illustrations.svg") 0 -328px no-repeat; }
    .drip-campaign--signup .drip-campaign__body h2 {
      margin-bottom: 0.75em; }
    .drip-campaign--tell-friends .drip-campaign__body {
      background: #c6cacd url("http://fournova-website-assets.s3.amazonaws.com/assets/img/tower-shirts@2x.png") 340px 60px no-repeat;
      background-size: 363px 248px; }
      .drip-campaign--tell-friends .drip-campaign__body .button-social-share {
        margin: 1.5em 0 1.5em;
        color: #ffffff;
        background-color: #39a9e0;
        padding-left: 2.5em;
        padding-right: 2.5em; }
        .drip-campaign--tell-friends .drip-campaign__body .button-social-share:hover {
          background-color: #18709b;
          border-color: #18709b; }
      .drip-campaign--tell-friends .drip-campaign__body .hint {
        width: 65%;
        margin-top: 0;
        font-weight: 400;
        font-style: normal; }
        .drip-campaign--tell-friends .drip-campaign__body .hint a {
          font-weight: 600;
          font-style: normal;
          font-weight: 600;
          font-style: normal;
          color: #1a76a4; }
          .drip-campaign--tell-friends .drip-campaign__body .hint a:hover {
            color: #39a9e0; }
  .drip-campaign .row {
    margin-top: 0.375em; }
  .drip-campaign .mail-input-wrap {
    margin-top: 1.5em; }

/*************** SOCIAL ***************/
.social {
  width: 49.75em; }
  .social h4 {
    margin-top: 0; }
  .social__signup {
    float: left;
    display: block;
    margin-right: 4.56432%;
    width: 47.71784%; }
    .social__signup:last-child {
      margin-right: 0; }
    .social__signup__input-wrap {
      display: block;
      background: #ffffff;
      padding: 7.33333px;
      border-radius: 1.5em;
      position: relative; }
      .social__signup__input-wrap:after {
        content: "";
        display: table;
        clear: both; }
      .social__signup__input-wrap input[type="text"] {
        border: 0 none;
        padding: .5em;
        padding-right: 120px;
        width: 100%; }
  .social__follow {
    float: left;
    display: block;
    margin-right: 4.56432%;
    width: 39.00415%;
    margin-left: 8.71369%;
    margin-top: 1.95em; }
    .social__follow:last-child {
      margin-right: 0; }

.press.press--muted {
  padding-bottom: 3em; }
.press__item {
  border-radius: 6px;
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 30.29046%;
  background-color: #191c22;
  text-align: center;
  padding: 22px 0 0 0; }
  .press__item:last-child {
    margin-right: 0; }
  .press--muted .press__item {
    margin-right: 22px;
    padding-right: 22px;
    padding-top: 0;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right: 1px solid #3c424b;
    color: #5e6875; }
    .press--muted .press__item:nth-child(3n) {
      border-right: none; }
  .press__item p {
    padding: 0 20px; }
    .press--muted .press__item p {
      margin: 0; }
  .press__item__bottom {
    background: #000000;
    border-radius: 0px 0px 6px 6px;
    height: 3em;
    color: #ffd94c; }
    .press--muted .press__item__bottom {
      color: #5e6875;
      height: 2.375em; }
    .press__item__bottom p {
      line-height: 3.5;
      font-size: .8em; }
  .press__item__score {
    text-align: center;
    width: 100%; }
    .press__item__score span b {
      font-size: 2em;
      font-weight: 400;
      font-style: normal; }
.press-item-stars {
  background-image: url("../img/sprite_press_testimonials.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 1.5em;
  display: inline-block;
  background-position: 74px -320px;
  margin-top: .75em; }
  .press-item-stars-muted {
    background-position: 65px -376px; }
.press-item-logo {
  background-image: url("../img/sprite_press_testimonials.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 6em;
  display: inline-block; }
  .press-item-logo--macupdate {
    background-position: 90px 0; }
  .press-item-logo--macupdate-muted {
    background-position: 80px -150px; }
  .press-item-logo--appstorm {
    background-position: -380px 4px; }
  .press-item-logo--appstorm-muted {
    background-position: -386px -158px; }
  .press-item-logo--5by5 {
    background-position: -130px 0px; }
  .press-item-logo--5by5-muted {
    background-position: -140px -154px; }

input[type="file"] {
  color: #eaeaea; }

.input-file-box {
  background: #252932;
  padding: 7.33333px;
  border-radius: 6px; }

input:-webkit-autofill {
  background: #ffffff !important; }

input {
  color: #191c22; }

input[type="submit"] {
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-style: normal;
  background-color: #ffd94c;
  background-image: -webkit-linear-gradient(#ffd94c 0%, #f8ad38 100%);
  background-image: linear-gradient(#ffd94c 0%, #f8ad38 100%);
  border: 1px solid #98630c;
  padding: 11px 22px;
  border-radius: 6px; }
  input[type="submit"]:hover {
    background: #ffd94c; }

input[type="text"] {
  border: 0 none;
  padding: .5em;
  border-radius: 6px;
  font-weight: 400;
  font-style: normal; }

textarea {
  color: #191c22;
  font-weight: 400;
  font-style: normal; }

/********** FORM HELPERS & PERIPHERALS ************/
.mail-input-wrap {
  display: block;
  background: #ffffff;
  padding: 7.33333px;
  border-radius: 1.5em;
  position: relative; }
  .mail-input-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .mail-input-wrap input[type="text"] {
    width: 100%; }

.signup-request-notice {
  font-size: .8em;
  font-weight: 400;
  font-style: normal;
  padding-left: .2em;
  margin: 0.75em 0 0.75em 0; }

.request-notice {
  text-align: left;
  position: relative;
  padding-left: 22px;
  font-weight: 400;
  font-style: normal;
  font-size: .8em;
  margin-top: 1.125em; }
  .request-notice:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg");
    background-position: 0 -368px;
    background-repeat: no-repeat;
    margin-right: 7.33333px; }
    .drip-campaign__body .request-notice:before {
      background-position: -170px -368px; }
  .request-notice--lost-license:before {
    background-position: 9999px 99999px; }
  .request-notice.error {
    color: #bc3b2a; }
    .request-notice.error:before {
      background-position: -46px -368px; }
  .request-notice.success {
    color: #50b850; }
    .request-notice.success:before {
      background-position: -92px -368px; }

.hint--form {
  font-size: .8em;
  color: #848e9c;
  background: #252932;
  border-radius: 6px;
  padding: 11px; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(-200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(-200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(-200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(-200px); }

  100% {
    transform: scale(1) translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(-200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(200px); }

  100% {
    transform: scale(1) translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: scale(0.75) translateX(200px); }

  100% {
    transform: scale(1) translateX(0); } }
@-webkit-keyframes slideOutRight {
  0% {
    transform: scale(0.75) translateX(0); }

  100% {
    opacity: 0.5;
    transform: scale(0.75) translateX(0); } }
@-moz-keyframes slideOutRight {
  0% {
    transform: scale(0.75) translateX(0); }

  100% {
    opacity: 0.5;
    transform: scale(0.75) translateX(0); } }
@-ms-keyframes slideOutRight {
  0% {
    transform: scale(0.75) translateX(0); }

  100% {
    opacity: 0.5;
    transform: scale(0.75) translateX(0); } }
@-o-keyframes slideOutRight {
  0% {
    transform: scale(0.75) translateX(0); }

  100% {
    opacity: 0.5;
    transform: scale(0.75) translateX(0); } }
@keyframes slideOutRight {
  0% {
    transform: scale(0.75) translateX(0); }

  100% {
    opacity: 0.5;
    transform: scale(0.75) translateX(0); } }
@-webkit-keyframes slideOutLeft {
  0% {
    opacity: 0;
    transform: scale(1); }

  100% {
    transform: scale(0.75); } }
@-moz-keyframes slideOutLeft {
  0% {
    opacity: 0;
    transform: scale(1); }

  100% {
    transform: scale(0.75); } }
@-ms-keyframes slideOutLeft {
  0% {
    opacity: 0;
    transform: scale(1); }

  100% {
    transform: scale(0.75); } }
@-o-keyframes slideOutLeft {
  0% {
    opacity: 0;
    transform: scale(1); }

  100% {
    transform: scale(0.75); } }
@keyframes slideOutLeft {
  0% {
    opacity: 0;
    transform: scale(1); }

  100% {
    transform: scale(0.75); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    -ms-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none; } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0); }

  100% {
    opacity: 1;
    -moz-transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -40%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    -moz-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
/***** Layouts *****/
/*************** GLOBAL DEFAULTS ***************/
body {
  background: #252932;
  color: #ffffff;
  height: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #ffd94c; }
  a:hover {
    color: #eaeaea; }

*:focus {
  outline: 0; }

section {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5em;
  padding-bottom: 4.5em; }
  section:after {
    content: "";
    display: table;
    clear: both; }

.wrap--dark {
  background-color: #000; }

.wrap--dark-1 {
  background-color: #191c22; }

.wrap--dark-2 {
  background: -webkit-radial-gradient(top, #353b44 -10%, #252932 60%);
  background: radial-gradient(at top, #353b44 -10%, #252932 60%);
  box-shadow: inset 0px 1px 1px 0px #39444e;
  background-color: #252932; }

.wrap--dark-3 {
  background-color: #20232b; }

/********* Helper Classes *********/
.row {
  display: block; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.hidden {
  display: none !important; }

/*************** HEADER ***************/
.header-hero {
  background: black url("http://fournova-website-assets.s3.amazonaws.com/assets/img/header_hero.jpg") top center no-repeat; }

h1.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/logo_tower2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 484px 106px;
  height: 3.5em;
  margin-top: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    h1.logo {
      background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/logo_tower2@2x.png"); } }

.header-hero__content {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.75em;
  padding-bottom: 6em; }
  .header-hero__content:after {
    content: "";
    display: table;
    clear: both; }
  .header-hero__content .header-hero-left {
    float: left;
    display: block;
    margin-right: 4.56432%;
    width: 56.43154%; }
    .header-hero__content .header-hero-left:last-child {
      margin-right: 0; }
  .header-hero__content .header-hero-right {
    float: left;
    display: block;
    margin-right: 4.56432%;
    width: 39.00415%; }
    .header-hero__content .header-hero-right:last-child {
      margin-right: 0; }
    .header-hero__content .header-hero-right img {
      max-width: 100%;
      max-height: auto; }
  .header-hero__content .hero-intro {
    font-size: 1.6em;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 1.5em 0; }

/**** Popover when user hovers the buy button ****/
.button-buy-popover {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #c6cacd;
  background-image: -webkit-linear-gradient(#c6cacd, #dfdfdf);
  background-image: linear-gradient(#c6cacd, #dfdfdf);
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  color: #191c22;
  font-weight: 400;
  font-style: normal;
  width: 22em;
  padding: 1em;
  bottom: 7.5em;
  margin-left: -3em;
  font-size: .8em;
  pointer-events: none;
  -moz-box-shadow: -2px 0px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 14px 0px rgba(0, 0, 0, 0.3); }
  .button-buy-popover__price {
    text-align: right; }
  .button-buy-popover table {
    width: 100%; }
  .button-buy-popover h4 {
    margin: 0;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
    font-style: normal;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75); }
  .button-buy-popover p {
    margin: 0; }
  .button-buy-popover--row-upgrade h4 {
    margin-top: .75em; }
  .button-buy-popover:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-radius: 2px;
    border-color: #dfdfdf transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 50%;
    margin-left: -16px;
    bottom: -14px;
    border-width: 16px 16px 0; }

/*************** FEAUTRES TEASER ***************/
.feature-teaser {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .feature-teaser:after {
    content: "";
    display: table;
    clear: both; }
  .feature-teaser__expander {
    width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 0px;
    -webkit-transition: height 0.7s ease-in;
    -moz-transition: height 0.7s ease-in;
    -o-transition: height 0.7s ease-in;
    -ms-transition: height 0.7s ease-in;
    transition: height 0.7s ease-in; }
    .feature-teaser__expander:after {
      content: "";
      display: table;
      clear: both; }
    .feature-teaser__expander__item-list {
      width: 60em;
      margin-left: auto;
      margin-right: auto; }
      .feature-teaser__expander__item-list:after {
        content: "";
        display: table;
        clear: both; }
    .feature-teaser__expander__item {
      float: left;
      display: block;
      margin-right: 4.56432%;
      width: 47.71784%;
      position: relative;
      height: 7.5em; }
      .feature-teaser__expander__item:last-child {
        margin-right: 0; }
      .feature-teaser__expander__item:nth-child(2n) {
        margin-right: 0; }
      .feature-teaser__expander__item:nth-child(2n+1) {
        clear: left; }
      .feature-teaser__expander__item__content {
        float: left;
        width: 23.5em; }
      .feature-teaser__expander__item h3 {
        padding-left: 22px;
        margin: 0;
        line-height: 0.9; }
      .feature-teaser__expander__item p {
        margin-top: 0.75em;
        padding-left: 22px; }
      .feature-teaser__expander__item img {
        float: left;
        width: 56px;
        height: 56px; }

.icon-feature {
  background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_illustrations.svg");
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  display: inline-block;
  float: left; }
  .icon-feature--cloning-queue {
    background-position: 0px 0px; }
  .icon-feature--git-flow {
    background-position: -993px 0px; }
  .icon-feature--conflict {
    background-position: -152px 0px; }
  .icon-feature--service-accounts {
    background-position: -381px -6px; }
  .icon-feature--details {
    background-position: -76px 0px; }
  .icon-feature--faster-commiting {
    background-position: -609px 0px; }
  .icon-feature--new-ui {
    background-position: -228px 0px; }
  .icon-feature--quick-open {
    background-position: -465px -5px; }
  .icon-feature--notification {
    background-position: -684px -1px; }
  .icon-feature--commits {
    background-position: -836px 0px; }
  .icon-feature--quick-look {
    background-position: -1069px -2px; }
  .icon-feature--up-to-date {
    background-position: -915px -5px; }
  .icon-feature--new-repo-management {
    background-position: -760px 0px; }
  .icon-feature--multiple-windows {
    background-position: -304px 0px; }
  .icon-feature--performance {
    background-position: -532px 0px; }
  .icon-feature--search-filter {
    background-position: -1149px 0px; }

/*************** FEATURES SHOW ***************/
/* Define the width of an individual text navigation item */
.wrap--features-show {
  background: #252932; }

.features-show {
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .features-show__wrap--nav {
    position: relative;
    padding: 4.5em 0 0.75em 0;
    border-bottom: 1px solid #414750;
    background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/gradient_features_show_nav.svg") bottom left repeat-x; }
    .features-show__wrap--nav:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      left: 50%;
      margin-left: -18px;
      width: 36px;
      height: 18px;
      background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg") -48px -320px no-repeat; }
  .features-show__nav {
    width: 60em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .features-show__nav:after {
      content: "";
      display: table;
      clear: both; }
    .features-show__nav .features-show__nav__arrow-left, .features-show__nav .features-show__nav__arrow-right {
      position: absolute;
      width: 1em;
      height: 2em;
      display: block;
      background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_icons_base.svg");
      background-size: 400px 600px;
      background-repeat: no-repeat; }
      .features-show__nav .features-show__nav__arrow-left:hover, .features-show__nav .features-show__nav__arrow-right:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3); }
    .features-show__nav__arrow-left {
      background-position: 0 -310px;
      left: 0; }
    .features-show__nav__arrow-right {
      background-position: -18px -310px;
      right: 0; }
    .features-show__nav__viewport {
      width: 52.5em;
      overflow: hidden;
      margin: 0 auto;
      position: relative;
      height: 1.8em; }
      .features-show__nav__viewport--animated {
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        -ms-transition: left 0.5s;
        transition: left 0.5s; }
    .features-show__nav ul {
      position: absolute;
      /* We need to move the ul around inside the viewport */
      left: 0;
      width: 157.5em;
      margin-left: 20em;
      margin: 0;
      padding: 0;
      list-style: none; }
      .features-show__nav ul:after {
        content: "";
        display: table;
        clear: both; }
      .features-show__nav ul li {
        float: left;
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        cursor: pointer;
        color: #c4c4c4;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .features-show__nav ul li:hover {
          color: #eaeaea;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    .features-show__nav__item {
      width: 17.5em; }
      .features-show__nav__item.active, .features-show__nav__item.active:hover {
        color: #ffd94c;
        font-weight: 400;
        font-style: normal; }
  .features-show__carousel {
    position: relative;
    max-width: 90em;
    margin: 0px auto; }
    .features-show__carousel__wrap {
      display: none;
      position: relative;
      margin: 60px 50px; }
    .features-show__carousel__control {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0px;
      cursor: pointer;
      opacity: .6;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-clip: padding-box; }
      .features-show__carousel__control:hover {
        opacity: 1; }
      .features-show__carousel__control--next {
        background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/icon_arrow_big_next.svg");
        background-position: 99% center; }
      .features-show__carousel__control--prev {
        background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/icon_arrow_big_prev.svg");
        background-position: 1% center; }
    .features-show__carousel__item__container {
      position: absolute;
      display: inline-block;
      text-align: center;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .features-show__carousel__item__container img {
        width: 100%;
        box-shadow: 7px 7px 30px #111; }
    .features-show__carousel__item--animation-front {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      -o-transition-property: -o-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .features-show__carousel__item--animation-back {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      -o-transition-property: -o-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      transition-duration: 1s; }
    .features-show__carousel__item--animation-none {
      -webkit-transition-property: none;
      -moz-transition-property: none;
      -o-transition-property: none;
      -ms-transition-property: none;
      transition-property: none; }
    .features-show__carousel__item__annotation {
      position: absolute;
      width: 18px;
      height: 18px;
      background-color: #f88338;
      background-image: -webkit-linear-gradient(#f88338, #f83838);
      background-image: linear-gradient(#f88338, #f83838);
      border-radius: 50%;
      border: 2px solid #ffffff;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      -webkit-animation-name: pulse;
      -moz-animation-name: pulse;
      -ms-animation-name: pulse;
      -o-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      -ms-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
      .features-show__carousel__item__annotation__details {
        z-index: 50;
        position: absolute;
        width: 250px;
        padding: 14.66667px;
        background: rgba(0, 0, 0, 0.8);
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        font-size: .925em;
        border-radius: 6px;
        -moz-box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.3); }

/* Slider Animations */
.slide-in-left {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -ms-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -ms-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -ms-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/*************** FEATURES HERO ***************/
.features-hero__item {
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 47.71784%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
  .features-hero__item:last-child {
    margin-right: 0; }
  .features-hero__item:nth-child(2n) {
    margin-right: 0; }
  .features-hero__item:nth-child(2n+1) {
    clear: left; }
  .features-hero__item h3 {
    margin: 0;
    color: #ffd94c; }
  .features-hero__item p {
    margin-top: 0.1875em;
    font-size: 1.2em;
    line-height: 1.65; }

.illustration-feature {
  background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_illustrations.svg");
  background-repeat: no-repeat;
  width: 114px;
  height: 114px;
  display: inline-block; }
  .illustration-feature--beginners {
    background-position: -402px -116px; }
  .illustration-feature--productivity {
    background-position: -268px -116px; }
  .illustration-feature--undo {
    background-position: -134px -116px; }
  .illustration-feature--learn-git {
    background-position: 0px -116px; }

/*************** CUSTOMERS & PRESS ***************/
.customers .section-head {
  margin-bottom: 0.75em; }
.customers__logo {
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 12.86307%;
  margin-top: 1.5em;
  background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/logos_customers.svg");
  background-repeat: no-repeat;
  height: 6em; }
  .customers__logo:last-child {
    margin-right: 0; }
  .customers__logo--apple {
    background-position: 8px 20px; }
  .customers__logo--salesforce {
    background-position: -160px 26px; }
  .customers__logo--google {
    background-position: -326px 28px; }
  .customers__logo--adobe {
    background-position: -496px 20px; }
  .customers__logo--amazon {
    background-position: -662px 28px; }
  .customers__logo--ebay {
    background-position: -830px 22px; }
  .customers__logo--yahoo {
    background-position: 6px -82px; }
  .customers__logo--twitter {
    background-position: -156px -86px; }
  .customers__logo--zynga {
    background-position: -326px -86px; }
  .customers__logo--ibm {
    background-position: -492px -86px; }
  .customers__logo--stanford {
    background-position: -662px -86px; }
  .customers__logo--nike {
    background-position: -826px -86px; }
  .customers__logo--starbucks {
    background-position: 8px -194px; }
  .customers__logo--newrelic {
    background-position: -158px -194px; }
  .customers__logo--intel {
    background-position: -326px -194px; }
  .customers__logo--sony {
    background-position: -492px -194px; }
  .customers__logo--autodesk {
    background-position: -658px -192px; }
  .customers__logo--jcpenny {
    background-position: -827px -192px; }

/*************** USER QUOTES ***************/
.user-quotes__item {
  position: relative;
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 30.29046%;
  border-radius: 6px; }
  .user-quotes__item:last-child {
    margin-right: 0; }
  .user-quotes__item p {
    padding: 22px;
    margin: 0;
    background-color: #252932; }
  .user-quotes__item .user-quote__item__bottom:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #252932 transparent;
    display: block;
    width: 0; }
  .user-quotes__item .user-quote__item__bottom p {
    text-align: center;
    background-color: transparent;
    font-size: 0.8em;
    padding: 0; }
    .user-quotes__item .user-quote__item__bottom p span {
      color: #eaeaea; }
  .user-quotes__item .user-quotes__item__userface {
    text-align: center;
    padding-top: 1.5em; }
    .user-quotes__item .user-quotes__item__userface img {
      border-radius: 50%;
      border: solid 2px #848e9c;
      display: inline-block; }

/*************** DOWNLOADS ***************/
.downloads-tower--basic {
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  width: 27em; }
  .downloads-tower--basic:after {
    content: "";
    display: table;
    clear: both; }
.downloads-tower--bottom {
  width: 36em; }
.downloads-tower--expander {
  text-align: center;
  width: 100%;
  padding: 1.5em 0 1.5em 0; }
  .downloads-tower--expander h4 {
    margin-top: 0; }
  .downloads-tower--expander .button-wrap {
    float: none;
    margin: 0 auto; }
.downloads-tower--hero__tower {
  background: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/tower_app_icon_512x512.png") top right no-repeat;
  background-size: 256px 256px;
  height: 16em;
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 30.29046%; }
  .downloads-tower--hero__tower:last-child {
    margin-right: 0; }
.downloads-tower--hero__buttons {
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 47.71784%; }
  .downloads-tower--hero__buttons:last-child {
    margin-right: 0; }

/*************** INTEGRATION ***************/
.integration {
  width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .integration:after {
    content: "";
    display: table;
    clear: both; }
  .integration__item {
    float: left;
    display: block;
    margin-right: 4.56432%;
    width: 4.14938%;
    width: 10.37%;
    text-align: center;
    position: relative; }
    .integration__item:last-child {
      margin-right: 0; }
  .integration a:hover {
    color: #ffffff; }
  .integration-logo {
    background-image: url("../img/sprite_integration.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 128px;
    display: inline-block;
    background-size: 954px 86px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .integration-logo {
        background-image: url("http://fournova-website-assets.s3.amazonaws.com/assets/img/sprite_integration@2x.png");
        background-size: 954px 86px; } }
    .integration-logo--beanstalk {
      background-position: 20px 32px; }
    .integration-logo--xcode {
      background-position: -132px 32px; }
    .integration-logo--github {
      background-position: -276px 32px; }
    .integration-logo--coda {
      background-position: -420px 32px; }
    .integration-logo--bitbucket {
      background-position: -572px 32px; }
    .integration-logo--kaleidoscope {
      background-position: -722px 32px; }
    .integration-logo--gitlab {
      background-position: -868px 32px; }

/*************** FEATURES ***************/
.feaure-overview h4, .feaure-overview h5 {
  font-weight: 300;
  font-style: normal; }
.feaure-overview h4 {
  color: #ffd94c;
  margin-bottom: 0.75em; }
.feaure-overview h5 {
  margin-bottom: 0.375em;
  margin: 0; }
.feaure-overview p {
  margin-top: 0;
  color: #a6adb7;
  font-size: .85em; }
.feaure-overview ul {
  padding-left: 1em; }
.feaure-overview__column {
  float: left;
  display: block;
  margin-right: 4.56432%;
  width: 30.29046%; }
  .feaure-overview__column:last-child {
    margin-right: 0; }

/*************** TOP BAR SLIDER ***************/
.top-bar {
  position: fixed;
  width: 100%;
  top: -10em;
  padding: 0.75em 0;
  background: #343C47;
  background: -webkit-linear-gradient(#485566 0%, #343c47 100%);
  background: linear-gradient(to   , #343c47 100%);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.33), inset 0px -1px 30px 0px rgba(255, 255, 255, 0.1);
  z-index: 999; }
  .top-bar .button-normal, .top-bar .button-social-share {
    margin-left: 0.5em; }
  .top-bar p {
    margin: 0; }
  .top-bar__content {
    width: 60em;
    margin-left: auto;
    margin-right: auto; }
    .top-bar__content:after {
      content: "";
      display: table;
      clear: both; }
    .top-bar__content-left {
      float: left; }
    .top-bar__content-right {
      float: right; }
