/*! 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"],
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; }

body {
  color: #4a4a4a;
  line-height: 1.2;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #f2f2f2; }

a {
  color: #17a4ff; }
  a:focus {
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit; }

.site-header {
  background: #363b42; }

.site-wrapper {
  position: relative;
  min-width: 1000px;
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 3px 0 #c6c6c6;
  background: #fff;
  overflow: hidden; }

.site-content {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto; }

.button {
  display: inline-block;
  vertical-align: top;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none !important;
  -webkit-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out; }
  .button + .button {
    margin-left: 15px; }
  .button:focus {
    outline: none; }

.button-setapp {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px; }
  .button-setapp:hover .setapp-info-popup {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1; }

.setapp-info-popup {
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  width: 206px;
  background: #000;
  padding: 16px 0;
  bottom: 55px;
  left: 50%;
  margin-left: -103px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  text-align: left; }
  .setapp-info-popup::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -4px;
    left: 50%;
    margin-left: -4px; }
  .setapp-info-popup-title {
    padding: 0 20px;
    font-weight: 600; }
  .setapp-info-popup-text {
    padding: 12px 20px 0;
    font-weight: 300; }

.button-link {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300; }
  .button-link:hover {
    text-decoration: underline !important; }

.buynow-text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 18px 0 0; }
  .buynow-text a {
    color: #17A4FF;
    text-decoration: none; }

.button-appstore {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out; }
  .button-appstore img {
    height: 46px;
    vertical-align: top; }
  .button-appstore + .button {
    margin-left: 10px; }
  .button-appstore:hover {
    opacity: .85; }

.button-small {
  padding: 7px 15px;
  font-size: 15px; }

.button-cta {
  background: #72b100; }
  .button-cta:hover {
    background: #7fc207; }
  .button-cta.-blue {
    background: #4a60ff; }
    .button-cta.-blue:hover {
      background: #647bff; }

.button-transparent {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.8); }
  .button-transparent:hover {
    color: #fff; }

.button-transparent-dark {
  background: none;
  box-shadow: inset 0 0 0 1px #d2d5d7;
  color: #4c4c4c; }
  .button-transparent-dark:hover {
    box-shadow: inset 0 0 0 1px #94979b; }

.button-submit {
  padding: 7px 27px;
  font-size: 16px;
  background: #25a3f5; }
  .button-submit:hover {
    background: #45b0f6; }
  .button-submit[disabled] {
    background: #c4c7cb; }

.input {
  margin-right: 7px;
  border: none;
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 16px;
  box-shadow: 0 0 0 1px #ddd;
  box-sizing: border-box;
  width: 300px;
  -webkit-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out;
  -webkit-appearance: none; }
  .input:focus {
    box-shadow: 0 0 0 1px #25a3f5;
    outline: none; }
  .input.error {
    box-shadow: 0 0 0 1px #ff4b4b; }

.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11px 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  z-index: 5000;
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out; }
  .nav.-active, .nav:hover {
    background: rgba(0, 12, 25, 0.94); }
  .nav-cols {
    display: table;
    width: 100%; }
  .nav-col {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .nav-col:nth-child(2) {
      width: 100%;
      padding-left: 10px; }
    @media only screen and (max-width: 767px) {
      .nav-col {
        position: inherit; } }
  .nav-logo {
    display: block;
    opacity: .8;
    position: relative;
    top: 2px; }
    .nav-logo:hover {
      opacity: 1; }
    @media only screen and (max-width: 767px) {
      .nav-logo {
        opacity: 1; } }
    .nav-logo img.-dark {
      top: 0;
      left: 0;
      position: absolute;
      visibility: hidden;
      opacity: 0; }
  .nav-languages-link {
    position: relative; }
  .nav-links {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .nav-links {
        position: absolute;
        width: 100%;
        left: 0;
        top: 55px;
        background: rgba(0, 12, 25, 0.94);
        overflow: hidden;
        max-height: 0;
        -webkit-transition: .4s max-height ease-in-out;
        transition: .4s max-height ease-in-out; } }
    @media only screen and (max-width: 767px) {
      .nav-links.-active {
        max-height: 340px; } }
    @media only screen and (max-width: 767px) {
      .nav-links.-active.-mobile {
        max-height: 860px; } }
  .nav-link {
    margin: 0 8px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #fff;
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400; }
    .nav-link:hover {
      opacity: 1;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .nav-link {
        margin: 0 20px;
        display: block;
        text-align: left;
        padding: 12px 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        cursor: pointer; } }
    @media only screen and (max-width: 767px) {
      .nav-link.-active .nav-dropdown {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); } }
    .nav-link.-hidden {
      visibility: hidden; }
  .nav-products-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .nav-products-wrapper {
        display: block; } }
  .nav-dropdown {
    margin-left: 7px;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    transition: .2s transform ease-in-out; }
    .nav-dropdown.-dark {
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 0;
      opacity: 0;
      visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .nav-dropdown {
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 3px; } }
  @media only screen and (max-width: 767px) {
    .nav #nav-languages, .nav #nav-accordion-languages {
      display: none; } }
  .nav .accordion-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    background: rgba(0, 12, 25, 0.94);
    padding: 15px 0;
    margin: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: -83px;
    top: 58px;
    visibility: hidden;
    opacity: 0;
    list-style-type: none;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .nav .accordion-content {
        position: relative;
        padding: 0 20px;
        left: 0;
        top: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        background: none;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out; } }
    .nav .accordion-content:before {
      content: '';
      position: absolute;
      width: 48px;
      height: 20px;
      top: -20px;
      left: 50%;
      opacity: .95;
      margin-left: -24px;
      background: url(/img/moo/nav-arrow.svg) no-repeat center top; }
      @media only screen and (max-width: 767px) {
        .nav .accordion-content:before {
          display: none; } }
    .nav .accordion-content li {
      padding: 0 28px;
      -webkit-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out; }
      @media only screen and (max-width: 767px) {
        .nav .accordion-content li {
          padding: 0; } }
      .nav .accordion-content li:hover {
        background: rgba(255, 255, 255, 0.1); }
        @media only screen and (max-width: 767px) {
          .nav .accordion-content li:hover {
            background: none; } }
      .nav .accordion-content li:nth-child(1) .accordion-title {
        border-top: none; }
        @media only screen and (max-width: 767px) {
          .nav .accordion-content li:nth-child(1) .accordion-title {
            border-top: 1px solid rgba(255, 255, 255, 0.15); } }
    .nav .accordion-content.-active {
      visibility: visible;
      opacity: 1;
      pointer-events: auto; }
      @media only screen and (max-width: 767px) {
        .nav .accordion-content.-active {
          max-height: 580px; } }
    .nav .accordion-content.-with-icons .accordion-title {
      color: #fff;
      display: block;
      position: relative;
      padding-left: 60px;
      padding-top: 8px;
      padding-bottom: 8px;
      cursor: pointer;
      text-align: left;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .nav .accordion-content.-with-icons .accordion-title {
          padding-top: 12px;
          padding-bottom: 12px;
          border-top: 1px solid rgba(255, 255, 255, 0.15); } }
    .nav .accordion-content#nav-accordion-languages {
      left: auto;
      right: -50px;
      min-width: 197px; }
      @media only screen and (max-width: 1199px) {
        .nav .accordion-content#nav-accordion-languages {
          right: -5px; } }
      @media only screen and (max-width: 1199px) {
        .nav .accordion-content#nav-accordion-languages:before {
          left: auto;
          right: 30px;
          margin-left: 0; } }
      .nav .accordion-content#nav-accordion-languages .accordion-title {
        padding-top: 14px;
        padding-bottom: 14px; }
      .nav .accordion-content#nav-accordion-languages .accordion-image {
        display: block;
        height: 28px;
        min-width: 22px;
        background-image: url(/img/cleanmydrive/languages/flags.png);
        background-size: 37px;
        background-repeat: no-repeat;
        margin-bottom: 14px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.de {
          background-position: center top; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.en {
          background-position: center -28px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.es {
          background-position: center -56px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.fr {
          background-position: center -84px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.it {
          background-position: center -112px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.jp {
          background-position: center -140px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.nl {
          background-position: center -168px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.pl {
          background-position: center -197px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.pt {
          background-position: center -225px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.ru {
          background-position: center -253px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.uk {
          background-position: center -281px; }
        .nav .accordion-content#nav-accordion-languages .accordion-image.zh {
          background-position: center -309px; }
  .nav .accordion-image {
    position: absolute;
    width: 42px;
    left: 3px;
    top: 50%;
    margin-right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .nav .accordion a {
    color: #fff;
    text-decoration: none; }
  .nav .accordion-text {
    margin-top: 3px;
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    width: 150px;
    white-space: normal; }
    @media only screen and (max-width: 767px) {
      .nav .accordion-text {
        width: 100%;
        white-space: nowrap; } }
  .nav-switcher {
    display: none;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
    .nav-switcher-bar {
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      border-radius: 5px;
      background: #fff;
      -webkit-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .nav-switcher-bar:first-child {
        top: 0; }
      .nav-switcher-bar:last-child {
        bottom: 0; }
    .nav-switcher.-active {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
      .nav-switcher.-active .nav-switcher-bar:first-child {
        -webkit-transform-origin: 13px 4px;
        transform-origin: 13px 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .nav-switcher.-active .nav-switcher-bar:last-child {
        -webkit-transform-origin: 13px 0;
        transform-origin: 13px 0;
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg); }
    @media only screen and (max-width: 767px) {
      .nav-switcher {
        display: block; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .nav-grid.-languages .nav-grid-image {
    background-image: url(/img/cleanmydrive/languages/flags@2x.png);
    background-size: 63px; } }
.footer {
  color: #2c3e50;
  font-size: 12px;
  line-height: 1.5;
  background: #193f5c; }
  .footer li {
    margin-bottom: 10px; }
  .footer a {
    color: #bac6de;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer-copy {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    line-height: 20px; }
  .footer-dmca {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: right; }
  .footer-cols {
    padding: 12px 0 26px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(219, 219, 221, 0.4); }
  .footer-title {
    margin: 30px 0 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600; }
  .footer-slim {
    padding: 23px 0;
    color: #bac6de;
    text-align: center;
    margin: 0 auto;
    max-width: 920px; }

@media all and (max-width: 767px) {
  .footer-cols {
    padding: 40px 0 2px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-title {
    margin: 0;
    padding: 8px 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 15px;
    cursor: pointer; }
  .footer li {
    padding: 5px 6px; }
  .footer-cols {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .footer-dmca {
    display: none; }
  .footer-copy {
    width: 100%;
    text-align: center; } }
.site-navigation {
  display: table;
  width: 100%;
  padding: 20px 0; }

.site-navigation-block {
  display: table-cell;
  vertical-align: middle; }

.site-navigation-links {
  width: 100%;
  text-align: center; }

.site-navigation-logo {
  position: relative;
  top: 2px;
  opacity: .7; }
  .site-navigation-logo:hover {
    opacity: 1; }

.site-navigation-link {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #F5F5F5; }
  .site-navigation-link:hover {
    color: #fff; }

.site-navigation-link-dd {
  position: relative;
  cursor: pointer;
  padding: 0 10px; }
  .site-navigation-link-dd:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #F5F5F5;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    margin-left: -3px; }
  .site-navigation-link-dd:hover:before {
    border-top-color: #fff; }

.nav .accordion-content {
  max-height: 1000px; }
  .nav .accordion-content.-active {
    max-height: 1000px; }
  @media only screen and (max-width: 767px) {
    .nav .accordion-content:before {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .nav .accordion-content {
      display: block;
      position: absolute;
      background: rgba(0, 12, 25, 0.94);
      padding: 15px 0;
      margin: 0;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      left: -83px;
      top: 58px;
      overflow: visible;
      opacity: 0; } }
  @media only screen and (max-width: 767px) {
    .nav .accordion-content .accordion-text {
      width: 150px;
      white-space: normal; } }
  .nav .accordion-content.-with-icons .accordion-title {
    padding-top: 8px;
    padding-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      .nav .accordion-content.-with-icons .accordion-title {
        border-top: 0; } }
  @media only screen and (max-width: 767px) {
    .nav .accordion-content.-with-icons li {
      padding: 0 28px; } }
  @media only screen and (max-width: 767px) {
    .nav .accordion-content.-with-icons li:hover {
      background: rgba(255, 255, 255, 0.1); } }
  @media only screen and (max-width: 767px) {
    .nav .accordion-content.-with-icons li:nth-child(1) .accordion-title {
      border-top: none; } }
  .nav .accordion-content li:nth-child(1) .accordion-title {
    border-top: none; }
  .nav .accordion-content#nav-accordion-languages {
    display: block; }
    @media only screen and (max-width: 1199px) {
      .nav .accordion-content#nav-accordion-languages {
        right: -5px; } }
    @media only screen and (max-width: 1199px) {
      .nav .accordion-content#nav-accordion-languages:before {
        left: auto;
        right: 30px;
        margin-left: 0; } }
.nav #nav-languages {
  display: inline-block; }
.nav-dropdown {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0; }
.nav .container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
.nav-cols {
  max-width: 1020px;
  margin: 0 auto; }
@media only screen and (max-width: 767px) {
  .nav-col {
    position: relative; } }
@media only screen and (max-width: 767px) {
  .nav-logo {
    opacity: 0.8; } }
@media only screen and (max-width: 767px) {
  .nav-links {
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    background: none;
    overflow: visible;
    max-height: 100%;
    -webkit-transition: .4s max-height ease-in-out;
    transition: .4s max-height ease-in-out; } }
@media only screen and (max-width: 767px) {
  .nav-link {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    position: relative;
    vertical-align: top;
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
    border-top: none; } }
@media only screen and (max-width: 767px) {
  .nav-link.-active .nav-dropdown {
    -webkit-transform: none;
    transform: none; } }
@media only screen and (max-width: 767px) {
  .nav-products-wrapper {
    display: inline-block; } }
@media only screen and (max-width: 767px) {
  .nav-switcher {
    display: none; } }
.nav-grid-item {
  color: rgba(255, 255, 255, 0.8); }
@media only screen and (max-width: 767px) {
  .nav-grid {
    visibility: visible; } }

.site-footer {
  padding: 30px 0;
  color: #4F4F4F;
  font-size: 13px;
  line-height: 1.5;
  background: #F7F7F7; }
  .site-footer a {
    color: #4F4F4F;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }

.site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff; }
  .site-footer-block a {
    display: inline-block;
    margin-bottom: 5px; }
    .site-footer-block a:last-child {
      margin-bottom: 0; }

.site-footer-title {
  font-size: 21px;
  margin: 5px 0; }
  .site-footer-title:first-child {
    margin-top: 0; }

.site-footer-slim {
  display: table;
  width: 100%; }
  .site-footer-slim a {
    color: #4A90E2;
    text-decoration: underline; }
    .site-footer-slim a:hover {
      text-decoration: none; }

.site-footer-slim-left,
.site-footer-slim-right,
.site-footer-slim-center {
  display: table-cell; }

.site-footer-slim-right {
  text-align: right; }

.site-footer-slim-center {
  text-align: center; }

.site-footer-slim-separator {
  margin: 0 15px; }

.footer {
  background: #F7F7F7; }
  .footer-cols {
    margin: 0 auto;
    max-width: 920px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .footer-cols {
        padding: 12px 0 26px;
        -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit; } }
  .footer-title {
    color: #424242; }
    @media only screen and (max-width: 767px) {
      .footer-title {
        margin: 30px 0 15px;
        padding: 0;
        border-top: none;
        font-size: 14px;
        cursor: default; } }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  @media only screen and (max-width: 767px) {
    .footer li {
      padding: 0; } }
  .footer a {
    color: #616161;
    text-decoration: none; }
  .footer-slim {
    color: #9e9e9e; }

.accordion-arrow {
  background-image: url(/img/cleanmydrive/dropdown-dark@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  display: none; }

.section-footer-help {
  padding: 90px 0;
  display: table;
  width: 100%; }

.section-footer-help-col {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  text-align: center; }
  .section-footer-help-col:nth-child(2) {
    width: 40%;
    padding: 0 5%; }

.section-footer-help-icon {
  height: 50px;
  margin-bottom: 15px; }

.section-footer-help-title {
  margin-bottom: 15px;
  font-size: 20px; }

.section-footer-help-text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

.section-footer-help-more {
  margin-top: 15px;
  font-size: 16px; }
  .section-footer-help-more a {
    text-decoration: none; }
    .section-footer-help-more a:hover {
      text-decoration: underline; }

.modal-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #00041F;
  background: rgba(0, 4, 31, 0.9);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
  .modal-overlay.active {
    visibility: visible;
    opacity: 1; }

.modal {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 5000;
  -webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: visibility .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out;
  -webkit-transform: scale(1.4) translateZ(0);
  transform: scale(1.4) translateZ(0); }
  .modal.is-fullscreen {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.modal-content {
  display: none; }

.modal-close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url("../../img/core/close.png") center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s; }
  .modal-close:hover {
    opacity: .7; }

.modal-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-align: center; }

.modal-download {
  width: 660px;
  background: #fff;
  text-align: center; }

.modal-download-popup-top {
  padding: 40px 50px; }

.modal-download-popup-bottom {
  padding: 40px 50px;
  background: #F8F8F8; }

.modal-download-popup-logo {
  margin-bottom: 25px;
  height: 170px; }
  .modal-download-popup-logo img {
    max-width: 100%;
    max-height: 100%; }

.modal-download-popup-title {
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3; }

.modal-download-popup-subtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #82838D; }

.modal-download-popup-form-title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5; }

.modal-download-popup-success-title {
  margin-top: 15px;
  color: #82838D;
  font-size: 16px;
  line-height: 1.6; }

.modal-download-popup-alt-button {
  margin-top: 30px; }

.modal-download-popup-alt-text {
  margin-top: 15px;
  font-size: 12px;
  color: #82838D; }

.modal-video {
  width: 100%;
  height: 100%; }
  .modal-video iframe {
    vertical-align: top; }
  .modal-video .modal-close {
    width: 63px;
    height: 63px;
    background: url("../../img/core/close-white.png") center no-repeat;
    background-size: 100% auto; }

.modal-grid {
  display: table;
  width: 100%; }

.modal-grid-row {
  display: table-row; }

.modal-grid-cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 45px; }

.modal-grid-item {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s -webkit-transform;
  transition: .2s transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .modal-grid-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

#site-modal-products .modal-grid-cell:nth-child(1) {
  padding-left: 0; }
#site-modal-products .modal-grid-cell:nth-child(4) {
  padding-right: 0; }

.modal-products-name {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-weight: 300; }

.modal-products-info {
  margin-top: 2px;
  display: block;
  font-size: 14px;
  color: #D2D2D2; }

.modal-languages-icon {
  display: block;
  width: 75px;
  height: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .modal-languages-icon.en {
    background-image: url("/img/core/navigation-langs/en.png"); }
  .modal-languages-icon.de {
    background-image: url("/img/core/navigation-langs/de.png"); }
  .modal-languages-icon.es {
    background-image: url("/img/core/navigation-langs/es.png"); }
  .modal-languages-icon.fr {
    background-image: url("/img/core/navigation-langs/fr.png"); }
  .modal-languages-icon.it {
    background-image: url("/img/core/navigation-langs/it.png"); }
  .modal-languages-icon.jp {
    background-image: url("/img/core/navigation-langs/jp.png"); }
  .modal-languages-icon.ru {
    background-image: url("/img/core/navigation-langs/ru.png"); }
  .modal-languages-icon.ua {
    background-image: url("/img/core/navigation-langs/ua.png"); }
  .modal-languages-icon.uk {
    background-image: url("/img/core/navigation-langs/uk.png"); }
  .modal-languages-icon.zh {
    background-image: url("/img/core/navigation-langs/zh.png"); }

.modal-languages-name {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px; }

.meta-info {
  margin-top: 70px;
  display: table;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  text-align: center; }
  .meta-info:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2); }
  .meta-info-col {
    display: table-cell;
    width: 50%;
    padding: 30px 20px; }
  .meta-info-text:first-child {
    margin-bottom: 15px; }

/*# sourceMappingURL=core.css.map */
