/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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;
}
/**
 * Remove 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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}
/* ==========================================================================
   Layout
   ========================================================================== */
html,
body {
  height: 100%;
}
body {
  padding: 50px 0 0;
}
.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.structural {
  display: none;
}
/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font: 14px / 1.5 "Proxima Nova", sans-serif;
  color: #1a1a1a;
}
h1,
h2,
p {
  margin: 0 0 20px;
}
h1,
h2 {
  text-transform: uppercase;
  font-family: "Old Standard TT", Georgia, serif;
  line-height: 1.2;
}
h1 {
  margin: 0 0 65px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
h1 b {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 47px;
  line-height: 1;
}
h1.subtle {
  margin: 0 0 45px;
  text-align: center;
  text-transform: lowercase;
  font-style: italic;
  font-weight: normal;
  font-size: 44px;
  letter-spacing: -0.02em;
}
h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
a {
  text-decoration: none;
  color: #eb2000;
}
a:hover {
  text-decoration: underline;
}
::selection {
  background: #eb2000;
  color: #fff;
}
::-moz-selection {
  background: #eb2000;
  color: #fff;
}
/* ==========================================================================
   Header
   ========================================================================== */
.page-header {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  line-height: 50px;
  color: #fff;
}
.page-header .container {
  position: relative;
}
.page-header h1 {
  display: inline-block;
  margin: 0;
}
.page-header h1 img {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.page-header h2 {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  display: inline-block;
  border-left: 1px solid #333;
  text-transform: none;
  font-size: 13px;
  line-height: 1.8;
  font-family: "Proxima Nova", sans-serif;
  color: #808080;
}
.page-header .actions {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  font-size: 13px;
}
.page-header .actions ul {
  padding: 0;
  display: inline;
}
.page-header .actions li {
  display: inline-block;
}
.page-header .actions .place {
  position: relative;
}
.page-header .actions a {
  color: #fff;
}
.page-header .actions > li {
  max-height: 22px;
  padding: 0 15px;
  line-height: 1.7;
}
.page-header .actions > li + li {
  border-left: 1px solid #333;
}
.page-header .actions .share {
  margin: 0 0 0 8px;
  position: relative;
  top: -4px;
  font-size: 0;
}
.page-header .actions .share a {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 7px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  text-indent: -9000px;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.page-header .actions .share a:hover {
  opacity: .7;
}
.page-header .actions .twitter a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAAwUlEQVR4AW3QoUrHUABG8bMbFiwizCoouiew2lZtGi0zC2JRfAOD0Wg1+QJisRhs/yIiiGUmpyIGQeHvURj3wtx+J37tyxiw4PMvAIKzLktq3kta3jlinW3ATe9dTPOZUeuueUBKJtQEIGeDaIY7vnHON1UfPbbW5EoEKy8ccy4SaKgYcwuAeODUoVURxNJr/7sRkQA80NI3ZY+OiMEtP0zcly5ccc1DG6MvdySGS574bOfV097FZALAAgUvPPFDzy/qkttRL/wDaQAAAABJRU5ErkJggg==");
}
.page-header .actions .googleplus a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAQAAACMJlQBAAAA70lEQVR4AW3OMStFcRyH8ed/7km6ymBBSTGYzTa3G2U8kQGD7PcV0H0DsrlGA4NNScobkEF3u4VBMpkUJdd1rscZnJxTns/wG3/fAAAmbDEKwDfr3POXiLt23fZS7bkgRYjT9j0RYztqIkURMEtEF0g5BaYA2KEJADFwBywxzBsDwA0A4+UNh+qVDV88EOete5apWzMgYsUNL9S2waqf5n05hLlFNXVNRGxl8pEEGjxyzjsVjlilnLinNq2Km/a8FTFxWURwxNQH+XXshxRFDBIxxgQAgUk6/794dj+71746J0VBgBorzNCnTYsnSv0AJ6W/FUqJFsYAAAAASUVORK5CYII=");
}
.page-header .actions .facebook a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAQAAAC4X5UdAAAAS0lEQVR4AWMAgf+i/9f9//IfBIAcEFwJYkMEmMBK3IH4J0M+QzoDVAUIPASxQCq0GMrBqviAdDmQ/z/qPwJ8BKlABs+wmoEKaCMAAHTjPubZYCsRAAAAAElFTkSuQmCC");
}
.page-header .actions .linkedin a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAnUlEQVQoz2NgAIL////nA/FhIK5gIAUANcgB8b//CKBFimYeIH4F1fgeiMVItV0GiKNAriBJI1RzGhJmg3oFxvcDYl4gzgbiPiAuBGIRZM3IgB+IvZH4F4H4Opqap0CsQIxmEPgFxHeA+C+S2DJcmu2Q+D+B2ACqLhVJ/DkxNp9E8p4IskJiNB9G0sw/jDSfQcKg5GqDxJ+DlpThagFBlQqAVoisPgAAAABJRU5ErkJggg==");
}
.page-header .code {
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  margin: 0 0 0 -200px;
  padding: 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  background: #000;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}
.page-header .code:before {
  content: "";
  display: block;
  margin: 0 0 0 -4px;
  position: absolute;
  top: -10px;
  left: 50%;
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom-color: #000;
}
.page-header .code:after {
  content: "";
  width: 1px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #000;
}
.page-header .code.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-header .code textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  overflow: hidden;
  background: #000;
  border: none;
  font-size: 10px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #ccc;
  resize: none;
  outline: none;
}
.page-header .code ::selection {
  background: #fff;
  color: #eb2000;
}
.page-header .code ::-moz-selection {
  background: #fff;
  color: #eb2000;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.page-footer {
  padding: 32px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 12px;
  line-height: 1.85;
  color: #808080;
}
.page-footer p {
  margin: 0 0 30px;
}
.page-footer strong {
  font-weight: normal;
  color: #4c4c4c;
}
.page-footer .social-media, .title-screen .social-media {
  max-width: 480px;
  height: 26px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 25px;
}
.page-footer .social-media.init, .title-screen .social-media.init {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.page-footer .social-media.pre-init, .title-screen .social-media.pre-init {
  opacity: 0;
}
.page-footer .social-media > div, .title-screen .social-media > div {
  display: inline-block;
  margin: 0 0 0 70px;
}
.page-footer .social-media > div + div, .title-screen .social-media > div + div {
  margin: 0 34px 0 3px;
}
/* ==========================================================================
   Content
   ========================================================================== */
.section {
  overflow: hidden;
  padding: 100px 0;
}
.title-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  background: #eb2000;
  text-align: center;
  color: #fff;
}
.title-screen .container {
  width: 100%;
  height: 362px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.title-screen h1 {
  max-width: 1024px;
  margin: 0 auto 55px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 31px;
  line-height: 1.5;
  font-family: "Proxima Nova", sans-serif;
}
.title-screen h1 b {
  display: block;
  font-weight: bold;
  font-size: 97px;
  line-height: .86;
}
.title-screen h1 .rest {
  display: inline-block;
}
.title-screen h1 em {
  font-style: normal;
  font-size: 143px;
}
.title-screen h1 i {
  font-style: normal;
  font-weight: normal;
}
.title-screen h1 b.init,
.title-screen h1 .rest.init {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.title-screen h1 b.pre-init,
.title-screen h1 .rest.pre-init {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.title-screen .actions {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.title-screen .actions li {
  display: inline;
  margin: 0 10px;
}
.title-screen .actions a {
  display: inline-block;
  width: 222px;
  padding: 9px 0;
  border: 7px solid #fff;
  text-transform: lowercase;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.title-screen .actions a:hover {
  background: #fff;
  text-decoration: none;
  color: #eb2000;
}
.title-screen .actions.init {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.title-screen .actions.pre-init {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.title-screen .bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.title-screen .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: transparent url(../img/html5-watermark.png) no-repeat center center;
}
.title-screen .bg.init {
  -webkit-transition: opacity 1s, top 2.5s;
  -moz-transition: opacity 1s, top 2.5s;
  -o-transition: opacity 1s, top 2.5s;
  -ms-transition: opacity 1s, top 2.5s;
  transition: opacity 1s, top 2.5s;
}
.title-screen .bg.pre-init {
  opacity: 0;
  top: -200px;
}
.title-screen .go {
  display: block;
  width: 400px;
  height: 140px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 100px;
  left: 0;
  right: 0;
}
.section.about {
  padding: 110px 0 100px;
}
.section.about .container {
  -webkit-column-width: 223px;
  -moz-column-width: 223px;
  column-width: 223px;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
}
.section.about h2 {
  display: inline-block;
}
.section.versions {
  padding-top: 105px;
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.section.versions:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #e5e5e5;
}
#chart-versions {
  width: 712px;
  height: 712px;
  margin: 0 auto;
  position: relative;
}
#chart-versions h2 {
  height: 126px;
  margin: auto;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.13;
  font-family: "Proxima Nova", sans-serif;
}
#chart-versions h2.init {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
#chart-versions h2.pre-init {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#chart-versions h2 strong {
  display: block;
  margin: 0 0 -15px;
  font-weight: normal;
  font-size: 105px;
  line-height: 1;
}
#chart-versions div[class^=bg-circle] {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#chart-versions .bg-circle-1 {
  width: 278px;
  height: 278px;
  margin-top: -140px;
  margin-left: -140px;
}
#chart-versions .bg-circle-2 {
  width: 350px;
  height: 350px;
  margin-top: -176px;
  margin-left: -176px;
}
#chart-versions .bg-circle-3 {
  width: 422px;
  height: 422px;
  margin-top: -212px;
  margin-left: -212px;
}
#chart-versions .bg-circle-4 {
  width: 494px;
  height: 494px;
  margin-top: -248px;
  margin-left: -248px;
}
#chart-versions .bg-circle-5 {
  width: 566px;
  height: 566px;
  margin-top: -284px;
  margin-left: -284px;
}
#chart-versions .bg-circle-6 {
  width: 638px;
  height: 638px;
  margin-top: -320px;
  margin-left: -320px;
}
#chart-versions .bg-circle-7 {
  width: 710px;
  height: 710px;
  margin-top: -356px;
  margin-left: -356px;
}
#chart-versions .graphs canvas {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#chart-versions .legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 373px;
  margin: 0;
  padding: 0 0 0 27px;
  position: absolute;
  z-index: 2;
  top: -17px;
  right: 0;
  background: #fff;
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  color: #595959;
}
#chart-versions .legend.init {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#chart-versions .legend.pre-init {
  opacity: 0;
}
#chart-versions .legend li.init {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#chart-versions .legend li.pre-init {
  opacity: 0;
}
#chart-versions .legend b {
  margin: 0 2px 0 0;
  font-weight: bold;
  color: #eb2000;
}
#chart-versions .numbers {
  padding: 0;
  list-style: none;
}
#chart-versions .numbers li {
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  background: #eb2000;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}
#chart-versions .numbers li.init {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#chart-versions .numbers li.pre-init {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#chart-versions .numbers .i-1 {
  margin-left: -136px;
  margin-top: 55px;
}
#chart-versions .numbers .i-2 {
  margin-left: -177px;
  margin-top: 55px;
}
#chart-versions .numbers .i-3 {
  margin-left: -199px;
  margin-top: -115px;
}
#chart-versions .numbers .i-4 {
  margin-left: -167px;
  margin-top: -206px;
}
#chart-versions .numbers .i-5 {
  margin-left: -113px;
  margin-top: -279px;
}
#chart-versions .numbers .i-6 {
  margin-left: -92px;
  margin-top: -323px;
}
#chart-versions .numbers .i-7 {
  margin-left: -76px;
  margin-top: -364px;
}
#c-1 {
  margin-top: -150px;
  margin-left: -150px;
}
#c-2 {
  margin-top: -186px;
  margin-left: -186px;
}
#c-3 {
  margin-top: -222px;
  margin-left: -222px;
}
#c-4 {
  margin-top: -258px;
  margin-left: -258px;
}
#c-5 {
  margin-top: -294px;
  margin-left: -294px;
}
#c-6 {
  margin-top: -330px;
  margin-left: -330px;
}
#c-7 {
  margin-top: -366px;
  margin-left: -366px;
}
.section.facts {
  background: #000;
  text-align: center;
  color: #fff;
}
.section.facts h1 {
  margin: 0 0 60px;
}
ul.facts {
  margin: 0 0 125px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
ul.facts li {
  display: inline-block;
  width: 260px;
  margin: 0;
  position: relative;
  z-index: 2;
  border: 7px solid #fff;
  vertical-align: top;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.85;
}
ul.facts li:before,
ul.facts li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 25px;
  border: 30px solid transparent;
  border-left-width: 50px;
  border-right-width: 0;
  border-left-color: #fff;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
ul.facts li:after {
  left: 32px;
  bottom: -17px;
  border-left-color: #000;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
ul.facts li + li {
  margin-left: -26px;
}
ul.facts li.f-2,
ul.facts li.f-4 {
  margin-top: 135px;
  z-index: 3;
}
ul.facts li.f-1 {
  margin-top: 20px;
}
ul.facts li.f-2:before,
ul.facts li.f-3:before,
ul.facts li.f-2:after,
ul.facts li.f-3:after {
  left: 40px;
  border-left-width: 0;
  border-right-width: 50px;
  border-left-color: transparent;
  border-right-color: #fff;
}
ul.facts li.f-2:after,
ul.facts li.f-3:after {
  border-right-color: #000;
  left: 33px;
}
ul.facts li.f-2:before,
ul.facts li.f-4:before {
  left: auto;
  right: 25px;
}
ul.facts li.f-2:after,
ul.facts li.f-4:after {
  left: auto;
  right: 32px;
}
ul.facts li.f-3 {
  width: 310px;
  margin-left: -65px;
}
ul.facts li.f-4 {
  margin-left: -50px;
}
ul.facts li.f-4:after {
  right: 18px;
}
ul.facts li.init {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
ul.facts li.pre-init {
  opacity: 0;
  -webkit-transform: translateX(100px) scale(0.8);
  -moz-transform: translateX(100px) scale(0.8);
  -o-transform: translateX(100px) scale(0.8);
  -ms-transform: translateX(100px) scale(0.8);
  transform: translateX(100px) scale(0.8);
}
ul.facts p {
  margin: 0;
  padding: 35px 30px;
  position: relative;
  z-index: 1;
}
ul.facts p:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.section.revenue {
  padding-bottom: 0;
}
#chart-revenue {
  width: 440px;
  height: 440px;
  margin: 165px auto 165px;
  position: relative;
}
#chart-revenue:before,
#chart-revenue:after {
  content: "";
  display: block;
  width: 478px;
  height: 478px;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
#chart-revenue:after {
  width: 534px;
  height: 534px;
  top: -48px;
  left: -48px;
}
#chart-revenue h2 {
  width: 120px;
  height: 66px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: none;
  font-size: 20px;
  line-height: 1.1;
  font-family: "Proxima Nova", sans-serif;
  color: #252525;
}
#chart-revenue h2.init {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
#chart-revenue h2.pre-init {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#chart-revenue .legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1;
  color: #676767;
}
#chart-revenue .legend li {
  padding: 0 0 12px;
  position: absolute;
  z-index: 1;
}
#chart-revenue .legend li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #d4d4d4;
}
#chart-revenue .legend li:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #d4d4d4;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#chart-revenue .legend li.i-1 {
  width: 62px;
  top: -86px;
  left: 285px;
  text-align: right;
}
#chart-revenue .legend li.i-1:after {
  width: 55px;
  -webkit-transform: rotate(125deg);
  -moz-transform: rotate(125deg);
  -o-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
}
#chart-revenue .legend li.i-2 {
  width: 62px;
  padding: 0 0 0;
  top: 3px;
  left: 390px;
  text-align: right;
}
#chart-revenue .legend li.i-2:before {
  width: 110px;
  left: -90px;
  top: 8px;
  bottom: auto;
}
#chart-revenue .legend li.i-2:after {
  width: 45px;
  top: 8px;
  bottom: auto;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#chart-revenue .legend li.i-2 b:after {
  top: -29px;
  bottom: auto;
  right: 3px;
}
#chart-revenue .legend li.i-3 {
  width: 55px;
  padding: 12px 0 0;
  top: 300px;
  left: 490px;
  text-align: right;
}
#chart-revenue .legend li.i-3:before {
  top: 0;
  bottom: auto;
}
#chart-revenue .legend li.i-3:after {
  top: 1px;
  bottom: auto;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  transform: rotate(200deg);
}
#chart-revenue .legend li.i-3 b:after {
  top: -5px;
  bottom: auto;
}
#chart-revenue .legend li.i-4 {
  width: 62px;
  left: -10px;
  bottom: -20px;
}
#chart-revenue .legend li.i-4:before {
  width: 50px;
}
#chart-revenue .legend li.i-4:after {
  width: 77px;
  left: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#chart-revenue .legend li.i-5 {
  width: 90px;
  padding: 12px 0 0;
  top: 175px;
  left: -90px;
}
#chart-revenue .legend li.i-5:before {
  top: 0;
  bottom: auto;
}
#chart-revenue .legend li.i-5:after {
  display: none;
}
#chart-revenue .legend li.i-5 b:after {
  top: -5px;
  bottom: auto;
}
#chart-revenue .legend li.i-6 {
  width: 60px;
  padding: 12px 0 0;
  top: -15px;
  left: -25px;
}
#chart-revenue .legend li.i-6:before {
  width: 42px;
  top: 0;
  bottom: auto;
}
#chart-revenue .legend li.i-6:after {
  width: 90px;
  top: 1px;
  bottom: auto;
  left: 42px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#chart-revenue .legend li.i-6 b:after {
  top: -5px;
  bottom: auto;
}
#chart-revenue .legend li.i-7 {
  width: 64px;
  top: -95px;
  left: 90px;
}
#chart-revenue .legend li.i-7:before {
  width: 40px;
}
#chart-revenue .legend li.i-7:after {
  width: 65px;
  left: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#chart-revenue .legend li.init {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
