@charset "UTF-8";
/*@import '_reset.scss';*/ /* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import "../plugins/slick/slick.css";
@import "../plugins/slick/slick-theme.css";
@import '../fonts/font-awesome-4.7.0/css/font-awesome.min.css';
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents 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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 567px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1620px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 567px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1620px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 567px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1620px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:before, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}

body {
  font-family: "Lato", sans-serif;
  color: #666666;
  font-size: 18px;
  max-width: 100%;
  position: relative;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
  font-family: "Lato", sans-serif;
}

a {
  color: #d00000;
  text-decoration: none;
  -webkit-transition: all, 0.35s;
  -moz-transition: all, 0.35s;
  -ms-transition: all, 0.35s;
  -o-transition: all, 0.35s;
  transition: all, 0.35s;
}

b, strong {
  font-weight: 700;
}

p {
  margin: 0 0 14px;
}

section {
  padding-top: 30px;
  padding-bottom: 40px;
}

h1 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 40px;
}

h2 {
  font-size: 32px;
  color: #333333;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 56px;
}

h3 {
  color: #333333;
  font-weight: normal;
  font-size: 28px;
  margin-top: 90px;
  margin-bottom: 45px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding-left: 16px;
}

li::before {
  content: "-";
  padding-right: 8px;
}

ul.tx-indexedsearch-browsebox li::before {
  content: " ";
  padding-right: 0;
}

ul.ce-uploads li {
  padding-left: 0;
}
ul.ce-uploads li::before {
  content: none;
}
ul.ce-uploads img {
  margin-top: 5px;
}

.ax-uppercase {
  text-transform: uppercase;
}

.ax-only-tablet {
  display: none;
}

.container-fluid {
  width: 1540px;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ax-section-bg {
  background-color: #ececec;
}

.ax-description-text {
  font-size: 24px;
  line-height: 1.5em;
}

.ax-content-image {
  padding: 5px;
  background-color: #ffffff;
}
.ax-content-image img {
  width: 100%;
  height: auto;
}

.ax-btn-arrow {
  background-color: #ffffff;
  border: none;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  padding-right: 114px;
  height: 97px;
  line-height: 97px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  display: inline-block;
  color: #666666;
}
.ax-btn-arrow span:last-of-type {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 41.5px;
  background-color: #d00000;
}
.ax-btn-arrow span:last-of-type i {
  line-height: 50px;
  color: #ffffff;
  font-size: 22px;
}

.ax-scroll-top {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 69px;
  height: 81px;
  background-color: #d00000;
  color: #ffffff;
  font-size: 35.5px;
  cursor: pointer;
  text-align: center;
}
.ax-scroll-top i {
  line-height: 81px;
}

.ax-link-spacer {
  padding-top: 80px;
  margin-bottom: 95px;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: #9e9e9e;
}

::-moz-placeholder {
  color: #9e9e9e;
}

:-ms-input-placeholder {
  color: #9e9e9e;
}

:-moz-placeholder {
  color: #9e9e9e;
}

textarea {
  resize: none;
}

.ax-arrow-link a,
.ax-desc-box a {
  transition: none;
  color: #d00000;
  position: relative;
}
.ax-arrow-link a:hover,
.ax-desc-box a:hover {
  color: #930000;
}
.ax-arrow-link a:hover i,
.ax-desc-box a:hover i {
  margin-left: 10px;
}
.ax-arrow-link a:visited,
.ax-desc-box a:visited {
  color: #930000;
}
.ax-arrow-link a i,
.ax-desc-box a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.text-right.ax-arrow-link a {
  transition: none;
  color: #d00000;
  position: relative;
}
.text-right.ax-arrow-link a:hover {
  color: #930000;
}
.text-right.ax-arrow-link a:hover i {
  margin-right: -5px;
  margin-left: 5px;
}
.text-right.ax-arrow-link a:visited {
  color: #930000;
}
.text-right.ax-arrow-link a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ax-widget .ax-widget-link a {
  transition: none;
  color: #d00000;
  position: relative;
}
.ax-widget .ax-widget-link a:hover {
  color: #930000;
}
.ax-widget .ax-widget-link a:hover i {
  margin-left: 20px;
}
.ax-widget .ax-widget-link a:visited {
  color: #930000;
}
.ax-widget .ax-widget-link a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ax-news-link {
  transition: none;
  color: #d00000;
  position: relative;
}
.ax-news-link:hover {
  color: #930000;
}
.ax-news-link:hover i {
  margin-left: 10px;
}
.ax-news-link:visited {
  color: #930000;
}
.ax-news-link i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ax-btn-arrow {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ax-btn-arrow i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ax-btn-arrow:hover {
  background-color: #d00000;
  color: #fff;
}
.ax-btn-arrow:hover span i {
  margin-left: 10px;
}

.ax-header-claim {
  width: 160px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
}

header {
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  font-size: 16px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
}
header.mob-isopen {
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
}
header ul li:before {
  content: none;
}
header .ax-nav-bar {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
header .ax-nav-bar.ax-open-menu {
  background-color: #fff;
}
header .ax-nav-bar.ax-open-menu #ax-btn-menu {
  color: #d00000;
}
header .ax-nav-bar.ax-open-menu .ax-menu-container {
  background-color: #fff;
  max-height: 3000px;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
header .ax-nav-bar .ax-menu-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
header #ax-search {
  width: 100%;
  padding-right: 55px;
  position: relative;
  border-bottom: 2px solid #666666;
}
header #ax-search input {
  font-size: 28px;
  border: none;
  outline: none;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 20px;
}
header #ax-search .ax-search-submit {
  position: absolute;
  font-size: 36px;
  border: none;
  background: none;
  outline: none;
  right: 0;
  top: -5px;
}
header .ax-logo {
  display: inline-block;
  margin: 10px auto 35px 20px;
}
header #ax-btn-menu {
  display: inline-block;
  float: right;
  margin: 26px 39px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
}
header .ax-top-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: 2;
  font-size: 19.5px;
  padding-bottom: 100px;
}
header .ax-top-menu li {
  display: block;
  width: 100%;
}
header .ax-top-menu li a {
  color: #333333;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
header .ax-top-menu li ul.sub {
  display: none;
  position: absolute;
  left: auto;
  top: 38px;
  z-index: 2;
  background-color: #fff;
  max-width: 300px;
  padding-bottom: 20px;
  padding-top: 20px;
}
header .ax-top-menu li ul.sub li {
  display: block;
  text-align: left;
  position: relative;
  line-height: 28px;
}
header .ax-top-menu li ul.sub li a {
  color: #666;
  display: block;
  padding: 5px 10px;
  line-height: 18px;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
header .ax-top-menu li ul.sub li:hover a {
  background-color: #e4031e;
  color: #fff;
}
header .ax-top-menu li:hover ul.sub {
  display: block;
}
header .ax-lang-menu {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
header .ax-lang-menu li {
  display: flex;
  order: 2;
  display: none;
}
header .ax-lang-menu li.active {
  order: 1;
}
header .ax-lang-menu li a {
  display: block;
}
header .ax-lang-menu li.active {
  display: block;
}
header .ax-lang-menu li.active a::after {
  margin-left: 15px;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
header .ax-lang-menu.ax-menu-open .active a::after {
  content: "\f106";
}
header .ax-lang-menu.ax-menu-open li {
  display: block;
}
header > ul {
  padding-left: 50px;
}
header ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
}
header .ax-main-nav {
  width: 100%;
  display: flex;
  order: 1;
  line-height: 2em;
  color: #333333;
}
header .ax-main-nav a {
  color: #333333;
  text-decoration: none;
}
header .ax-main-nav > ul > li {
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
  padding-right: 50px;
  margin-top: 10px;
}
header .ax-main-nav > ul > li > ul {
  padding-left: 0px;
}
header .ax-main-nav > ul > li > a span {
  line-height: 20px;
  display: inline-block;
  padding: 12px 13px 13px 17px;
  font-weight: 600;
}
header .ax-main-nav > ul > li .ax-btn-drop-down {
  position: absolute;
  font-size: 48px;
  top: 0px;
  right: 24px;
}
header .ax-main-nav > ul > li .ax-btn-drop-down i {
  font-weight: 700;
}
header .ax-main-nav > ul > li .ax-btn-drop-down + ul {
  display: none;
  margin-top: 10px;
}
header .ax-main-nav > ul > li.ax-submenu-open > a span:first-of-type {
  color: #ffffff;
  background-color: #d00000;
}
header .ax-main-nav > ul > li.ax-submenu-open .ax-btn-drop-down {
  color: #d00000;
}
header .ax-main-nav > ul > li.ax-submenu-open .ax-btn-drop-down + ul {
  display: block;
}
header .ax-main-nav .ax-cat-title {
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 70px 0 20px;
  display: block;
  max-width: 260px;
}
header.darkHeader {
  background-color: #a5a5a5;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  header #ax-btn-menu {
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
    font-size: 24px;
    margin-top: 10px;
  }
  header #ax-btn-menu .close-icon:after {
    display: inline-block;
    content: "×"; /* This will render the 'X' */
    margin-right: -2px;
    font-weight: bold;
    color: #000;
  }
  header .fa-search {
    line-height: 31px;
  }
  header .ax-logo {
    margin: 0;
    padding: 20px;
  }
  header .ax-logo img {
    max-width: 130px;
  }
  header .ax-nav-bar.ax-open-menu .ax-logo {
    display: none;
    display: none;
  }
  header #ax-search {
    border-bottom: 1px solid #666;
    margin: 0 24px;
  }
  header #ax-search .ax-search-submit {
    font-size: 1.125em;
    padding: 0;
  }
  header #ax-search input {
    font-size: 18px;
    margin-bottom: 6px;
    padding-left: 0;
  }
  header .ax-main-nav > a {
    padding: 15px 20px;
  }
  header .ax-main-nav .ax-cat-title {
    padding: 30px 0 10px;
  }
  header .ax-main-nav > ul > li {
    padding: 0;
    line-height: 24px;
    margin-top: 0;
  }
  header .ax-main-nav > ul > li a span {
    padding: 10px;
    line-height: 22px;
    display: inline-block;
    margin: 10px;
  }
  header .ax-main-nav > ul > li .ax-btn-drop-down {
    font-size: 35px;
    top: 14px;
  }
  header .ax-top-menu {
    display: block;
    width: 100%;
    order: 2;
    font-size: 19.5px;
    line-height: 1.45em;
    padding-bottom: 0;
    margin: 50px 24px 30px 24px;
  }
  header .ax-top-menu .ax-lang-menu {
    display: none;
  }
  header .ax-top-menu .ax-lang-menu li {
    line-height: 16px;
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
  }
  header .ax-top-menu .ax-lang-menu li:last-child {
    border-right: none;
  }
  header .ax-top-menu .ax-lang-menu.mobile-view {
    display: flex;
  }
  header .ax-top-menu li {
    display: block;
    padding-left: 0;
  }
  header .ax-top-menu li a {
    color: #666666;
    text-decoration: none;
  }
  header .ax-top-menu li ul.sub {
    #display: block;
    display: none;
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    background-color: #fbfbfb;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 0;
    padding-right: 15px;
  }
  header .ax-top-menu li ul.sub li {
    display: block;
    text-align: left;
    position: relative;
    line-height: 28px;
    padding-left: 0;
  }
  header .ax-top-menu li ul.sub li a {
    color: #666;
    display: block;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 16px;
  }
  header .ax-top-menu li ul.sub li:hover a {
    background-color: #e4031e;
    color: #fff;
  }
  header .ax-top-menu li:hover ul.sub {
    display: block;
  }
  header .ax-lang-menu {
    flex-direction: row;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  header .ax-lang-menu li {
    font-size: 14px;
  }
  header .ax-lang-menu li.active {
    font-weight: 800;
  }
  header .ax-lang-menu li.active a::after {
    display: none;
  }
}
main {
  margin-top: 150px;
}

