/*! 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;
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  margin: inherit;
  border-radius: inherit ;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
button.mfp-close:hover {
  background-color: inherit;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0 !important; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Sygic Business Solutions stylesheet (0.1)
--------------------------------------
Styles are divided into following categories:
    - font ::: it sets primary font family for all elements on page; primary sizes for headings and paragraph text
    - grid ::: all options for grid where is used desktop-first approach, max-width=62rem, medium=40rem, small=N/A
    - layout ::: page is divided into following categories, each with specific layout
        - boxes
        - quotes
        - industries
--------------------------------------
*/

/* font
------------------------------ */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/OpenSans-Light.eot');
  src: url('../../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/OpenSans-Light.woff') format('woff'),
       url('../../fonts/OpenSans-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/OpenSans-Regular.eot');
  src: url('../../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/OpenSans-Regular.woff') format('woff'),
       url('../../fonts/OpenSans-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/OpenSans-Semibold.eot');
  src: url('../../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/OpenSans-Semibold.woff') format('woff'),
       url('../../fonts/OpenSans-Semibold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/OpenSans-Bold.eot');
  src: url('../../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/OpenSans-Bold.woff') format('woff'),
       url('../../fonts/OpenSans-Bold.ttf')  format('truetype');
}

html, button, input, select, textarea,
.container [class *= "column"] {
    font-family: "Open Sans", sans-serif;
}

body.noscroll {
    overflow: hidden;
    position: fixed;
}

p, ul, table {
    font-size: 1rem;
    line-height: 1.5;
    color: #434a54;
}

    .small {
        font-size: .65rem;
    }

p, ul, h1, h2, h3, table {
    font-weight: 300;
}


h1 {
    font-size: 2rem;
    margin: 2rem 0 0.5rem 0;
}

h3 {
    font-size: 1.25rem;
}

strong {
    font-weight: 600;
}

/* grid
------------------------------ */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container {
    margin: 0 auto;
    max-width: 63.25rem;
}

.column {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}
    .column.l-1-2 {width: 50%;}
    .column.l-1-3 {width: 33.333%;}
    .column.l-2-3 {width: 66.666%;}
    .column.l-1-4 {width: 25%;}
    .column.l-3-4 {width: 75%;}
    .column.l-1-5 {width: 20%;}
    .column.l-2-5 {width: 40%;}
    .column.l-3-5 {width: 60%;}
    .column.l-1-6 {width: 16.666%;}

.column.margin-bottom {
    margin-bottom: 2rem;
}

.column.flow-opposite {
    float: right;
}

@media (max-width: 40rem) {
    .column.m-1-1 {width: 100%;}
    .column.m-1-2 {width: 50%;}

    #features .features-list h3 {
        font-size: .9rem;
    }

    #features .features-list ul {
        font-size: .75rem;
    }
}

/* header
------------------------------ */

#header {
    position: fixed;
    width: 100%;
    height: 3.75rem;
    border-bottom: 1px solid #d1d1d1;
    /*box-shadow: 0rem .1rem .75rem #f8f8f8;*/
    background-color: #fcfcfc;
    z-index: 999;
}
    #header .container {
        max-width: 83.25rem;
    }
    #header #logo span {
        margin: 0;
        padding: 0;
    }
    #header #logo span a {
        margin: 0 0 0 2rem;
        font-size: 0;
        background-image: url(../../images/logo.png);
        background-size: contain;
        display: block;
        width: 7.1875rem;
        height: 3.75rem;
    }

