@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/***************************
FORMS
***************************/
.form-alert {
  display: none;
  margin: 0 0 15px;
  padding: 15px 30px;
  font-weight: 500;
  text-align: center;
  color: #3A4854;
  background-color: #F6F8FA;
}

.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3A4854;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3A4854;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #3A4854;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #3A4854;
}

form label {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  color: #A0A2A4;
}
form input, form button, form textarea, form select {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 20px;
  color: #3A4854;
  line-height: 1.5;
  border: 1px solid #F6F8FA;
  border-radius: 60px;
  background: transparent;
  text-align: left;
  text-overflow: ellipsis;
  appearance: none;
}
form input:focus, form button:focus, form textarea:focus, form select:focus {
  outline: none;
}
form input:invalid, form button:invalid, form textarea:invalid, form select:invalid {
  box-shadow: none;
}
form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  resize: none;
}
form input.btn.primary {
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #E2243C;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 30px;
}
form .select {
  position: relative;
}
form .select:after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Material Icons Round";
  font-size: 19px;
  color: #A0A2A4;
  pointer-events: none;
  z-index: 1;
  content: "expand_more";
}
form .checkbox, form .radio {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 4px 0 0 45px;
  min-height: 30px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
form .checkbox input, form .radio input {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 1;
}
form .checkbox input:checked ~ .checked, form .radio input:checked ~ .checked {
  background-color: #E2243C;
}
form .checkbox input:checked ~ .checked:after, form .radio input:checked ~ .checked:after {
  opacity: 1;
}
form .checkbox .checked, form .radio .checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #E2243C;
  transition: all 0.2s ease-in;
}
form .checkbox .checked:after, form .radio .checked:after {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 4px;
  height: 12px;
  opacity: 0;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all 0.1s ease-in;
  content: "";
}
form .radio .checked {
  border-radius: 100%;
}
form .radio .checked:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}

/****************************
ICON STYLES
****************************/
/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/work-sans-v19-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-icons-round-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-round-v108-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?v8tewn");
  src: url("../fonts/icomoon.eot?v8tewn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v8tewn") format("truetype"), url("../fonts/icomoon.woff?v8tewn") format("woff"), url("../fonts/icomoon.svg?v8tewn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900;
}
#loader.animate .loader-ring-light {
  animation: rotate-360 2s linear infinite;
}
#loader .loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin: -120px 0 0 -120px;
}
#loader .loader-ring-light {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 4px 0 white inset;
  -moz-box-shadow: 0 4px 0 white inset;
  box-shadow: 0 4px 0 white inset;
}
#loader .loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1;
}
a.menu-toggle span {
  display: inline-block;
}
a.menu-toggle .menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
}
a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross span, a.menu-toggle .menu-icon .cross:after {
  display: block;
  background: #3A4854;
  border-radius: 1px;
  transition: 0.25s ease-in-out;
  content: "";
}
a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after {
  position: relative;
  margin: 6px 0;
  width: 30px;
  height: 2px;
}
a.menu-toggle .menu-icon .hamburger:before {
  transition-delay: 0.5s;
}
a.menu-toggle .menu-icon .hamburger span {
  transition-delay: 0.625s;
}
a.menu-toggle .menu-icon .hamburger:after {
  transition-delay: 0.75s;
}
a.menu-toggle .menu-icon .cross {
  transform: rotate(45deg);
}
a.menu-toggle .menu-icon .cross:before {
  position: absolute;
  top: 0;
  left: 14px;
  height: 0;
  width: 2px;
  transition-delay: 0s;
}
a.menu-toggle .menu-icon .cross:after {
  position: absolute;
  left: 0;
  top: 14px;
  width: 0;
  height: 2px;
  transition-delay: 0.25s;
}

a.menu-toggle.open .menu-icon {
  z-index: 2000;
}
a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross span, a.menu-toggle.open .menu-icon .cross:after {
  background-color: #3A4854;
}
a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after {
  width: 0%;
}
a.menu-toggle.open .menu-icon .hamburger:before {
  transition-delay: 0s;
}
a.menu-toggle.open .menu-icon .hamburger span {
  transition-delay: 0.125s;
}
a.menu-toggle.open .menu-icon .hamburger:after {
  transition-delay: 0.25s;
}
a.menu-toggle.open .menu-icon .cross:before {
  height: 30px;
  transition-delay: 0.625s;
}
a.menu-toggle.open .menu-icon .cross:after {
  width: 30px;
  transition-delay: 0.375s;
}

/*********************
SLIDER STYLES
*********************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden !important;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  display: flex;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
}
.slick-slide:focus {
  outline: 0;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #3A4854;
  background-color: #FFFFFF;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  letter-spacing: -0.05em;
}

body.home:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #263440;
  background: linear-gradient(180deg, #263440 0%, #8c8e90 50%, white 100%);
  z-index: -1;
  content: "";
}

/*********************
HELPER CLASSES
*********************/
.noscroll {
  overflow: hidden;
}

.align-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  display: inline-block;
  color: #3A4854;
  font-weight: 500;
  text-decoration: none;
}
a:active, a:focus, a:visited:active, a:visited:focus {
  outline: 0;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}
