/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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

body {
  font-family: "myriad-pro", sans-serif;
  color: #444444; }

h1, h2, h3, h4, h5, h6, strong, b, .action, .navbar-item, .faq .question {
  font-weight: 600;
  color: #222222; }

h1, .logo {
  font-family: "omnes-pro",sans-serif;
  font-style: italic;
  font-weight: 600; }

h1 {
  font-size: 40px; }

body {
  background-image: url("../images/background-lowfi.png");
  width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

.navbar {
  margin: 0 0 20px 0;
  padding: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1000; }
  .navbar .navbar-item {
    float: left;
    display: block;
    margin: 0px;
    width: 159px;
    height: 44px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a5257), color-stop(15%, #485056), color-stop(100%, #272b2e));
    background-image: -webkit-linear-gradient(top, #4a5257 0%, #485056 15%, #272b2e 100%);
    background-image: -moz-linear-gradient(top, #4a5257 0%, #485056 15%, #272b2e 100%);
    background-image: -o-linear-gradient(top, #4a5257 0%, #485056 15%, #272b2e 100%);
    background-image: -ms-linear-gradient(top, #4a5257 0%, #485056 15%, #272b2e 100%);
    background-image: linear-gradient(top, #4a5257 0%, #485056 15%, #272b2e 100%);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0px rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.9); }
    .navbar .navbar-item:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #616c73), color-stop(15%, #5f6a72), color-stop(100%, #3e454a));
      background-image: -webkit-linear-gradient(top, #616c73 0%, #5f6a72 15%, #3e454a 100%);
      background-image: -moz-linear-gradient(top, #616c73 0%, #5f6a72 15%, #3e454a 100%);
      background-image: -o-linear-gradient(top, #616c73 0%, #5f6a72 15%, #3e454a 100%);
      background-image: -ms-linear-gradient(top, #616c73 0%, #5f6a72 15%, #3e454a 100%);
      background-image: linear-gradient(top, #616c73 0%, #5f6a72 15%, #3e454a 100%); }
    .navbar .navbar-item:active {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434a4f), color-stop(15%, #41484e), color-stop(100%, #202326));
      background-image: -webkit-linear-gradient(top, #434a4f 0%, #41484e 15%, #202326 100%);
      background-image: -moz-linear-gradient(top, #434a4f 0%, #41484e 15%, #202326 100%);
      background-image: -o-linear-gradient(top, #434a4f 0%, #41484e 15%, #202326 100%);
      background-image: -ms-linear-gradient(top, #434a4f 0%, #41484e 15%, #202326 100%);
      background-image: linear-gradient(top, #434a4f 0%, #41484e 15%, #202326 100%);
      -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset -1px 0px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset -1px 0px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), inset -1px 0px rgba(255, 255, 255, 0.1); }
    .navbar .navbar-item.active {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #33383b), color-stop(15%, #31363a), color-stop(100%, #101112));
      background-image: -webkit-linear-gradient(top, #33383b 0%, #31363a 15%, #101112 100%);
      background-image: -moz-linear-gradient(top, #33383b 0%, #31363a 15%, #101112 100%);
      background-image: -o-linear-gradient(top, #33383b 0%, #31363a 15%, #101112 100%);
      background-image: -ms-linear-gradient(top, #33383b 0%, #31363a 15%, #101112 100%);
      background-image: linear-gradient(top, #33383b 0%, #31363a 15%, #101112 100%);
      -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset -1px 0px rgba(255, 255, 255, 0.1); }
    .navbar .navbar-item.logo {
      background: url("../images/logo-bg.png") bottom left no-repeat;
      -webkit-border-radius: 20px 0px 0px 20px;
      -moz-border-radius: 20px 0px 0px 20px;
      -ms-border-radius: 20px 0px 0px 20px;
      -o-border-radius: 20px 0px 0px 20px;
      border-radius: 20px 0px 0px 20px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      -ms-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      .navbar .navbar-item.logo:hover {
        -webkit-box-shadow: inset 0 0 15px #fff0f0;
        -moz-box-shadow: inset 0 0 15px #fff0f0;
        box-shadow: inset 0 0 15px #fff0f0; }
      .navbar .navbar-item.logo a {
        -webkit-border-radius: 20px 0px 0px 20px;
        -moz-border-radius: 20px 0px 0px 20px;
        -ms-border-radius: 20px 0px 0px 20px;
        -o-border-radius: 20px 0px 0px 20px;
        border-radius: 20px 0px 0px 20px;
        display: block;
        height: 44px;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        text-align: center;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55); }
    .navbar .navbar-item.right {
      -webkit-border-radius: 0px 20px 20px 0px;
      -moz-border-radius: 0px 20px 20px 0px;
      -ms-border-radius: 0px 20px 20px 0px;
      -o-border-radius: 0px 20px 20px 0px;
      border-radius: 0px 20px 20px 0px;
      border-right: none;
      width: 160px; }
    .navbar .navbar-item a {
      display: block;
      font-size: 14px;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
      line-height: 44px; }

.hero {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background-image: url("../images/satin.png");
  background-repeat: no-repeat;
  margin-top: 46px;
  color: #ffffff;
  height: 440px;
  /* height of logo + 10px padding */
  padding-left: 60px;
  position: relative; }
  .hero .overlay {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: black;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 10; }
  .hero .intro {
    width: 400px;
    position: relative;
    z-index: 50; }
    .hero .intro .tagline {
      padding-top: 44px;
      font-size: 48px;
      line-height: 1.2;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
      color: rgba(255, 255, 255, 0.5); }
      .hero .intro .tagline .ruby {
        color: white; }
    .hero .intro p {
      padding: 20px 0 25px 0;
      font-size: 18px;
      line-height: 32px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
      color: rgba(255, 255, 255, 0.4); }
      .hero .intro p b {
        color: white; }
  .hero .action {
    float: left;
    display: block;
    width: 164px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    line-height: 40px;
    position: relative; }
    .hero .action.left {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7d7d7), color-stop(44%, #a8a8a8), color-stop(100%, #9d9d9d));
      background-image: -webkit-linear-gradient(top, #d7d7d7 0%, #a8a8a8 44%, #9d9d9d 100%);
      background-image: -moz-linear-gradient(top, #d7d7d7 0%, #a8a8a8 44%, #9d9d9d 100%);
      background-image: -o-linear-gradient(top, #d7d7d7 0%, #a8a8a8 44%, #9d9d9d 100%);
      background-image: -ms-linear-gradient(top, #d7d7d7 0%, #a8a8a8 44%, #9d9d9d 100%);
      background-image: linear-gradient(top, #d7d7d7 0%, #a8a8a8 44%, #9d9d9d 100%);
      -webkit-border-radius: 20px 0 0 20px;
      -moz-border-radius: 20px 0 0 20px;
      -ms-border-radius: 20px 0 0 20px;
      -o-border-radius: 20px 0 0 20px;
      border-radius: 20px 0 0 20px;
      -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0 0 5px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0 0 5px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), inset 0 0 5px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
      border-right: 1px solid #737373; }
      .hero .action.left:hover {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #a7a7a7));
        background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #a7a7a7 100%);
        background-image: -moz-linear-gradient(top, #e2e2e2 0%, #a7a7a7 100%);
        background-image: -o-linear-gradient(top, #e2e2e2 0%, #a7a7a7 100%);
        background-image: -ms-linear-gradient(top, #e2e2e2 0%, #a7a7a7 100%);
        background-image: linear-gradient(top, #e2e2e2 0%, #a7a7a7 100%); }
      .hero .action.left:active {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc8c8), color-stop(100%, #888888));
        background-image: -webkit-linear-gradient(top, #ccc8c8 0%, #888888 100%);
        background-image: -moz-linear-gradient(top, #ccc8c8 0%, #888888 100%);
        background-image: -o-linear-gradient(top, #ccc8c8 0%, #888888 100%);
        background-image: -ms-linear-gradient(top, #ccc8c8 0%, #888888 100%);
        background-image: linear-gradient(top, #ccc8c8 0%, #888888 100%);
        -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.25), 0 0px 1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.25), 0 0px 1px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.25), 0 0px 1px rgba(0, 0, 0, 0.4); }
    .hero .action.right {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6edf4a), color-stop(100%, #4d9638));
      background-image: -webkit-linear-gradient(top, #6edf4a 0%, #4d9638 100%);
      background-image: -moz-linear-gradient(top, #6edf4a 0%, #4d9638 100%);
      background-image: -o-linear-gradient(top, #6edf4a 0%, #4d9638 100%);
      background-image: -ms-linear-gradient(top, #6edf4a 0%, #4d9638 100%);
      background-image: linear-gradient(top, #6edf4a 0%, #4d9638 100%);
      -webkit-border-radius: 0px 20px 20px 0px;
      -moz-border-radius: 0px 20px 20px 0px;
      -ms-border-radius: 0px 20px 20px 0px;
      -o-border-radius: 0px 20px 20px 0px;
      border-radius: 0px 20px 20px 0px;
      -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
      border-left: 1px solid #90c87f; }
    .hero .action:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7dfb55), color-stop(100%, #57b839));
      background-image: -webkit-linear-gradient(top, #7dfb55 0%, #57b839 100%);
      background-image: -moz-linear-gradient(top, #7dfb55 0%, #57b839 100%);
      background-image: -o-linear-gradient(top, #7dfb55 0%, #57b839 100%);
      background-image: -ms-linear-gradient(top, #7dfb55 0%, #57b839 100%);
      background-image: linear-gradient(top, #7dfb55 0%, #57b839 100%); }
    .hero .action:active {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #59ca35), color-stop(100%, #367c21));
      background-image: -webkit-linear-gradient(top, #59ca35 0%, #367c21 100%);
      background-image: -moz-linear-gradient(top, #59ca35 0%, #367c21 100%);
      background-image: -o-linear-gradient(top, #59ca35 0%, #367c21 100%);
      background-image: -ms-linear-gradient(top, #59ca35 0%, #367c21 100%);
      background-image: linear-gradient(top, #59ca35 0%, #367c21 100%);
      -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.25), 0 0px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.25), 0 0px 1px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.25), 0 0px 1px rgba(0, 0, 0, 0.4); }
  .hero .icon {
    height: 500px;
    width: 500px;
    background: url("../images/shadow.png") no-repeat top center;
    position: relative;
    margin-top: -70px;
    float: right;
    background-size: 500px 500px; }
    .hero .icon div {
      position: absolute;
      height: 500px;
      width: 500px;
      top: 0;
      left: 0;
      background-size: 500px 500px; }
    .hero .icon .base {
      background: url("../images/icon-base.png") no-repeat;
      z-index: 100; }
    .hero .icon .glow {
      opacity: 0;
      background: url("../images/icon-glow.png") no-repeat;
      z-index: 200; }
    .hero .icon .cover {
      background: url("../images/icon-cover.png") no-repeat;
      z-index: 300; }
    .hero .icon .cover-glow {
      opacity: 0;
      background: url("../images/icon-cover-glow.png") no-repeat;
      z-index: 400; }

.steps {
  clear: both;
  background-color: #ffffff; }
  .steps .step-item {
    width: 239px;
    height: 58px;
    display: block;
    float: left;
    color: #999999;
    background-color: #f2f2f2;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
  .steps .step-item.active {
    color: #444444;
    background-color: #ffffff;
    border: none;
    border-left: 1px solid #d9d9d9; }
  .steps .step-item a {
    display: inherit;
    color: inherit;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 58px; }
    .steps .step-item a img {
      vertical-align: middle;
      padding-right: 12px;
      padding-bottom: 2px; }
  .steps .step-content {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #444444; }
    .steps .step-content p {
      padding-top: 90px;
      padding-left: 110px;
      padding-right: 110px;
      padding-bottom: 0px; }

.container {
  clear: both;
  display: block;
  background-color: #ffffff;
  -webkit-border-radius: 18px 18px 18px 18px;
  -moz-border-radius: 18px 18px 18px 18px;
  -ms-border-radius: 18px 18px 18px 18px;
  -o-border-radius: 18px 18px 18px 18px;
  border-radius: 18px 18px 18px 18px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 24px;
  padding-bottom: 24px; }
  .container.no-top-border {
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
    -ms-border-radius: 0 0 18px 18px;
    -o-border-radius: 0 0 18px 18px;
    border-radius: 0 0 18px 18px; }
  .container * p, .container p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 6px;
    padding-bottom: 6px; }
  .container * a {
    color: red;
    text-decoration: none; }
  .container * a:hover, .container * a:focus {
    text-decoration: underline; }
  .container .feature {
    padding-top: 5px;
    padding-bottom: 30px; }
    .container .feature img.illustration {
      padding-top: 4px; }
    .container .feature img.illustration.right {
      margin-right: -6px;
      margin-left: 24px;
      float: right; }
    .container .feature img.illustration.left {
      margin-left: -6px;
      margin-right: 24px;
      float: left; }
    .container .feature h2 {
      font-size: 22px;
      font-weight: bold;
      line-height: 48px;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      text-align: left; }
      .container .feature h2 img {
        vertical-align: inherit;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 2px;
        margin-bottom: 4px;
        margin-left: -5px;
        height: 44px; }
    .container .feature .half {
      width: 390px; }
    .container .feature .third {
      width: 240px; }
    .container .feature .two-thirds {
      width: 540px; }
    .container .feature .half, .container .feature .third, .container .feature .two-thirds {
      float: left;
      padding-bottom: 40px; }
      .container .feature .half h1, .container .feature .third h1, .container .feature .two-thirds h1 {
        font-size: 28px;
        text-align: left;
        margin: 0; }
      .container .feature .half h3, .container .feature .third h3, .container .feature .two-thirds h3 {
        text-align: center; }
    .container .feature .vertical-separator {
      width: 60px;
      height: 1px;
      float: left; }
  .container .clear {
    clear: both; }
  .container .separator {
    clear: both;
    height: 1px;
    border-bottom: 1px solid #cccccc;
    margin-top: 25px;
    margin-bottom: 25px; }
  .container .sections .vertical-separator {
    width: 1px;
    float: left;
    min-height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-right: 1px solid #cccccc; }
  .container .sections .half {
    width: 359px;
    /* 960 */
    float: left;
    background-color: inherit; }
    .container .sections .half p {
      font-size: 15px; }
  .container h1 {
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 45px;
    font-weight: bold;
    text-align: center; }
  .container h2 {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 28px;
    text-align: center;
    /*color: #444444;*/ }
  .container h3 {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: normal; }
  .container .companies {
    text-align: center;
    height: 90px;
    line-height: 100px;
    padding-bottom: 30px; }
    .container .companies a {
      text-decoration: none; }
      .container .companies a img {
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle; }
  .container .eula p {
    padding: 0; }
  .container .eula li {
    padding-top: 5px;
    padding-bottom: 5px; }
  .container .eula p, .container .eula li {
    font-size: 16px;
    line-height: 22px; }
  .container .eula .header {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }

.footer {
  padding-top: 35px; }
  .footer p {
    font-size: 15px;
    color: #e3e3e3;
    text-align: center;
    text-decoration: none; }
  .footer p a {
    color: inherit;
    text-decoration: inherit; }
  .footer p a:hover, .footer p a:focus {
    text-decoration: underline; }
  .footer p.legal {
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 12px;
    color: #939393; }
  .footer p a.follow {
    background-image: url("../images/twitter-dark.png");
    background-repeat: no-repeat;
    display: inline;
    position: relative;
    padding-right: 28px;
    padding-top: 6px;
    width: 24px;
    height: 24px;
    opacity: 0.8; }
  .footer p a.follow:hover {
    opacity: 1.0; }

ul li {
  list-style: disc inside none;
  line-height: 20px; }

.person h3 {
  padding: 0;
  line-height: 28px;
  vertical-align: middle; }
  .person h3 a .follow {
    float: left;
    display: block;
    background-image: url("../images/twitter-light.png");
    width: 28px;
    height: 28px;
    margin-top: -2px;
    margin-right: 8px;
    opacity: 0.8; }
  .person h3 a:hover .follow {
    opacity: 1.0; }
.person img {
  float: left;
  width: 160px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 70px;
  border: 1px solid #cccccc; }

.faq .answer {
  padding-bottom: 25px; }

.testimonial .quote {
  background: none repeat scroll 0 0 #E4E4E4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #414141;
  font-size: 18px;
  padding: 12px 18px;
  text-align: left; }
  .testimonial .quote .mark {
    color: #959595;
    font-family: arial;
    font-size: 54px;
    line-height: 0;
    vertical-align: -23px; }
.testimonial .bidule {
  border-color: #E4E4E4 transparent transparent;
  border-style: solid;
  border-width: 12px;
  display: block;
  margin-left: 345px;
  position: absolute; }
.testimonial .author {
  padding-top: 18px;
  text-align: right; }

a.screenshot, a.video {
  padding-top: 16px;
  opacity: 0.8; }
  a.screenshot img, a.video img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd; }

a.screenshot.right, a.video.right {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px; }

a.screenshot.left, a.video.left {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px; }

a.screenshot.center, a.video.center {
  margin: 170px; }

a.screenshot:hover, a.video:hover {
  opacity: 1.0; }

p.emphasis {
  font-size: 22px;
  line-height: 30px; }

.core-form-field {
  padding-top: 10px; }

.core-form-field-label label {
  font-weight: normal;
  padding-top: 5px; }

.core-form-field-body-note {
  padding-top: 10px;
  line-height: 18px; }

.core-form-field-label {
  padding-bottom: 5px; }

h3.store-product-detail-offers {
  padding-top: 15px;
  padding-bottom: 2px; }

.store-product-detail-image img {
  margin-top: -15px; }

.store-product-detail-description-short {
  clear: both; }
  .store-product-detail-description-short p + p {
    margin-top: 0px; }
  .store-product-detail-description-short p {
    margin-top: 5px;
    margin-bottom: 5px; }

.twitter-share-button {
  margin-bottom: -2px; }

.home .navbar .logo a {
  background-color: rgba(0, 0, 0, 0.45); }

.overlay, .icon, .glow, .cover, .cover-glow, .tagline, p, .logo a {
  -webkit-transition-property: background-size, opacity, text-shadow, color, background;
  -moz-transition-property: background-size, opacity, text-shadow, color, background;
  -ms-transition-property: background-size, opacity, text-shadow, color, background;
  -o-transition-property: background-size, opacity, text-shadow, color, background;
  transition-property: background-size, opacity, text-shadow, color, background;
  -webkit-transition-duration: 1200ms;
  -moz-transition-duration: 1200ms;
  -ms-transition-duration: 1200ms;
  -o-transition-duration: 1200ms;
  transition-duration: 1200ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.animated .logo a {
  background-color: transparent !important; }
.animated .intro .tagline {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 2px 3px rgba(0, 0, 0, 0.35);
  color: white; }
.animated .intro p {
  color: rgba(255, 255, 255, 0.8); }
.animated .overlay {
  opacity: 0; }
.animated .icon {
  background-size: 510px 520px; }
  .animated .icon .glow {
    opacity: 1; }
  .animated .icon .cover, .animated .icon .cover-glow {
    background-size: 500px 440px;
    opacity: 1; }