#chart-revenue .legend li.pre-init {
  opacity: 0;
  margin-top: 50px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#chart-revenue .legend b {
  display: block;
  margin: 0 0 2px;
  font-weight: 600;
  color: #eb2000;
}
#chart-revenue .legend b:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -6px;
  right: -4px;
  background: #d1d1d1;
  border-radius: 50%;
}
#chart-revenue .legend li.i-4 b:after,
#chart-revenue .legend li.i-5 b:after,
#chart-revenue .legend li.i-6 b:after,
#chart-revenue .legend li.i-7 b:after {
  right: auto;
  left: -4px;
}
.revenue-details {
  margin: 0 -25px;
  text-align: center;
  font-size: 0;
}
.revenue-details .legend {
  display: inline-block;
  width: 350px;
  margin: 0 0 95px;
  padding: 14px 0 10px;
  position: relative;
  border: 7px solid #eb2000;
  font-size: 18px;
  color: #9c9c9c;
}
.revenue-details .legend:before,
.revenue-details .legend:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
}
.revenue-details .legend:before {
  width: 1px;
  height: 7px;
  margin: 0 0 0 2px;
  bottom: -14px;
  background: #eb2000;
}
.revenue-details .legend:after {
  margin: 0 0 0 -3px;
  bottom: -19px;
  border: 5px solid transparent;
  border-top-color: #eb2000;
  border-bottom-width: 0;
}
.revenue-details .legend .dollar {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 1px;
  background: url(../img/dollar.png);
  vertical-align: middle;
}
.revenue-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.revenue-details li {
  display: inline-block;
  width: 218px;
  margin: 0 25px 70px;
  padding: 115px 0 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: left;
}
.revenue-details li.low {
  padding-top: 55px;
}
.revenue-details .value {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dollar.png);
}
.revenue-details .value.level-2:after,
.revenue-details .value.level-3:after {
  content: "";
  width: 218px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dollar.png);
}
.revenue-details .value.level-2 {
  height: 60px;
}
.revenue-details .value.level-3 {
  height: 90px;
}
.revenue-details .value.level-3:after {
  height: 60px;
}
.revenue-details h2 {
  margin: 0;
  font-weight: 600;
  font-size: 34px;
  white-space: nowrap;
  font-family: "Proxima Nova", sans-serif;
}
.revenue-details li p {
  margin: 0;
  font-size: 16px;
  color: #eb2000;
}
.revenue-details li p b {
  font-weight: 600;
}
.section.average-revenue {
  padding-top: 60px;
}
.revenue-meter {
  height: 59px;
  margin: 150px 0 105px;
  position: relative;
}
.revenue-meter h2 {
  width: 132px;
  height: 132px;
  margin: 0 0 0 -73px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 46%;
  background: #fff;
  border: 7px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 33px;
  line-height: 132px;
  font-family: "Proxima Nova", sans-serif;
}
.revenue-meter ol {
  padding: 0;
  list-style: none;
}
.revenue-meter h3 {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: -80px;
  left: 46%;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}