.ax-hero-slider {
  margin-bottom: 0 !important;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
}
.ax-hero-slider .down-arrow {
  width: 50px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 70px;
  z-index: 99;
  background: url(../images/down_arrow.png) center center no-repeat scroll transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ax-hero-slider .down-arrow:hover {
  bottom: 60px;
}
.ax-hero-slider .ax-slider-item {
  background-position: center top;
  background-size: cover;
  position: relative;
}
.ax-hero-slider .ax-hero-title {
  padding: 195px 15px 0px 15px;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
}
.ax-hero-slider .ax-hero-content {
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 22px;
  text-align: center;
}
.ax-hero-slider .ax-hero-link .ax-btn-arrow {
  padding: 5px 80px 5px 20px;
  margin-top: 15px;
  position: relative;
  font-size: 15px;
  line-height: 44px;
  display: inline-block;
}
.ax-hero-slider .ax-hero-link .ax-btn-arrow span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  line-height: inherit;
  display: block;
}
.ax-hero-slider .slick-list .slick-slide {
  /*    -webkit-transition: 0.6s ease-in-out left;
      -moz-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left;*/
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.ax-hero-slider .slick-dots {
  bottom: 135px;
  right: 19%;
  width: 20px;
}
.ax-hero-slider .slick-dots li:before {
  content: none;
}
.ax-hero-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
}
.ax-hero-slider .slick-dots li button:before {
  display: none;
}
.ax-hero-slider .slick-dots li.slick-active button {
  background-color: #e4031e;
  color: #e4031e;
  border-color: transparent;
  position: relative;
  text-indent: -120px;
  font-size: 15.5px;
  font-weight: 700;
}
.ax-hero-slider .slick-dots li.slick-active button::before {
  content: "";
  display: block;
  opacity: 1;
  background-color: #e4031e;
  width: 25px;
  height: 2px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ax-hero-slider .ax-scroll-next {
  position: absolute;
  display: block;
  width: 26px;
  bottom: 135px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.ax-hero-image {
  min-height: 293px;
  padding: 20px 0;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.ax-hero-image h1 {
  font-size: 60px;
  line-height: 100%;
  color: #ffffff;
  margin: 100px 0 0;
  text-align: center;
}

.ax-breadcrumb {
  font-size: 18px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ax-breadcrumb ul li:before {
  content: none;
}
.ax-breadcrumb ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ax-breadcrumb ul a + i {
  display: none;
}
.ax-breadcrumb ul a {
  text-decoration: none;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.ax-breadcrumb ul li {
  display: none;
  padding-left: 0;
  margin-right: 5px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.ax-breadcrumb ul li:last-of-type a {
  color: #333333;
  text-decoration: none;
}
.ax-breadcrumb ul li:last-of-type a:first-of-type {
  color: #d00000;
  border-bottom: 1px solid #d00000;
}
.ax-breadcrumb ul li:nth-last-of-type(2) {
  display: inline-block;
}

.mobile-previous {
  padding-bottom: 32px;
}
.mobile-previous .mobile-previous-link {
  background: #fff;
  padding: 0 25px;
}
.mobile-previous .mobile-previous-link a {
  display: block;
  position: relative;
  padding: 15px 15px;
}
.mobile-previous .mobile-previous-link a::after {
  -webkit-transition: all, 0.35s;
  -moz-transition: all, 0.35s;
  -ms-transition: all, 0.35s;
  -o-transition: all, 0.35s;
  transition: all, 0.35s;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 14px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M6.054 7.721C5.932 7.843 5.734 7.843 5.612 7.721L3.112 5.221C2.99 5.099 2.99 4.901 3.112 4.779L5.612 2.279C5.734 2.157 5.932 2.157 6.054 2.279C6.176 2.401 6.176 2.599 6.054 2.721L3.775 5L6.054 7.279C6.176 7.401 6.176 7.599 6.054 7.721Z' fill='%23666666' /%3E%3C/svg%3E");
}
.mobile-previous .mobile-previous-link a:hover::after {
  right: -2px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M6.054 7.721C5.932 7.843 5.734 7.843 5.612 7.721L3.112 5.221C2.99 5.099 2.99 4.901 3.112 4.779L5.612 2.279C5.734 2.157 5.932 2.157 6.054 2.279C6.176 2.401 6.176 2.599 6.054 2.721L3.775 5L6.054 7.279C6.176 7.401 6.176 7.599 6.054 7.721Z' fill='%23000000' /%3E%3C/svg%3E");
}

.ax-aside-menu ul li {
  padding-left: 0;
  padding-bottom: 15px;
}
.ax-aside-menu ul li:before {
  content: none;
}
.ax-aside-menu ul li a {
  color: #666666;
}
.ax-aside-menu ul li.active a {
  color: #d00000;
}

.parent-page a {
  position: relative;
  padding: 0 20px;
  color: #333333;
  font-size: 14px;
}
.parent-page a:after {
  content: "";
  width: 15px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/home.png) center center no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.ce-uploads span.ce-uploads-fileName {
  position: relative;
  padding-left: 20px;
}
.ce-uploads span.ce-uploads-fileName:before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../images/icons/ico-download.svg) no-repeat;
  background-size: cover;
}

.ax-h-logo {
  text-align: center;
  text-transform: uppercase;
}
.ax-h-logo img {
  display: block;
  height: auto;
  margin: 0 auto 28px;
}

.ax-product-item {
  padding: 5px;
  margin-bottom: 33px;
  background-color: #ffffff;
  position: relative;
}
.ax-product-item .ax-product-image {
  position: relative;
  padding-bottom: 127%;
  background-size: cover;
  background-position: center;
}
.ax-product-item .detail-holder {
  position: absolute;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.ax-product-image {
  overflow: hidden;
}
.ax-product-image a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.ax-product-image .ax-product-name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ax-product-image .ax-product-desc {
  font-size: 18px;
}

.ax-arrow-link {
  font-size: 15px;
  text-transform: uppercase;
}
.ax-arrow-link i {
  display: inline-block;
  padding-left: 10px;
}

.ax-news-item {
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.ax-news-item .ax-news-image {
  position: relative;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}
.ax-news-item .ax-content-container {
  padding: 0 15px 28px;
}
.ax-news-item .ax-news-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.54em;
  color: #333333;
}
.ax-news-item p {
  font-size: 18px;
  line-height: 1.34em;
}
.ax-news-item .ax-news-link {
  font-size: 15px;
}
.ax-news-item .ax-news-link span.more {
  word-break: keep-all;
  float: left;
  width: 100%;
  outline: none;
}
.ax-news-item .ax-news-link span.more::after {
  display: block;
  content: "";
  clear: both;
}
.ax-news-item .ax-news-link span.more i {
  display: inline-block;
  padding-left: 10px;
}

.ax-contact-container {
  position: relative;
}
.ax-contact-container .ax-contact-btn {
  position: absolute;
  top: -70px;
  right: 0;
  padding: 12px 10px 11px;
  display: inline-block;
  font-size: 33px;
  color: #ffffff;
  background-color: #d00000;
  text-align: center;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.7);
}
.ax-contact-container .ax-contact-btn span {
  font-size: 16px;
  display: block;
}

.ax-contact-us {
  padding-top: 105px;
  line-height: 1.8em;
  font-size: 18px;
}
.ax-contact-us p {
  margin-bottom: 4px;
}
.ax-contact-us p:first-of-type {
  margin-bottom: 85px;
}
.ax-contact-us a:hover {
  color: #930000;
}

.tx-indexedsearch-form input {
  background-color: #fff;
  border: none;
  outline: none;
  border-bottom: 2px solid #9c9c9c;
  width: 80%;
  font-size: 18px;
  padding: 16px 2px 10px;
}

.tx-indexedsearch-res h3 {
  margin-top: 30px;
  margin-bottom: 0;
}

.frame-type-menu_sitemap a:hover {
  color: #930000;
}

.ax-widget a:hover {
  color: #930000;
}

.ax-contact-link {
  text-decoration: underline;
  font-size: inherit;
  display: block;
}

#ax-send-msg input,
#ax-send-msg textarea,
.ax-send-msg-contact input,
.ax-send-msg-contact textarea {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #9c9c9c;
  width: 100%;
  font-size: 18px;
  margin-bottom: 25px;
  padding: 18px 0;
}
#ax-send-msg textarea,
.ax-send-msg-contact textarea {
  height: 180px;
}
#ax-send-msg .inputs-list,
.ax-send-msg-contact .inputs-list {
  display: flex;
  flex-wrap: wrap;
}
#ax-send-msg .inputs-list label,
.ax-send-msg-contact .inputs-list label {
  margin-right: 15px;
}
#ax-send-msg .inputs-list input,
.ax-send-msg-contact .inputs-list input {
  width: auto;
  margin-right: 5px;
  margin-bottom: 10px;
}
#ax-send-msg .info p, #ax-send-msg .info p:first-of-type,
.ax-send-msg-contact .info p,
.ax-send-msg-contact .info p:first-of-type {
  margin-top: 30px;
  margin-bottom: 0;
}

.ax-related-item-container {
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 57px;
}
.ax-related-item-container .ax-related-item {
  padding-bottom: 126.57%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.ax-related-item-container .ax-related-item a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.ax-related-item-container .ax-related-item .detail-holder {
  position: absolute;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.ax-aside {
  padding-left: 0;
  padding-right: 0;
}

.ax-widget {
  background-color: #ffffff;
  padding: 45px 30px 70px;
  margin-bottom: 60px;
  font-size: 15px;
}
.ax-widget h3 {
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 700;
}
.ax-widget p:last-of-type {
  margin-bottom: 0;
}
.ax-widget a i {
  margin-left: 14px;
}
.ax-widget .ax-widget-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.ax-widget .ax-widget-link:last-of-type {
  margin-bottom: 0;
}
.ax-widget .ax-widget-link .ax-widget-link {
  font-size: 18px;
}
.ax-widget .ax-widget-link .ax-image-container {
  max-width: 33%;
  width: 33%;
  position: relative;
  margin-bottom: auto;
}
.ax-widget .ax-widget-link .ax-image-container img {
  width: 100%;
  height: auto;
}
.ax-widget .ax-widget-link .ax-image-container i {
  font-size: 22px;
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}
.ax-widget .ax-widget-link .ax-desc-box {
  padding-left: 30px;
  max-width: 67%;
  font-size: 17px;
}
.ax-widget .ax-widget-link .ax-desc-box h4 {
  margin-top: 0;
  font-size: 15px;
}
.ax-widget .ax-testimonial {
  font-size: 20px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 1.56em;
  padding-left: 1em;
  font-weight: 700;
}
.ax-widget .ax-testimonial:before {
  content: "\f10d";
  margin: 0 5px;
  position: relative;
  margin-left: -25px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
}
.ax-widget .ax-testimonial:after {
  content: "\f10e";
  margin: 0 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  position: relative;
  top: 0.4em;
}
.ax-widget .ax-testimonial .fa {
  font-size: 24px;
  margin: 0 5px;
}
.ax-widget .ax-testimonial .fa:first-of-type {
  position: relative;
  margin-left: -1em;
}
.ax-widget .ax-testimonial .fa:last-of-type {
  position: relative;
  top: 0.4em;
}

.ax-testimonial {
  font-size: 18px;
  color: #333333;
  margin-bottom: 36px;
  line-height: 1.56em;
  padding-left: 30px;
  font-weight: normal;
}
.ax-testimonial:before {
  content: "\f10d";
  margin: 0 5px;
  position: relative;
  margin-left: -25px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
}
.ax-testimonial:after {
  content: "\f10e";
  margin: 0 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  position: relative;
  top: 0.4em;
}
.ax-testimonial .fa {
  font-size: 24px;
  margin: 0 5px;
}
.ax-testimonial .fa:first-of-type {
  position: relative;
  margin-left: -1em;
}
.ax-testimonial .fa:last-of-type {
  position: relative;
  top: 0.4em;
}

.ax-btn-arrow {
  padding: 15px 115px 10px 40px;
  margin-top: 15px;
  position: relative;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
}
.ax-btn-arrow span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  line-height: inherit;
  display: block;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
.address {
  font-family: "Lato", sans-serif;
  color: #666666;
}
.address h2 {
  font-size: 32px;
  color: #333333;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.address h3 {
  font-size: 20px;
  margin-top: 70px;
  line-height: 45px;
  text-transform: uppercase;
}
.address p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 14px;
}
body.is-under {
  overflow: hidden;
}

.mobile-form-holder {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  height: 100vh;
}

.open-mobile-form {
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 40%;
  background: #e4031e;
  cursor: pointer;
  padding: 10px 5px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.5);
}
.open-mobile-form span {
  display: block;
  line-height: 16px;
}
.open-mobile-form i {
  font-size: 24px;
}

.close-mobile-form {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  color: #666666;
}
.close-mobile-form span {
  font-size: 14px;
  text-align: left;
  margin: 10px;
  display: inline-block;
}
.close-mobile-form i {
  background-color: #d00000;
  color: #fff;
  font-size: 18px;
  padding: 18px 22px;
}

.mobile-form-holder section.ax-contact-us {
  padding-top: 90px;
}

@media (min-width: 767px) {
  .open-mobile-form,
  .close-mobile-form {
    display: none;
  }
}
.services-adress {
  margin-bottom: 20px;
  font-size: 15px;
}
.services-adress img {
  padding: 5px;
  background-color: #fff;
}
.services-adress p {
  font-size: 15px;
  line-height: 22px;
}
.services-adress a:hover {
  color: #930000;
}
.services-adress h4 {
  margin-bottom: 10px;
}
.services-adress .person-name h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.services-adress .person-details p {
  margin-bottom: 5px;
}
.services-adress .name-function-location {
  margin-bottom: 20px;
}
.services-adress .name-function-location p {
  margin-bottom: 0;
}

#company-search {
  font-family: "Lato", sans-serif;
}

.ax-bg-patent li,
.ax-breadcrumb li {
  color: #8D8D8D;
}
.ax-bg-patent a:hover,
.ax-breadcrumb a:hover {
  color: #930000;
}

.news-single time {
  font-size: 13px;
}
.news-single .article h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 50px;
  color: #333;
}
.news-single .article .teaser-text {
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}
.news-single .article .news-list-author {
  margin-left: 10px;
}

.ax-prod-item {
  position: relative;
  margin-bottom: 25px;
}
.ax-prod-item.home-list-prod {
  margin-bottom: 80px;
}
.ax-prod-item .ax-prod-holder {
  position: relative;
  border: 5px solid #fff;
  overflow: hidden;
}
.ax-prod-item .ax-prod-holder a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ax-prod-item .ax-prod-holder .image-holder {
  background-color: #fff;
}
.ax-prod-item .ax-prod-holder .image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
  min-height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ax-prod-item .ax-prod-holder .image-holder:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  transform: scale(1.2);
}
.ax-prod-item .ax-prod-holder .detail-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 95px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  padding: 20px;
}
.ax-prod-item .ax-prod-holder .detail-holder .ax-product-name {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}
.ax-prod-item .ax-prod-holder .detail-holder .ax-product-desc {
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
}