#menu {
    position: fixed;
    top: 0;
    left: 0;
}
    #menu #menu-icon {
        margin-left: 1rem;
        line-height: 3.75rem;
        font-size: .01rem;
        color: rgba(255,255,255,0);
        width: 2rem;
        background: url(../../images/menu.svg) no-repeat 0 50%;
        background-size: contain;
        cursor: pointer;
    }
        #menu .close {
            background-image: url(../../images/close.svg) !important;
        }
    #menu nav {
        display: none;
        z-index: 998;
        height: 100vh;
        width: 80vw;
        padding: 0 0 4rem 0;
        background-color: #fcfcfc;
        border-right: 1px solid #d1d1d1;
        overflow-y: auto;
    }
    #menu nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #menu nav ul li {
        margin-left: 0;
        float: left;
        width: 100%;
        padding-bottom: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #eaeaea;
    }
    #menu nav ul li:last-child {
        margin-bottom: 6rem;
    }
        #menu nav ul li.language {
            padding: 1rem;
            text-transform: capitalize;
        }
        #menu nav ul li.language h3 {
            margin: 0 0 .5rem 0;
            font-size: .9rem;
        }
        #menu nav ul li.language select {
            width: 100%;
            margin-bottom: 0.5rem;
        }
        #menu nav ul li a {
            display: inline-block;
            text-decoration: none;
            font-size: 1rem;
            margin: 0.5rem 1rem;
            padding: .5rem 0;
            color: #1b1d21;
            font-weight: 400;
        }
            #menu nav ul li a:hover, #menu nav ul li a.active {
                color: #939aa3;
            }
#shop {
    position: fixed;
    top: 0;
    right: 0;

}
    #shop a {
        display: inline-block;
        line-height: 1.75rem;
        vertical-align: top;
        margin-right: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0 1rem;
    }
        #shop a.button {
            font-size: .8rem;
            color: #939aa3;
            border: 1px solid #eeeeee;
            border-radius: .5rem;
        }
            #shop a.button.active {
                position: relative;
                border-top: 1px solid #d1d1d1;
                border-right: 1px solid #d1d1d1;
                border-left: 1px solid #d1d1d1;
                border-bottom: 1px solid #fcfcfc;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                background-color: #fcfcfc;
                z-index: 999;
                transition: border inherit;
            }
        #shop a.button.shop {
            font-weight: 400;
            color: #fff;
            border: 1px solid #5a94ef;
            background-color: #5a94ef;
        }
            #shop a.button:hover {
                color: #1b1d21;
                border: 1px solid #d1d1d1;
            }
            #shop a.button.active:hover {
                border-bottom: 1px solid #fcfcfc;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
            }
            #shop a.button.shop:hover {
                color: #ffffff;
                background-color: #939aa3;
                border: 1px solid #939aa3;
            }
        #shop .language {
            display: none;
        }
        #shop .language-box {
            display: none;
            position: relative;
            padding-left: 0.5rem;
            margin-top: -1.05rem;
            width: 100%;
            z-index: 998;
        }
            #shop .language-box .language-select {
                background-color: #fcfcfc;
                border: 1px solid #d1d1d1;
                border-top-left-radius: 0.5rem;
                border-bottom-right-radius: 0.5rem;
                border-bottom-left-radius: 0.5rem;
                padding: 0.5rem 1rem;
                width: 10rem;
                float: right;
            }
                #shop .language-box .language-select ul {
                    padding: 0;
                    margin: 0;
                    font-size: 0.75rem;
                    list-style-image: none;
                    list-style-type: none;
                }
                #shop .language-box .language-select ul li {
                    margin: 0;
                    padding: 0.25rem 0;

                }
                #shop .language-box .language-select ul li a  {
                    margin: 0;
                    padding: 0;
                    line-height: normal;
                    display: inline-flex;
                    color: #939aa3;
                }
                #shop .language-box .language-select ul li a:hover {
                    color: #434a54;
                }
                    #shop .language-box .language-select ul li a i.fa.en:before {
                        content: url(../../images/usa_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.de:before {
                        content: url(../../images/deu_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.it:before {
                        content: url(../../images/ita_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.es:before {
                        content: url(../../images/esp_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.fr:before {
                        content: url(../../images/fra_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.sk:before {
                        content: url(../../images/svk_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.br:before {
                        content: url(../../images/bra_flag_big.png);
                        vertical-align: top;
                    }
                    #shop .language-box .language-select ul li a i.fa.pl:before {
                        content: url(../../images/pol_flag_big.png);
                        vertical-align: top;
                    }

@media (min-width: 78rem) {
    #header #logo {
        width: 7.1875rem;
        float: left;
    }
    #header #logo span a {
        margin: 0;
    }
    #menu {
        position: static;
    }
        #menu #menu-icon {
            display: none;
        }
        #menu nav {
            z-index: 999;
            display: inline;
            float: left;
            width: auto;
            height: auto;
            background: none;
            margin-left: 1rem;
            padding: 0;
            border-right-width: 0px;
        }
            #menu nav ul li {
                width: auto;
                margin: .5rem 0;
                padding-bottom: 0;
                display: inline-block;
                text-transform: none;
                border-bottom: 0;
            }
            #menu nav ul li:last-of-type, #menu nav ul li:nth-last-of-type(3) {
                border-left: 1px solid #e6e6e7;
            }
            #menu nav ul li:last-child {
                margin: .5rem 0;
            }
                #menu nav ul li a {
                    line-height: 2.75rem;
                    font-size: .8rem;
                    padding: 0 .6rem;
                    margin: 0;
                }
            #menu nav ul li.language {
                display: none !important;
            }

    #shop {
        position: static;
        float: right;
    }
        #shop a {
            margin-right: 0;
        }
        #shop a.button {
            margin-left: .5rem;
        }
            #shop .language {
                display: inline-block;
            }
}