.revenue-meter h3 small {
  display: block;
  margin: 12px 0 0;
  padding: 12px 0 0;
  position: relative;
  border-top: 1px solid #ccc;
  font-size: 16px;
  color: #696969;
}
.revenue-meter h3 small:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  top: -1px;
  right: -32px;
  background: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.revenue-meter .xhtml h3 {
  width: 220px;
  margin: 0 0 0 -285px;
}
.revenue-meter .html5 h3 {
  width: 300px;
  margin: 0 0 0 66px;
  top: 73px;
  text-align: right;
}
.revenue-meter .html5 h3 small:after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.revenue-meter .meter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 59px;
  padding: 0 0 0 25px;
  position: absolute;
  top: 0;
  background: #eb2000 url(../img/meter-arrows.png) -12px 0 no-repeat;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 60px;
  font-family: "Old Standard TT", Georgia, serif;
  color: #fff;
}
.revenue-meter .meter.init {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}
.revenue-meter .meter.pre-init {
  opacity: 0;
  width: 1% !important;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}
.revenue-meter .xhtml .meter {
  width: 46%;
  right: 54%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.revenue-meter .html5 .meter {
  width: 54%;
  padding: 0 25px 0 0;
  left: 46%;
  right: 0;
  background-image: none;
  text-align: right;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.revenue-meter .html5 .meter:after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/meter-arrows.png);
}
.section.top-categories {
  padding: 65px 0 30px;
  background: #eb2000 url(../img/html5-watermark-large.png) no-repeat fixed center center;
  color: #fff;
}
.section.top-categories h1 {
  margin: 0 0 65px;
}
.top-list h2 {
  width: 72px;
  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-family: "Proxima Nova", sans-serif;
  color: #f59080;
}
.top-list ul {
  margin: 0 70px;
  padding: 0;
  list-style: none;
}
.top-list li {
  min-height: 63px;
  margin: 0 0 40px;
  padding: 9px 0 0 17px;
  position: relative;
}
.top-list li:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 35px;
  left: 0;
  background: #f2705c;
}
.top-list li.init {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.top-list li.pre-init {
  opacity: 0;
}
.top-list h3 {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.top-list .meter {
  height: 14px;
  position: absolute;
  top: 29px;
  left: 0;
  background: #191919;
}
.top-list .numeric {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: -70px;
  border: 9px solid #191919;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 54px;
  letter-spacing: .03em;
}
.top-list .numeric b {
  font-weight: 600;
}
.top-list .verbal {
  height: 14px;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #8c8c8c;
}
.top-list .percentage {
  position: absolute;
  top: 28px;
  right: -70px;
  font-weight: 600;
  line-height: 1;
}
.section.more-categories {
  padding: 50px 0 70px;
}
.section.more-categories .category-list {
  -webkit-column-width: 223px;
  -moz-column-width: 223px;
  column-width: 223px;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  font-size: 12px;
  color: #808080;
}
.section.more-categories .category-list dl {
  width: 100%;
  overflow: hidden;
  margin: 0;
  display: inline-block;
  line-height: 1.5;
}
.section.more-categories .category-list dt,
.section.more-categories .category-list dd {
  padding: 5.5px 0;
}
.section.more-categories .category-list dt {
  width: 88%;
  float: left;
  clear: both;
}
.section.more-categories .category-list dt ~ dt,
.section.more-categories .category-list dt ~ dt + dd {
  border-top: 1px solid #e5e5e5;
}
.section.more-categories .category-list dd {
  width: 12%;
  float: right;
  margin: 0;
  text-align: right;
  font-weight: 600;
  color: #000;
}