a.read-more, a:visited.read-more {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #FFFFFF;
  background-color: #E2243C;
  align-items: center;
  justify-content: center;
}
a.btn, a:visited.btn {
  padding: 10px 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #E2243C;
}

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
h1, h2, h3, h4, h5 {
  position: relative;
  margin: 0.7em 0;
  font-weight: 500;
  line-height: 1.25;
  hyphens: auto;
  overflow-wrap: normal;
  text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 37px;
  line-height: 1;
}

h2, .h2 {
  font-size: 29px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
  color: #A0A2A4;
}

/****************************
ICON STYLES
****************************/
.icon,
.material-icons-round {
  width: 19px;
  height: 19px;
  font-size: 19px !important;
  text-align: center;
}

.material-icons-round {
  font-family: "Material Icons Round";
  line-height: 1;
}

/****************************
TEXT STYLES
****************************/
p {
  margin: 15px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 500;
}

/****************************
IMAGE STYLES
****************************/
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.img img, .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

/****************************
OVERLAY STYLES (AD)
****************************/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9000;
}
.overlay .overlay-content {
  position: relative;
  color: #FFFFFF;
  background: linear-gradient(180deg, black 0%, #263440 100%);
}
.overlay .overlay-content a, .overlay .overlay-content a:visited {
  color: #FFFFFF;
}
.overlay .overlay-content .showroom-header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.overlay .overlay-content .showroom-header a {
  display: flex;
  align-items: center;
}
.overlay .overlay-content .showroom-header a span.icon {
  width: 23px;
  height: 23px;
  color: #E2243C;
  font-size: 23px !important;
}
.overlay .overlay-content .showroom-header a.go-back {
  margin: 0 0 0 15px;
}
.overlay .overlay-content .showroom-header a.go-back .label {
  display: none;
}
.overlay .overlay-content .showroom-header .logo {
  margin-left: 15px;
}
.overlay .overlay-content .showroom-header .logo svg {
  height: 40px;
}
.overlay .overlay-content .showroom-header .header-buttons {
  display: flex;
  margin-left: auto;
}
.overlay .overlay-content .showroom-header .header-buttons a {
  margin: 0 0 0 15px;
}
.overlay .overlay-content .showroom-header .showroom-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.overlay .overlay-content .showroom-header .showroom-progress .current-progress {
  height: 1px;
  background-color: #E2243C;
  transition: all 0.2s ease-in;
}
.overlay .overlay-content .showroom-slides .slide .slide-content {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.45s ease-in;
  transition-delay: 0.3s;
}
.overlay .overlay-content .showroom-slides .slide.slick-active .slide-content {
  opacity: 1;
  transform: translateY(0);
}
.overlay .overlay-content .showroom-slides .slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-wrap: wrap;
}
.overlay .overlay-content .showroom-slides .slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  z-index: 1;
}
.overlay .overlay-content .showroom-slides .slide .slide-bg img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  object-fit: cover;
}
.overlay .overlay-content .showroom-slides .slide .slide-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: calc( 100vh - 76px );
  padding: 30px;
  margin: 76px 0 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns {
  width: 100%;
  margin: 0 0 15px;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.price {
  color: #E2243C;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.full-desc b, .overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.full-desc strong {
  font-weight: 600;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col h2 {
  margin: 0;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col span.label {
  color: #E2243C;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col .emissions-info {
  margin: 10px 0 0;
  font-size: 12px;
  color: #A0A2A4;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-button {
  margin: auto auto 0;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-button a.btn {
  margin: 15px 0 0;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content {
  align-items: center;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text {
  width: 100%;
  text-align: center;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div {
  display: flex;
  align-items: center;
  margin: 0 15px;
  font-size: 23px;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div i {
  display: inline-block;
  margin-left: 10px;
  color: #E2243C;
  font-style: normal;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot {
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.weiss {
  background-color: #fff;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.schwarz {
  background-color: #000;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.grau {
  background-color: #4b4b4b;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.rot {
  background-color: #E2243C;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.braun {
  background-color: #9C523A;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.orange {
  background-color: #ff9f1a;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.silber {
  background-color: #EBECED;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.gruen {
  background-color: #2E6C66;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.blau {
  background-color: #1A346C;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot.gelb {
  background-color: #E6BE28;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-info span {
  display: block;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .info {
  display: flex;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .info span {
  flex: 1;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col span.label {
  display: inline-block;
  margin: 0 15px 0 0;
}
.overlay .overlay-content .showroom-slides .slide.type-gallery .ad-gallery {
  display: flex;
  margin: 15px -15px 0;
  flex-wrap: wrap;
}
.overlay .overlay-content .showroom-slides .slide.type-gallery .ad-gallery a.gallery-item {
  width: 50%;
  padding: 15px;
}
.overlay .overlay-content .showroom-slides .slide.type-gallery .ad-gallery a.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features li {
  display: flex;
  align-items: center;
}
.overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features li .icon {
  color: #E2243C;
  margin: 0 15px 0 0;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .contact-person {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .contact-person .person-img {
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .contact-person .person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .contact-person .person-info span {
  display: block;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .contact-cta a.btn {
  display: block;
  margin: 0 0 15px;
  text-align: center;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .summary-img img {
  border-radius: 6px;
}

.mfp-bg {
  z-index: 9300 !important;
}

.mfp-wrap {
  z-index: 9400 !important;
}

/****************************
LAYOUT STYLES
****************************/
.wrap {
  padding: 0 30px;
}

/****************************
HEADER STYLES
****************************/
body:not(.home) .header {
  background-color: #3A4854;
}

.header {
  margin: 0 0 45px;
}
.header .top-bar {
  padding: 30px 0;
}
.header .top-bar .wrap {
  display: flex;
  align-items: center;
}
.header .top-bar .wrap a.logo {
  flex: 1;
}
.header .top-bar .wrap a.logo svg {
  height: 30px;
}
.header .top-bar .wrap ul.top-bar-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}
.header .top-bar .wrap ul.top-bar-links li {
  display: inline-block;
}
.header .top-bar .wrap ul.top-bar-links li a {
  display: flex;
  margin: 0 0 0 15px;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
}
.header .top-bar .wrap ul.top-bar-links li a .label {
  display: none;
}
.header .top-bar .wrap ul.top-bar-links li a.phone {
  background-color: rgba(255, 255, 255, 0.15);
}
.header .top-bar .wrap ul.top-bar-links li a.email {
  background-color: #E2243C;
}
.header .nav.wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header .nav.wrap ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #3A4854;
}
.header .nav.wrap ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 15px;
  right: 0;
  font-family: "Material Icons Round";
  font-size: 19px;
  line-height: 23px;
  word-wrap: normal;
  content: "expand_more";
}
.header .nav.wrap ul li.menu-item-has-children.open > a:after {
  transform: rotate(180deg);
}
.header .nav.wrap > ul {
  margin: 0 -30px;
}
.header .nav.wrap > ul > li {
  padding: 0 30px;
}
.header .nav.wrap > ul > li > a {
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.header .nav.wrap > ul > li.open > ul {
  display: block;
  position: fixed;
  top: 160px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 900;
}
.header .nav.wrap > ul > li > ul {
  display: none;
  margin: 0 -30px;
  padding: 30px 0 15px;
  background-color: #FFFFFF;
}
.header .nav.wrap > ul > li > ul > li {
  padding: 0 30px;
}
.header .nav.wrap > ul > li > ul > li > a {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.header .nav.wrap > ul > li > ul > li.open > a {
  border-top: 1px solid black;
}
.header .nav.wrap > ul > li > ul > li.open > ul {
  display: flex;
  flex-wrap: wrap;
}
.header .nav.wrap > ul > li > ul > li > ul {
  display: none;
  padding: 0 0 15px;
}
.header .nav.wrap > ul > li > ul > li > ul li:first-child:nth-last-child(n+4),
.header .nav.wrap > ul > li > ul > li > ul li:first-child:nth-last-child(n+4) ~ li {
  width: 50%;
}
.header .nav.wrap > ul > li > ul > li > ul li {
  width: 100%;
}
.header .nav.wrap > ul > li > ul > li > ul li a {
  padding: 0;
}
.header .nav.wrap > ul > li > ul > li > ul li.btn {
  width: 100% !important;
}
.header .nav.wrap > ul > li > ul > li > ul li.btn a {
  display: flex;
  margin: 30px 0 15px;
  align-items: center;
}
.header .nav.wrap > ul > li > ul > li > ul li.btn a:before {
  display: flex;
  margin: 0 15px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-family: "Material Icons Round";
  font-size: 19px;
  word-wrap: normal;
  color: #FFFFFF;
  background-color: #E2243C;
  align-items: center;
  justify-content: center;
  content: "add";
}

/****************************
CONTENT STYLES
****************************/
.section {
  margin: 0 0 60px;
}
.section .slider-nav {
  display: flex;
  padding: 15px 0;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
.section .slider-nav a.slick-arrow {
  color: #FFFFFF;
  line-height: 1;
}
.section .slider-nav a.slick-arrow span {
  display: block;
}
.section .slider-nav a.slick-arrow.slick-prev {
  margin-right: 15px;
}
.section .slider-nav a.slick-arrow.slick-next {
  margin-left: 15px;
}
.section .slider-nav a.slick-arrow.slick-disabled {
  opacity: 0.15;
}
.section.type-intro .slider-wrap {
  position: relative;
}
.section.type-intro .slider-wrap .slider-nav {
  display: none;
}
.section.type-intro .slider-wrap .slider-dots {
  display: none;
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  z-index: 20;
}
.section.type-intro .slider-wrap .slider-dots ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.section.type-intro .slider-wrap .slider-dots ul li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.section.type-intro .slider-wrap .slider-dots ul li button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 1px;
}
.section.type-intro .slider-wrap .slider-dots ul li:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  content: "";
}
.section.type-intro .slider-wrap .slider-dots ul li.slick-active:after {
  background-color: white;
}
.section.type-intro .slider-wrap .intro-slider .slide h1 {
  margin: 0 0 -15px;
  padding: 0 30px;
  color: #FFFFFF;
  hyphens: none;
  z-index: 20;
}
.section.type-intro .slider-wrap .intro-slider .slide h1 a {
  color: #FFFFFF;
}
.section.type-intro .slider-wrap .intro-slider .slide .slide-img {
  position: relative;
}
@keyframes sliderProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.section.type-intro .slider-wrap .intro-slider .slide .slide-img .slider-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 15px;
  background-color: #E2243C;
  z-index: 15;
}
.section.type-intro .slider-wrap .intro-slider .slide .slide-img .slider-progress.start {
  animation-name: sliderProgress;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.section.type-intro .slider-wrap .intro-slider .slide .slide-img .img {
  padding-top: 56.25%;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post {
  position: relative;
  margin: -30px 0 30px;
  padding: 0 15px;
  z-index: 15;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner {
  background-color: #FFFFFF;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .text {
  position: relative;
  padding: 30px;
  z-index: 10;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .text h4 {
  margin-bottom: 0;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .text a.read-more {
  position: absolute;
  right: 30px;
  bottom: -15px;
  z-index: 15;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .image {
  position: relative;
  z-index: 5;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .image .img {
  padding-top: 60px;
}
.section.type-cars {
  margin: 0;
}
.section.type-cars .car-filters {
  padding: 30px 0 15px;
  border-top: 1px solid #F6F8FA;
}
.section.type-cars .car-filters form {
  display: flex;
  flex-wrap: wrap;
}
.section.type-cars .car-filters form > div:not(.submit) {
  width: 50%;
  margin: 0 0 15px;
}
.section.type-cars .car-filters form > div:not(.submit):nth-child(odd) {
  padding-right: 7.5px;
}
.section.type-cars .car-filters form > div:not(.submit):nth-child(even) {
  padding-left: 7.5px;
}
.section.type-cars .car-filters form .submit {
  width: 100%;
}
.section.type-cars .car-filters form .submit input {
  margin: 0;
}
.section.type-cars .car-views {
  margin: 0 0 30px;
}
.section.type-cars .car-views a {
  display: none;
  color: #3A4854;
  background-color: #F6F8FA;
  align-items: center;
  justify-content: center;
}
.section.type-cars .car-views a .icon {
  color: #A0A2A4;
  margin-right: 5px;
}
.section.type-cars .car-views a.visible {
  display: flex;
}
.section.type-cars .cars-list {
  margin: 0 0 80px;
}
.section.type-cars .cars-list .car {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section.type-cars .cars-list .car.hide-car {
  display: none;
}
.section.type-cars .cars-list .car:last-child {
  margin: 0;
  border-bottom: none;
}
.section.type-cars .cars-list .car .car-info {
  order: 2;
  flex: 1;
  padding-left: 15px;
}
.section.type-cars .cars-list .car .car-info h3 {
  margin: 0;
  font-size: 19px;
}
.section.type-cars .cars-list .car .car-info .car-specs {
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
  font-size: 12px;
}
.section.type-cars .cars-list .car .car-info .car-specs > div {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0 5px 0 0;
}
.section.type-cars .cars-list .car .car-info .car-specs > div .icon {
  color: #A0A2A4;
  margin: 0 5px 0 0;
}
.section.type-cars .cars-list .car .car-info .car-price {
  display: block;
  color: #A0A2A4;
  font-size: 19px;
}
.section.type-cars .cars-list .car .car-info .car-emissions {
  color: #A0A2A4;
  font-size: 12px;
}
.section.type-cars .cars-list .car .car-img {
  position: relative;
  order: 1;
  width: 90px;
}
.section.type-cars .cars-list .car .car-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.section.type-cars .cars-list .car .car-img .icon {
  display: none;
}
.section.type-cars .cars-list .car .car-img .img {
  padding-top: 100%;
}
.section.type-cars .cars-slider {
  margin: 0 -30px;
}
.section.type-cars .cars-slider .car {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  background-color: #F6F8FA;
}
.section.type-cars .cars-slider .car .car-info {
  width: 100%;
  padding: 30px;
}
.section.type-cars .cars-slider .car .car-info .car-specs {
  display: flex;
  align-items: center;
}
.section.type-cars .cars-slider .car .car-info .car-specs > div {
  display: flex;
  align-items: center;
  flex: 1;
}
.section.type-cars .cars-slider .car .car-info .car-specs > div .icon {
  color: #A0A2A4;
  margin: 0 5px 0 0;
}
.section.type-cars .cars-slider .car .car-info .car-price {
  display: block;
  margin: 30px 0 0;
  color: #A0A2A4;
  font-size: 37px;
}
.section.type-cars .cars-slider .car .car-info .car-emissions {
  color: #A0A2A4;
  font-size: 12px;
}
.section.type-cars .cars-slider .car .car-img {
  position: relative;
  width: 100%;
  align-self: flex-end;
}
.section.type-cars .cars-slider .car .car-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.section.type-cars .cars-slider .car .car-img .icon {
  display: flex;
  position: absolute;
  top: -15px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #FFFFFF;
  background-color: #E2243C;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.section.type-cars .cars-slider .car .car-img .img {
  padding-top: 56.25%;
}
.section.type-cars .no-results {
  display: none;
  padding: 30px;
  font-size: 23px;
  background-color: #F6F8FA;
  align-items: center;
  justify-content: center;
}
.section.type-cars .no-results.visible {
  display: flex;
}
.section.type-services {
  margin: -52.5px 0 60px;
  padding: 90px 0 0;
  color: #FFFFFF;
  background: #263440;
  background: linear-gradient(180deg, #263440 0%, #a0a2a4 100%);
}
.section.type-services .slider-links {
  display: none;
}
.section.type-services .content-slider {
  margin: 0 -30px;
  background-color: #E2243C;
}
.section.type-services .content-slider .slide {
  display: flex;
  flex-wrap: wrap;
}
.section.type-services .content-slider .slide .slide-img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.section.type-services .content-slider .slide .slide-img .img {
  padding-top: 56.25%;
}
.section.type-services .content-slider .slide .slide-txt {
  position: relative;
  width: 100%;
  padding: 0 30px 30px;
  background-color: #E2243C;
  z-index: 2;
}
.section.type-services .content-slider .slide .slide-txt h1 {
  margin: 0 0 -20px;
  transform: translateY(-20px);
}
.section.type-services .content-slider .slide .slide-txt ul {
  margin: 15px 0 30px;
  padding: 0;
  list-style-type: none;
}
.section.type-services .content-slider .slide .slide-txt ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.section.type-services .content-slider .slide .slide-txt ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  word-wrap: normal;
  font-size: 19px;
  line-height: 22.5px;
  z-index: 1;
  content: "done";
}
.section.type-services .content-slider .slide .slide-txt a.btn {
  background-color: #3A4854;
}
.section.type-services .slider-nav {
  margin: 0 -30px;
  background-color: #E2243C;
}
.section.type-about h5 {
  padding: 0 0 15px;
  color: #3A4854;
  border-bottom: 1px solid #F6F8FA;
}
.section.type-about .columns .col {
  margin: 0 0 60px;
}
.section.type-about .columns .col:first-child h1 {
  color: #E2243C;
}
.section.type-about .columns .col:last-child h1 {
  margin: 0 0 60px;
}
.section.type-about .columns .col:last-child h1:last-child {
  margin: 0;
}
.section.type-about .video {
  position: relative;
  margin: 0 -30px;
  padding-top: 56.25%;
}
.section.type-about .video a, .section.type-about .video img, .section.type-about .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.type-about .video a {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.section.type-about .video a span {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #3A4854;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section.type-about .video img {
  object-fit: cover;
  z-index: 10;
}
.section.type-about .video iframe {
  z-index: 5;
}
.section.type-contact {
  position: relative;
  margin: -60px 0 60px;
  padding: 0 0 60px;
  color: #FFFFFF;
  background: #263440;
  background: linear-gradient(180deg, #263440 0%, #a0a2a4 100%);
  z-index: 50;
}
.section.type-contact h1 {
  margin: -30px 0 0;
  font-size: 23vw;
}
.section.type-contact h5 {
  margin: 0 0 30px;
  padding: 0 0 15px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.section.type-contact .columns .col {
  margin: 60px 0 0;
}
.section.type-contact .columns .col span {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.section.type-contact .columns .col .table {
  display: flex;
  margin: 0 0 -30px;
  flex-wrap: wrap;
}
.section.type-contact .columns .col .table .cell {
  width: 50%;
  margin: 0 0 30px;
}
.section.type-contact .columns .col .table .cell:nth-child(even) {
  text-align: right;
}
.section.type-map {
  margin: -60px 0 60px;
}
.section.type-map .map {
  position: relative;
  margin: 0 -30px;
}
.section.type-map .map a {
  position: absolute;
  z-index: 20;
}
.section.type-map .map a.marker {
  display: flex;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #E2243C;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
.section.type-map .map a.route {
  display: none;
}
.section.type-map .map .img {
  overflow: hidden;
  padding-top: 56.25%;
}
.section.type-single {
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.section.type-single .post-img {
  margin: -45px -30px 30px;
}
.section.type-single .post-img .img {
  padding-top: 56.25%;
}
.section.type-single .post-content a:not(.btn) {
  color: #E2243C;
}
.section.type-single .post-content ul {
  margin: 15px 0 30px;
  padding: 0;
  list-style-type: none;
}
.section.type-single .post-content ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.section.type-single .post-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  word-wrap: normal;
  font-size: 19px;
  line-height: 22.5px;
  z-index: 1;
  content: "done";
}

/****************************
FOOTER STYLES
****************************/
.footer {
  margin: 0 0 60px;
}
.footer .col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .footer-content .socials a {
  display: inline-flex;
  margin-right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #3A4854;
  align-items: center;
  justify-content: center;
}
.footer .footer-content ul.footer-nav > li {
  margin: 60px 0 0;
}
.footer .footer-content ul.footer-nav > li > a {
  display: block;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.footer .footer-content ul.footer-nav > li > ul.sub-menu {
  margin: 30px 0 0;
}
.footer .footer-content ul.footer-nav > li > ul.sub-menu li {
  font-size: 12px;
}
.footer .footer-content ul.footer-nav > li > ul.sub-menu li a {
  display: block;
}
.footer .footer-content a.scroll-top {
  display: inline-flex;
  margin: 60px 0 0;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  color: #A0A2A4;
  background-color: #F6F8FA;
  align-items: center;
  justify-content: center;
}
.footer .footer-bottom {
  margin: 60px 0 0;
  font-size: 12px;
  color: #A0A2A4;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.footer .footer-bottom a, .footer .footer-bottom a:visited {
  color: #A0A2A4;
}
.footer .footer-bottom .col {
  margin: 30px 0 0;
}

/*********************
TABLET
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

  Stylesheet: Desktop Stylsheet

  ******************************************************************/
  /*********************
  LINK STYLES
  *********************/
  a, a:visited {
    transition: all 0.2s ease-in;
  }
  a.btn:hover, a:visited.btn:hover {
    background-color: #ba192d;
  }

  /****************************
  H1, H2, H3, H4, H5 STYLES
  ****************************/
  h1, .h1 {
    font-size: 46px;
  }

  h2, .h2 {
    font-size: 37px;
  }

  h3, .h3 {
    font-size: 29px;
  }

  h4, .h4 {
    font-size: 23px;
  }

  /*********************
  FORM STYLES
  *********************/
  form input.btn.primary {
    transition: all 0.2s ease-in;
  }
  form input.btn.primary:hover {
    background-color: #ba192d;
  }

  /****************************
  OVERLAY STYLES (AD)
  ****************************/
  .overlay .overlay-content .showroom-header {
    padding: 30px 60px;
  }
  .overlay .overlay-content .showroom-header a.go-back {
    display: inline-flex;
    align-items: center;
  }
  .overlay .overlay-content .showroom-header a.go-back .label {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .overlay .overlay-content .showroom-header .logo {
    margin-left: auto;
  }
  .overlay .overlay-content .showroom-header .logo svg {
    height: 45px;
  }
  .overlay .overlay-content .showroom-slides .slide .slide-content {
    padding: 60px;
    margin: 111px 0 0;
    height: calc( 100vh - 111px );
  }
  .overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns {
    display: flex;
  }
  .overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col {
    flex: 1;
  }
  .overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.price {
    margin-left: auto;
    text-align: right;
  }
  .overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.secondary {
    font-size: 15px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div {
    font-size: 29px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div i {
    font-size: 19px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col {
    padding: 0 30px 0 0;
  }
  .overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col.secondary {
    padding: 0;
  }
  .overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-gallery .ad-gallery a.gallery-item {
    width: 25%;
  }
  .overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features {
    display: flex;
    width: 100%;
    margin: 15px 0 30px;
    flex-wrap: wrap;
  }
  .overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features li {
    width: 33.33%;
    padding: 0 30px 0 0;
  }
  .overlay .overlay-content .showroom-slides .slide.type-summary .col .contact-person {
    margin: 0 0 30px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-summary .col .contact-person .person-img {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-summary .col:first-child {
    padding: 0 30px 0 0;
  }
  .overlay .overlay-content .showroom-slides .slide.type-summary .col:last-child {
    padding: 0 0 0 30px;
  }

  /****************************
  LAYOUT STYLES
  ****************************/
  .wrap {
    padding: 0 120px;
  }

  /****************************
  HEADER STYLES
  ****************************/
  body:not(.home) .header {
    padding: 0 0 30px;
  }

  .header {
    margin: 0 0 105px;
  }
  .header .top-bar {
    padding: 45px 0;
  }
  .header .top-bar .wrap a.logo svg {
    height: 45px;
  }
  .header .top-bar .wrap ul.top-bar-links li a {
    width: auto;
    margin: 0 0 0 30px;
  }
  .header .top-bar .wrap ul.top-bar-links li a .icon {
    margin-right: 10px;
  }
  .header .top-bar .wrap ul.top-bar-links li a .label {
    display: inline-block;
  }
  .header .top-bar .wrap ul.top-bar-links li a.phone {
    background-color: rgba(255, 255, 255, 0);
  }
  .header .top-bar .wrap ul.top-bar-links li a.email {
    padding: 0 30px;
  }
  .header .top-bar .wrap ul.top-bar-links li a.email .icon {
    display: none;
  }
  .header .top-bar .wrap ul.top-bar-links li a.email:hover {
    background-color: #ba192d;
  }
  .header .nav.wrap ul li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
  .header .nav.wrap > ul {
    margin: 0;
  }
  .header .nav.wrap > ul > li {
    padding: 0;
  }
  .header .nav.wrap > ul > li > a {
    display: none;
  }
  .header .nav.wrap > ul > li > ul {
    display: flex;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .header .nav.wrap > ul > li > ul > li {
    flex: 1;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .header .nav.wrap > ul > li > ul > li:last-child {
    margin: 0;
  }
  .header .nav.wrap > ul > li > ul > li > a {
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header .nav.wrap > ul > li > ul > li:hover > a {
    border-top: 1px solid white;
  }
  .header .nav.wrap > ul > li > ul > li:hover > ul {
    display: flex;
    max-width: 420px;
    flex-wrap: wrap;
  }
  .header .nav.wrap > ul > li > ul > li > ul {
    position: absolute;
    display: none;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .header .nav.wrap > ul > li > ul > li > ul li.btn a {
    margin: 30px 0 0;
  }

  /****************************
  CONTENT STYLES
  ****************************/
  .section {
    margin: 0 0 120px;
  }
  .section.type-intro {
    position: relative;
  }
  .section.type-intro .slider-wrap .slider-nav {
    display: block;
    position: absolute;
    top: 80px;
    right: 120px;
    padding: 30px 0;
    z-index: 1;
  }
  .section.type-intro .slider-wrap .slider-nav a.slick-arrow {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    color: #A0A2A4;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
  }
  .section.type-intro .slider-wrap .slider-nav a.slick-arrow.slick-prev {
    margin-right: 7.5px;
  }
  .section.type-intro .slider-wrap .slider-nav a.slick-arrow.slick-next {
    margin-left: 7.5px;
  }
  .section.type-intro .slider-wrap .slider-dots {
    display: none;
  }
  .section.type-intro .slider-wrap .intro-slider .slide {
    position: relative;
  }
  .section.type-intro .slider-wrap .intro-slider .slide h1 {
    width: 760px;
    margin: 0 0 -30px;
    padding: 0 0 0 120px;
    font-size: 72px;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .slide-img .slider-progress {
    height: 30px;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .slide-img .img {
    padding-top: 42.86%;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .latest-post {
    position: absolute;
    left: 90px;
    bottom: 45px;
    width: 340px;
    margin: 0;
    padding: 0;
    z-index: 15;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .image .img {
    transition: all 0.3s ease-in-out;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .latest-post:hover .post-inner .image .img {
    padding-top: 56.25%;
  }
  .section.type-cars {
    position: relative;
    z-index: 5;
  }
  .section.type-cars .car-filters {
    padding: 30px 0;
  }
  .section.type-cars .car-filters form {
    align-items: flex-end;
  }
  .section.type-cars .car-filters form > div:not(.submit) {
    flex: 1;
    width: auto;
    margin: 0 30px 0 0;
  }
  .section.type-cars .car-filters form > div:not(.submit):nth-child(odd), .section.type-cars .car-filters form > div:not(.submit):nth-child(even) {
    padding: 0;
  }
  .section.type-cars .car-filters form > div:not(.submit) select {
    margin: 0;
  }
  .section.type-cars .car-filters form .submit {
    flex: 1;
    width: auto;
  }
  .section.type-cars .car-views {
    margin: 0 0 60px;
  }
  .section.type-cars .car-views a:hover {
    background-color: #e6ebf1;
  }
  .section.type-cars .cars-list {
    margin: 0 0 210px;
  }
  .section.type-cars .cars-list .car {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .section.type-cars .cars-list .car .car-info {
    padding-left: 30px;
  }
  .section.type-cars .cars-list .car .car-info h3 {
    font-size: 29px;
  }
  .section.type-cars .cars-list .car .car-info .car-specs {
    margin: 15px 0;
    font-size: 15px;
  }
  .section.type-cars .cars-list .car .car-info .car-price {
    font-size: 29px;
  }
  .section.type-cars .cars-list .car .car-img {
    width: 240px;
  }
  .section.type-cars .cars-list .car .car-img .img {
    padding-top: 56.25%;
  }
  .section.type-cars .cars-slider {
    margin: 0 -120px;
    padding: 0 120px;
  }
  .section.type-cars .cars-slider .car {
    width: 370px;
    margin: 0 60px 0 0;
  }
  .section.type-cars .cars-slider .car .car-img .img {
    overflow: hidden;
  }
  .section.type-cars .cars-slider .car .car-img .img img {
    transition: all 0.2s ease-in-out;
  }
  .section.type-cars .cars-slider .car .car-img:hover .img img {
    transform: scale(1.1);
  }
  .section.type-cars .slider-nav {
    padding: 30px 0 0;
  }
  .section.type-services {
    position: relative;
    margin: -120px 0 120px;
    padding: 210px 0 90px;
  }
  .section.type-services .slider-links {
    display: flex;
    margin: 60px 0 15px;
  }
  .section.type-services .slider-links a {
    flex: 1;
    margin: 0 30px 0 0;
    padding: 15px 0;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .section.type-services .slider-links a:last-child {
    margin: 0 0 0 30px;
  }
  .section.type-services .slider-links a:hover {
    border-top: 1px solid white;
  }
  .section.type-services .content-slider {
    margin: 0;
  }
  .section.type-services .content-slider .slide {
    display: flex;
    flex-wrap: nowrap;
  }
  .section.type-services .content-slider .slide .slide-img {
    width: 50%;
  }
  .section.type-services .content-slider .slide .slide-img .img {
    height: 100%;
    padding-top: 100%;
  }
  .section.type-services .content-slider .slide .slide-txt {
    width: 50%;
    padding: 60px;
  }
  .section.type-services .content-slider .slide .slide-txt h1 {
    margin: 0 -60px 45px;
    transform: translate(-60px, 0);
  }
  .section.type-services .content-slider .slide .slide-txt a.btn:hover {
    background-color: #252e36;
  }
  .section.type-services .slider-nav {
    padding: 30px 0;
    background-color: transparent;
  }
  .section.type-about .columns {
    display: flex;
  }
  .section.type-about .columns .col {
    flex: 1;
    margin: 0;
  }
  .section.type-about .columns .col:first-child {
    margin-right: 45px;
  }
  .section.type-about .columns .col:last-child {
    margin-left: 45px;
  }
  .section.type-about .video {
    margin: 120px -120px 0;
    overflow: hidden;
  }
  .section.type-about .video a {
    display: flex;
  }
  .section.type-about .video img {
    display: block;
  }
  .section.type-about .video:hover a {
    transform: scale(1.1);
  }
  .section.type-contact {
    margin: -120px 0 120px;
    padding: 0 0 210px;
  }
  .section.type-contact h1 {
    margin: -90px 0 0;
    text-indent: -28px;
  }
  .section.type-contact .columns {
    display: flex;
    margin: 60px 0 0;
  }
  .section.type-contact .columns .col {
    flex: 1;
    margin: 0;
  }
  .section.type-contact .columns .col:first-child {
    padding: 0 60px 0 0;
  }
  .section.type-contact .columns .col:last-child {
    padding: 0 0 0 60px;
  }
  .section.type-map {
    position: relative;
    margin: -210px 0 120px;
    z-index: 75;
  }
  .section.type-map .map {
    position: relative;
    margin: 0;
  }
  .section.type-map .map a.marker {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }
  .section.type-map .map a.marker:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .section.type-map .map a.route {
    display: inline-block;
    left: 45px;
    bottom: 45px;
    background-color: #3A4854;
  }
  .section.type-map .map a.route:hover {
    background-color: #252e36;
  }
  .section.type-single {
    padding: 0 0 120px;
  }
  .section.type-single .post-img {
    margin: -45px 0 60px;
  }

  /****************************
  FOOTER STYLES
  ****************************/
  .footer {
    margin: 0 0 120px;
  }
  .footer .footer-content {
    display: flex;
  }
  .footer .footer-content .col.socials {
    width: 255px;
  }
  .footer .footer-content .col.socials a:hover {
    background-color: #E2243C;
  }
  .footer .footer-content .col.nav {
    flex: 1;
  }
  .footer .footer-content .col.nav ul.footer-nav {
    display: flex;
  }
  .footer .footer-content .col.nav ul.footer-nav > li {
    flex: 1;
    margin: 0 30px;
  }
  .footer .footer-content .col.nav ul.footer-nav > li:last-child {
    margin-right: 0;
  }
  .footer .footer-content .col.nav ul.footer-nav > li:first-child {
    margin-left: 0;
  }
  .footer .footer-content .col.scroll {
    margin-left: 90px;
  }
  .footer .footer-content .col.scroll a.scroll-top {
    margin: 0;
  }
  .footer .footer-bottom {
    display: flex;
    margin: 120px 0 0;
  }
  .footer .footer-bottom .col {
    margin: 0;
    padding: 30px 0 0;
  }
  .footer .footer-bottom .col.copy {
    width: 255px;
  }
  .footer .footer-bottom .col.links {
    flex: 1;
  }
  .footer .footer-bottom .col.links ul li {
    display: inline-block;
    margin-right: 15px;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1440px) {
  /******************************************************************

  Stylesheet: Large Desktop Stylsheet

  ******************************************************************/
  /****************************
  OVERLAY STYLES (AD)
  ****************************/
  .overlay .overlay-content {
    font-size: 19px;
  }
  .overlay .overlay-content h1 {
    font-size: 57px;
  }
  .overlay .overlay-content h2 {
    font-size: 46px;
  }
  .overlay .overlay-content h5 {
    font-size: 19px;
  }
  .overlay .overlay-content a.btn {
    padding: 20px 60px;
    border-radius: 300px;
  }
  .overlay .overlay-content .showroom-header {
    padding: 30px 10vw;
  }
  .overlay .overlay-content .showroom-slides .slide .slide-content {
    padding: 60px 10vw;
  }
  .overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div {
    font-size: 37px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div i {
    font-size: 19px;
  }
  .overlay .overlay-content .showroom-slides .slide.type-gallery .ad-gallery a.gallery-item {
    width: 20%;
  }

  /****************************
  FOOTER STYLES
  ****************************/
  .footer .footer-content .col.nav ul.footer-nav > li {
    flex: unset;
    width: 280px;
  }
  .footer .footer-content .col.nav ul.footer-nav > li:last-child {
    width: auto;
  }
  .footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li {
    width: 100%;
  }
  .footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li:first-child:nth-last-child(n+4),
.footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li:first-child:nth-last-child(n+4) ~ li {
    width: 50%;
  }
  .footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li:first-child:nth-last-child(n+4):nth-child(odd),
.footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li:first-child:nth-last-child(n+4) ~ li:nth-child(odd) {
    padding-right: 5px;
  }
  .footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li:first-child:nth-last-child(n+4):nth-child(even),
.footer .footer-content .col.nav ul.footer-nav > li > ul.sub-menu li:first-child:nth-last-child(n+4) ~ li:nth-child(even) {
    padding-left: 5px;
  }
}
/*********************
SUPER LARGE DESKTOP
*********************/
@media only screen and (min-width: 1800px) {
  /******************************************************************

  Stylesheet: Large Screens Stylesheet

  ******************************************************************/
  /****************************
  OVERLAY STYLES (AD)
  ****************************/
  .overlay .overlay-content {
    font-size: 23px;
  }
  .overlay .overlay-content h1 {
    font-size: 72px;
  }
  .overlay .overlay-content h2 {
    font-size: 57px;
  }
  .overlay .overlay-content h5 {
    font-size: 23px;
  }

  /****************************
  LAYOUT STYLES
  ****************************/
  .wrap {
    padding: 0 15vw;
  }

  /****************************
  CONTENT STYLES
  ****************************/
  .section {
    margin: 0 0 120px;
  }
  .section .slider-nav {
    right: 15vw;
  }
  .section.type-intro .slider-wrap .slider-nav {
    right: 15vw;
  }
  .section.type-intro .slider-wrap .intro-slider .slide h1 {
    width: calc( 640px + 15vw );
    padding: 0 0 0 15vw;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .slide-img {
    width: 75vw;
  }
  .section.type-intro .slider-wrap .intro-slider .slide .latest-post {
    left: 15vw;
  }
  .section.type-cars a.list-view {
    right: 15vw;
  }
  .section.type-cars .cars-slider {
    margin: 0 -15vw;
    padding: 0 15vw;
  }
  .section.type-about .video {
    margin: 120px 0 0;
  }
  .section.type-contact h1 {
    font-size: 20vw;
    line-height: 15vw;
  }
  .section.type-contact .columns {
    margin: 120px 0 0;
  }

  /****************************
  FOOTER STYLES
  ****************************/
  .footer .footer-content .col.nav ul.footer-nav > li {
    flex: 1;
    width: auto;
  }
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