.ax-news-item .image-holder {
  position: relative;
  overflow: hidden;
}
.ax-news-item .image-holder a {
  display: block;
}
.ax-news-item .image-holder img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ax-news-item .image-holder:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  transform: scale(1.2);
}

#datatable td:active, #datatable td:focus {
  outline: none !important;
}
#datatable th, #datatable td {
  padding: 8px 10px;
}
#datatable td:first-child, #datatable th:first-child {
  padding-left: 10px !important;
}

ul.main-level {
  text-align: right;
}
ul.main-level ul {
  text-align: left;
}

.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab a {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-right: 40px;
  transition: 0.3s;
  color: #666666;
  font-size: 21px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.tab a:hover {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

.tab a.active {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*search tabs*/
/*  bhoechie tab */
div.results-tab-container {
  z-index: 10;
}

div.results-tab-content {
  padding-top: 10px;
}

div.results-tab div.results-tab-content:not(.active) {
  display: none;
}

.results-tab-menu a.list-group-item {
  display: inline-block;
  width: 100%;
}
.results-tab-menu .list-group {
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.results-tab-menu .list-group .list-group-item {
  text-transform: uppercase;
  color: #666666;
}
.results-tab-menu .list-group .list-group-item.active {
  font-weight: bold;
}

.search-searchform .tx-indexedsearch-form {
  margin-bottom: 40px;
}
.search-searchform .tx-indexedsearch-form input {
  width: 100%;
  padding-right: 145px;
  border: 1px solid #ddd;
  padding-left: 20px;
}
.search-searchform .tx-indexedsearch-form button {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 0 !important;
  border: 1px solid #ddd;
  border-left: none;
  height: 50px !important;
  line-height: 22px;
}
.search-searchform .tx-indexedsearch-form button span:last-of-type i {
  line-height: 50px;
}

.results-tab .tab-products .product-item {
  margin-bottom: 30px;
}
.results-tab .tab-products .product-item .image-holder img {
  width: auto;
  max-height: 110px;
}
.results-tab .tab-products .product-item .description h3 {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 20px;
}
.results-tab .tab-products .product-item .description h3 a {
  color: #666;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.results-tab .tab-products .product-item .description p.price {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.results-tab .tab-website h3 a {
  color: #666;
  font-weight: bold;
}

.tx-indexedsearch-searchbox .ax-btn-arrow {
  padding: 15px 25px 10px 25px;
}
.tx-indexedsearch-searchbox .ax-btn-arrow:hover {
  background-color: transparent;
}
.tx-indexedsearch-searchbox .ax-btn-arrow span:last-of-type {
  top: 0;
  width: 55px;
}
.tx-indexedsearch-searchbox .ax-btn-arrow span:last-of-type i {
  margin-left: 0;
}

.tx-indexedsearch-browsebox {
  text-align: right;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
}
.tx-indexedsearch-browsebox li a {
  color: #666666;
}
.tx-indexedsearch-browsebox li.prev {
  margin-right: 20px;
}
.tx-indexedsearch-browsebox li.prev i {
  margin-right: 10px;
  color: #d00000;
}
.tx-indexedsearch-browsebox li.prev a {
  color: #d00000;
}
.tx-indexedsearch-browsebox li.next {
  margin-left: 20px;
}
.tx-indexedsearch-browsebox li.next i {
  margin-left: 10px;
  color: #d00000;
}
.tx-indexedsearch-browsebox li.next a {
  color: #d00000;
}

ul.f3-widget-paginator {
  text-align: right;
}
ul.f3-widget-paginator:nth-of-type(1) {
  margin-bottom: 40px;
}
ul.f3-widget-paginator:nth-last-of-type(1) {
  margin-top: 60px;
  margin-bottom: 40px;
}
ul.f3-widget-paginator li.previous {
  margin-right: 10px;
}
ul.f3-widget-paginator li.previous a {
  color: #d00000;
  text-transform: uppercase;
}
ul.f3-widget-paginator li.previous a:before {
  content: "\f177";
  font: normal normal normal 18px/1 FontAwesome;
  font-weigght: bold;
  padding-right: 10px;
}
ul.f3-widget-paginator li.next a {
  color: #d00000;
  text-transform: uppercase;
}
ul.f3-widget-paginator li.next a:after {
  content: "\f178";
  font: normal normal normal 18px/1 FontAwesome;
  font-weigght: bold;
  padding-left: 10px;
}

/*map*/
#mapAddresses .info-box {
  min-width: 330px;
}

a {
  outline: none !important;
}

.ax-top-menu {
  z-index: 99999;
}
.ax-top-menu li.merkliste {
  position: relative;
}
.ax-top-menu li.merkliste a {
  padding-right: 30px;
  padding-left: 5px;
}
.ax-top-menu li.merkliste:hover span#menuMerklisteNr {
  background-color: #fff;
  color: #d00000;
  border: 1px solid #d00000;
}
.ax-top-menu li.merkliste span#menuMerklisteNr {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d00000;
  color: #fff;
}

.cstmtablenew th,
.cstmtablenew td {
  font-size: 16px;
}

span.i-add {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/icons/ico-add.svg) center center no-repeat scroll transparent;
  margin-right: 5px;
}
span.i-down {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/icons/ico-download.svg) center center no-repeat scroll transparent;
  margin-right: 5px;
}
span.i-del {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/icons/ico-delete.svg) center center no-repeat scroll transparent;
  margin-right: 5px;
}
span.i-mail {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url(../images/icons/ico-email.svg) center center no-repeat scroll transparent;
  margin-right: 5px;
}

