@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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%;
  /* 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, menu, nav, section, summary {
  display: block; }

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

/**
 * Prevent 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-color: 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; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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 */
  /* 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.
 */
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-keyframes bgMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-1200px);
            transform: translateY(-1200px); } }

@keyframes bgMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-1200px);
            transform: translateY(-1200px); } }

@-webkit-keyframes bgSectionMove {
  0% {
    -webkit-transform: none;
            transform: none; }

  100% {
    -webkit-transform: translate3D(-200px, -162px, 0);
            transform: translate3D(-200px, -162px, 0); } }

@keyframes bgSectionMove {
  0% {
    -webkit-transform: none;
            transform: none; }

  100% {
    -webkit-transform: translate3D(-200px, -162px, 0);
            transform: translate3D(-200px, -162px, 0); } }

@-webkit-keyframes lightCall {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    opacity: 1; }

  25%, 70% {
    opacity: 0.8; }

  40% {
    opacity: 0.4; }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    opacity: 0.9; } }

@keyframes lightCall {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    opacity: 1; }

  25%, 70% {
    opacity: 0.8; }

  40% {
    opacity: 0.4; }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    opacity: 0.9; } }

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

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

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

.fadeInLeft {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.fadeInUp {
  -webkit-animation: fadeInUp 1s ease;
          animation: fadeInUp 1s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#c152625b71562a7bb7b752375273b2d5') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-uct7p5');
  src: url('../fonts/icomoon.eot?#iefix-uct7p5') format('embedded-opentype'), url('../fonts/icomoon.woff?-uct7p5') format('woff'), url('../fonts/icomoon.ttf?-uct7p5') format('truetype'), url('../fonts/icomoon.svg?-uct7p5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-windows8:before {
  content: "\e61d"; }

.icon-apple:before {
  content: "\e61e"; }

.icon-cross3:before {
  content: "\e616"; }

.icon-movie:before {
  content: "\e617"; }

.icon-play:before {
  content: "\e618"; }

.icon-fail:before {
  content: "\e619"; }

.icon-success:before {
  content: "\e61a"; }

.icon-cross:before {
  content: "\e603"; }

.icon-drop:before {
  content: "\e604"; }

.icon-update:before {
  content: "\e605"; }

.icon-chevron-small-down:before {
  content: "\e61c"; }

.icon-controller-play:before {
  content: "\e606"; }

.icon-trash:before {
  content: "\e600"; }

.icon-triangle-right:before {
  content: "\e607"; }

.icon-attachment:before {
  content: "\e608"; }

.icon-cog:before {
  content: "\e601"; }

.icon-cross2:before {
  content: "\e609"; }

.icon-drop2:before {
  content: "\e60a"; }

.icon-home:before {
  content: "\e61b"; }

.icon-info-with-circle:before {
  content: "\e602"; }

.icon-info:before {
  content: "\e60b"; }

.icon-switch:before {
  content: "\e60c"; }

.icon-thumbs-down:before {
  content: "\e60d"; }

.icon-thumbs-up:before {
  content: "\e60e"; }

.icon-ticket:before {
  content: "\e60f"; }

.icon-time-slot:before {
  content: "\e610"; }

.icon-tools:before {
  content: "\e611"; }

.icon-traffic-cone:before {
  content: "\e612"; }

.icon-typing:before {
  content: "\e613"; }

.icon-users:before {
  content: "\e614"; }

.icon-video:before {
  content: "\e615"; }

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-weight: 200;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

* {
  outline: none; }

h1 {
  font-size: 2.4em; }

h2 {
  color: #333;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: normal; }

a.link {
  color: #d2534d;
  text-decoration: none;
  border-bottom: 1px solid #d2534d;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  a.link:hover {
    color: #b84742; }

#logo {
  position: relative;
  text-decoration: none;
  top: 35px;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
  #logo i {
    display: inline-block;
    width: 27px;
    height: 42px;
    background: url('../images/logo-dragand.png') left no-repeat;
    background-size: cover;
    margin-right: 15px; }
  #logo h1 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    color: white;
    font-weight: 200;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    margin: 0;
    font-size: 1.4rem; }
  #logo:hover h1 {
    color: #eaeaea; }
  #logo:after {
    content: "";
    display: table;
    clear: both; }

p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem; }

.container {
  position: relative;
  height: 100%;
  width: 90%;
  max-width: 960px;
  margin: auto; }