/* layout
------------------------------ */

a:link, a:visited {
    color: #498dff;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: none;
    transition: color .3s;
}
a.active {
    color: #444;
}

.column.right {
    text-align: right;
}

.column.left p {
    text-align: left !important;
}

.column.center {
    text-align: center;
}

hr {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top: 1px solid #e6e5e5;
}

    nav.alt, nav.fleetwork {
        font-size: 0.9rem;
        width: 100%;
        background-color: #444;
    }
        nav.alt ul, nav.fleetwork ul {
            list-style: none;
            text-align: left;
            margin: 0;
            padding: 0;
        }
        nav.alt ul li {
            display: inline-block;
            margin: 0.5rem 0;
            padding: 0.5rem 0.5rem;
            font-weight: 300;
        }
        nav.fleetwork ul li {
            display: inline-block;
            margin: 0.5rem 0;
            padding: 0.5rem 1.5rem;
            font-weight: 300;
        }
            nav.alt ul li:first-child, nav.fleetwork ul li:first-child {
                padding-left: 0;
                border-left: 0;
            }
        nav.alt ul li a:link, nav.alt ul li a:visited, nav.fleetwork ul li a:link, nav.fleetwork ul li a:visited  {
            color: #fafafa;
            padding: 0.75rem 0;
        }
            nav.alt ul li a:hover, nav.alt ul li a.active, nav.fleetwork ul li a:hover, nav.fleetwork ul li.active a {
                color: #fff;
                border-bottom: .25rem solid #498dff;
            }
    .fixed { position: fixed; top: 3.75rem; }

@media (max-width: 40rem) {
    nav.alt {
        display: none;
    }
}

header {
    width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 2rem;
    background: linear-gradient(#fff 50%, #eee);
    border-bottom: 1px solid #ddd;
}
    header ul {
        font-weight: 300;
        color: #434a54;
        padding: 0;
        list-style-type: disc;
        margin-left: 2rem;
        margin-top: 0;
    }
        header ul li {
            padding-bottom: 1.5rem;
            font-size: 1rem;
        }
    header p.perex {
        font-size: 1.5rem;
        padding-bottom: 2rem;
        margin: 0;
    }

img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

    .normal-size img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }

img.logo {
    padding: 1rem 0;
    width: 13rem;
    height: auto;
    float: left;
}

    .top-buttons ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: right;
    }
        .top-buttons ul li {
            display: inline-block;
            margin-right: 1rem;
        }
            .top-buttons ul li:last-of-type {
                margin-right: 0;
            }
        .top-buttons ul li a {
            line-height: 4.6875rem;
            padding: .5rem;
            color: #8c8c8c;
            border: .1rem solid #8c8c8c;
            border-radius: .5rem;
        }
            .top-buttons ul li a:hover {
                background-color: #8c8c8c;
                color: #fff;
            }

.container figure {
    margin: 0;
}

.headline {
    width: 100%;
    background-color: #f0f0f0;
    margin: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
    .headline.fleetwork-feaetures {
        margin-bottom: 0rem;
    }

p a.button {
    display: inline-block;
    background-color: #498dff;
    color: #fff;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
    text-align: center;
    border-radius: 0.25rem;
    }
p a.button.grey {
    background-color: #a7a7a7;
}
    p a.button:hover {
        background-color: #3378ea;
    }
    p a.button.grey:hover {
        background-color: #868383;
    }
    p a.button.wider {
        padding: 1rem 5rem;
    }

#industry section:nth-child(odd) {
    background-color: #f2f2f2;
}

.all-link {
    float: right;
}

/* -- boxes
------------- */
#boxes {
    margin: 2rem 0 0;
    text-align: center;
}
    #boxes h3 {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin: 0;
        padding: 0.5rem 1rem;
        font-weight: 400;
        text-align: left;
        min-height: 4.5rem;
    }
    #boxes h4 {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin: 0;
        padding: 0.5rem 1rem 0rem 1rem;
        font-weight: 600;
    }
    #boxes p {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 0.25rem 1rem;
    }
        #boxes p:first-of-type {
            text-align: left;
            min-height: 13rem;
        }
        #boxes p:nth-of-type(2) {
            min-height: 7rem;
        }
    #boxes p a.button {
        display: block;
        margin: 0 auto;
        margin-top: 0.5rem;
        width: 80%;
    }
    #boxes p a.sheet {
        font-size: 1rem;
    }
/* -- quotes
------------- */
#quotes {
    margin: 3rem 0 0;
    text-align: center;
}
    #quotes .column {
        margin-bottom: 2rem;
    }
    #quotes h3 {
        font-weight: 300;
        font-size: 1.5rem;
        font-style: italic;
        margin: 0 auto;
    }
/* -- features
------------- */
#features {

}
    #features select {
        margin: 0 0 1rem 0;
    }
    #features h3 {
        font-weight: 300;
        margin: 0;
        padding: 1rem;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
        #features .features-list h3 {
            cursor: pointer;
        }
    #features ul {
        list-style-type: none;
        padding: 1rem 0;
    }
        #features .features-list ul {
            display: none;
            border-top: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd;
            margin: 0;
            padding: 1rem;
            background-color: #eee;
        }
            #features .features-list .border-bottom {
                border-top: 1px solid #ddd;
                display: block;
                width: 100%;
            }
        #features ul li {
            margin-bottom: 0.5rem;
        }
    #features hr {
        margin: 1rem 0rem;
        border-top: 1px solid #eee;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        height: 1px;
    }
    #features .features-desc {
    display: none;
    }
        #features .features-desc img {
            padding: 1rem 5rem;
        }
    #features .features-desc ul {
        font-size: 1rem;
        list-style-type: disc;
        margin-left: 1.5rem;
        line-height: 1.5;
        color: #434a54;
    }
        #features .features-desc ul li {
            margin-bottom: 0;
            border: 0;
        }

@media (max-width: 40rem) {
        #features .features-desc img {
            padding: 1rem 0;
        }
}