.downloads-submit {
  border: none;
  background: url(../images/icons/ico-search.svg) center center no-repeat scroll transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#docs-filter {
  margin-bottom: 20px;
}
#docs-filter .filter-item {
  width: 100%;
}
#docs-filter select {
  width: 100%;
}
#docs-filter input[type=text] {
  width: 100%;
}
#docs-filter label {
  font-size: 17px;
  margin-bottom: 5px;
}

.searchsort {
  position: relative;
  margin-bottom: 50px;
}
.searchsort .downloads-submit {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 2;
}

.loader {
  margin-top: 40px;
}

.cstmtablenew span {
  margin-left: 20px;
  margin-right: 20px;
}
.cstmtablenew span.i-add {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icons/ico-add.svg) center center no-repeat scroll transparent;
}
.cstmtablenew span.i-down {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icons/ico-download.svg) center center no-repeat scroll transparent;
}
.cstmtablenew span.i-del {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icons/ico-delete.svg) center center no-repeat scroll transparent;
}

#tablesContent {
  position: relative;
}

#c3192 .form-group {
  margin-bottom: 30px;
}
#c3192 .form-group label {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

#action-result-message {
  position: fixed;
  z-index: 999;
  background: #333;
  color: #fff;
  padding: 30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.merkliste-actions {
  margin-top: 30px;
  margin-bottom: 50px;
}
.merkliste-actions a {
  display: inline-block;
  margin-right: 20px;
}