.downloadBtn {
  text-decoration: none;
  display: inline-block;
  font-size: 0.83rem;
  font-weight: 200;
  color: white;
  padding: 9px 20px 11px 20px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
  .downloadBtn i {
    font-size: 2rem;
    margin-right: 12px;
    vertical-align: top; }
  .downloadBtn .downloadBtnContent {
    display: inline-block;
    line-height: 0.94rem; }
    .downloadBtn .downloadBtnContent span {
      display: block;
      vertical-align: top; }
      .downloadBtn .downloadBtnContent span.version {
        font-size: 0.7rem; }
    .downloadBtn .downloadBtnContent::after {
      content: '';
      clear: both;
      display: table; }

.getMacApp {
  background: white;
  padding-left: 17px;
  margin-right: 30px;
  color: #2e2e2e; }
  .getMacApp:hover {
    background: #d1d3d4; }

.getWinApp {
  background: #00bcf2; }
  .getWinApp:hover {
    background: #2b94b7; }

.social {
  float: right; }
  .social .fb_iframe_widget {
    vertical-align: top;
    margin-right: 20px; }
  .social .twitter-share-button {
    width: 87px !important; }
  .social iframe:first-child {
    margin-right: 7px; }

.bgMove {
  position: absolute;
  height: 300%;
  z-index: -1;
  width: 100%; }

#twitter-widget-2 {
  margin-right: 7px; }

header {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background: lightgrey;
  color: white;
  background: transparent;
  overflow: hidden; }
  header .bgMove {
    background: url('../images/bg.jpg') top center repeat black;
    -webkit-animation: bgMove 40s linear infinite;
            animation: bgMove 40s linear infinite; }
  header::before, header::after {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.8;
    width: 15%;
    height: 100%; }
  header::before {
    left: 0;
    background: -webkit-linear-gradient(left, #000000 0%, transparent 100%);
    background: linear-gradient(to right, #000000 0%, transparent 100%); }
  header::after {
    right: 0;
    background: -webkit-linear-gradient(right, #000000 0%, transparent 100%);
    background: linear-gradient(to left, #000000 0%, transparent 100%); }
  header .container .description {
    position: relative;
    top: 33%;
    max-width: 465px; }
    header .container .description h1 {
      margin: 0;
      font-weight: 400; }
    header .container .description p {
      margin: 30px 0; }
    header .container .description strong {
      display: inline-block;
      margin-top: 10px;
      font-size: 0.8rem;
      font-weight: 200; }
  header .container .getMacApp {
    padding-left: 17px;
    margin-right: 30px; }
  header .container #appScreen {
    position: absolute;
    top: 50%;
    max-width: 365px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1; }
  header #scrollIcon {
    position: absolute;
    bottom: 5%;
    left: 50%;
    text-align: center;
    color: #EEE;
    font-size: 2rem;
    margin-left: -10px;
    z-index: 99;
    cursor: pointer;
    width: 20px;
    -webkit-animation: arrow 2s ease infinite;
            animation: arrow 2s ease infinite;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
    header #scrollIcon:hover {
      opacity: 0.7; }

#getTheApp {
  background: #1e2123;
  padding: 80px 5%;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #getTheApp::before {
    content: '';
    display: block;
    position: absolute;
    top: -290px;
    left: 0%;
    width: 130%;
    height: 870px;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    z-index: 1;
    background: url('../images/patternBg.png') center repeat;
    -webkit-animation: bgSectionMove 18s linear infinite;
            animation: bgSectionMove 18s linear infinite;
    opacity: 0.5; }
  #getTheApp .downloadBtn {
    position: relative;
    z-index: 1000;
    text-align: left; }
  #getTheApp p {
    font-size: 0.85rem;
    margin: 0;
    color: white; }

#features {
  padding: 90px 0; }
  #features::after {
    content: '';
    clear: both;
    display: table; }
  #features .feature {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
    padding: 0 3%;
    text-align: center;
    color: #555; }
    #features .feature .circle {
      height: 100px;
      width: 100px;
      background: #d2534d;
      border-radius: 100%;
      margin: auto;
      overflow: hidden; }
      #features .feature .circle img {
        margin: auto;
        width: 50%;
        display: block;
        position: relative;
        -webkit-transform: translateY(150px);
            -ms-transform: translateY(150px);
                transform: translateY(150px);
        opacity: 0; }
      #features .feature .circle.visible img {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      #features .feature .circle #hand-icon {
        top: 22px;
        -webkit-transition: all 0.5s ease, opacity 0.5s ease 0.2s;
                transition: all 0.5s ease, opacity 0.5s ease 0.2s; }
      #features .feature .circle #earth-icon {
        top: 20px;
        width: 60%;
        -webkit-transition: all 0.5s ease 0.4s, opacity 0.5s ease 0.5s;
                transition: all 0.5s ease 0.4s, opacity 0.5s ease 0.5s; }
      #features .feature .circle #rocket-icon {
        top: 12px;
        -webkit-transition: all 0.5s ease 0.6s, opacity 0.5s ease 0.7s;
                transition: all 0.5s ease 0.6s, opacity 0.5s ease 0.7s; }
    #features .feature h2 {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1.1rem;
      margin: 20px 0 10px 0;
      letter-spacing: 0.05rem; }
    #features .feature p {
      margin: 0 auto; }

