/*! 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 {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  
  /**
   * Contain overflow in all browsers.
   */
  
  pre {
    overflow: auto;
  }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  
  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"], /* 1 */
  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 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
  }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * Define consistent border, margin, and padding.
   */
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  
  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;
  }
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0 !important; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  /* Simple fade transition */
  .mfp-fade.mfp-bg {
      opacity: 0;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
      opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
      opacity: 0;
  }
  
  .mfp-fade.mfp-wrap .mfp-content {
      opacity: 0;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
      opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
      opacity: 0;
  }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
   }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; }
   }
  
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  
  
  
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans-Light.ttf')  format('truetype');
  }
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf')  format('truetype');
  }
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.ttf')  format('truetype');
  }
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf')  format('truetype');
  }
  
  html, button, input, select, textarea,
  .container [class *= "column"] {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
  }
  
  html,body {
      height:100%;
  }
  
  html {
    font-size: 18px;
  }
  
  @media (max-width: 640px) {
  html {
      font-size: 16px;
  }
  }
  
  @media (max-width: 480px) {
  html {
      font-size: 14px;
  }
  }
  
  @media (max-width: 320px) {
  html {
      font-size: 12px;
  }
  }
  
  body.noscroll {
      overflow: hidden;
      position: fixed;
  }
  
  h1, h2, h3, h4 {
      font-weight: 300;
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  
  p, ul {
      color: #434a54;
      line-height: 1.75;
      padding-top: 0.5rem;
      padding-bottom: 1rem;
  }
  
  header p, header ul, .sitemap p, .sitemap ul {
      color: inherit;
      line-height: inherit;
  }
  
  ol {
      color: #434a54;
  }
  
  ul, ol {
      text-align: left !important;
  }
  
  b, strong {
      font-weight: 600 !important;
  }
  
  ul {
      list-style-image: url('../images/circle.svg');
      margin: 0;
      padding: 0 0 2rem 1.75rem;
  }
  
  li {
      padding-bottom: .5rem;
  }
  
  a {
      transition: background .3s, color .3s, opacity .3s, border .3s;
      text-decoration: none;
      color: #5a94ef;
  }
  
  header a, .sitemap a {
    transition: inherit;
    color: inherit;
  }
  
  audio, form {
      margin: 1rem 0;
  }
  
  img {
      max-width: 100%;
      height: auto;
      vertical-align: text-bottom;
  }
  
  figure {
      margin: 1rem 0 !important;
      text-align: center;
  }
  
  .no-mobile {
      display: none !important;
  }
  
  .video {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
  }
      .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  
  .small {
      font-size: 75%;
  }

.table-box {
    display: block;
    width: 100%;
    overflow-x: auto;
    padding: 1rem 0;
}
    table {
        min-width: 700px;
    }
    table thead {
        font-weight: bold;
        background-color: rgb(255, 255, 255);
    }
    table thead td, table thead th {
        border-bottom: 0px;
    }
    table td {
        line-height: 2;
        vertical-align: top;
        font-size: 0.75rem;
        padding: 0.5rem;
        border-bottom: 1px dashed rgb(204, 204, 204);
    }

.highlight {
    padding: 0.25rem 0.75rem;
    margin-bottom: 1rem;
    font-weight: 400;
    border: 1px solid #cccc00;
    background-color: #ffffcc;
}
    .highlight .bold {
        font-weight: 600;
    }
  
  @media (min-width: 60rem) {
      .no-mobile {
          display: block !important;
      }
          .no-mobile.button {
              display: inline-block !important;
          }
      .mobile {
          display: none !important;
      }
  }
  
  /* grid
  ------------------------------ */
  
  *, *:before, *:after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .clearfix:before,
  .clearfix:after {
      content: " ";
      display: table;
  }
  
  .clearfix:after {
      clear: both;
  }
  
  .clearfix {
      *zoom: 1;
  }
  
  .container {
      margin: 0 auto;
      max-width: 81.25rem;
  }
  
  .column {
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      width: 100%;
  }
      .column.flow-opposite {
          float: right;
      }
      .column.nopadding {
          padding-left: 0;
          padding-right: 0;
      }
      .column.still-25 {
          width: 25%;
      }
      .column.still-50 {
          width: 50%;
      }
      .column.still-75 {
          width: 75%;
      }
      .center {
          text-align: center;
      }
  
      .column.pc-field {
        width: 20%;
        padding-right: 0;
        padding-left: 0;
      }
  
      .column.pc-field-1 {
        margin-left: 1rem;
      }
  
      .column.pc-field-4 {
        /*margin-right: 1rem*/
      }
  
      .column.pc-field-div {
        width: 4%;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        padding-top: 7px;
      }
      .column.pc-field-device {
        padding-left: 0px;
        padding-right: 0px;
        width: 92%;
        margin-left: 1rem;
      }
  
  @media (max-width: 60rem) {
      .column.m-33 {
          width: 33.33%;
      }
  }
  
  
  @media (min-width: 60rem) {
      .column.l-75 {
          width: 75%;
      }
      .column.l-66 {
          width: 66.6666%;
      }
      .column.l-60 {
          width: 60%;
      }
      .column.l-50 {
          width: 50%;
      }
      .column.l-40 {
          width: 40%;
      }
      .column.l-33 {
          width: 33.33%;
      }
      .column.l-30 {
          width: 30%;
      }
      .column.l-25 {
          width: 25%;
      }
      .column.l-20 {
          width: 20%;
      }
      .column.l-16 {
          width: 16.66%;
      }
      .column.l-10 {
          width: 10%;
      }
  
      .column.enhanced {
          padding-left: .25rem;
          padding-right: .25rem;
      }
  
      .black-friday {
          background-color: #010402;
      }
  }
  
  /* section homepage
  ------------------------------ */
  
  #homepage {
      padding-top: 3.75rem;
      margin-bottom: 2rem;
  }
  
  #homepage h2 {
      font-size: 1rem;
      margin-top: 1rem;
      margin-bottom: .25rem;
  }
  
  #homepage h3 {
      text-transform: uppercase;
      color: #656d78;
      font-size: 1rem;
      margin-top: 3rem;
  }
  
  #homepage p {
      font-size: 1rem;
      margin: 0;
      padding: .25rem 0 .5rem 0;
  }
      #homepage .news p {
      font-size: .75rem;
  }
      #homepage .news p .date {
          color: #656d78;
          text-transform: uppercase;
          font-weight: 400;
      }
  
  #homepage .header {
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      }
  
      #homepage .header.first .device {
          display: none;
      }
  
      #homepage .header.light, #product .header.light {
          background-color: #f5f7fa;
      }
      #homepage .header.dark, #product .header.dark {
          background-color: #434a54;
      }
      #homepage .header.gps-navigation, #product .header.gps-navigation {
          background-color: #44af40;
      }
      #homepage .header.family-locator, #product .header.family-locator {
          background-color: #896bd8;
      }
      #homepage .header.speed-cameras, #product .header.speed-cameras {
          background-color: #596069;
      }
      #homepage .header.car-navigation, #product .header.car-navigation {
          background-color: #5d9cec;
      }
  #homepage .holder {
      max-width: 63.25rem;
      margin: 0 auto;
  }
      #homepage .header.first .holder {
          background-color: #fff;
          padding-top: 0rem;
      }
  #homepage .text {
      margin-top: 0rem;
  }
      #homepage .light .text {
          color: #434a54;
      }
      #homepage .text img.icon {
          max-width: 6.5rem;
          border-radius: 1rem;
          margin: 1rem 0;
          border: .17rem solid #fff;
          background-color: #fff;
          position: relative;
      }
          #homepage .text img.icon.first {
              margin-top: -4rem;
          }
      #homepage .text h2 {
          font-size: 3rem;
          color: #fff;
          margin: 0;
      }
              #homepage .header.first .text h2 {
                  font-size: 2.25rem;
                  color: inherit;
                  margin: 1rem 0;
              }
  
          #homepage .header.alt .text .sale {
              position: absolute;
              margin-left: -1rem;
              width: 9rem;
              height: 9rem;
              text-align: center;
              overflow: hidden;
          }
              #homepage .header.alt .text .sale.false {
                  display: none;
              }
              #homepage .header.alt .text .sale p {
                  background-color: #ed1b2f;
                  padding: 3rem 5rem 1rem 5rem;
                  margin: -1rem 0 0 -5rem;
                  -ms-transform: rotate(-45deg);
                  -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
                  font-weight: 700;
                  font-size: 1.5rem;
              }
  
      #homepage .text p {
          color: #fff;
          font-size: 1.5rem;
          padding-bottom: 1rem;
          margin: .5rem 0;
      }
          #homepage .header.first .text p {
              color: #434a54;
              margin-bottom: 1rem;
          }
          #homepage .light .text p {
              color: #434a54;
          }
      #homepage .text .button {
          display: inline-block;
          min-width: 10rem;
          text-align: center;
          font-size: 1rem;
          padding: .5rem;
          font-weight: 400;
          color: #fff;
          border: .17rem solid #fff;
          border-radius: .5rem;
          margin-right: 1rem;
      }
      #homepage .link-arrow {
          background: url('../images/icon-arrow.png') no-repeat 100% 50%;
          background-size: contain;
          color: #4a89dc;
          font-size: 1rem;
          line-height: 1rem;
          padding-right: 1rem;
      }
          #homepage .link-arrow.alt {
              color: #fff;
              background: url('../images/icon-arrow-alt.png') no-repeat 100% 50%;
              background-size: contain;
          }
      #homepage .header.light .link-arrow {
          background: url('../images/icon-arrow-dark.png') no-repeat 100% 50%;
          background-size: contain;
          color: #434a54;
          font-size: 1rem;
          line-height: 1rem;
          padding-right: 1rem;
      }
      #homepage .bestsellers {
          padding: 1.5rem 0 3rem 0;
      }
          #homepage .bestsellers .column {
              margin-bottom: 2rem;
          }
              #homepage .bestsellers .column:last-child {
                  margin-bottom: 0rem;
              }
  
          #homepage .bestsellers h2 {
              font-size: 1.5rem;
              margin-top: 0;
              padding-bottom: 1rem;
          }
          #homepage .bestsellers h3 {
              font-size: 1rem;
              margin-top: 1rem;
              margin-bottom: 2rem;
          }
  
          #homepage .bestsellers h4 {
              margin: 0.25rem 0 0.5rem 0;
          }
          #homepage .bestsellers img {
              float: left;
              max-width: 4.5rem;
              border-radius: 1rem;
              margin: 0 1rem 0 0;
              border: .15rem solid #fff;
              background-color: #fff;
          }
          #homepage .bestsellers p {
              vertical-align: top;
              display: inline-block;
              padding: 0;
              font-size: 0.8rem;
          }
              #homepage .bestsellers p strike {
                  color: #ed1b2f;
              }
          #homepage .bestsellers .button {
              display: inline-block;
              text-align: left;
              padding: .25rem .5rem;
              font-weight: 400;
              color: #fff;
              border-radius: .5rem;
              margin-right: 1rem;
          }
      #homepage .banners .column {
          -webkit-filter: grayscale(1) opacity(0);
          filter: grayscale(1) opacity(0);
      }
      #homepage .banners .column.first {
          background: #44af40;
      }
      #homepage .banners .column.second {
          background: #596069;
      }
      #homepage .banners .column.third {
          background: #5d9cec;
      }
          #homepage .banners .column:hover {
              -webkit-filter: grayscale(0) opacity(1);
              filter: grayscale(0) opacity(1);
              transition: .3s  -webkit-filter linear;
          }
  
          #homepage .banners .column img.icon {
              z-index: 2;
              -webkit-filter: grayscale(0) opacity(1);
              filter: grayscale(0) opacity(1);
              max-width: 4.5rem;
              border-radius: 1rem;
              margin: 1rem 0 0 0;
              border: .17rem solid #fff;
              background-color: #fff;
          }
  
      #homepage .counter {
          padding-top: 1rem;
          padding-bottom: 1rem;
      }
          #homepage .counter h2 {
              font-size: 1rem;
          }
          #homepage .counter h3 {
              font-size: 1rem;
              margin-top: 1rem;
              text-transform: none;
          }
          #homepage .counter h1, #homepage .counter p {
              text-transform: uppercase;
              color: #656d78;
              font-size: 1rem;
              margin: 0;
          }
              #homepage .counter h3 img {
                  display: block;
                  margin: 0 auto;
                  padding: .5rem;
              }
      @media (min-width: 60rem) {
          #homepage .header.first {
              height: 42rem;
          }
              #homepage .header.first .nonscript {
                  position: absolute;
                  width: 100%;
                  max-width: 81.25rem;
                  height: 100%;
                  overflow: hidden;
                  background-repeat: no-repeat;
                  background-size: cover;
                  z-index: -2;
              }
              #homepage .header.first .holder {
                  background-color: transparent;
                  padding-top: 0rem;
              }
              #homepage .header .link-arrow {
                  background-image: url('../images/icon-arrow-alt.png');
                  color: #fff;
              }
              #homepage .header.first .text, #homepage .header.first .text p {
                  color: #fff;
              }
              #homepage .header.light .text, #homepage .header.light .text p {
                  color: #2b2f34;
              }
              #homepage .header.first .text h2 {
                  font-size: 3rem;
              }
  
              #homepage .header.first .device {
                  display: block;
                  position: relative;
                  overflow: hidden;
                  height: 42rem;
              }
                  #homepage .header.first .device .sale {
                      background: url('../images/kruh_cerveny.svg') no-repeat 50% 50%;
                      background-size: cover;
                      position: absolute;
                      font-size: 3rem;
                      color: #ffffff;
                      padding: 2rem 0;
                      top: 3rem;
                      left: 5rem;
                      z-index: 3;
                      width: 8rem;
                  }
                      #homepage .header.first .device .sale.false {
                          display: none;
                      }
                  #homepage .header.first .device .sale-two {
                      background: url('../images/kruh_zlte.svg') no-repeat 50% 50%;
                      background-size: cover;
                      position: absolute;
                      font-size: 1.5rem;
                      line-height: 1.35;
                      color: #ffffff;
                      padding: 2rem 0;
                      top: 9.5rem;
                      left: 5rem;
                      z-index: 2;
                      width: 8rem;
                  }
                      #homepage .header.first .device .sale-two.false {
                          display: none;
                      }
                  #homepage .header.first .device img {
                      position: absolute;
                      z-index: 1;
                      bottom: 0;
                      right: 0;
                  }
          #homepage .bestsellers.black-friday {
              color: #ffffff;
          }
          #homepage .bestsellers.black-friday h3 {
              color: #ffffff;
          }
  
          #homepage .text {
              text-align: left;
              margin-top: 12rem;
          }
              #homepage .text h2, #homepage .text p {
                  color: #fff;
              }
  
          #homepage .header.alt {
              width: 33.3333%;
              float: left;
              height: auto;
              border-top: 1rem solid #fff;
              border-left: .3333rem solid #fff;
              border-right: .3333rem solid #fff;
  
          }
              #homepage .header.alt:first-of-type, #homepage .header.alt:nth-child(4) {
                  border-left-width: 0rem;
                  border-right-width: .6666rem;
              }
              #homepage .header.alt:last-of-type, #homepage .header.alt:nth-child(3) {
                  border-left-width: .6666rem;
                  border-right-width: 0rem;
              }
          #homepage .header.alt .clearfix:after {
              clear: none;
          }
          #homepage .header.alt .frame {
              display: none;
          }
          #homepage .header.alt .text {
              text-align: center;
              margin-top: 1rem;
          }
              #homepage .header.alt .text img {
                  width: 4.5rem;
              }
              #homepage .header.alt .text h2 {
                  font-size: 1.5rem;
              }
              #homepage .header.alt .text p {
                  font-size: 1rem;
              }
              #homepage .header.alt .text p:first-of-type {
                  min-height: 6.5rem;
              }
          #homepage .header.alt .text .sale {
              margin-top: -1rem;
          }
          #homepage .counter h3 {
              font-size: 1.5rem;
              margin-top: 1rem;
              text-transform: none;
          }
          #homepage .counter h3 img {
              display: inline;
              padding: 0 .5rem 0 .5rem;
          }
          #homepage .bestsellers .column {
              margin-bottom: 0rem;
          }
      }
      @media (min-width: 41rem) and (max-width: 60rem) {
          #homepage .bestsellers .column {
              width: 50%;
          }
      }
      @media (max-width: 31rem) {
          #homepage .text h2 {
              font-size: 1.5rem;
          }
          #homepage .text p {
              font-size: 1rem;
          }
          #homepage .text .button {
              font-size: 1rem;
              padding: .25rem;
              min-width: 8rem;
              margin-right: 1rem;
          }
          #homepage .link-arrow {
          }
      }
  
  /* sections other pages
  ------------------------------ */
  
  section {
      padding-top: 6.5rem;
      padding-bottom: 4rem;
      background-color: #f3f3f3;
  }
  
  .nomargin {
      margin: 0;
  }
  
  hr {
      border-width: 0;
      display: block;
      width: 100%;
      padding: .25rem 0;
      margin: 0;
  }
  
      /* product details
      ------------------------------ */
  
      #product .header {
          text-align: center;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
      }
          #product .holder {
              max-width: 63.25rem;
              margin: 0 auto;
          }
          #product .header .holder {
              background-color: #f3f3f3;
          }
          #product .header a {
              text-decoration: none;
          }
          #product #submenu {
              border-bottom: 1px solid #d1d1d1;
              position: relative;
              -webkit-overflow-scrolling: touch;
              overflow-x: auto;
              overflow-y: hidden;
          }
              #product #submenu.false {
                  display: none;
              }
              #product #submenu ul {
                  width: 100%;
                  min-width: 52rem;
                  max-width: 61.25rem;
                  list-style-type: none;
                  line-height: normal;
                  overflow: hidden;
                  margin: 0;
                  padding: 0;
              }
                  #product #submenu ul li {
                      display: inline-block;
                      padding: 1rem;
                  }
                      #product #submenu ul li a:link, #product #submenu ul li a:visited {
                          color: #656d78;
                          padding: 1rem 0rem;
                      }
                      #product #submenu ul li a:hover, #product #submenu ul li a.active {
                          color: #1b1d21;
                          border-bottom: 1px solid #1b1d21;
                          padding: 1rem 0rem;
                          font-weight: 400;
                      }
                          #product #submenu ul li:first-child {
                          padding-left: 0;
                          }
          #product .header .mobile-banner {
              margin-top: 1rem;
          }
          #product .header img.icon, #product .addon img.icon, #product figure.icon img {
              border-radius: 1rem;
              border: .17rem solid #fff;
              background-color: #fff;
          }
              #product .addon img.icon {
                  max-width: 4.5rem;
                  max-height: 4.5rem;
                  margin-top: -2rem;
              }
              #product figure.icon img {
                  max-width: 4.5rem;
                  max-height: 4.5rem;
              }
              #product .header img.icon {
                  margin-top: -2rem !important;
                  margin-bottom: 1rem;
                  max-width: 6.5rem;
                  max-height: 6.5rem;
  
              }
          #product .header h1 {
              font-size: 3rem;
              margin: 0;
          }
          #product .header p {
              font-size: 1.25rem;
          }
              #product .header h1, #product .header p {
                  color: #1b1d21;
              }
          #product .header p.border {
              background-color: #fff;
              border-radius: 1rem;
              padding-top: 0.05rem;
              padding-bottom: 1rem;
          }
          #product .button {
              display: block;
              max-width: 15rem;
              text-align: center;
              padding: .5rem;
              margin: 0 auto;
              margin-top: .5rem;
              margin-bottom: .5rem;
              font-weight: 400;
              color: #fff;
              border: .17rem solid #fff;
              border-radius: .5rem;
              cursor: pointer;
          }
              .blue.button {
                  background-color: #5a94ef;
              }
          #product .note {
              font-size: .8rem;
          }
  
          #product .header .button {
              margin-top: 1rem;
              display: block;
          }
          #product .header .shop-icon, #product #cta-box .shop-icon {
              font-size: 0;
              margin: 0 .5rem;
              background-size: contain;
              display: inline-block;
              width: 7.375rem;
              height: 2.625rem;
          }
              #product .header .shop-icon.appstore, #product #cta-box .shop-icon.appstore {
                  background: url('../images/appstore.png') no-repeat 0 0;
                  background-size: contain;
              }
              #product .header .shop-icon.googleplay, #product #cta-box .shop-icon.googleplay {
                  background: url('../images/googleplay.png') no-repeat 0 0;
                  background-size: contain;
              }
              #product .header .shop-icon.winstore, #product #cta-box .shop-icon.winstore {
                  background: url('../images/winstore.png') no-repeat 0 0;
                  background-size: contain;
              }
              #product .header .shop-icon.amazon, #product #cta-box .shop-icon.amazon {
                  background: url('../images/amazonstore.png') no-repeat 0 0;
                  background-size: contain;
              }
  
      @media (min-width: 60rem) {
      #product .header {
          text-align: left;
          min-height: 42rem;
      }
      #product .header.alt {
          text-align: left;
          min-height: inherit;
          padding: 1rem 0;
      }
  
          #product .header .holder {
              background-color: transparent;
          }
  
          #product #submenu {
              border-bottom: 1px solid #e3e3e3;
              background: url('../images/tab_gradient.png') repeat-y 50% 0%;
              margin-bottom: 2rem;
          }
              #product #submenu.false {
                  display: block;
                  visibility: hidden;
              }
              #product #submenu ul {
                  text-align: center !important;
              }
              #product #submenu ul li:first-child {
                  padding-left: 0.5rem;
              }
          #product #submenu ul li a:link, #product #submenu ul li a:visited {
              color: #e3e3e3;
          }
                  #product #submenu ul li a:hover, #product #submenu ul li a.active {
                      color: #fff;
                      border-bottom: 1px solid #fff;
                      padding: 1rem 0rem;
                  }
          #product .light #submenu {
              border-bottom: 1px solid #7e8188;
          }
          #product .light #submenu ul li a:link, #product .light #submenu ul li a:visited {
              color: #7e8188;
          }
                  #product .light #submenu ul li a:hover, #product .light #submenu ul li a.active {
                      color: #1b1d21;
                      border-bottom: 1px solid #1b1d21;
                      padding: 1rem 0rem;
                  }
          #product .header .mobile-banner {
              display: none;
          }
          #product .header img.icon {
              margin-top: 1rem !important;
          }
          #product .header h1 {
              font-size: 3rem;
              line-height: 1.15;
          }
          #product .header p {
              font-size: 1.5rem;
              line-height: 1.25;
          }
              #product .header h1, #product .header p {
                  color: #fff;
                  max-width: 32rem;
              }
              #product .header.light h1,  #product .header.light p {
                  color: #434a54;
                  max-width: 30.625rem;
              }
          #product .header .shop-icon {
              margin: 0 .25rem 0 0;
          }
          #product .header .button {
              margin: 0;
              padding-top: 1rem;
              padding-bottom: 1rem;
          }
          #product .header p.border {
              background: none;
              border: 0;
          }
          #product .addon img.icon {
              margin-top: 0rem;
          }
      }
  
      #product .link-arrow, #article .link-arrow {
          background: url('../images/icon-arrow.png') no-repeat 100% 50%;
          background-size: contain;
          font-size: .95rem;
          line-height: 1rem;
          padding-right: 1rem;
      }
      #product .intro-text, #product .addon, #product .brand .bottom-boxes {
          padding-top: 2rem;
          padding-bottom: 1rem;
          text-align: center;
      }
          #product .feature {
              border-bottom: 1px solid #e8eaed;
              padding-top: 2rem;
              padding-bottom: 0rem;
              text-align: center;
          }
              #product .feature.alt {
                  border-bottom-width: 0;
              }
  
              #product .feature.alt.nomarginbottom {
                  margin-bottom: 0;
              }
                  #product .feature.alt img {
                      padding-top: 1rem;
                      padding-bottom: 2rem;
                  }
  
          #product .intro-text, #product .addon {
              margin-top: 2rem;
          }
          #product .space-bottom {
              margin-bottom: 2rem;
          }
          #product .border-bottom {
              border-bottom: 1px solid #e6e5e5;
          }
  
          #product .intro-text h2, #product .feature h2 {
              font-size: 1.75rem;
          }
          #product .feature p.primary {
              font-size: 1.15rem;
          }
          #product .feature .screenshot img {
              padding-bottom: 1rem;
          }
      #product .packages {
          margin-bottom: 3rem;
      }
      #product .brand {
          margin-top: 2rem;
          margin-bottom: 2rem;
      }
          #product .brand h2 {
              font-size: 1.75rem;
              font-weight: 400;
          }
          #product .brand .shop-icon {
              font-size: 0;
              margin: 0 auto;
              margin-bottom: 1rem;
              background-size: contain;
              display: inline-block;
              width: 7.375rem;
              height: 2.625rem;
          }
              #product .brand .shop-icon.appstore {
                  background: url('../images/appstore.png') no-repeat 0 0;
              }
              #product .brand .shop-icon.googleplay {
                  background: url('../images/googleplay.png') no-repeat 0 0;
              }
      #product .traffic .traffic-boxes .column:nth-child(odd) p {
          margin-bottom: 0;
      }
      #product .traffic .traffic-boxes .column:nth-child(even) p {
          margin-top: 0;
      }
      #product .traffic .traffic-boxes .column:nth-child(even) {
          border-bottom: 1px solid #e6e5e5;
      }
  
  #product figure.icon {
  
  }
  
  #product .pricing .row:not(:first-child):not(:last-child) {
      border-bottom: 1px solid #e6e5e5;
  }
      #product .pricing .icon img {
          padding: 1rem;
          max-width: 6.5rem;
          width: 100%;
      }
      #product .pricing .title p, #product .pricing .specialprice p {
          margin-top: 0;
          margin-bottom: 0;
      }
      #product .pricing .standardprice p {
          margin-top: 0rem;
          margin-bottom: 1rem;
          color: #ed1b2f;
      }
  
  #product #cta-box {
      background-color: #fff;
      border-radius: 1rem;
      padding: 0rem 1rem 2rem 1rem;
  }
      #product #cta-box.alternate {
          padding: 0 1rem;
      }
      #product #cta-box h2 {
          padding: 2rem 0 1rem 0;
      }
  
  #product ol {
      list-style-type: none;
      list-style-type: decimal !ie; /*IE 7- hack*/
  
      margin: 0;
      margin-left: 4em;
      padding: 0;
  
      counter-reset: li-counter;
  }
     #product ol > li{
          position: relative;
          margin-bottom: 20px;
          padding-left: 0.5em;
          min-height: 2em;
          border-left: .15rem solid #f5f7fa;
      }
         #product ol > li:before {
              position: absolute;
              top: 0;
              left: -1em;
              width: 0.8em;
  
              font-size: 2em;
              line-height: 1;
              font-weight: bold;
              text-align: right;
              color: #464646;
  
              content: counter(li-counter);
              counter-increment: li-counter;
          }
  
  #product ul.howitworks {
      font-size: 0;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      text-align: center !important;
  }
      #product ul.howitworks li {
          display: inline-block;
          width: 100%;
          margin; 0;
          padding: 0 1rem 1rem 1rem;
          font-size: 1rem;
      }
  
  @media (min-width: 40rem) {
      #product ul.howitworks li {
          width: 50%;
      }
  }
  
  @media (min-width: 60rem) {
      #product ul.howitworks li {
          width: 25%;
      }
  }
  
  #product ul.manufacturer {
      font-size: 0;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      text-align: center !important;
  }
      #product ul.manufacturer li {
          display: inline-block;
          width: 33.33%;
          margin; 0;
          padding: 0 1rem;
      }
  
  @media (min-width: 60rem) {
      #product ul.manufacturer li {
          width: 16.66%;
      }
  }
  
      table#compare {
          border-collapse: collapse;
          width: 100%;
          text-align: left;
          color: #434a54;
          margin: 1rem 0;
      }
          table#compare thead th {
              font-weight: 600;
              background: #fff;
          }
          table#compare thead th, table#compare tbody td {
              padding: .8rem;
          }
          table#compare tbody tr:not(:last-child) {
              border-top: 1px solid #e6e5e5;
              border-bottom: 1px solid #e6e5e5;
          }
          table#compare tbody tr td:not(:first-child), table#compare thead th:not(:first-child) {
              text-align: center;
          }
          table#compare tbody td .true {
              background: url(../images/yes.svg) no-repeat 50% 50%;
              display: inline-block;
              width: 1.4rem;
              height: 1.4rem;
              line-height: 1.8rem;
              vertical-align: middle;
          }
          table#compare tbody td .false {
              background: url(../images/no.svg) no-repeat 50% 50%;
              display: inline-block;
              width: 1.4rem;
              height: 1.4rem;
              line-height: 1.8rem;
              vertical-align: middle;
          }
  
          @media screen and (max-width: 40rem) {
              table#compare thead {
                  display: none;
              }
              table#compare tbody td {
                  display: block;
                  padding: .6rem;
                  text-align: left !important;
              }
              table#compare tbody tr td:first-child {
                  background: #f5f7fa;
              }
              table#compare tbody td:before {
                  content: attr(data-th);
                  font-weight: 600;
                  display: inline-block;
                  width: 6rem;
              }
          }
  
  
  .cd-image-container {
      position: relative;
  }
  .cd-image-container img {
    display: block;
  }
  .compare-images {
      margin-bottom: 3rem;
  }
      .compare-images span {
          padding: 0.25rem 0.75rem;
          border: 1px solid #5a94ef;
          border-radius: 1rem;
      }
          .compare-images span.new {
              color: #ffffff;
              background-color: #5a94ef;
          }
          .compare-images span.old {
              color: #5a94ef;
              background-color: #ffffff;
          }
      @media (max-width: 30rem) {
          .compare-images span {
              font-size: 0.75rem;
          }
      }
      @media (max-width: 20rem) {
          .compare-images span {
              font-size: 0.5rem;
          }
      }
  
  
  .cd-image-label {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #ed1b2f;
      font-weight: 600;
      background-color: rgba(255, 255, 255, 0.75);
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  }
  .cd-image-label.is-hidden {
    visibility: hidden;
  }
  .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
  }
  .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
  }
  
  @-webkit-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @-moz-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  .cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #5a94ef url("../images/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
  .cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c;
  }
  .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }
  
  
          .bottom-boxes {
              margin-top: 2rem;
          }
          .bottom-boxes .column {
              margin-bottom: .25rem;
              text-align: center;
          }
              .bottom-boxes .column img {
                  max-width: 4.5rem;
                  max-height: 4.5rem;
                  border-radius: 1rem;
                  margin: 1rem 0 0 0;
                  border: .17rem solid #fff;
              }
                  .bottom-boxes .column img.noborder {
                      border-radius: 0;
                      border: 0;
                  }
              .bottom-boxes .column h3 {
                  font-size: 1.25rem;
                  margin: 0rem 2rem;
                  padding-top: .5rem;
              }
              .bottom-boxes .column p {
                  font-size: .9rem;
                  margin: 0rem;
                  padding: .25rem 2rem;
              }
                  .bottom-boxes .column p.desc {
                      min-height: 5rem;
                  }
                  .bottom-boxes .column p.alt-padding {
                      padding: .5rem 2rem;
                  }
                      .bottom-boxes .column p.alt-padding.end {
                          padding-bottom: 1rem;
                      }
              .bottom-boxes .button {
                  display: block;
                  max-width: 10rem;
                  text-align: center;
                  padding: .5rem;
                  margin: 0 auto;
                  font-weight: 400;
                  color: #fff;
                  border: .17rem solid #fff;
                  border-radius: .5rem;
              }
              .bottom-boxes.false {
                  display: none;
              }
  
  
      @media (min-width: 60rem) {
          #product .intro-text, #product .feature {
              text-align: left;
          }
          #product .column.center {
              text-align: center;
          }
              #product .column.center.false {
                  text-align: left;
              }
          #product .feature h2 {
              margin-top: 5rem;
          }
          #product .feature .screenshot {
              background: url('../../assets/images/device_aOS_concept_b.svg') no-repeat 50% 0%;
              background-size: 106% auto;
              overflow: hidden;
              position: relative;
              height: 26rem;
              text-align: center;
              margin-top: 1.5rem;
          }
              #product .feature .screenshot img {
                  margin-top: 6.5rem;
                  padding-bottom: 0rem;
              }
              #product .feature .screenshot.expand {
                  height: 46rem;
              }
          #product .button {
              display: inline-block;
              max-width: 18rem;
              padding: .5rem 1.5rem;
              margin-top: 0;
              margin-top: 0;
          }
              #product .addon .button {
                  margin-right: 1rem;
              }
          #product .traffic .traffic-boxes .column:nth-child(odd) p {
              margin-bottom: 1rem;
          }
          #product .traffic .traffic-boxes .column:nth-child(even) p {
              margin-top: 1rem;
          }
          #product .traffic .traffic-boxes .column:nth-child(odd) {
              border-bottom: 1px solid #e6e5e5;
          }
  
          #product .pricing .icon img {
              padding: 0rem;
              margin: 1rem 0;
          }
          #product .pricing .title p {
              line-height: 4.125rem;
              margin: 1rem 0;
          }
          #product .pricing .specialprice p {
              margin-top: 1.5625rem;
          }
          #product .pricing .standardprice p {
              line-height: 4.125rem;
              margin: 1rem 0;
          }
      }
  
      /* article
      ------------------------------ */
      #article {
          margin-bottom: 2rem;
      }
      #article .article-content {
        background-color: #ffffff;
        padding: 2rem 0;
      }
      #article .holder {
          max-width: 63.25rem;
          margin: 0 auto;
      }
          #article .holder.narrow {
              max-width: 43.25rem;
              margin: 0 auto;
          }
      #article .header {
          margin-bottom: 1rem;
      }
          #article .header #submenu {
              border-bottom: 1px solid #d1d1d1;
              line-height: 1.5rem;
          }
          #article .header h2 {
              display: inline-block;
              margin: 0 0 .5rem 0;
              font-size: 1.5rem;
              font-weight: 400;
          }
          #article .header ul {
              list-style-type: none;
              margin: 0;
              padding: .5rem 0;
          }
              #article .header ul li {
                  display: inline-block;
                  font-size: .85rem;
              }
              #article .header ul li {
                  padding: 0 .35rem;
              }
                  #article .header ul li a:hover, #article .header ul li a.active {
                      color: #939aa3;
                  }
      #article h1 {
            font-size: 3rem;
            font-weight: 400;
            text-align: center;
            line-height: 1.25;
            margin-top: 0;
      }
        #article .article-content h1 {
            font-size: 1.75rem;
            text-align: left;
            margin-top: 1rem;
        }
      #article .categories {
          list-style-type: none;
          font-size: .85rem;
          text-align: left;
          margin: 0;
          padding-left: 0;
      }
          #article .categories li {
              display: inline-block;
              padding: 0 .5rem;
          }
              #article .categories li:first-of-type {
                  padding-left: 0;
              }
                  #article .categories li a:hover, #article .categories li a.active {
                      color: #939aa3;
                  }
      #article .container.blog-view .column {
          padding-top: 1rem;
          padding-bottom: 1rem;
      }
      #article .container.blog-view .background {
          background-color: #f5f7fa;
      }
      #article .container.blog-view img {
          display: block;
          width: 100%;
      }
      #article .container.blog-view h2 {
          font-size: 1.25rem;
          padding: 1rem 1rem .5rem 1rem;
          margin: 0;
      }
      #article .container.blog-view p.info {
          font-size: .75rem;
          text-transform: capitalize;
          color: #aab2bd;
          padding: 0 1rem;
          margin: 0;
      }
          #article .container.blog-view p.info a {
              color: #aab2bd;
              text-decoration: underline;
          }
      #article .container.blog-view p {
          font-size: .9rem;
          margin: 0;
          padding: .5rem 1rem 1rem 1rem;
      }
      #article .info {
          display: block;
          line-height: 1.5rem;
          margin: 2rem 0;
          color: #aab2bd;
      }
          #article .info a {
              display: inline-block;
              width: 2.75rem;
              height: 2.75rem;
              font-size: .01rem;
              color: rgba(255,255,255,0);
          }
              #article .info a.facebook {
                  background: url('../images/facebook.png') no-repeat 0 0;
              }
              #article .info a.twitter {
                  background: url('../images/twitter.png') no-repeat 0 0;
              }
              #article .info a.linkedin {
                  background: url('../images/linkedin.png') no-repeat 0 0;
              }
              #article .info a.google {
                  background: url('../images/google.png') no-repeat 0 0;
              }
  
      #article p.pagination {
          font-size: .75rem;
          text-align: center;
      }
          #article p.pagination a {
              padding: 0 .5rem;
          }
  
      #article .press .column {
          margin-top: 1rem;
      }
      #article .press p.date {
          margin-bottom: 0rem;
          font-size: .9rem;
          font-weight: 600;
      }
      #article .press h2 {
          margin-top: 0rem;
          margin-bottom: 0rem;
          font-size: 1.25rem;
      }
      #article .press p {
          margin-top: 0rem;
          margin-bottom: 0rem;
      }
      #article .press .other-languages {
          margin-top: .25rem;
          margin-bottom: 1rem;
      }
          #article .press .other-languages p {
              margin: .5rem;
              font-size: 0.95rem;
              line-height: 1.5rem;
              background-position: 0% 50%;
              background-repeat: no-repeat;
              padding-left: 2.35rem;
          }
              #article .press .other-languages p.ger {
                  background-image: url(../images/deu_flag_big.png);
              }
              #article .press .other-languages p.esp {
                  background-image: url(../images/esp_flag_big.png);
              }
              #article .press .other-languages p.ita {
                  background-image: url(../images/ita_flag_big.png);
              }
              #article .press .other-languages p.bra {
                  background-image: url(../images/bra_flag_big.png);
              }
              #article .press .other-languages p.cze {
                  background-image: url(../images/cze_flag_big.png);
              }
              #article .press .other-languages p.svk {
                  background-image: url(../images/svk_flag_big.png);
              }
              #article .press .other-languages p.nld {
                  background-image: url(../images/nld_flag_big.png);
              }
              #article .press .other-languages p.rus {
                  background-image: url(../images/rus_flag_big.png);
              }
              #article .press .other-languages p.pol {
                  background-image: url(../images/pol_flag_big.png);
              }
              #article .press .other-languages p.fra {
                  background-image: url(../images/fra_flag_big.png);
              }
          #article .press .other-languages a {
              color: #666a7b;
              text-decoration: underline;
          }
      #article .press .false {
          display: none;
      }
      #article .border-around-image img {
          border: 1px solid #e8eaed;
          padding: .25rem;
      }
  
      #article #form label, #article #form input, #article #form textarea {
          margin: .25rem 0;
          color: #434a54;
      }
      #article #form label:not(.checkbox), #article #form input:not(.checkbox), #article #form textarea {
          display: block;
          width: 100%;
      }
  
      #article #form input.checkbox {
          display: inline;
          margin-right: 0.75rem;
          margin-bottom: 0;
      }
  
      #article #form input.inline {
        display: inline;
      }
  
      #article #form input.w80 {
        width: 80px;
      }
  
      #article #form button {
          margin-top: 1rem;
          display: block;
          text-align: center;
          font-size: 1rem;
          padding: .5rem;
          font-weight: 400;
          color: #fff;
          border: .17rem solid #fff;
          border-radius: .5rem;
          min-width: 10rem;
          background-color: #5a94ef;
      }
  
      #article #form input:not(.file), #article #form textarea {
          border: 1px solid #e6e5e5;
          border-radius: .25rem;
      }
  
      #article #form input, #article #form textarea {
          padding: .25rem;
          margin-bottom: .75rem;
      }
      #article #form input.error, #article #form textarea.error, #article #form checkbox.error {
          border-color: #cb1122;
      }
  
      input.file {
          border: none;
      }
      #article #form label.error {
          color: #cb1122;
          margin-bottom: 1rem;
      }
  
      #article .job-desc {
          padding: .5rem;
      }
          #article .job-desc p {
              margin: .5rem 0;
          }

        #article .article-boxes {
            display: block;
            list-style: none;
            font-size: 0;
            margin: 0;
            padding: 0;
        }
            #article .article-boxes li {
                position: relative;
                display: inline-block;
                width: 100%;
                font-size: 0.85rem;
                padding: 1rem 0;
            }
            #article .article-boxes .box {
                border: 1px solid #d1d1d1;
                padding: 0.5rem;
            }
                #article .article-boxes .box h3 {
                    font-size: 1rem;
                    font-weight: 600;
                    padding-top: 0.5rem;
                }
            }
          
      @media (min-width: 60rem) {
          #article .header #submenu {
              text-align: left;
          }
          #article .header ul {
              float: right;
              list-style-type: none;
              margin: 0;
              padding: 1rem 0;
          }
              #article .header ul li {
                  display: inline-block;
                  font-size: .85rem;
              }
              #article .header ul li:last-of-type {
                  padding-right: 0 !important;
              }
          #article .header h2 {
              margin: 1rem 0;
          }
          #article .categories {
              text-align: left;
              float: right;
              line-height: 2rem;
              padding: 1rem 0;
          }
          #article .categories li:last-of-type {
              padding-right: 0;
          }
          #article .container.blog-view h2 {
              min-height: 5.625rem;
          }
      }
  
  /* cookies policy
  ------------------------------ */
  
  .eu-cookies {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      color: white;
      background-color: black;
      z-index: 1000;
      padding: 0.5rem;
      font-size: 0.75rem;
      text-align: center;
  }
  
  .eu-cookies span {
      display: block;
      padding-top: 0.5rem;
  }
  
  .eu-cookies button {
      border-style: none;
      border-radius: 0.25rem;
      background: #5a94ef;
      color: white;
      margin: 0 0.5rem;
      padding: 0.25rem;
  }
  
  .eu-cookies a {
      margin: 0 0.5rem;
  }
  
  /* footer
  ------------------------------ */
  
  footer {
      text-align: left;
      font-size: .75rem;
      margin-bottom: 2rem;
      margin-top: 2rem;
  }
      footer .container {
          border-top: 1px solid #e6e5e5;
          padding-top: 1rem;
      }
      footer h3 {
          margin-bottom: .5rem;
      }
      footer a {
          color: #656d78;
          text-decoration: none;
          margin: 0;
          padding: 0;
      }
          footer a:hover {
              color: #434a54;
          }
      footer ul {
          list-style-type: none;
          margin: 0 .75rem;
          padding: 0;
      }
          footer ul li {
              display: block;
              padding-bottom: 0;
          }
          footer ul li::before {
              content: " · ";
          }
          footer .quick-links {
              color: #434a54;
              font-size: 0.85rem;
              font-weight: 400;
          }
          footer ul.legal-info li:not(:last-of-type):after {
              content: ' | ';
          }
          footer ul.languages li:not(:last-of-type):after {
              content: ' · ';
          }
      footer p.social-media a img {
          filter: grayscale(100%);
          -webkit-filter: grayscale(100%);
          opacity: .25;
          padding-right: .25rem;
      }
          footer p.social-media a img:hover {
              filter: grayscale(0%);
              -webkit-filter: grayscale(0%);
              opacity: 1;
          }
      footer select {
          margin-bottom: 2rem;
          border: 1px solid #e6e5e5;
          background-color: transparent;
          width: 100%;
          max-width: 15rem;
      }

      .button-webview{
          text-align: center;
          position: fixed;
          bottom: 20px;
          right: 20px;
          z-index: 50;
      }