#datatable_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

table.dataTable tbody th,
table.dataTable tbody td,
#datatable th,
#datatable td {
  padding: 20px 15px;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border: none;
}

footer ul li:before {
  content: none;
}

.ax-main-footer {
  background-color: #333333;
  color: #ffffff;
  font-size: 18px;
  line-height: 2em;
  padding-top: 72px;
  padding-bottom: 50px;
  position: relative;
}
.ax-main-footer .colitem ul li {
  margin-left: 0;
  padding-left: 0;
  line-height: 30px;
}
.ax-main-footer .colitem ul li a {
  font-size: 15px;
}
.ax-main-footer .colitem ul li a:hover {
  color: #ECECEC;
}
.ax-main-footer a {
  color: inherit;
}
.ax-main-footer ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 70px;
}
.ax-main-footer .footer-title {
  font-weight: 700;
  margin: 0 0 5px;
}
.ax-main-footer .social-media {
  position: absolute;
  bottom: 40px;
  right: 145px;
}
.ax-main-footer .social-media a {
  padding-left: 11px;
}
.ax-main-footer .social-media a:hover svg .a {
  fill: #D00000 !important;
}

.ax-bottom-bar {
  color: #333333;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.ax-bottom-bar ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.ax-bottom-bar ul li {
  display: inline-block;
  margin-right: 20px;
  line-height: 1.8em;
}
.ax-bottom-bar ul a {
  color: inherit;
  font-size: 15px;
}
.ax-bottom-bar ul a:hover {
  color: #666666;
}