#apiStats {
  background: #f8f8f8;
  padding: 80px 0px; }
  #apiStats:after {
    content: '';
    clear: both;
    display: table; }
  #apiStats .left {
    float: left;
    width: 40%;
    opacity: 0; }
    #apiStats .left img {
      width: 100%;
      display: block;
      margin: auto; }
  #apiStats .right {
    float: right;
    width: 50%;
    margin-left: 5%;
    margin-top: 2%; }
    #apiStats .right #stats {
      padding: 0;
      list-style: none;
      text-align: center;
      margin-top: 40px; }
      #apiStats .right #stats::after {
        content: '';
        clear: both; }
      #apiStats .right #stats li {
        text-transform: uppercase;
        display: block;
        float: left;
        position: relative;
        padding: 0 27px;
        box-sizing: border-box;
        font-size: 0.9rem;
        color: #d2534d;
        font-weight: 400; }
        #apiStats .right #stats li span {
          display: block;
          color: #333;
          font-weight: normal;
          font-size: 2.3rem;
          margin-bottom: 5px; }
        #apiStats .right #stats li::after {
          content: '';
          position: absolute;
          right: 0;
          top: 20px;
          height: 30px;
          width: 1px;
          background-color: #d7d7d7; }
        #apiStats .right #stats li:first-child {
          padding-left: 0; }
        #apiStats .right #stats li:last-child::after {
          display: none; }

#joinTheLeague {
  padding: 80px 0px; }
  #joinTheLeague:after {
    content: '';
    clear: both;
    display: table; }
  #joinTheLeague .left {
    float: left;
    width: 50%;
    margin-left: 5%;
    padding-top: 4%; }
    #joinTheLeague .left a {
      color: #d2534d;
      text-decoration: none;
      padding-bottom: 2px;
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
      #joinTheLeague .left a:hover {
        opacity: 0.7; }
  #joinTheLeague .right {
    float: left;
    width: 45%; }
    #joinTheLeague .right svg {
      margin: auto;
      display: block;
      width: 70%; }
      #joinTheLeague .right svg #gitHubSVGGroup {
        -webkit-animation: none !important;
                animation: none !important; }

footer {
  padding: 23px 0; }
  footer::after {
    content: '';
    clear: both;
    display: table; }
  footer #logoLight {
    position: relative;
    float: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
    footer #logoLight i {
      display: inline-block;
      width: 24px;
      height: 40px;
      background: url('../images/logo-dragand.png') left no-repeat;
      background-size: cover;
      margin-right: 15px; }
    footer #logoLight span {
      display: inline-block;
      vertical-align: top;
      padding: 12px 0;
      color: white;
      font-weight: 200;
      font-family: 'Montserrat', helvetica, arial, sans-serif;
      margin: 0;
      font-size: 1rem;
      color: #c8c8c8;
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
    footer #logoLight:hover span {
      color: #1E2123; }
  footer .credits {
    float: left;
    color: #c8c8c8;
    font-size: 0.6rem;
    margin-top: 15px;
    margin-left: 35px; }
    footer .credits a {
      text-decoration: none;
      color: #999;
      border-bottom: 1px solid #c8c8c8;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
      footer .credits a:hover {
        color: #1E2123; }
  footer .social {
    margin-top: 12px; }

#newsletter {
  position: relative;
  padding: 80px 0;
  text-align: center;
  color: white;
  width: 100%;
  background: url('../images/city-center-bg.jpg') center bottom no-repeat, url('../images/city-repeat-bg.jpg') bottom left repeat-x, #d2514b; }
  #newsletter h2 {
    margin-top: 0;
    color: white; }
  #newsletter p {
    margin: 40px auto; }
  #newsletter #mce-responses {
    display: block;
    width: 80%;
    margin: 15px auto 45px auto;
    max-width: 450px;
    line-height: 1.5rem; }
    #newsletter #mce-responses a {
      margin-top: 15px;
      color: white;
      text-decoration: none;
      border-bottom: 1px solid white; }
  #newsletter .NlSubmit {
    height: 50px;
    margin: auto;
    width: 80%;
    max-width: 450px;
    border-radius: 2px;
    background: #262a2c;
    position: relative;
    overflow: hidden; }
    #newsletter .NlSubmit::after {
      content: '';
      clear: both;
      display: table; }
    #newsletter .NlSubmit input {
      display: block;
      float: left;
      height: 50px;
      box-sizing: border-box;
      border: 0;
      overflow: hidden;
      font-size: 0.9em; }
    #newsletter .NlSubmit input[type="email"] {
      width: 76%;
      background: #262a2c;
      padding: 0 20px;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
    #newsletter .NlSubmit input[type="submit"] {
      width: 24%;
      text-align: center;
      background: #1e2123;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      text-transform: uppercase; }
      #newsletter .NlSubmit input[type="submit"]:hover {
        background: #2e3235; }
  #newsletter #dragandLightCall {
    position: absolute;
    bottom: 207px;
    left: 50%;
    margin-left: 210px;
    width: 200px;
    height: 93px;
    background: url('../images/cone.png') left no-repeat;
    background-size: contain;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-5deg) scale(0);
        -ms-transform: rotate(-5deg) scale(0);
            transform: rotate(-5deg) scale(0);
    -webkit-transition: all 1.3s ease;
            transition: all 1.3s ease; }
    #newsletter #dragandLightCall.scaleUp {
      -webkit-transform: rotate(-5deg) scale(1);
          -ms-transform: rotate(-5deg) scale(1);
              transform: rotate(-5deg) scale(1); }
    #newsletter #dragandLightCall.animated {
      -webkit-animation: lightCall 15s ease infinite;
              animation: lightCall 15s ease infinite;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    #newsletter #dragandLightCall img {
      position: absolute;
      right: 18px;
      top: 9px; }
  #newsletter.scrolled .NlSubmit input {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  #newsletter.scrolled #dragandLightCall {
    -webkit-transform: rotate(-5deg) scale(1);
        -ms-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1); }