/* -- tables
------------- */

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
    border: 1px solid #f4f4f4;
}
    table thead {
        background-color: #999;
        vertical-align: top;
        color: #fff;
    }
        table thead th {
            padding: .5rem .25rem;
            font-weight: 300;
            width: 1%;
        }
        table thead th a:link {
            color: #fff;
            border-bottom: 1px dashed #fff;
        }
            table thead th.center, table tbody td.center {
                text-align: center;
            }
        table.job-dispatch-table thead th {
            padding: .25rem;
        }
    table tbody {
        border-bottom: .1rem solid #f4f4f4;
    }
    table tbody tr:nth-child(odd) {
        background-clip: #fbfbfb;
    }
    table tbody tr:nth-child(even) {
        background-color: #f4f4f4;
    }
        table tbody td {
            padding: .25rem;
        }
            table tbody td img {
                width: auto;
                height: 1.5rem;
                padding: 0 !important;
                margin-left: 0;
            }
            table tbody td .true {
                background: url(../../images/yes.svg) no-repeat 50% 50%;
                display: inline-block;
                width: 1.8rem;
                height: 1.8rem;
                line-height: 1.8rem;
                vertical-align: middle;
            }
            table tbody td .false {
                background: url(../../images/no.svg) no-repeat 50% 50%;
                display: inline-block;
                width: 1.8rem;
                height: 1.8rem;
                line-height: 1.8rem;
                vertical-align: middle;
            }

@media (max-width: 50rem) {
        .responsive {
            overflow-x: scroll;
            width: 100%;
        }
        .responsive table {
            width: auto;
            min-width: 40rem;
        }
}

/* -- industries
------------- */
#industries {
}
    #industries .column {
        margin-bottom: 2rem;
    }
    #industries .column.l-1-3 p {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 1rem;
    }

/* -- partners
------------- */
#partners .column p, #partners .column ul {
    font-size: 1rem;
}
    #partners .column ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #partners .column ul li {
        padding-bottom: .25rem;
    }
#partners .logo {
    padding: 1rem;
}
    #partners .logo img {
        border: 1px solid #ddd;
        padding: .5rem;
    }

/* -- industries
------------- */
#stories .column img {
    padding-top: 1.3rem;
}

/* -- subpage - industry
------------- */
#introduction h2, #rec-features h2, #sdk-functions h2, #trusted-integrators h2, #success-stories h2, .tab_content h2 {
    font-weight: 600;
    margin: 1.5rem 0;
}

#rec-features .row, #sdk-functions .row {
    padding: 1rem 0;
    border-bottom: 1px solid #c7c7c7;
}
    #rec-features .row:first-of-type, #sdk-functions .row:first-of-type {
        padding: 0rem;
    }
    #rec-features .row:first-of-type, #sdk-functions .row:first-of-type, #rec-features .row:last-of-type, #sdk-functions .row:last-of-type {
        border-bottom-width: 0;
    }

#introduction h3, #rec-features h3, #sdk-functions h3, #success-stories h3 {
    font-size: 1.25rem;
}

#rec-features figure, #sdk-functions figure, #success-stories figure {
    padding: 1.5rem;
}
    #introduction figure {
        padding: 0rem;
    }
#introduction h4 {
    margin: 0;
}
#introduction p.download-link {
    line-height: 3.3125rem;
    text-align: right;
}

#trusted-integrators ul {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}
    #trusted-integrators ul li {
        float: left;
        width: 33%;
        line-height: 1.5;
        padding-bottom: .5rem;
        padding-right: .5rem;
    }

@media (max-width: 40rem) {
    #trusted-integrators ul li {
        width: 50%;
    }
}

/* contact form
------------- */

input, textarea, select, label {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    color: #434a54;
}
    input, textarea, select {
        border: 1px solid #eee;
        background-color: #f5f5f5;
        border-radius: .25rem;
        padding: .25rem;
    }

label {
    padding: 1rem 0 .5rem 0;
    color: #000 !important;
}

