/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}
/*
 *  Remodal - v1.0.5
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.0.5
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.container::after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 544px) {
  .container {
    max-width: 576px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 940px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.container-fluid::after {
  content: "";
  display: table;
  clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
/*# sourceMappingURL=grid.css.map */
body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #1C2E36;
  line-height: 1.4; }

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

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1rem 0;
  font-family: Lato, "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.3; }

.h1 {
  font-size: 46px; }
  @media only screen and (max-width: 760px) {
    .h1 {
      font-size: 38px; } }

.h2 {
  font-size: 36px; }
  @media only screen and (max-width: 760px) {
    .h2 {
      font-size: 24px;
      font-weight: 400; } }

.h3 {
  font-size: 27px;
  margin: 0 0 10px 0; }
  @media only screen and (max-width: 760px) {
    .h3 {
      font-size: 22px;
      font-weight: 400; } }

.h4 {
  font-size: 24px; }

.h5 {
  font-size: 20px; }

.h6 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.hint {
  margin: 10px 0;
  color: #91979B;
  font-size: 12px; }

@media all and (max-width: 500px) {
  .h1 {
    font-size: 36px; }

  .h2 {
    font-size: 28px; }

  .h3 {
    font-size: 24px; } }
.product-header {
  padding: 110px 0;
  color: #fff; }
  @media only screen and (max-width: 760px) {
    .product-header {
      padding: 70px 0 70px; } }
.product-preview {
  text-align: center; }
  @media only screen and (max-width: 760px) {
    .product-preview .product-text {
      text-align: center; } }
.product-name {
  font-weight: 600;
  margin-bottom: 30px; }
.product-sub-name {
  margin-bottom: 25px; }
.product-logo {
  margin-bottom: 24px; }
  @media only screen and (max-width: 760px) {
    .product-logo {
      max-width: 130px; } }
.product-text {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .product-text {
      text-align: center; } }
  @media only screen and (max-width: 760px) {
    .product-text {
      text-align: left; } }
  .product-text.-slim {
    margin-bottom: 0; }
  .product-text.-center {
    text-align: center; }
  .product-text.-left {
    text-align: left; }
  .product-text.-right {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .product-text.-right {
        text-align: left; } }
  .product-text.-white {
    color: #fff; }
.product-download {
  margin-top: 3px;
  display: inline-block; }
  .product-download.-mobile {
    margin-bottom: 0; }
  .product-download-free {
    display: block;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden; }
    .product-download-free span {
      display: inline-block;
      position: relative;
      font-size: 14px; }
      .product-download-free span:before, .product-download-free span:after {
        content: '';
        position: absolute;
        top: 50%;
        height: 1px;
        width: 100px; }
      .product-download-free span:before {
        right: 100%;
        margin-right: 26px; }
      .product-download-free span:after {
        left: 100%;
        margin-left: 26px; }
.product-sys-requirements {
  margin-top: 20px;
  font-size: 12px; }
.product-content-image {
  max-width: 100%;
  vertical-align: top;
  position: relative; }
  @media only screen and (max-width: 760px) {
    .product-content-image.-cut-image {
      max-width: none;
      display: block; } }
.product-divider {
  display: inline-block;
  margin: 5px 0;
  background: #e34285;
  height: 4px;
  width: 80px; }
.product-more {
  margin: 25px 0;
  font-size: 18px; }
  .product-more-cta {
    margin-left: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .product-more-trigger {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00afff;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
    .product-more-trigger span {
      width: 4px;
      position: absolute;
      background: #fff;
      left: 50%;
      margin-left: -2px;
      -webkit-transition: .2s all ease-in-out;
      transition: .2s all ease-in-out; }
      .product-more-trigger span:nth-child(1) {
        top: 5px;
        height: 4px;
        border-radius: 2px; }
      .product-more-trigger span:nth-child(2) {
        top: 12px;
        height: 10px;
        border-radius: 2px; }
    .product-more-trigger.-active {
      background: #e34285; }
      .product-more-trigger.-active span:nth-child(1), .product-more-trigger.-active span:nth-child(2) {
        top: 6px;
        height: 16px; }
      .product-more-trigger.-active span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .product-more-trigger.-active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .product-more-popup {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    bottom: 100%;
    margin-bottom: 30px;
    width: 360px;
    padding: 30px 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #bdc3c7;
    text-align: left;
    box-sizing: border-box;
    border-radius: 5px;
    background: rgba(0, 12, 25, 0.94);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out; }
    .product-more-popup:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      top: 100%;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid rgba(0, 12, 25, 0.94); }
    .product-more-popup.-active {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      visibility: visible; }
    .product-more-popup ul, .product-more-popup ol {
      margin-bottom: 0;
      padding-left: 20px; }
    .product-more-popup li {
      margin-bottom: 15px; }
      .product-more-popup li:last-child {
        margin-bottom: 0; }
.product-languages {
  padding: 100px 0; }
  @media only screen and (max-width: 760px) {
    .product-languages {
      padding: 50px 0; } }
  .product-languages-items {
    text-align: center; }
  .product-languages-item {
    display: inline-block;
    margin: 0 17px 30px 17px;
    vertical-align: top;
    font-size: 12px;
    color: #EDE7F6;
    text-align: center; }
    @media only screen and (max-width: 760px) {
      .product-languages-item {
        margin-left: 0; } }
    .product-languages-item img {
      display: block;
      margin-bottom: 10px; }
.product-fixed-bar {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  padding: 15px 0;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 16px;
  z-index: 2000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
  @media only screen and (max-width: 991px) {
    .product-fixed-bar {
      display: none; } }
  .product-fixed-bar.-active {
    visibility: visible;
    opacity: 1; }
  .product-fixed-bar-ico {
    position: absolute;
    top: 50%;
    margin-top: -20px; }
  .product-fixed-bar-title, .product-fixed-bar-subtitle {
    line-height: 1.5;
    margin-top: 3px; }
  .product-fixed-bar-title {
    display: inline-block;
    padding-left: 55px;
    color: #1C2E36;
    font-weight: 600; }
  .product-fixed-bar-subtitle {
    display: inline-block;
    color: #828485; }
  .product-fixed-bar .button {
    margin-left: 15px;
    float: right; }
    .product-fixed-bar .button:first-child {
      margin-left: 0; }

@media only screen and (max-width: 500px) {
  .product-download {
    display: block; } }
.mentions {
  text-align: center; }
  .mentions-mention {
    display: inline-block;
    position: relative;
    max-width: 650px;
    margin-top: 27px;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #2D3B59; }
    @media only screen and (max-width: 1000px) {
      .mentions-mention {
        max-width: 80%; } }
    @media only screen and (max-width: 768px) {
      .mentions-mention {
        font-size: 18px;
        padding: 0 10px; } }
    .mentions-mention:before {
      content: '';
      width: 45px;
      height: 45px;
      position: absolute;
      left: -45px;
      top: -2px;
      background: url(../../img/cleanmydrive/carousel/quote-left.svg) no-repeat left top; }
      @media only screen and (max-width: 768px) {
        .mentions-mention:before {
          width: 30px;
          background-size: 30px;
          left: -22px; } }
    .mentions-mention:after {
      content: '';
      width: 45px;
      height: 45px;
      position: absolute;
      right: -45px;
      bottom: 52px;
      background: url(../../img/cleanmydrive/carousel/quote-right.svg) no-repeat left top; }
      @media only screen and (max-width: 768px) {
        .mentions-mention:after {
          width: 30px;
          background-size: 30px;
          bottom: 0;
          top: -2px;
          right: -22px; } }
  .mentions-dots {
    text-align: center; }
  .mentions-dot {
    text-align: center;
    position: relative;
    display: inline-block;
    opacity: .5;
    cursor: pointer;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    font-style: italic; }
    .mentions-dot img {
      padding: 4px;
      border: 2px solid #fff;
      border-radius: 50%;
      vertical-align: top;
      width: 65px; }
    .mentions-dot-hint {
      position: relative;
      margin-top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
      visibility: visible;
      font-size: 18px;
      color: #aaa;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .mentions-dot-hint {
          display: none; } }
    .mentions-dot.active {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
      .mentions-dot.active img {
        border-color: #f94aab; }
      .mentions-dot.active .mentions-dot-hint {
        opacity: 1;
        visibility: visible; }

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 55px;
  height: 55px;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
  .owl-next:hover,
  .owl-prev:hover {
    opacity: .5; }
  @media only screen and (max-width: 1000px) {
    .owl-next,
    .owl-prev {
      display: none; } }

.owl-prev {
  left: -75px;
  background: url("../../img/cleanmydrive/carousel/left.svg") no-repeat left top; }

.owl-next {
  right: -75px;
  background: url("../../img/cleanmydrive/carousel/right.svg") no-repeat left top; }

.owl-carousel .owl-stage-outer {
  padding-bottom: 5px; }

.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; } }
.remodal-overlay {
  background: rgba(0, 12, 25, 0.9); }

.remodal-wrapper {
  padding: 0;
  margin: 0; }

.remodal {
  padding: 35px; }

.modal {
  max-width: 400px;
  text-align: left;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }
  .modal-icon {
    margin-bottom: 15px; }
  .modal.-mobile {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0; }
  .modal-content {
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.7; }
    .modal-content.-text-center {
      text-align: center; }
    .modal-content ol, .modal-content ul {
      padding-left: 20px; }
    .modal-content li {
      margin-bottom: 5px; }
  .modal-action {
    text-align: center; }
  .modal-video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    background: none; }
    .modal-video-close {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 63px;
      height: 63px;
      background: url("../../img/core/close-white.png") center no-repeat;
      background-size: 100% auto;
      cursor: pointer; }
      .modal-video-close:hover {
        opacity: .7; }

.form {
  margin-top: 30px; }
  .form-line {
    margin-bottom: 12px; }
    .form-line:last-child {
      margin-bottom: 0; }
  .form-state {
    display: none;
    padding: 20px 0; }

.input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 12px 10px;
  border: 1px solid #c5cdd2;
  border-radius: 4px;
  font-size: 16px;
  -webkit-appearance: none; }
  .input.-single {
    text-align: center;
    background: #f4f4f4;
    border: none; }
    .input.-single:focus {
      background: #fff; }
  .input:focus {
    outline: none;
    border-color: #0091ff;
    box-shadow: 0 0 0 1px #0091ff; }
  .input.-error {
    border-color: #f46f5a;
    box-shadow: 0 0 0 1px #f46f5a; }

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 9px 35px;
  background: #0091ff;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .button:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px; }
  .button:hover {
    text-decoration: none; }
  .button.-link {
    background: none;
    color: #0091ff; }
  .button.-success {
    background: #35a734; }
  .button.-cta {
    background: #2dc962; }
  .button.-block {
    width: 100%; }
  .button.-slim {
    padding: 5px 20px;
    font-size: 14px; }
  .button.-store {
    background: #2dc962; }

button[disabled],
input[disabled] {
  background: #c3cdd9 !important; }

@media only screen and (max-device-width: 767px) {
  .button {
    display: block;
    max-width: none;
    padding-left: 0;
    padding-right: 0; } }
.accordion-title {
  position: relative; }
  .accordion-title.-active .accordion-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .accordion-title:hover {
    text-decoration: none; }
.accordion-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  height: 7px;
  width: 11px;
  background-image: url(/img/cleanmydrive/dropdown@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
.accordion-content {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .accordion-content.-with-icons .accordion-title {
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px; }

@media all and (max-width: 767px) {
  .accordion-title {
    display: block;
    padding: 12px 5px; }
  .accordion-arrow {
    display: inline-block; }
  .accordion-content {
    display: none; } }
.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; } }
a {
  color: #55beff;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.wrapper {
  margin: 0 auto; }

.share-block {
  position: relative;
  z-index: 1000;
  text-align: center; }
  .share-block-item {
    display: inline-block;
    margin: 0 12px;
    vertical-align: top; }

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

.button-setapp {
  position: relative; }
  .button-setapp:hover .setapp-info-popup {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1; }

.setapp-info-popup {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  width: 206px;
  background: #000;
  padding: 16px 20px;
  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 {
    font-weight: 600; }
  .setapp-info-popup-text {
    padding: 12px 0 0;
    font-weight: 300; }

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