.footer-logo {
  font-size: 14px;
  margin-top: -23px;
  display: flex;
  width: 300px;
  align-items: center;
}
.footer-logo span {
  line-height: 1em;
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .ax-main-footer .colitem {
    max-width: 100%;
  }
  .ax-main-footer .colitem ul {
    margin-bottom: 20px;
  }
  .ax-main-footer .colitem ul li {
    margin-left: 0;
    padding-left: 0;
    line-height: 30px;
  }
  .ax-main-footer .colitem ul li a {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .ax-main-footer .colitem {
    max-width: 50%;
  }
  .ax-main-footer .colitem ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .ax-main-footer .colitem {
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .ax-main-footer .colitem {
    max-width: 20%;
  }
  .ax-bottom-bar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .footer-logo {
    margin-top: 0;
    width: 100%;
    justify-content: center;
  }
}
.klaro.we_cookie_consent .cookie-notice {
  background-color: rgba(0, 0, 0, 0.76);
  padding: 20px 130px 36px;
}
.klaro.we_cookie_consent .cookie-notice .cn-body {
  background: none;
  color: #fff;
}
.klaro.we_cookie_consent .cookie-notice p {
  color: #fff;
  line-height: 20px;
}
.klaro.we_cookie_consent .cookie-notice a, .klaro.we_cookie_consent .cookie-notice a:hover, .klaro.we_cookie_consent .cookie-notice a:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn.cm-btn-success, .klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn.cm-btn-success:hover {
  background: #D00000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 27px;
  width: auto;
  border-radius: 0;
}
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-link.cm-learn-more {
  margin-right: auto;
  margin-left: 20px;
  background: #fff;
  color: #656565;
  text-transform: uppercase;
  padding: 10px 27px;
  width: auto;
  text-decoration: none;
}
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-link.cm-learn-more :hover, .klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-link.cm-learn-more :visited {
  color: inherit;
}
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-changes {
  font-weight: 700;
  text-decoration: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal {
  top: 10%;
  bottom: auto;
  width: 592px;
  max-width: 80vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ECECEC;
  padding: 40px 50px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .hide {
  background: #ECECEC;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal h1.title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0;
  color: #333333;
  line-height: 32px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 30px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-header {
  margin-left: 0;
  margin-right: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-header .hide {
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body {
  margin-left: 0;
  margin-right: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body a, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body a:hover, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body a:visited {
  color: #D00000;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  margin-bottom: 20px;
  padding-left: 30px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:before {
  content: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-description {
  color: #333333;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child .cm-app-title {
  font-size: 14px;
  line-height: 30px;
  color: #B1B1B1;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child .cm-app-description {
  color: #B1B1B1;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input + .cm-app-label .slider {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #A0A0A0;
  border-radius: 9px;
  position: relative;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input + .cm-app-label .slider.round:before {
  content: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input:checked + .cm-app-label .slider {
  background: #9DDBCE;
  border: 1px solid #9DDBCE;
  border-radius: 9px;
  transition-duration: initial;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input:checked + .cm-app-label .slider.round:before {
  content: "";
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-radius: 0;
  background: #9DDBCE;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input.required:checked + .cm-app-label .slider {
  background: #B1B1B1;
  border: 1px solid #B1B1B1;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-input.required:checked + .cm-app-label .slider.round:before {
  background: #B1B1B1;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer {
  padding-left: 0;
  padding-right: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer .cm-close {
  margin-left: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer .cm-close .footer-hide {
  color: #656565;
  background: #fff;
  font-size: 14px;
  padding: 16px 25px;
  margin: 0;
  text-transform: uppercase;
  line-height: 14px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer .cm-footer-buttons {
  float: right;
  margin-right: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-info.cm-btn-accept {
  background: #D00000;
  text-transform: uppercase;
  border-radius: 0;
  padding: 16px 25px;
  line-height: 14px;
  height: auto;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-required {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

#c1151 .ce-bodytext .contenttable tr td {
  padding: 10px;
}

@media (max-width: 767px) {
  [data-mob=hidemob],
  .hidemob {
    display: none !important;
  }
  .ax-hide-mobile {
    display: none;
  }
  #c1151 .ce-bodytext .contenttable tr td {
    display: block;
    padding: 10px;
  }
  .searchsort .downloads-submit {
    right: 0;
  }
  .ax-main-footer .social-media {
    margin-top: 40px;
    position: static;
  }
}
@media (min-width: 576px) {
  header {
    font-size: 22.5px;
  }
  header .ax-main-nav > ul > li > ul {
    padding-left: 50px;
  }
  .ax-hero-slider .ax-hero-title {
    font-size: 75px;
    padding-top: 150px;
    max-width: 900px;
    margin: 0 auto 40px;
  }
  .ax-hero-slider .ax-hero-content {
    font-size: 30px;
  }
  .ax-hero-slider .ax-hero-find input {
    font-size: 22.5px;
    padding: 27px;
  }
  .ax-hero-image h1 {
    font-size: 112.5px;
  }
  .ax-product-image .ax-product-name {
    font-size: 41.5px;
  }
  .ax-product-image .ax-product-desc {
    font-size: 28px;
  }
  .ax-news-item .ax-content-container {
    padding: 20px 35px 28px;
  }
  .ax-news-item .ax-news-title {
    margin: 0 0 8px;
    font-size: 41.5px;
  }
  .ax-news-item p {
    font-size: 28px;
  }
  .ax-news-item .ax-news-link {
    font-size: 28px;
  }
  .ax-contact-us {
    font-size: 28px;
  }
  #ax-send-msg input,
  #ax-send-msg textarea,
  .ax-send-msg-contact input,
  .ax-send-msg-contact textarea {
    font-size: 28px;
  }
  .ax-btn-arrow {
    font-size: 20px;
  }
  .ax-main-footer {
    font-size: 28px;
  }
  .ax-main-footer ul {
    margin-bottom: 120px;
  }
  .ax-bottom-bar {
    font-size: 19px;
  }
  .ax-breadcrumb {
    font-size: 24.5px;
  }
  .ax-description-text {
    font-size: 35px;
  }
  .ax-related-item-container .ax-related-item a {
    font-size: 41.5px;
  }
  .ax-see-more {
    font-size: 28px;
  }
  .ax-widget {
    font-size: 30px;
  }
  .ax-widget h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ax-widget h3 {
    font-size: 36px;
  }
  .ax-widget h4 {
    font-size: 26px;
  }
  .ax-widget {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 30px;
  }
  .ax-widget h3 {
    margin-bottom: 38px;
    font-size: 36px;
  }
  .ax-widget p:last-of-type {
    margin-bottom: 0;
  }
  .ax-widget .ax-widget-link .ax-desc-box {
    padding-left: 30px;
    font-size: 34px;
  }
  .ax-widget .ax-widget-link .ax-desc-box h4 {
    margin-top: 0;
    font-size: 26px;
  }
  .ax-widget .ax-testimonial {
    font-size: 40px;
  }
  .ax-widget .ax-testimonial:before {
    font-size: 44px;
  }
  .ax-widget .ax-testimonial:after {
    font-size: 44px;
  }
  ul.dtr-details li span.dtr-title {
    display: none;
  }
}
@media (min-width: 769px) {
  body {
    font-size: 22.5px;
  }
  .ax-only-mobile {
    display: none;
  }
  .ax-only-tablet {
    display: block;
  }
  h3 {
    font-size: 25px;
  }
  header .ax-logo {
    left: 3px;
    height: 84px;
    width: auto;
    margin-top: 25px;
  }
  header #ax-btn-menu {
    display: none;
  }
  header .ax-nav-bar {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
  }
  header .ax-nav-bar .ax-menu-container {
    max-height: 100%;
    background-color: transparent;
    color: #ffffff;
    padding-top: 10px;
    overflow: visible;
    padding-bottom: 10px;
  }
  header .ax-top-menu {
    order: 1;
    font-size: 16px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 135px);
    padding-right: 120px;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    margin-top: -5px;
    margin-bottom: 4px;
  }
  header .ax-top-menu li {
    display: inline-block;
    width: auto;
    padding-left: 0;
    line-height: 38px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .ax-top-menu li:hover > a {
    background-color: #d00000;
  }
  header .ax-top-menu li a {
    color: inherit;
    padding: 10px 3px 10px 0;
  }
  header .ax-lang-menu {
    width: auto;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    padding-left: 0;
  }
  header .ax-lang-menu.mobile-view {
    display: none;
  }
  header .ax-lang-menu li {
    width: 100%;
    display: none;
  }
  header .ax-lang-menu li a {
    padding: 0;
    padding-left: 10px;
    color: #fff;
  }
  header .ax-lang-menu li.active {
    display: block;
  }
  header .ax-lang-menu.ax-menu-open {
    background-color: #fff;
  }
  header .ax-lang-menu.ax-menu-open li a {
    color: #666;
  }
  header .ax-lang-menu.ax-menu-open li a:hover {
    color: #fff;
  }
  header #ax-search {
    order: 2;
    width: 130px;
    padding-right: 0;
    vertical-align: middle;
    border-bottom: none;
  }
  header #ax-search input {
    width: 100%;
    font-size: inherit;
    line-height: 100%;
    padding: 8px 34px 8px 10px;
    margin: 0;
    color: #666666;
  }
  header #ax-search .ax-search-submit {
    right: 9px;
    top: 2px;
    color: #666666;
    font-size: inherit;
    z-index: 2;
  }
  header .ax-main-nav {
    order: 3;
    font-size: 15px;
  }
  header .ax-main-nav a {
    color: #ffffff;
    line-height: 28px;
  }
  header .ax-main-nav a:hover {
    color: #ffffff;
    background-color: #d00000;
  }
  header .ax-main-nav ul li ul li ul li {
    padding-left: 0;
  }
  header .ax-main-nav ul li ul li:last-child::after {
    display: block;
    content: "";
    clear: both;
  }
  header .ax-main-nav > ul {
    margin: 0;
  }
  header .ax-main-nav > ul > li {
    display: inline-block;
    padding: 0;
    border: none;
    margin: 0 0 0px 10px;
    position: unset;
  }
  header .ax-main-nav > ul > li a {
    display: inline-block;
    display: block;
    margin-bottom: 0;
  }
  header .ax-main-nav > ul > li:last-of-type {
    margin-right: 0;
  }
  header .ax-main-nav > ul > li > ul {
    display: flex !important;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 0 15px;
    position: absolute;
    position: fixed;
    width: auto;
    width: calc(100% - 40px);
    left: 0;
    margin: 0 20px;
    padding-left: 0;
    top: calc(100% - 2px);
    top: 100px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    padding-bottom: 30px;
  }
  header .ax-main-nav > ul > li > ul > li {
    padding: 25px 15px 0;
    max-width: 33.3%;
    width: 33.3%;
  }
  header .ax-main-nav > ul > li > ul > li .ax-cat-title {
    padding: 0;
    font-size: 16.5px;
    min-height: 3.5em;
  }
  header .ax-main-nav > ul > li > ul > li .ax-cat-title a {
    line-height: 18px;
    padding: 10px 8px;
  }
  header .ax-main-nav > ul > li > ul > li a {
    line-height: 16px;
    padding: 5px 8px;
  }
  header .ax-main-nav > ul > li > ul a {
    color: #333333;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 24px;
  }
  header .ax-main-nav > ul > li:hover > ul {
    display: flex;
    transform: scale(1);
    visibility: visible;
  }
  header .ax-main-nav > ul > li .ax-btn-drop-down {
    display: none;
  }
  header .ax-main-nav ul li.active > a {
    background-color: #d00000;
    color: #fff;
  }
  header .ax-main-nav ul li.active > span > a {
    background-color: #d00000;
    color: #fff;
  }
  header .ax-menu-close-container {
    padding: 0 15px;
    position: absolute;
    width: auto;
    max-width: 909px;
    width: calc(100% - 60px);
    left: 0;
    margin: 0 30px;
    top: 100%;
    text-align: right;
    z-index: 9999;
    height: 0;
  }
  header #ax-menu-close {
    display: inline-block;
    color: transparent;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 8px;
    right: -20px;
    transition: all 0.5s;
  }
  header #ax-menu-close.ax-show-btn {
    right: 20px;
    color: #333333;
  }
  .mobile-previous {
    display: none;
  }
  .ax-product-image .ax-product-name {
    font-size: 27.5px;
  }
  .ax-product-image .ax-product-desc {
    font-size: 19px;
  }
  .ax-news-item .ax-news-title {
    font-size: 27.5px;
  }
  .ax-news-item p {
    font-size: 19px;
  }
  .ax-news-item .ax-news-link {
    font-size: 19px;
  }
  .ax-contact-link {
    display: inline-block;
  }
  .ax-contact-us {
    font-size: 15px;
    line-height: 36px;
  }
  #ax-send-msg input,
  #ax-send-msg textarea,
  .ax-send-msg-contact input,
  .ax-send-msg-contact textarea {
    font-size: 15px;
  }
  .ax-btn-arrow {
    font-size: 19px;
    height: 50px;
    line-height: 65px;
    padding-right: 76px;
  }
  .ax-btn-arrow span:last-of-type {
    font-size: 27.5px;
    width: 55px;
  }
  .ax-main-footer {
    font-size: 19px;
  }
  .ax-main-footer ul {
    margin-bottom: 74px;
  }
  .ax-description-text {
    font-size: 22.5px;
  }
  .ax-description-text h3 {
    margin-top: 50px;
    margin-bottom: 27px;
  }
  .ax-see-more {
    font-size: 19px;
  }
  .ax-link-spacer {
    padding-top: 0px;
  }
  .ax-related-item-container {
    margin-bottom: 24.3px;
  }
  .ax-breadcrumb {
    font-size: 16.5px;
    padding-top: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid #DADADA;
  }
  .ax-breadcrumb ul li {
    display: inline-block;
  }
  .ax-breadcrumb ul li:last-of-type i {
    display: none;
  }
  .ax-breadcrumb ul a + i {
    display: inline-block;
    padding-left: 5px;
  }
  .ax-related-item-container .ax-related-item a {
    font-size: 27.5px;
    min-height: 76px;
  }
  .ax-see-more {
    text-align: right;
  }
  .ax-aside {
    padding-left: 15px;
    padding-right: 20px;
    max-width: 405px;
  }
  .ax-widget {
    padding: 32px 16px 30px;
    font-size: 19px;
  }
  .ax-widget h3 {
    font-size: 22.5px;
  }
  .ax-widget .ax-widget-link .ax-desc-box h4 {
    font-size: 16.5px;
    margin-bottom: 15px;
  }
  .ax-widget .ax-widget-link .ax-desc-box {
    font-size: 21.5px;
  }
  .ax-widget .ax-testimonial {
    font-size: 25px;
  }
  .ax-widget .ax-testimonial:before, .ax-widget .ax-testimonial:after {
    font-size: 27.5px;
  }
}
@media (max-width: 768px) {
  header {
    height: 95px;
  }
  header .ax-logo {
    max-width: 200px;
    padding: 5px;
    top: 35px;
  }
  header .ax-top-menu ul {
    text-align: left;
  }
  header .ax-top-menu ul li {
    display: inline-block;
  }
  header.mob-isopen ul.main-level {
    text-align: left;
  }
}
@media all and (device-width: 769px) and (device-height: 1024px) and (orientation: portrait) {
  header .ax-logo {
    top: 0;
    left: 0;
  }
  header .ax-logo img {
    max-width: 130px;
    width: 100%;
  }
  header #ax-search {
    float: right;
  }
  header .ax-main-nav > ul {
    text-align: right;
  }
  header .ax-main-nav > ul ul {
    text-align: left;
  }
  header .ax-main-nav > ul > li {
    position: unset;
    font-size: 12px;
  }
  header .ax-main-nav > ul > li > a span {
    padding: 12px 5px 13px 5px;
    line-height: 6px;
  }
  header .ax-top-menu {
    order: 1;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    width: calc(100% - 200px);
    padding-right: 0;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    background-color: transparent;
    padding-top: 0;
    text-align: right;
  }
  header .ax-top-menu li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    line-height: 38px;
  }
  header .ax-top-menu li ul.sub {
    display: none;
  }
  header .ax-top-menu li:hover ul.sub {
    display: block;
    background-color: #fff;
  }
  header .ax-top-menu li ul.ax-lang-menu {
    display: block;
    right: auto;
    position: relative;
    padding-top: 0;
    margin-top: 0;
    border: none;
    text-align: right;
  }
  header .ax-top-menu li ul.ax-lang-menu li {
    display: none;
  }
  header .ax-top-menu li ul.ax-lang-menu li.active {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 1px;
  }
  header .ax-top-menu li a {
    color: inherit;
  }
  .ax-hero-slider {
    height: auto;
  }
}
@media (max-width: 900px) {
  header .ax-main-nav > ul > li > a span {
    padding: 12px 5px 13px 12px;
  }
  header .ax-main-nav > ul > li {
    margin: 0 0 0px 4px;
    position: relative;
  }
  header .ax-top-menu li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 27px;
  }
  h2 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .ax-h-logo img {
    margin-bottom: 10px;
  }
  section {
    padding-top: 60px;
  }
  section .frame .ce-bodytext ul {
    margin-bottom: 20px;
  }
  section .frame .ce-bodytext ul li {
    padding-left: 0;
    margin-bottom: 5px;
  }
  header.ax-header {
    padding-bottom: 20px;
  }
  header .ax-nav-bar {
    max-width: 1540px;
    padding-left: 80px;
    padding-right: 0;
    margin: auto;
  }
  header .ax-nav-bar .ax-menu-container {
    position: relative;
    padding-top: 10px;
  }
  header .ax-logo {
    position: relative;
    top: 0;
    margin: 15px 0 0;
  }
  header .ax-top-menu {
    width: calc(100% - 200px);
  }
  header #ax-search {
    width: 190px;
  }
  header .ax-lang-menu.ax-menu-open {
    background-color: #ffffff;
    color: #666666;
  }
  header .ax-lang-menu.ax-menu-open a:hover {
    color: #fff;
  }
  header .ax-menu-close-container {
    display: none;
  }
  header .ax-top-menu {
    padding-bottom: 6px;
  }
  header .navigation {
    width: 760px;
  }
  header .ax-main-nav {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 6px;
  }
  header .ax-main-nav > ul > li > ul {
    margin: 0;
    max-width: 100%;
    position: absolute;
  }
  header .ax-main-nav > ul > li > ul > li {
    max-width: 20%;
    font-size: 12px;
  }
  header .ax-main-nav > ul > li > ul > li .ax-cat-title {
    font-size: 13px;
  }
  header ::placeholder,
  header :-ms-input-placeholder,
  header ::-ms-input-placeholder {
    opacity: 1;
  }
  .ax-hero-slider .ax-hero-title {
    font-size: 90px;
    max-width: 1130px;
    margin-bottom: 15px;
    padding-top: 420px;
    line-height: 90px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  }
  .ax-hero-slider .ax-hero-content {
    font-size: 20px;
  }
  .ax-hero-slider .ax-slider-item p {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  }
  .ax-hero-slider .ax-slider-item p a {
    text-shadow: none;
  }
  .ax-hero-slider .slick-dots {
    bottom: 35px;
  }
  .ax-hero-slider .ax-scroll-next {
    bottom: 35px;
  }
  .ax-product-item {
    margin-bottom: 72px;
  }
  .ax-arrow-link {
    margin-bottom: 32px;
  }
  .ax-product-image {
    position: relative;
  }
  .ax-product-image a {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .ax-product-image .ax-product-name {
    font-size: 22px;
    text-transform: none;
    line-height: 27px;
  }
  .ax-product-image .ax-product-desc {
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
  }
  .ax-news-item .ax-content-container {
    padding: 16px 14px;
  }
  .ax-news-item .ax-news-title {
    font-size: 22px;
    line-height: 26px;
  }
  .ax-news-item p {
    font-size: 15px;
    line-height: 20px;
  }
  .ax-news-item .ax-news-link {
    font-size: 15px;
    line-height: 30px;
  }
  .ax-contact-us h2 {
    margin-bottom: 24px;
  }
  .ax-contact-us p:first-of-type {
    margin-bottom: 40px;
  }
  .ax-contact-us .ax-btn-arrow {
    margin-top: 10px;
    line-height: 20px;
  }
  #tx_indexedsearch .ax-btn-arrow {
    margin-top: 10px;
    line-height: 20px;
  }
  #ax-send-msg textarea,
  .ax-send-msg-contact textarea {
    height: 140px;
    margin-top: 20px;
  }
  .ax-main-footer,
  .ax-bottom-bar {
    font-size: 15px;
  }
  .ax-scroll-top {
    height: 43px;
    width: 36px;
    bottom: 17px;
  }
  .ax-scroll-top i {
    line-height: 42px;
    font-size: 25px;
  }
  .ax-description-text {
    font-size: 18px;
  }
  .ax-description-text h3 {
    margin-bottom: 20px;
  }
  .ax-see-more {
    font-size: 15px;
  }
  .ax-aside {
    max-width: 25%;
  }
  .ax-hero-image h1 {
    font-size: 90px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  }
  .ax-breadcrumb {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .ax-related-item-container .ax-related-item a {
    font-size: 22px;
    min-height: 61px;
  }
  .ax-aside {
    padding-left: 0;
  }
  .ax-widget {
    margin-bottom: 30px;
    font-size: 15px;
    padding: 20px 12px 30px 12px;
  }
  .ax-widget h3 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 26px;
  }
  .ax-widget .ax-widget-link {
    margin-bottom: 20px;
  }
  .ax-widget .ax-widget-link .ax-desc-box {
    padding-left: 15px;
  }
  .ax-widget .ax-widget-link .ax-desc-box h4 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .ax-widget .ax-widget-link .ax-desc-box a {
    font-size: 17px;
    display: inline-block;
    line-height: 20px;
  }
  .ax-widget .ax-testimonial {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 28px;
    font-weight: normal;
  }
  .ax-widget .ax-testimonial:before, .ax-widget .ax-testimonial:after {
    font-size: 13px;
  }
  .ax-btn-arrow {
    padding: 15px 85px 10px 25px;
    margin-top: 15px;
    position: relative;
    font-size: 15px;
    line-height: 40px;
    display: inline-block;
  }
  .ax-btn-arrow span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    line-height: inherit;
    display: block;
  }
  .ce-gallery img {
    margin-bottom: 20px;
  }
  .maincol {
    padding-right: 50px;
  }
  .container-fluid {
    padding-left: 80px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .ax-header-claim {
    margin-left: 76px;
  }
  header .navigation {
    width: 900px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 27px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 34px;
  }
  .ax-hero-slider {
    height: 100vh;
  }
  .ax-hero-slider .ax-hero-title {
    padding: 280px 30px 20px;
    text-align: center;
    font-size: 80px;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    line-height: 80px;
  }
  .ax-hero-slider .slick-dots {
    bottom: 80px;
    right: 5%;
    width: 20px;
  }
  .ax-btn-arrow {
    line-height: 30px;
    height: 55px;
    margin-bottom: 0;
  }
  .ax-btn-arrow span {
    height: 55px;
  }
  .ax-btn-arrow span:last-of-type {
    font-size: 30px;
  }
  .ax-btn-arrow span:last-of-type i {
    line-height: 55px;
  }
  .ax-btn-arrow span i {
    font-size: 22px;
    line-height: 26px;
  }
  .ax-hero-image h1 {
    font-size: 60px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  }
  .ax-header-claim {
    display: none;
  }
}
@media (max-width: 767px) {
  main {
    font-size: 16px;
    line-height: 24px;
    background: url("../images/bg-patent.png") repeat;
    margin-top: 95px;
  }
  .ax-aside-menu {
    display: none;
  }
  .parent-page {
    margin-top: 25px;
  }
  .parent-page + .frame > h2 {
    margin-top: 4px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 21px;
  }
  h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 28px;
  }
  .maincol {
    padding-right: 15px;
  }
  header .ax-nav-bar.ax-open-menu .ax-menu-container {
    width: 100%;
  }
  .ax-hero-slider {
    height: 100vh;
  }
  .ax-hero-slider .slick-dots {
    bottom: 80px;
    right: 5%;
    width: 20px;
  }
  .ax-hero-slider .ax-hero-title {
    padding: 130px 30px 20px;
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    line-height: 60px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow {
    line-height: 30px;
    height: 55px;
    margin-bottom: 0;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span {
    height: 55px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span:last-of-type {
    font-size: 30px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span:last-of-type i {
    line-height: 55px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span i {
    font-size: 22px;
    line-height: 26px;
  }
  .ax-contact-us {
    padding-top: 30px;
  }
  .ce-textpic.ce-intext .ce-gallery {
    max-width: 40%;
  }
  .ce-gallery figure {
    display: block;
  }
  .ax-breadcrumb {
    display: none;
  }
  .ax-bg-patent {
    padding-top: 0;
    background: none;
  }
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ax-widget {
    background-color: #ffffff;
    padding: 25px 30px 37px;
    margin-bottom: 32px;
  }
  .ax-widget h2 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
  }
}
@media (max-width: 576px) {
  header .ax-logo {
    padding: 10px;
  }
  header #ax-btn-menu {
    padding: 20px;
    font-size: 20px;
  }
  .ax-hero-slider {
    height: 100vh;
  }
  .ax-hero-slider .slick-dots {
    bottom: 80px;
    right: 5%;
    width: 20px;
  }
  .ax-hero-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .ax-hero-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 3px;
  }
  .ax-hero-slider .slick-dots li.slick-active button {
    font-size: 13px;
  }
  .ax-hero-slider .ax-hero-title {
    padding: 110px 30px 10px;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    line-height: 46px;
  }
  .ax-hero-slider .ax-hero-content {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow {
    line-height: 28px;
    height: 55px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 70px 10px 20px;
    font-size: 12px;
    overflow: hidden;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span {
    height: 55px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span:last-of-type {
    font-size: 30px;
    width: 60px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span:last-of-type i {
    line-height: 55px;
  }
  .ax-hero-slider .ax-hero-link .ax-btn-arrow span i {
    font-size: 22px;
    line-height: 26px;
  }
  .ax-hero-slider .down-arrow {
    width: 40px;
    height: 70px;
    bottom: 35px;
  }
  .ce-textpic.ce-intext .ce-gallery {
    width: 100%;
    max-width: 100%;
  }
  .ce-left .ce-gallery, .ce-column, .ce-right .ce-gallery, .ce-column {
    float: none;
  }
}
header {
  background-color: #333333;
}
header .ax-nav-bar .ax-menu-container {
  padding-bottom: 0;
  justify-content: end;
}

.menu-main-container {
  display: none;
}
.menu-main-container a {
  transition: none;
}

.menu-main-container-mobile {
  font-size: 16px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #eee;
  width: 100%;
}
.menu-main-container-mobile ul {
  margin-top: 10px;
  padding: 0 24px;
}
.menu-main-container-mobile ul li {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.menu-main-container-mobile ul li a {
  font-size: 16px;
}
.menu-main-container-mobile ul li > a {
  color: #8D8D8D;
}
.menu-main-container-mobile ul li.has-submenu > a {
  position: relative;
  display: block;
}
.menu-main-container-mobile ul li.has-submenu > a::after {
  -webkit-transition: all, 0.35s;
  -moz-transition: all, 0.35s;
  -ms-transition: all, 0.35s;
  -o-transition: all, 0.35s;
  transition: all, 0.35s;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 2px;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z' fill='%23666666' /%3E%3C/svg%3E");
}
.menu-main-container-mobile ul li.has-submenu > a:hover::after {
  right: -2px;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z' fill='%23000000' /%3E%3C/svg%3E");
}
.menu-main-container-mobile .current-page {
  padding: 0 24px;
}
.menu-main-container-mobile .homepage {
  margin: 0 24px 35px 24px;
}
.menu-main-container-mobile .homepage a {
  position: relative;
}
.menu-main-container-mobile .homepage a::after {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: -2px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M3.945 2.28C4.067 2.157 4.265 2.157 4.387 2.28L6.887 4.78C7.01 4.9 7.01 5.1 6.887 5.22L4.387 7.72C4.265 7.843 4.067 7.843 3.945 7.72C3.822 7.6 3.822 7.4 3.945 7.28L6.225 5L3.945 2.72C3.822 2.6 3.822 2.4 3.945 2.28Z' fill='%23666666' /%3E%3C/svg%3E");
}

@media (min-width: 769px) {
  header {
    background-color: #333333;
  }
  header .ax-logo {
    margin: 25px 0 0;
    flex-grow: 1;
  }
  header .ax-nav-bar .ax-menu-container {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .navigation {
    min-width: 700px;
  }
  .menu-main-container {
    display: flex;
    position: relative;
    padding-bottom: 30px;
  }
  .menu-main-container li.active-page > a {
    color: #E4060C;
  }
  .menu-main-container span.closemenu {
    position: absolute;
    top: 100px;
    z-index: 2;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M6.2253 4.81108C5.83477 4.42056 5.20161 4.42056 4.81108 4.81108C4.42056 5.20161 4.42056 5.83477 4.81108 6.2253L10.5858 12L4.81114 17.7747C4.42062 18.1652 4.42062 18.7984 4.81114 19.1889C5.20167 19.5794 5.83483 19.5794 6.22535 19.1889L12 13.4142L17.7747 19.1889C18.1652 19.5794 18.7984 19.5794 19.1889 19.1889C19.5794 18.7984 19.5794 18.1652 19.1889 17.7747L13.4142 12L19.189 6.2253C19.5795 5.83477 19.5795 5.20161 19.189 4.81108C18.7985 4.42056 18.1653 4.42056 17.7748 4.81108L12 10.5858L6.2253 4.81108Z' fill='%23666666' /%3E%3C/svg%3E");
    right: 0;
    display: none;
    cursor: pointer;
    background-size: cover;
  }
  .menu-main-container span.closemenu.visible {
    display: block;
  }
  .menu-main-container > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .menu-main-container > ul > li > a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 17px 12px;
  }
  .menu-main-container > ul > li > a:hover {
    background-color: #E4060C;
  }
  .menu-main-container > ul > li.active > a {
    background-color: #E4060C;
  }
  .menu-main-container > ul li {
    padding-left: 0;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper {
    min-height: 60vh;
    position: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100vw;
    left: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.0823529412);
    margin-top: 50px;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container {
    margin: 0 auto;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul {
    transition: none;
    max-width: 300px;
    position: relative;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul li {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul li:last-child {
    border-bottom: none;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul li a {
    font-size: 16px;
    color: #666666;
    display: block;
    padding: 13px 0;
    position: relative;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul li a:hover {
    color: #E4060C;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul li.active > a {
    color: #d00000;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul li:hover .level-3 {
    visibility: visible;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul.level-2 {
    margin-left: 0;
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul.level-2 > li.has-submenu > a::after {
    -webkit-transition: all, 0.35s;
    -moz-transition: all, 0.35s;
    -ms-transition: all, 0.35s;
    -o-transition: all, 0.35s;
    transition: all, 0.35s;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 16px;
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z' fill='%23666666' /%3E%3C/svg%3E");
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul.level-2 > li.has-submenu > a:hover::after {
    right: -2px;
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z' fill='%23000000' /%3E%3C/svg%3E");
  }
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container ul.level-3 {
    position: absolute;
    right: -100%;
    top: 0;
    visibility: hidden;
    background-color: #fff;
    padding-left: 50px;
    min-height: 100%;
  }
  .menu-main-container-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu-main-container > ul li.has-submenu .submenu-container-wrapper .submenu-container {
    max-width: 1540px;
    padding-left: 80px;
  }
}

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