button {
    background-color: #498dff;
    color: #fff;
    border: 0;
    padding: 0.5rem 1rem;
    margin: 2rem 0;
    text-align: center;
    border-radius: 0.25rem;
}
    button:hover {
        background-color: #3378ea;
    }

.required, .error {
    color: #ed1b2f !important;
}
    input.error, select.error {
        border: 1px solid #ed1b2f !important;
    }

#contact .row.sales {
    padding-top: 1rem;
}

#contact .column figure.desc {
    display: inline-block;
    float: left;
}

#contact .column figure.desc img {
    margin-left: 0;
    display: inline-block;
}

#contact .column p.desc {
    display: table-caption;
    padding-left: 1rem;
    padding-top: 0.75rem;
    font-size: 0.9rem;
}

/* job dispatch
------------- */

.tabs {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: .5rem 0;
    text-align: center;
}
    .tabs li {
        display: inline;
        margin: .5rem;
        padding: .25rem 0;
        line-height: 2.25;
    }

        .tabs li a {
            padding: .4rem;
        }
        .tabs li a:hover, .tabs li.active a {
            color: #444;
        }


.tab_content:not(:first-of-type) {
    display: none;
}
    .tab_content hr:first-of-type {
        display: none;
    }

.tab_content .row {
    margin-bottom: 3rem;
}
    .tab_content .row.intro {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

.tab_content .column img {
    padding: 1rem 3rem;
}

.tab_content .column p.video {
    text-align: center;
    margin: 0;
}
    .tab_content .column p.video {

    }

#job-dispatch-details .column img, #job-dispatch-getstarted .column img, #job-dispatch-help .column img, #job-dispatch-efficacy .column img {
    max-width: 100%;
    width: auto;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
}

#job-dispatch-features .row {
    margin-bottom: 3rem;
}

#job-dispatch-getstarted .column p, #job-dispatch-help .column p, #job-dispatch-efficacy .column p {
    text-align: center;
}
    #job-dispatch-help p:first-child {
        text-align: left;
    }

@media (max-width: 40rem) {
    #tabs li {
        display: block;
    }
    #tabs li:not(:first-of-type) {
        border-left-width: 0px;
    }
}

/* Iveco
------------------------------ */
#iveco header .relative {
  position: relative;
}
  #iveco header .perex {
    font-weight: 600;
  }
  #iveco header span {
    position: absolute;
    top: 2.75rem;
    right: 1rem;
  }
  #iveco header ul {
    display: none;
    font-weight: 400;
  }
  #iveco header figure.hero img {
    max-width: inherit;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: -6rem;
  }
  #iveco header figure.video {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 0;
  }
    #iveco header figure.video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    #iveco header .image-button {
      display: inline-block;
    }
    #iveco header img {
      width: auto;
      max-width: 100%;
      padding: 0 1rem;
    }

#iveco #introduction {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
#iveco #introduction ul li {
  padding-bottom: 1rem;
}
#iveco #introduction a.text-button {
  display: inline-block;
  background-color: #498dff;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
}
  #iveco #introduction a.text-button:hover {
    background-color: #3378ea;
  }
#iveco #introduction a.image-button {
  vertical-align: top;
  margin: 0.5rem;
  display: inline-block;
}
  #iveco #introduction a.image-button img {
    display: block;
    max-height: 40px;
  }
#iveco #introduction p.no-mobile {
  display: inherit;
}
#iveco #introduction p.mobile {
  display: none;
}

#iveco #guided-steps {
  padding-top: 3rem;
}
  #iveco #guided-steps h2 {
    font-size: 2rem;
    margin: 1rem 0 3rem 0;
  }
  #iveco #guided-steps .each-step {
    padding-bottom: 4rem;
  }
  #iveco #guided-steps h3 {
    font-weight: 600;
    margin-top: 2rem;
  }
  #iveco #guided-steps figure {
    padding: 1rem 2rem;
  }
  #iveco #guided-steps p em {
    font-size: 0.75rem;
  }