@media screen and (max-width: 1080px) {
  #apiStats .right #stats li {
    padding: 0 18px; } }

@media screen and (max-width: 940px) {
  h1 {
    font-size: 2em; }
  header::before, header::after {
    width: 3%; }
  header .container h1 {
    max-width: 344px; }
  header .container .description {
    top: 25%;
    width: 48%; }
    header .container .description strong {
      width: 55px;
      display: block;
      margin: auto; }
  header .container .getMacApp {
    margin-right: auto;
    margin-bottom: 30px;
    width: 192px; }
  .download-btn {
    display: block;
    width: 200px;
    margin: 0 auto 30px auto; }
  .getMacApp {
    margin-right: auto; }
  #apiStats .left {
    float: none;
    display: block;
    width: 40%;
    margin: 0 auto 20px auto; }
  #apiStats .right {
    width: 100%;
    padding: 0; }
    #apiStats .right #stats {
      text-align: left; }
  #newsletter {
    background: url('../images/city-center-bg.jpg') right bottom no-repeat #d2514b; }
    #newsletter #dragandLightCall {
      display: none; } }

@media screen and (max-width: 800px) {
  header {
    height: 100vh; }
    header .container .description {
      top: 25%;
      width: 51%; }
    header .container #appScreen {
      position: absolute;
      width: 45%;
      bottom: 20%;
      right: 0; } }

@media screen and (max-width: 705px) {
  #features .feature {
    width: 80%;
    margin: auto;
    float: none;
    margin-bottom: 60px; }
  #features h2, #features p {
    display: inline-block;
    width: 80%;
    max-width: 400px; }
  footer .social {
    margin-top: 20px; } }

@media screen and (max-width: 630px) {
  #apiStats .left {
    width: 80%; }
  #logo {
    top: 15px; }
  header .container h1 {
    max-width: auto;
    margin-top: 40px; }
  header .container .social {
    margin-top: 20px;
    position: absolute;
    right: 0; }
  header .container .description {
    text-align: center;
    top: 55px;
    width: 100%; }
    header .container .description h1 {
      font-size: 1.7rem; }
    header .container .description p {
      margin: 30px auto; }
  header .container #appScreen {
    display: none; }
  header .container .downloadBtnContent {
    text-align: left; }
  header .container #scrollIcon {
    bottom: 3%; }
  .downloadBtn {
    width: 200px;
    margin: 0 auto 15px auto;
    display: block; }
  .getWinApp {
    width: 190px; }
  #apiStats .right #stats li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding: 0; }
    #apiStats .right #stats li:last-child {
      margin-bottom: 0; }
    #apiStats .right #stats li::after {
      content: '';
      display: none; }
  #joinTheLeague .left {
    width: 100%; }
  #joinTheLeague .right {
    width: 100%;
    margin-top: 40px; }
    #joinTheLeague .right svg {
      width: 80%;
      margin: auto;
      display: block; }
  #newsletter p {
    width: 80%;
    margin: 30px auto; }
  #newsletter .NlSubmit input {
    font-size: 0.9rem; }
  #newsletter .NlSubmit input[type="email"] {
    width: 68%; }
  #newsletter .NlSubmit input[type="submit"] {
    width: 32%;
    font-size: 0.7rem; } }