#iveco #addons {
  padding-bottom: 3rem;
}
  #iveco #addons h3 {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

#iveco #addons .thumb {
  float: left;
  width: 25%;
}
#iveco #addons .thumb figure {
  position: relative;
  padding: 0.75rem;
}
  #iveco #addons .thumb figure span {
    position: absolute;
    top: -0.75rem;
    left: -0.75rem;
    width: 3.5rem;
    padding: 1rem 0;
    background-color: #ffde28;
    border-radius: 1.75rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1;
  }
#iveco #addons .desc {
  float: left;
  width: 75%;
}
  #iveco #addons .desc h4 {
    font-weight: 400;
  }
  #iveco #addons .desc p {
    font-weight: 400;
    font-size: 0.75rem;
  }
  #iveco #addons .desc p a {
    font-size: 1rem;
  }
    #iveco #addons .desc p a:after {
      padding-left: 0.25rem;
      font-family: FontAwesome;
      content: "\f105";
    }

#iveco #support {
  padding-bottom: 3rem;
}

@media (max-width: 1140px) {
    #iveco header h1 {
      padding-right: 197px;
    }
    #iveco header figure.hero img {
      margin-left: 0;
      width: 100%;
    }
}

@media (max-width: 40rem) {
  #iveco #introduction p.no-mobile {
    display: none;
  }
  #iveco #introduction p.mobile {
    display: block;
    text-align: center;
  }
}

@media (max-width: 640px) {
  #iveco header figure.hero img {
    display: none;
  }
  #iveco header ul {
    display: block;
  }
}

@media (max-width: 480px) {
  #iveco header span {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #iveco header h1 {
    padding-top: 5rem;
    padding-right: 0;
  }
}

/* cookies policy
------------------------------ */

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
    padding: 0.5rem;
    font-size: 0.75rem;
    text-align: center;
}

.eu-cookies span {
    display: block;
    padding-top: 0.5rem;
}

.eu-cookies button {
    border-style: none;
    border-radius: 0.25rem;
    background: #5a94ef;
    color: white;
    margin: 0 0.5rem;
    padding: 0.25rem;
}

.eu-cookies a {
    margin: 0 0.5rem;
}

/* footer
------------------------------ */

footer {
    text-align: left;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 0.75rem;
}
    footer .container {
        border-top: 1px solid #e6e5e5;
        padding-top: 1rem;
        max-width: 81.25rem;
    }
    footer h3 {
        margin-bottom: .5rem;
        font-size: 1.17em;
    }
    footer p {
        font-size: .75rem;
    }
    footer a:link, footer a:visited {
        color: #656d78;
        text-decoration: none;
        font-size: .75rem;
        margin: 0;
        padding: 0;
    }
        footer a:hover {
            color: #434a54;
        }
    footer ul {
        list-style-type: none;
        margin: 0 .75rem;
        padding: 0;
    }
        footer ul li {
            display: block;
            padding-bottom: 0;
        }
        footer ul li::before {
            content: " · ";
        }
        footer .quick-links {
            color: #434a54;
            font-size: 0.85rem;
            font-weight: 400;
        }
        footer ul.legal-info li:not(:last-of-type):after {
            content: ' | ';
        }
        footer ul.languages li:not(:last-of-type):after {
            content: ' · ';
        }
    footer p.social-media a img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        opacity: .25;
        padding-right: .25rem;
        max-width: 100%;
        height: auto;
        display: inline-block;
        width: auto;
        vertical-align: text-bottom;
    }
        footer p.social-media a img:hover {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
            opacity: 1;
        }
    footer select {
        margin-bottom: 2rem;
        border: 1px solid #e6e5e5;
        background-color: transparent;
        width: 100%;
        max-width: 15rem;
        font-size: 0.75rem;
    }


/* youtube overlays
----------------- */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* recaptcha
----------------- */

.g-recaptcha div {
    margin: 2rem auto 0 auto;
}
