/*!
 * Theme Name: Stalbau
 * Author: Ivision
 * Author URI: ivision.pl
 * Version: 0.1
 */
/**
 * Import helpers
 */
/**
 * Variables
 */
/* Build Process */
/* Navigation */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* text */
/* menu */
/* search form */
/* media queries */
/* 992px */
/* 768px */
/* 480px */
/* 320px */
/**
 * Import vendors
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) {
  .container {
    width: 480px; } }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

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

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

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

.col-sm-3 {
  padding: 0; }

.col-sm-9 {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%;
    padding: 0;
    margin-bottom: 14px; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33%; }
  .col-sm-3 {
    width: 25%;
    padding: 0;
    margin-bottom: 11px; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: grayscale(1);
  filter: gray; }

.grayscale.grayscale-fade {
  transition: filter .5s; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade { } }

.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
  filter: grayscale(0); }

.grayscale.grayscale-replaced {
  filter: none; }

.grayscale.grayscale-replaced > svg {
  transition: opacity .5s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-fade:hover > svg, .grayscale.grayscale-replaced.grayscale-off > svg {
  opacity: 0; }

/**
 * Import components
 */
@font-face {
  font-family: 'stalbau';
  src: url("../font/stalbau.eot?65679853?ver=cf7045c4344defb4528dec6394583614");
  src: url("../font/stalbau.eot?65679853#iefix?ver=cf7045c4344defb4528dec6394583614") format("embedded-opentype"), url("../font/stalbau.woff?65679853?ver=3066b1edc2b70c69ab39c82c6e447122") format("woff"), url("../font/stalbau.ttf?65679853?ver=6aeb5f1865ee2688a0d57b722a611da1") format("truetype"), url("../font/stalbau.svg?65679853#stalbau?ver=580c7facc53eeb707cd34eb66c74a7ac") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before, .btn-arrow:after, .slick-prev:before,
.slick-next:before, .pagination .page-numbers .page-numbers.prev:before, .pagination .page-numbers .page-numbers.next:before, .box-offer-section .box-offer:after, .project-navigation a.next:before, .project-navigation a.prev:after, .accordion-title:after {
  font-family: "stalbau";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ball:before {
  content: '\e800'; }

.icon-left:before {
  content: '\e801'; }

.icon-goverment:before {
  content: '\e802'; }

.icon-key:before {
  content: '\e803'; }

.icon-minus:before {
  content: '\e804'; }

.icon-book:before {
  content: '\e805'; }

.icon-book2:before {
  content: '\e806'; }

.icon-brush:before {
  content: '\e807'; }

.icon-case:before {
  content: '\e808'; }

.icon-chat:before {
  content: '\e809'; }

.icon-chat2:before {
  content: '\e80a'; }

.icon-home:before {
  content: '\e80b'; }

.icon-envelope:before {
  content: '\e80c'; }

.icon-file:before {
  content: '\e80d'; }

.icon-light:before {
  content: '\e80e'; }

.icon-ruler:before {
  content: '\e80f'; }

.icon-list:before {
  content: '\e810'; }

.icon-man:before {
  content: '\e811'; }

.icon-pen:before {
  content: '\e812'; }

.icon-place:before {
  content: '\e813'; }

.icon-plus:before {
  content: '\e814'; }

.icon-right:before {
  content: '\e815'; }

.icon-right-open-mini:before {
  content: '\e816'; }

.icon-left-open-mini:before {
  content: '\e817'; }

.icon-star:before {
  content: '\e818'; }

.icon-world:before {
  content: '\e819'; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

*:focus {
  outline: none; }

body {
  font: 400 15px/1.6 "Segoe UI", "Open Sans", Arial, sans-serif;
  overflow-x: hidden;
  background: #fff;
  color: #878c91; }

h1, h2, h3, h4 {
  font-weight: 400;
  color: #48484f;
  margin: 0;
  letter-spacing: -0.5px; }

h2 {
  font-size: 32px;
  line-height: 1.17em;
  margin: 0 0 20px; }

a {
  text-decoration: none;
  transition: all .3s ease-in; }
  a:active,
  a:hover {
    outline: 0; }

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

.m-clearfix:before,
.m-clearfix:after {
  content: " ";
  display: table; }

.m-clearfix:after {
  clear: both; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.page-template-tpl-about-us .section-yt .box .entry-thumbnail .thumbnail, .project .entry-header .entry-thumbnail .thumbnail, .project-single .entry-thumbnail .thumbnail, .news-list .news .entry-header .entry-thumbnail .thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f0f0; }
  .page-template-tpl-about-us .section-yt .box .entry-thumbnail .thumbnail .centered, .project .entry-header .entry-thumbnail .thumbnail .centered, .project-single .entry-thumbnail .thumbnail .centered, .news-list .news .entry-header .entry-thumbnail .thumbnail .centered {
    width: 100%;
    height: 100%; }
    .page-template-tpl-about-us .section-yt .box .entry-thumbnail .thumbnail .centered img, .project .entry-header .entry-thumbnail .thumbnail .centered img, .project-single .entry-thumbnail .thumbnail .centered img, .news-list .news .entry-header .entry-thumbnail .thumbnail .centered img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all 0.4s ease-in; }

.item-table {
  display: table;
  width: 100%;
  height: 100%; }
  .item-table .item-cell {
    display: table-cell;
    vertical-align: middle; }

body:not(.home).page-template-default .main {
  padding: 130px 0 40px; }

.m-sprite,
.m-sprite-before:before,
.m-sprite-after:after {
  background-image: url("../img/sprite.png?ver=ab3333fe39576eb27deb178248683b65");
  background-repeat: no-repeat; }

.btn, .btn-see-realization, input[type="submit"],
button[type="submit"] {
  display: inline-block;
  position: relative;
  padding: 16px 24px 16px 32px;
  cursor: pointer;
  outline: none;
  transition: all .3s ease-in; }

.btn-see-realization {
  padding: 16px 28px 16px; }

.btn, .btn-see-realization, input[type="submit"],
button[type="submit"] {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  text-decoration: none; }
  .btn:hover, .btn-see-realization:hover, input:hover[type="submit"],
  button:hover[type="submit"], .btn:focus, .btn-see-realization:focus, input:focus[type="submit"],
  button:focus[type="submit"] {
    color: #fff;
    text-decoration: none;
    background-color: #000; }

.btn, .btn-see-realization, input[type="submit"],
button[type="submit"] {
  background-color: #fc8f30; }
  .btn:hover, .btn-see-realization:hover, input:hover[type="submit"],
  button:hover[type="submit"], .btn:focus, .btn-see-realization:focus, input:focus[type="submit"],
  button:focus[type="submit"] {
    background-color: #fa6f1c; }

.btn-arrow:after {
  content: '\e815';
  font-size: 9px;
  line-height: 1em;
  float: right;
  margin: 7px 0 6px 15px; }

/* BTN class */
.btn-back {
  display: block;
  text-align: center;
  margin: 30px 0 60px; }

label {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #48484f;
  margin-bottom: 4px; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
select,
textarea,
.field {
  font-size: 16px;
  font-weight: 400;
  color: #878c91;
  vertical-align: middle;
  padding: 10px 12px;
  display: block;
  width: 100%;
  border: 1px solid #a8afbe;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    border: 1px solid #a8afbe;
    outline: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    color: #c1cbd0; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    color: #c1cbd0; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    color: #c1cbd0; }

textarea {
  height: 150px;
  line-height: 1.5em;
  padding-top: 12px;
  resize: none; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + .wpcf7-list-item-label {
    color: #878c91;
    cursor: pointer; }
    input[type="radio"] + .wpcf7-list-item-label:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      margin-bottom: -1px;
      width: 12px;
      height: 12px;
      background: url("../img/radio.png?ver=65fac370f3f1b590630d3f9a8e6fcd04") no-repeat 0 0; }
  input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-position: 0 -42px; }

input[type="submit"],
button[type="submit"] {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }

/* alert */
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.label-checkbox span span.wpcf7-not-valid input[type="checkbox"]:before {
  border-color: #d93434;
  transition: all 0.24s ease-in-out; }

span.wpcf7-not-valid-tip {
  font-size: 13px;
  /*display: none;*/ }

div.wpcf7-response-output {
  display: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 15px auto 40px;
  padding: 11px 20px;
  border-radius: 0;
  max-width: 1140px;
  padding: 11px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

div.wpcf7-mail-sent-ok {
  background-color: #fc8f30;
  border: 3px solid #fc8f30; }

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  background-color: #d93434;
  border: 3px solid #d93434; }

div.wpcf7 .ajax-loader {
  display: none; }

.wpcf7-spinner {
  display: none; }

.label-checkbox {
  padding-bottom: 10px; }
  .label-checkbox input[type='checkbox'] {
    position: absolute;
    margin: 5px 0 0; }
    .label-checkbox input[type='checkbox'].wpcf7-not-valid:before {
      border-color: #d93434; }
    .label-checkbox input[type='checkbox']:before {
      content: '';
      background: white;
      width: 15px;
      height: 15px;
      display: inline-block;
      border: 1px solid #a8afbe;
      position: absolute; }
    .label-checkbox input[type='checkbox']:checked:after {
      content: '';
      display: block;
      width: 5px;
      height: 9px;
      border: solid #fc8f30;
      border-width: 0 2px 2px 0;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      position: absolute;
      top: 2px;
      left: 5px; }
  .label-checkbox label {
    text-align: justify;
    padding: 0 0 0 30px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .label-checkbox label a {
      color: #fc8f30;
      text-decoration: underline; }
      .label-checkbox label a:hover {
        color: #fa6f1c;
        text-decoration: none; }
  .label-checkbox .wpcf7-not-valid-tip {
    display: none; }

.grecaptcha-badge {
  visibility: hidden; }

body.page-template-tpl-contact .grecaptcha-badge,
body.page-template-tpl-career .grecaptcha-badge,
body.page-template-tpl-offer-query .grecaptcha-badge {
  visibility: visible; }

.wpcf7-acceptance span.wpcf7-list-item {
  display: inline;
  margin: 0; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 auto 20px auto;
  padding: 11px 0 !important; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450; }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  background: #dc3232; }

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #ffb900;
  background: #ffb900; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  background: #dc3232; }

.form-btn {
  min-width: 200px;
  min-height: 53px;
  max-height: 53px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  background-color: #fc8f30;
  color: #fff; }

.submit-button {
  width: 420px;
  height: 53px;
  padding: initial !important; }

.submit-button > .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.submit-button > .spinner {
  display: none;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1px; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 33px;
  width: 33px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fc8f30;
  color: #fff;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 9px;
    color: #fff;
    margin: 0; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #fa6f1c;
    color: #fff; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\e801'; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\e815'; }

/* Dots */
.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  top: -71px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 1px solid #969289;
      background: #fff;
      display: block;
      height: 11px;
      width: 11px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border-radius: 25px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background-color: #969289; }
    .slick-dots li.slick-active button {
      background-color: #969289; }

@media only screen and (max-width: 991px) {
  .slick-dots li button {
    height: 9px;
    width: 9px; } }

.pagination {
  margin: 5px 0 20px; }
  .pagination .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .pagination .page-numbers li {
      display: inline-block;
      vertical-align: top;
      margin-left: 5px;
      margin-bottom: 10px; }
    .pagination .page-numbers .page-numbers {
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: #48484f;
      margin: 0;
      padding: 5px 11px;
      text-align: center;
      border: 1px solid #b6b6b9;
      background-color: #fff; }
      .pagination .page-numbers .page-numbers:hover {
        color: #fff;
        border-color: #fa6f1c;
        background-color: #fa6f1c; }
      .pagination .page-numbers .page-numbers.current {
        color: #fff;
        border-color: #fc8f30;
        background-color: #fc8f30; }
      .pagination .page-numbers .page-numbers.prev, .pagination .page-numbers .page-numbers.next {
        padding: 4px 4px 3px; }
        .pagination .page-numbers .page-numbers.prev:before, .pagination .page-numbers .page-numbers.next:before {
          font-size: 20px;
          margin: 0; }
      .pagination .page-numbers .page-numbers.prev:before {
        content: '\e817'; }
      .pagination .page-numbers .page-numbers.next:before {
        content: '\e816'; }

.stalbau-cookies #cookie-widget {
  background: rgba(250, 111, 28, 0.95);
  border-radius: 0;
  z-index: 100; }
  .stalbau-cookies #cookie-widget p {
    color: #fff; }
  .stalbau-cookies #cookie-widget .cookie-link:link, .stalbau-cookies #cookie-widget .cookie-link:visited, .stalbau-cookies #cookie-widget .cookie-link:active, .stalbau-cookies #cookie-widget .cookie-link:focus {
    text-decoration: underline;
    color: #fff; }

.stalbau-cookies #accept-cookies-checkbox {
  color: #fff; }
  .stalbau-cookies #accept-cookies-checkbox:hover span {
    background: #f57404; }
  .stalbau-cookies #accept-cookies-checkbox span {
    background: #fc8f30;
    border-radius: 0;
    transition: .2s; }
    .stalbau-cookies #accept-cookies-checkbox span:before {
      content: '';
      display: block;
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      top: 6px;
      left: 15px; }

.stalbau-cookies #cookie-info {
  border-radius: 0;
  max-height: 85vh;
  height: auto; }
  .stalbau-cookies #cookie-info h2, .stalbau-cookies #cookie-info h3, .stalbau-cookies #cookie-info h4 {
    color: #fc8f30; }
  .stalbau-cookies #cookie-info .close-reveal-modal {
    color: #fc8f30; }
  .stalbau-cookies #cookie-info ul li {
    list-style: none; }
    .stalbau-cookies #cookie-info ul li:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin: -2px 12px 0 -19px;
      width: 4px;
      height: 4px;
      border-radius: 30px;
      background: #fc8f30; }

/**
 * Import layout
 */
#branding {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px; }
  #branding .top-bar {
    background: #1b1f28;
    padding: 6px 0px;
    width: 100%; }
    #branding .top-bar .top-bar-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      gap: 30px;
      margin: auto; }
      @media (min-width: 480px) {
        #branding .top-bar .top-bar-content {
          max-width: 450px; } }
      @media (min-width: 768px) {
        #branding .top-bar .top-bar-content {
          max-width: 720px; } }
      @media (min-width: 992px) {
        #branding .top-bar .top-bar-content {
          max-width: 940px; } }
      @media (min-width: 1200px) {
        #branding .top-bar .top-bar-content {
          max-width: 1140px; } }
      @media (max-width: 479px) {
        #branding .top-bar .top-bar-content {
          gap: 10px;
          padding: 0 15px; } }
    @media (max-width: 330px) {
      #branding .top-bar span {
        display: none; } }
    #branding .top-bar span, #branding .top-bar a {
      font-size: 13px;
      line-height: 1.2em;
      color: #fff; }
    #branding .top-bar a:hover {
      text-decoration: underline; }
  #branding .header:after {
    content: " ";
    display: table;
    clear: both; }
  #branding .header .container {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 479px) {
      #branding .header .container {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 480px) {
      #branding .header .container {
        width: 450px; } }
    @media (min-width: 768px) {
      #branding .header .container {
        width: 720px; } }
    @media (min-width: 992px) {
      #branding .header .container {
        width: 940px; } }
    @media (min-width: 1200px) {
      #branding .header .container {
        width: 1140px; } }
  #branding .header .container:not(.container-nav) {
    border-bottom: 1px solid #616161;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #branding:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    z-index: 1;
    background-color: #fc8f30;
    height: 3px;
    width: 0; }
  #branding .site-title {
    float: left;
    margin: 24px 0 27px; }
    #branding .site-title a {
      display: block;
      transition: none;
      width: 205px;
      height: 46px;
      transition: all 0.3s; }
      #branding .site-title a span {
        visibility: hidden; }

.navigation-primary {
  float: right;
  margin-top: -97px; }
  .navigation-primary > ul {
    margin: 0;
    padding: 0 15px;
    list-style: none; }
    .navigation-primary > ul > li {
      position: relative;
      display: inline-block;
      padding: 0;
      margin-left: -4px; }
      .navigation-primary > ul > li:hover > ul {
        display: block; }
      .navigation-primary > ul > li > a {
        font-size: 15px;
        color: #fff;
        display: block;
        padding: 40px 15px 33px;
        text-decoration: none; }
        @media (min-width: 768px) {
          .navigation-primary > ul > li > a:hover {
            color: #fc8f30; } }
      @media (min-width: 768px) {
        .navigation-primary > ul > li.current-menu-item > a, .navigation-primary > ul > li.current_page_item > a, .navigation-primary > ul > li.current-menu-ancestor > a, .navigation-primary > ul > li.current_page_ancestor > a {
          color: #fc8f30; } }
      @media only screen and (min-width: 992px) {
        .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item {
          position: relative; }
          .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item:before {
            content: '';
            position: absolute;
            top: 55%;
            left: 0;
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            width: 1px;
            height: 27px;
            background: rgba(255, 255, 255, 0.2); }
          .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 3.5px 0 3.5px;
            border-color: #fff transparent transparent transparent;
            position: absolute;
            top: 55%;
            right: 0;
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
          .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul {
            width: 100%;
            min-width: 60px; } }
    .navigation-primary > ul ul {
      display: none;
      margin: 0;
      padding: 10px 0;
      list-style: none;
      position: absolute;
      top: 97px;
      right: 0;
      width: 220px;
      z-index: 99;
      border-radius: 0 0 12px 12px;
      background-color: #fff; }
      .navigation-primary > ul ul:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 9px 8px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -8px;
        right: 26px; }
      .navigation-primary > ul ul li {
        display: block;
        width: 100%; }
        .navigation-primary > ul ul li a {
          font-size: 15px;
          line-height: 1.2em;
          color: #48484f;
          display: block;
          padding: 7px 20px; }
          @media (min-width: 768px) {
            .navigation-primary > ul ul li a:hover {
              color: #fc8f30; } }
        @media (min-width: 768px) {
          .navigation-primary > ul ul li.current-menu-item a, .navigation-primary > ul ul li.current_page_item a {
            color: #fc8f30; } }

#nav-toggle {
  float: right;
  display: none;
  cursor: pointer;
  padding: 55px 30px 42px 0; }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    cursor: pointer;
    height: 4px;
    width: 29px;
    background: #fc8f30;
    transition: all 400ms ease-in-out; }
  #nav-toggle span:before {
    top: -8px; }
  #nav-toggle span:after {
    bottom: -8px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    #nav-toggle.active span:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

body.branding-white {
  padding-top: 155px; }
  body.branding-white #branding {
    background-color: #fff; }
    body.branding-white #branding .header .container:not(.container-nav) {
      border-bottom-color: #d6d6d6; }
    body.branding-white #branding .site-title a {
      transition: all 0.3s; }
      body.branding-white #branding .site-title a svg .st1 {
        fill: #221E1F; }
    body.branding-white #branding .navigation-primary > ul > li > a {
      color: #1b1f28; }
      @media (min-width: 768px) {
        body.branding-white #branding .navigation-primary > ul > li > a:hover {
          color: #fc8f30; } }
    @media (min-width: 768px) {
      body.branding-white #branding .navigation-primary > ul > li.current-menu-item > a, body.branding-white #branding .navigation-primary > ul > li.current_page_item > a, body.branding-white #branding .navigation-primary > ul > li.current-menu-ancestor > a, body.branding-white #branding .navigation-primary > ul > li.current_page_ancestor > a {
        color: #fc8f30; } }
    @media only screen and (min-width: 992px) {
      body.branding-white #branding .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item:after {
        top: 55%;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 3.5px 0 3.5px;
        border-color: #000 transparent transparent transparent; } }
    body.branding-white #branding .navigation-primary > ul ul {
      background-color: #62676c; }
      body.branding-white #branding .navigation-primary > ul ul:before {
        border-color: transparent transparent #62676c transparent; }
      body.branding-white #branding .navigation-primary > ul ul > li > a {
        color: #fff; }
        @media (min-width: 768px) {
          body.branding-white #branding .navigation-primary > ul ul > li > a:hover {
            color: #fc8f30; } }

body.branding-white #branding.scrolled,
#branding.scrolled {
  height: 102px;
  background-color: #fff;
  transition: height .4s ease-in; }
  body.branding-white #branding.scrolled:after,
  #branding.scrolled:after {
    width: 100%;
    transition: width .4s ease-in .6s; }
  body.branding-white #branding.scrolled .header .container:not(.container-nav),
  #branding.scrolled .header .container:not(.container-nav) {
    border-bottom: 0;
    z-index: 10; }
  body.branding-white #branding.scrolled .site-title,
  #branding.scrolled .site-title {
    margin: 13px 0 0; }
    body.branding-white #branding.scrolled .site-title a,
    #branding.scrolled .site-title a {
      transition: all 0.3s;
      width: 160px;
      height: 36px; }
      body.branding-white #branding.scrolled .site-title a svg .st1,
      #branding.scrolled .site-title a svg .st1 {
        fill: #221E1F; }
  body.branding-white #branding.scrolled .navigation-primary,
  #branding.scrolled .navigation-primary {
    margin-top: -50px; }
    body.branding-white #branding.scrolled .navigation-primary > ul > li > a,
    #branding.scrolled .navigation-primary > ul > li > a {
      color: #1b1f28;
      padding: 20px 15px 22px; }
      @media (min-width: 768px) {
        body.branding-white #branding.scrolled .navigation-primary > ul > li > a:hover,
        #branding.scrolled .navigation-primary > ul > li > a:hover {
          color: #fc8f30; } }
    @media (min-width: 768px) {
      body.branding-white #branding.scrolled .navigation-primary > ul > li.current-menu-item > a, body.branding-white #branding.scrolled .navigation-primary > ul > li.current_page_item > a, body.branding-white #branding.scrolled .navigation-primary > ul > li.current-menu-ancestor > a, body.branding-white #branding.scrolled .navigation-primary > ul > li.current_page_ancestor > a,
      #branding.scrolled .navigation-primary > ul > li.current-menu-item > a,
      #branding.scrolled .navigation-primary > ul > li.current_page_item > a,
      #branding.scrolled .navigation-primary > ul > li.current-menu-ancestor > a,
      #branding.scrolled .navigation-primary > ul > li.current_page_ancestor > a {
        color: #fc8f30; } }
    @media only screen and (min-width: 992px) {
      body.branding-white #branding.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item:after,
      #branding.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item:after {
        top: 50%;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 3.5px 0 3.5px;
        border-color: #000 transparent transparent transparent; } }
    body.branding-white #branding.scrolled .navigation-primary > ul ul,
    #branding.scrolled .navigation-primary > ul ul {
      top: 66px;
      background-color: #62676c; }
      body.branding-white #branding.scrolled .navigation-primary > ul ul:before,
      #branding.scrolled .navigation-primary > ul ul:before {
        border-color: transparent transparent #62676c transparent; }
      body.branding-white #branding.scrolled .navigation-primary > ul ul > li > a,
      #branding.scrolled .navigation-primary > ul ul > li > a {
        color: #fff; }
        @media (min-width: 768px) {
          body.branding-white #branding.scrolled .navigation-primary > ul ul > li > a:hover,
          #branding.scrolled .navigation-primary > ul ul > li > a:hover {
            color: #fc8f30; } }
      @media (min-width: 768px) {
        body.branding-white #branding.scrolled .navigation-primary > ul ul > li.current-menu-item > a, body.branding-white #branding.scrolled .navigation-primary > ul ul > li.current_page_item > a,
        #branding.scrolled .navigation-primary > ul ul > li.current-menu-item > a,
        #branding.scrolled .navigation-primary > ul ul > li.current_page_item > a {
          color: #fc8f30; } }

@media only screen and (max-width: 991px) {
  #nav-toggle {
    display: block; }
  body.branding-white #branding,
  #branding {
    min-height: 102px; }
    body.branding-white #branding.show,
    #branding.show {
      min-height: 102px;
      height: auto;
      background-color: #fff; }
      body.branding-white #branding.show .site-title a,
      #branding.show .site-title a {
        transition: all 0.3s; }
        body.branding-white #branding.show .site-title a svg .st1,
        #branding.show .site-title a svg .st1 {
          fill: #221E1F; }
    body.branding-white #branding.scrolled,
    #branding.scrolled {
      background-color: #fff; }
      body.branding-white #branding.scrolled .site-title a,
      #branding.scrolled .site-title a {
        transition: all 0.3s; }
      body.branding-white #branding.scrolled #nav-toggle,
      #branding.scrolled #nav-toggle {
        padding-top: 33px;
        padding-bottom: 33px; }
  .navigation-primary {
    float: none;
    clear: both;
    height: 0;
    overflow: hidden;
    transition: height 500ms ease-in-out;
    background-color: #fff; }
  body.branding-white #branding.show:after,
  #branding.show:after,
  #branding.show.scrolled:after {
    width: 100%;
    transition: width .4s ease-in .6s; }
  body.branding-white #branding.show .container.container-nav,
  #branding.show .container.container-nav,
  #branding.show.scrolled .container.container-nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background-color: #fff; }
  body.branding-white #branding.show .header .container:not(.container-nav),
  #branding.show .header .container:not(.container-nav),
  #branding.show.scrolled .header .container:not(.container-nav) {
    border-bottom: 0; }
  body.branding-white #branding.show .navigation-primary,
  #branding.show .navigation-primary,
  #branding.show.scrolled .navigation-primary {
    margin-top: 0;
    height: auto;
    border-top: 1px solid #a7a5a5; }
    body.branding-white #branding.show .navigation-primary ul li a,
    #branding.show .navigation-primary ul li a,
    #branding.show.scrolled .navigation-primary ul li a {
      width: 720px;
      margin: 0 auto; }
    body.branding-white #branding.show .navigation-primary > ul,
    #branding.show .navigation-primary > ul,
    #branding.show.scrolled .navigation-primary > ul {
      padding: 0; }
      body.branding-white #branding.show .navigation-primary > ul > li,
      #branding.show .navigation-primary > ul > li,
      #branding.show.scrolled .navigation-primary > ul > li {
        display: block;
        padding: 0;
        margin-left: 0;
        border-bottom: 1px solid #d3d2d2;
        /* WPML */ }
        body.branding-white #branding.show .navigation-primary > ul > li:last-of-type,
        #branding.show .navigation-primary > ul > li:last-of-type,
        #branding.show.scrolled .navigation-primary > ul > li:last-of-type {
          border-bottom: 0; }
        body.branding-white #branding.show .navigation-primary > ul > li:hover > ul,
        #branding.show .navigation-primary > ul > li:hover > ul,
        #branding.show.scrolled .navigation-primary > ul > li:hover > ul {
          display: none; }
        body.branding-white #branding.show .navigation-primary > ul > li a,
        #branding.show .navigation-primary > ul > li a,
        #branding.show.scrolled .navigation-primary > ul > li a {
          color: #48484f;
          padding: 13px 0;
          text-align: left; } }
      @media only screen and (max-width: 991px) and (min-width: 768px) {
        body.branding-white #branding.show .navigation-primary > ul > li.current-menu-item > a, body.branding-white #branding.show .navigation-primary > ul > li.current_page_item > a, body.branding-white #branding.show .navigation-primary > ul > li.current-menu-ancestor > a, body.branding-white #branding.show .navigation-primary > ul > li.current_page_ancestor > a,
        #branding.show .navigation-primary > ul > li.current-menu-item > a,
        #branding.show .navigation-primary > ul > li.current_page_item > a,
        #branding.show .navigation-primary > ul > li.current-menu-ancestor > a,
        #branding.show .navigation-primary > ul > li.current_page_ancestor > a,
        #branding.show.scrolled .navigation-primary > ul > li.current-menu-item > a,
        #branding.show.scrolled .navigation-primary > ul > li.current_page_item > a,
        #branding.show.scrolled .navigation-primary > ul > li.current-menu-ancestor > a,
        #branding.show.scrolled .navigation-primary > ul > li.current_page_ancestor > a {
          color: #fc8f30; } }

@media only screen and (max-width: 991px) {
        body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children .l-has-children,
        #branding.show .navigation-primary > ul > li.menu-item-has-children .l-has-children,
        #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children .l-has-children {
          color: #221e1f; }
        body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item,
        #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item,
        #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item {
          position: relative;
          padding: 23px 20px;
          text-align: right; }
          body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item .l-has-children,
          #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item .l-has-children,
          #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item .l-has-children {
            display: none; }
          body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item.wpml-ls-current-language > a,
          #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item.wpml-ls-current-language > a,
          #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item.wpml-ls-current-language > a {
            background: #fa6f1c; }
          body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul,
          #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul,
          #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul {
            display: inline;
            background: none; }
            body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul li,
            #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul li,
            #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul li {
              display: inline;
              width: auto;
              border: 0; }
              body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul li a,
              #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul li a,
              #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item ul li a {
                margin-left: 10px; }
          body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item a,
          #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item a,
          #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item a {
            display: inline-block;
            padding: 13px 23px;
            line-height: 1em;
            width: auto;
            color: #fff;
            background: #fc8f30; }
            body.branding-white #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item a:hover,
            #branding.show .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item a:hover,
            #branding.show.scrolled .navigation-primary > ul > li.menu-item-has-children.wpml-ls-menu-item a:hover {
              background: #fa6f1c; }
      body.branding-white #branding.show .navigation-primary > ul ul,
      #branding.show .navigation-primary > ul ul,
      #branding.show.scrolled .navigation-primary > ul ul {
        display: none;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        background-color: #fc8f30; }
        body.branding-white #branding.show .navigation-primary > ul ul:before,
        #branding.show .navigation-primary > ul ul:before,
        #branding.show.scrolled .navigation-primary > ul ul:before {
          display: none; }
        body.branding-white #branding.show .navigation-primary > ul ul li,
        #branding.show .navigation-primary > ul ul li,
        #branding.show.scrolled .navigation-primary > ul ul li {
          border-bottom: 1px solid #fda559; }
          body.branding-white #branding.show .navigation-primary > ul ul li a,
          #branding.show .navigation-primary > ul ul li a,
          #branding.show.scrolled .navigation-primary > ul ul li a {
            color: #fff;
            padding: 17px 0; }
          body.branding-white #branding.show .navigation-primary > ul ul li.current-menu-item a, body.branding-white #branding.show .navigation-primary > ul ul li.current_page_item a,
          #branding.show .navigation-primary > ul ul li.current-menu-item a,
          #branding.show .navigation-primary > ul ul li.current_page_item a,
          #branding.show.scrolled .navigation-primary > ul ul li.current-menu-item a,
          #branding.show.scrolled .navigation-primary > ul ul li.current_page_item a {
            color: #48484f; }
        body.branding-white #branding.show .navigation-primary > ul ul.sub-menu.active,
        #branding.show .navigation-primary > ul ul.sub-menu.active,
        #branding.show.scrolled .navigation-primary > ul ul.sub-menu.active {
          display: block; }
    body.branding-white #branding.show .navigation-primary .menu-item-has-children,
    #branding.show .navigation-primary .menu-item-has-children,
    #branding.show.scrolled .navigation-primary .menu-item-has-children {
      position: relative; }
      body.branding-white #branding.show .navigation-primary .menu-item-has-children .l-has-children,
      #branding.show .navigation-primary .menu-item-has-children .l-has-children,
      #branding.show.scrolled .navigation-primary .menu-item-has-children .l-has-children {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        text-align: center;
        color: #221e1f;
        cursor: pointer; }
        body.branding-white #branding.show .navigation-primary .menu-item-has-children .l-has-children:before,
        #branding.show .navigation-primary .menu-item-has-children .l-has-children:before,
        #branding.show.scrolled .navigation-primary .menu-item-has-children .l-has-children:before {
          font-family: "stalbau";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          margin-right: 0;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          margin-left: 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e814'; }
        body.branding-white #branding.show .navigation-primary .menu-item-has-children .l-has-children.active:before,
        #branding.show .navigation-primary .menu-item-has-children .l-has-children.active:before,
        #branding.show.scrolled .navigation-primary .menu-item-has-children .l-has-children.active:before {
          content: '\e804'; } }

@media only screen and (max-width: 767px) {
  body.branding-white #branding.show .navigation-primary ul li a,
  #branding.show .navigation-primary ul li a,
  #branding.show.scrolled .navigation-primary ul li a {
    width: 450px; } }

@media only screen and (max-width: 479px) {
  body.branding-white #branding.show .navigation-primary ul li a,
  #branding.show .navigation-primary ul li a,
  #branding.show.scrolled .navigation-primary ul li a {
    width: 100%;
    padding-left: 15px; }
  body.branding-white #branding.show .navigation-primary > ul ul li a,
  #branding.show .navigation-primary > ul ul li a,
  #branding.show.scrolled .navigation-primary > ul ul li a {
    padding-left: 15px; } }

@media only screen and (max-height: 480px) {
  body.branding-white #branding.show .navigation-primary,
  #branding.show .navigation-primary,
  #branding.show.scrolled .navigation-primary {
    height: 80vh;
    max-height: 382px;
    overflow-y: auto; } }

@media only screen and (max-height: 320px) {
  body.branding-white #branding.show .navigation-primary,
  #branding.show .navigation-primary,
  #branding.show.scrolled .navigation-primary {
    height: 69vh;
    max-height: 230px;
    overflow-y: auto; } }

.footer-top {
  position: relative;
  background-color: #fc8f30; }
  .footer-top:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fa6f1c; }
  .footer-top .col-md-6 {
    padding: 65px 0 71px; }
  .footer-top .second {
    text-align: right; }
  .footer-top a {
    display: block; }
    .footer-top a .icon-envelope,
    .footer-top a .icon-chat,
    .footer-top a .title,
    .footer-top a p {
      transition: all .3s ease-in; }
    .footer-top a:hover .icon-envelope,
    .footer-top a:hover .icon-chat,
    .footer-top a:hover .title,
    .footer-top a:hover p {
      color: #FFC28D; }
  .footer-top .icon-envelope {
    font-size: 26px;
    color: #fff;
    float: left;
    margin: 5px 20px 0 -5px; }
  .footer-top .icon-chat {
    font-size: 31px;
    color: #fff;
    float: right;
    margin: 5px 0 0 15px; }
  .footer-top .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    margin: 0; }
  .footer-top p {
    color: #FFC295;
    margin: 0; }

.footer-middle {
  padding: 94px 0 49px;
  background-color: #262c3a; }
  .footer-middle .logo-site {
    display: block;
    margin-top: 112px;
    width: 172px;
    height: 39px; }
    .footer-middle .logo-site span {
      visibility: hidden; }
  .footer-middle .col-bigger {
    padding-right: 10px; }
  .footer-middle .widget_text h3,
  .footer-middle .widget_text_icl h3,
  .footer-middle .widget_block h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 2px; }
  .footer-middle .widget_text p,
  .footer-middle .widget_text_icl p,
  .footer-middle .widget_block p {
    color: #78858e;
    margin: 0 0 28px; }
  .footer-middle .widget_text a,
  .footer-middle .widget_text_icl a,
  .footer-middle .widget_block a {
    color: #fff; }
    .footer-middle .widget_text a:hover,
    .footer-middle .widget_text_icl a:hover,
    .footer-middle .widget_block a:hover {
      text-decoration: underline; }
  .footer-middle .widget_nav_menu .widget-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 27px; }
  .footer-middle .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-middle .widget_nav_menu ul a {
      color: #78858e; }
      .footer-middle .widget_nav_menu ul a:hover {
        color: #fff; }

.footer-bottom {
  padding: 29px 0 26px;
  background-color: #1b1f28; }
  .footer-bottom .copyright,
  .footer-bottom .created {
    font-size: 13px;
    color: #78858e; }
  .footer-bottom .created {
    text-align: right; }
    .footer-bottom .created img {
      display: inline;
      vertical-align: top;
      margin-left: 6px; }
    .footer-bottom .created svg {
      display: inline;
      vertical-align: top;
      margin-left: 6px; }

@media only screen and (max-width: 991px) {
  .footer-middle {
    padding: 100px 0 65px; }
    .footer-middle .logo-site {
      margin-top: 0;
      margin-bottom: 45px; } }

@media only screen and (max-width: 767px) {
  .footer-top:before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%; }
  .footer-top .first {
    padding-left: 0; }
  .footer-top .second {
    padding-right: 0; }
  .footer-top a {
    width: 320px;
    margin: 0 auto; }
  .footer-middle {
    padding: 50px 0 45px; }
    .footer-middle .logo-site {
      margin: 0 auto 52px; }
    .footer-middle .widget_text,
    .footer-middle .widget_text_icl {
      margin-bottom: 38px; }
  .footer-bottom {
    padding: 24px 0 21px; }
    .footer-bottom .copyright,
    .footer-bottom .created {
      text-align: center; }
    .footer-bottom .copyright {
      margin-bottom: 11px; } }

@media only screen and (max-width: 479px) {
  .footer-top a {
    width: 300px; }
  .footer-top .icon-envelope,
  .footer-top .icon-chat {
    margin-top: 1px; }
  .footer-top .title {
    font-size: 20px; } }

.panel-container {
  position: relative;
  border-bottom: 5px solid #fc8f30; }
  .panel-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .home .panel-container {
    border-bottom: 0; }
    .home .panel-container:before {
      display: none; }
    .home .panel-container .content h3 {
      color: #d8d8d8; }
  .panel-container .panel {
    position: relative;
    overflow: hidden; }
    .panel-container .panel.panel-slide .item {
      height: 730px; }
    .panel-container .panel.panel-slide .content {
      padding-top: 260px; }
    .panel-container .panel .item {
      position: relative;
      height: 580px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover; }
    .panel-container .panel .content {
      position: relative;
      z-index: 1;
      padding-top: 228px;
      text-align: center;
      max-width: 780px; }
      .panel-container .panel .content .title {
        font-size: 42px;
        font-weight: 400;
        line-height: 1.2em;
        color: #fff;
        text-align: center;
        margin: 0 0 15px; }
      .panel-container .panel .content p {
        font-size: 18px;
        line-height: 1.4em;
        color: #CFCFCF;
        margin: 0 0 15px; }
      .panel-container .panel .content a:not(.btn) {
        color: #fc8f30;
        text-decoration: underline; }
        .panel-container .panel .content a:not(.btn):hover {
          color: #fa6f1c;
          text-decoration: none; }
      .panel-container .panel .content .btn {
        margin-top: 27px; }

@media only screen and (max-width: 479px) {
  .panel-container .panel .content {
    padding-top: 188px; }
    .panel-container .panel .content .title {
      font-size: 38px; }
    .panel-container .panel .content p {
      font-size: 16px; } }

.section-title {
  text-align: center;
  margin: 5px 0 55px; }

.grey {
  background-color: #f9f8f8; }

.default-text {
  padding: 100px 0; }
  .default-text .content p {
    margin-bottom: 24px; }

.default-text-image {
  position: relative; }
  .default-text-image .image-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover; }
    .default-text-image .image-bg:before {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      content: '';
      width: 400px;
      height: 100%;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.01) 100%); }
  .default-text-image.image-left .image-bg {
    left: 0;
    right: auto; }
    .default-text-image.image-left .image-bg:before {
      left: auto;
      right: 0; }
  .default-text-image.image-left .content {
    margin-left: 50%;
    text-align: right; }

.box-icon {
  margin-bottom: 35px; }
  .box-icon [class*='icon-'] {
    font-size: 35px;
    color: #fc8f30;
    margin-right: 10px; }
  .box-icon .title {
    font-size: 24px;
    font-weight: 400;
    color: #48484f;
    margin: 5px 0 6px; }
  .box-icon p {
    font-size: 15px;
    color: #878c91;
    margin: 0; }
  .page-template-tpl-about-us .box-icon [class*='icon-'] {
    display: block;
    margin: 8px 0 -2px; }
  .page-template-tpl-about-us .box-icon .title {
    margin-top: 0; }

.box {
  margin-bottom: 20px; }
  .box iframe {
    max-width: 100%; }
  .box img {
    margin: 0 auto 20px; }
  .box .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 8px 0 7px; }
  .box p {
    margin-top: 0; }

.section-yt .row {
  text-align: center; }

.section-yt .box {
  display: inline-block;
  width: 33.33333333%;
  vertical-align: top;
  padding: 0 15px;
  margin-left: -3px; }

@media only screen and (max-width: 991px) {
  .default-text-image.image-left .content {
    margin-left: 25%;
    text-align: right; }
  .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; } }

@media only screen and (max-width: 767px) {
  .default-text {
    padding: 50px 0; }
    .default-text .content {
      text-align: center; }
  .default-text-image.image-left .content {
    margin-left: 0;
    text-align: center; }
  .default-text-image .image-bg {
    display: none; }
  .box-icon {
    text-align: center; }
  .box {
    text-align: center; }
    .box iframe {
      margin-left: auto;
      margin-right: auto; }
  .section-yt .box {
    width: 100%; } }

article.error404 {
  padding: 25px 0 105px; }
  article.error404 .col-left {
    position: relative; }
    article.error404 .col-left .title {
      font-size: 300px;
      font-weight: 400;
      line-height: 1em;
      color: #fc8f30;
      margin: 28px 0 30px 10px; }
    article.error404 .col-left img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  article.error404 .entry-content {
    margin-top: 90px;
    padding-left: 30px;
    border-left: 4px solid #fc8f30; }
    article.error404 .entry-content .entry-title {
      font-size: 15px;
      font-weight: 400;
      line-height: 1em;
      color: #fc8f30;
      text-transform: uppercase;
      margin: 0 0 10px; }
    article.error404 .entry-content h2 {
      font-size: 32px;
      font-weight: 400;
      line-height: 1.14em;
      color: #48484f;
      margin-bottom: 65px; }

@media only screen and (max-width: 1199px) {
  article.error404 .col-left .title {
    font-size: 260px;
    margin-top: 48px; } }

@media only screen and (max-width: 991px) {
  article.error404 {
    padding-top: 0; }
    article.error404 .col-left .title {
      font-size: 205px;
      margin-top: 28px;
      margin-left: 0; }
    article.error404 .entry-content {
      margin-top: 30px; }
      article.error404 .entry-content h2 {
        font-size: 26px; } }

@media only screen and (max-width: 767px) {
  article.error404 {
    padding-top: 0; }
    article.error404 .col-sm-6.no-padding-left {
      padding-left: 15px; }
    article.error404 .col-left .title {
      font-size: 220px;
      margin: 0;
      text-align: center; }
    article.error404 .entry-content {
      border-left: 0;
      margin-top: 50px;
      padding: 0;
      text-align: center; }
      article.error404 .entry-content h2 {
        font-size: 28px; } }

@media only screen and (max-width: 479px) {
  article.error404 {
    padding-bottom: 80px; }
    article.error404 .col-left .title {
      font-size: 155px; }
    article.error404 .entry-content {
      margin-top: 40px; }
      article.error404 .entry-content h2 {
        margin-bottom: 50px; } }

/**
 * Import templates
 */
.box-offer-section {
  margin-top: -70px;
  width: 90%; }
  .box-offer-section .box-offer {
    position: relative;
    padding: 64px 50px 20px;
    margin-bottom: 15px;
    min-height: 225px;
    background-color: #fa6f1c;
    background-repeat: no-repeat;
    background-position: right 18px;
    transition: all .3s ease-in; }
    .box-offer-section .box-offer:before {
      content: '';
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 48px 48px;
      border-color: transparent transparent #fff transparent; }
    .box-offer-section .box-offer:after {
      content: '\e815';
      position: absolute;
      z-index: 2;
      right: 5px;
      bottom: 10px;
      font-size: 11px;
      color: #fc8f30; }
    .box-offer-section .box-offer.first {
      background-image: url("../img/box-4-bg.png?ver=8ffa8f5b532edbc28c39e50c3bb5c876");
      background-position: right 12px; }
    .box-offer-section .box-offer.second {
      background-color: #fc8f30;
      background-image: url("../img/box-1-bg.png?ver=0e38dbb26853b483a2323f9001a5b80a"); }
    .box-offer-section .box-offer.third {
      background-image: url("../img/box-2-bg.png?ver=85fcb3de4e7c37bd5c3687776f9b4aba"); }
    .box-offer-section .box-offer.fourth {
      background-color: #fc8f30;
      background-image: url("../img/box-3-bg.png?ver=e7f02f9ee06a918d29019f57c6ce6eb8"); }
    .box-offer-section .box-offer.fifth {
      background-image: url("../img/box-5-bg.png?ver=5535e5a232cf874f42322b8417dae1d0");
      background-position: right 12px; }
    .box-offer-section .box-offer .title {
      font-size: 32px;
      font-weight: 400;
      line-height: 1.17em;
      color: #fff;
      margin: 0 0 6px; }
    .box-offer-section .box-offer span {
      color: #feddc0; }
  .box-offer-section a {
    display: block;
    width: 100%;
    height: 100%; }
    .box-offer-section a:hover .box-offer {
      background-color: #fc8f30; }
      .box-offer-section a:hover .box-offer.second, .box-offer-section a:hover .box-offer.fourth {
        background-color: #fa6f1c; }

.about-us-container {
  position: relative;
  height: auto;
  margin-bottom: 50px; }
  .about-us-container .about-us-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover; }
    .about-us-container .about-us-image:before {
      position: absolute;
      z-index: 0;
      top: 0;
      left: -20px;
      content: '';
      width: 400px;
      height: 100%;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.01) 100%); }
  .about-us-container .about-content {
    padding: 34px 0 0; }
    .about-us-container .about-content p {
      margin-bottom: 30px; }

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

.box-numbers {
  padding: 40px 110px 20px 50px;
  min-height: 256px;
  background-color: #b0b6c5; }
  .box-numbers .number {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    margin: 0;
    padding: 0; }
  .box-numbers p {
    color: #fff;
    margin: 0; }

.partner-section-container .partner-list {
  list-style: none;
  margin: 70px 0;
  padding: 0; }
  .partner-section-container .partner-list .slick-list {
    margin: 0 40px; }
  .partner-section-container .partner-list li a {
    position: relative;
    display: block;
    padding: 20px 0;
    border-left: 1px solid #e6e6e6;
    min-height: 141px; }
  .partner-section-container .partner-list li div.grayscale.grayscale-replaced {
    visibility: visible !important; }
  .partner-section-container .partner-list li.slick-active.slick-current a {
    border-left: 0; }
  .partner-section-container .partner-list li img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: all .3s ease-in; }

.government-support-partners-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.government-support-partners-image {
  max-height: 90px;
  margin-right: 5px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media (max-width: 1699px) {
  .box-offer-section {
    width: 80%; }
    .box-offer-section .box-offer {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 1399px) {
  .box-offer-section {
    width: 70%; }
    .box-offer-section .box-offer {
      padding-left: 20px;
      padding-right: 20px; }
      .box-offer-section .box-offer .title {
        font-size: 29px; } }

@media only screen and (max-width: 1199px) {
  .box-offer-section {
    width: 75%; }
    .box-offer-section .box-offer {
      padding-left: 15px;
      padding-right: 15px; }
      .box-offer-section .box-offer .title {
        font-size: 26px; }
  .box-numbers {
    padding-right: 45px; } }

@media only screen and (max-width: 991px) {
  .box-offer-section {
    margin-top: -110px;
    width: 80%; }
    .box-offer-section .box-offer {
      padding: 40px 15px 20px;
      min-height: 145px;
      background-size: 50%; }
      .box-offer-section .box-offer:before {
        border-width: 0 0 32px 32px; }
      .box-offer-section .box-offer:after {
        right: 4px;
        bottom: 7px;
        font-size: 8px; }
      .box-offer-section .box-offer .title {
        font-size: 21px;
        margin: 0; }
      .box-offer-section .box-offer span {
        font-size: 12px; }
  .about-us-container {
    height: auto;
    margin-bottom: 49px; }
    .about-us-container .about-content {
      padding-top: 10px; }
  .box-numbers {
    padding: 32px 15px 20px 33px;
    min-height: 166px; }
    .box-numbers .number {
      font-size: 42px;
      line-height: 1.3em; }
    .box-numbers > p {
      font-size: 12px; }
  .partner-section-container .partner-list {
    margin: 50px 0; } }

@media only screen and (max-width: 767px) {
  .box-offer-section {
    margin-top: -75px;
    width: 100%; }
    .box-offer-section .no-padding-left,
    .box-offer-section .no-padding-right,
    .box-offer-section .col-sm-4 {
      padding-left: 40px;
      padding-right: 40px; }
    .box-offer-section .box-offer {
      padding: 64px 50px 20px;
      margin-bottom: 20px;
      min-height: 225px;
      background-size: auto; }
      .box-offer-section .box-offer:before {
        border-width: 0 0 48px 48px; }
      .box-offer-section .box-offer:after {
        right: 5px;
        bottom: 10px;
        font-size: 11px; }
      .box-offer-section .box-offer.fifth {
        padding-right: 90px; }
      .box-offer-section .box-offer .title {
        font-size: 32px;
        margin-bottom: 6px; }
      .box-offer-section .box-offer span {
        font-size: 15px; }
  .about-us-container {
    height: auto;
    margin-bottom: 50px; }
    .about-us-container .about-us-image {
      display: none; }
    .about-us-container .about-content {
      text-align: center;
      padding-top: 10px; }
  .government-support-partners-container {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    margin-top: 50px; }
  .government-support-partners-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 75%; }
  .government-support-partners-image {
    max-width: 250px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px; }
  .government-support-partners-image-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .box-numbers-container .no-padding-left,
  .box-numbers-container .no-padding-right,
  .box-numbers-container .col-sm-4 {
    padding-left: 40px;
    padding-right: 40px; }
  .box-numbers {
    padding: 40px 110px 20px 50px;
    min-height: 256px;
    margin-bottom: 20px; }
    .box-numbers .number {
      font-size: 65px;
      line-height: 1.5em; }
    .box-numbers > p {
      font-size: 15px; }
  .partner-section-container .partner-list {
    margin: 55px 0 75px; }
    .partner-section-container .partner-list li a {
      padding: 0;
      border-left: 0; } }

@media only screen and (max-width: 479px) {
  .box-offer-section .no-padding-left,
  .box-offer-section .no-padding-right,
  .box-offer-section .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .box-offer-section .box-offer {
    padding: 64px 50px 20px;
    margin-bottom: 20px;
    min-height: 225px;
    background-size: auto; }
    .box-offer-section .box-offer:before {
      border-width: 0 0 48px 48px; }
    .box-offer-section .box-offer:after {
      right: 5px;
      bottom: 10px;
      font-size: 11px; }
    .box-offer-section .box-offer.fifth {
      padding-right: 135px; }
    .box-offer-section .box-offer .title {
      font-size: 32px;
      margin-bottom: 6px; }
    .box-offer-section .box-offer span {
      font-size: 15px; }
  .box-numbers-container .no-padding-left,
  .box-numbers-container .no-padding-right,
  .box-numbers-container .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .box-numbers-container .box-numbers {
    padding-right: 30px; } }

.page-template-tpl-about-us .default-text .box-numbers {
  padding: 0 0 35px;
  min-height: auto;
  background-color: #fff; }
  .page-template-tpl-about-us .default-text .box-numbers .number {
    font-size: 65px;
    line-height: 1.27em;
    color: #48484f; }
    .page-template-tpl-about-us .default-text .box-numbers .number p {
      font-size: 65px;
      padding-right: 0; }
  .page-template-tpl-about-us .default-text .box-numbers p {
    font-size: 15px;
    color: #48484f;
    padding-right: 50px; }

.page-template-tpl-about-us .default-text-image {
  padding: 113px 0 67px;
  background-color: #f5f5f4; }
  .page-template-tpl-about-us .default-text-image .image-bg:before {
    background: linear-gradient(to right, #f5f5f4 0%, rgba(245, 245, 244, 0.92) 28%, rgba(245, 245, 244, 0.01) 100%); }

.page-template-tpl-about-us .section-about-us {
  padding-bottom: 90px; }
  .page-template-tpl-about-us .section-about-us .content h2 {
    margin-top: 12px;
    margin-bottom: 16px; }

.page-template-tpl-about-us .section-icons {
  padding-bottom: 80px; }

.page-template-tpl-about-us .section-yt .box .entry-thumbnail {
  position: relative;
  height: 193px;
  max-width: 343px;
  margin: 0 auto; }

.page-template-tpl-about-us .section-yt .box .title {
  text-align: center;
  padding: 0 20px;
  margin: 8px auto 5px;
  max-width: 343px; }

.page-template-tpl-about-us .section-yt .box p {
  text-align: center;
  max-width: 343px;
  margin: 0 auto; }

.page-template-tpl-about-us .section-cert .box {
  max-width: 343px;
  margin: 0 auto; }

.page-template-tpl-about-us .section-cert .section-title {
  margin-bottom: 42px; }

.page-template-tpl-about-us .section-cert .box iframe {
  margin-bottom: 16px; }

@media only screen and (max-width: 991px) {
  .page-template-tpl-about-us .default-text .box-numbers {
    padding-bottom: 65px;
    text-align: center; }
    .page-template-tpl-about-us .default-text .box-numbers p {
      padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .page-template-tpl-about-us .default-text .box-numbers {
    padding-bottom: 0; }
  .page-template-tpl-about-us .default-text-image {
    padding: 50px 0; }
  .page-template-tpl-about-us .section-about-us {
    padding-bottom: 50px; }
    .page-template-tpl-about-us .section-about-us .content {
      padding-top: 30px; }
  .page-template-tpl-about-us .section-icons {
    padding-bottom: 50px; }
  .page-template-tpl-about-us .section-yt .box .title {
    padding: 0; }
  .page-template-tpl-about-us .section-yt .box .entry-thumbnail .thumbnail .centered {
    -ms-transform: none;
        transform: none; }
    .page-template-tpl-about-us .section-yt .box .entry-thumbnail .thumbnail .centered img {
      -ms-transform: none;
          transform: none; } }

.page-template-tpl-offer .panel-container .panel .content {
  max-width: 840px; }

.page-template-tpl-offer .default-text-image {
  height: 440px;
  padding: 110px 0 70px; }
  .page-template-tpl-offer .default-text-image .image-bg {
    width: 54%; }
  .page-template-tpl-offer .default-text-image.bg-dark {
    background-color: #f2f6fd; }
    .page-template-tpl-offer .default-text-image.bg-dark .image-bg:before {
      background: linear-gradient(to right, #f2f6fd 0%, rgba(242, 246, 253, 0.92) 28%, rgba(242, 246, 253, 0.01) 100%); }
    .page-template-tpl-offer .default-text-image.bg-dark.image-left .image-bg:before {
      background: linear-gradient(to right, rgba(242, 246, 253, 0.01) 0%, rgba(242, 246, 253, 0.92) 72%, #f2f6fd 100%); }
  .page-template-tpl-offer .default-text-image.bg-light {
    background-color: #fff; }
    .page-template-tpl-offer .default-text-image.bg-light .image-bg:before {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.01) 100%); }
    .page-template-tpl-offer .default-text-image.bg-light.image-left .image-bg:before {
      background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.92) 72%, white 100%); }

.page-template-tpl-offer-single .panel-container .panel .content {
  max-width: 1000px; }

.page-template-tpl-offer-single .section-projects-info {
  text-align: center; }
  .page-template-tpl-offer-single .section-projects-info .section-title {
    font-size: 42px;
    margin-bottom: 11px; }
  .page-template-tpl-offer-single .section-projects-info p {
    font-size: 18px;
    margin: 0 0 32px; }

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .page-template-tpl-offer-single .box-icon .title {
    text-align: center; }
    .page-template-tpl-offer-single .box-icon .title i[class^="icon-"] {
      display: block; } }

body.single-offer .section-projects-info .container {
  text-align: center; }
  body.single-offer .section-projects-info .container .section-title {
    margin: 5px 0 25px; }
  body.single-offer .section-projects-info .container p {
    margin-bottom: 20px; }

.section-projects-map {
  padding-bottom: 185px; }
  .section-projects-map .content {
    padding-top: 72px; }
    .section-projects-map .content h1 {
      font-size: 42px;
      line-height: 1.2em;
      color: #fc8f30;
      margin-bottom: 17px; }
    .section-projects-map .content p {
      font-size: 18px;
      line-height: 1.35em;
      margin: 0 0 15px; }
      .section-projects-map .content p strong {
        font-size: 15px;
        color: #48484f; }

.section-projects-container .section-title {
  text-align: left;
  margin-top: 21px;
  margin-bottom: 29px; }

.section-projects-container .section-projects {
  margin-top: -185px;
  padding-bottom: 95px; }

.project {
  margin-bottom: 24px; }
  .project:nth-child(3n+1) {
    clear: left; }
  .project a .entry-title,
  .project a .location {
    transition: all .3s ease-in; }
  .project a:hover .entry-title,
  .project a:hover .location {
    color: #fc8f30; }
  .project .entry-header .entry-thumbnail {
    position: relative;
    height: 193px; }
  .project .entry-content .entry-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 6px 0 0px; }
  .project .entry-content .location {
    font-size: 18px;
    line-height: 1em;
    color: #878c91;
    text-transform: uppercase; }

.project-navigation {
  position: relative; }
  .project-navigation a {
    position: absolute;
    z-index: 80;
    top: 30px;
    font-size: 15px;
    color: #fff;
    background-color: #fc8f30;
    transition: background .3s ease-in; }
    .project-navigation a.next:before, .project-navigation a.prev:after {
      font-size: 15px;
      margin: 0; }
    .project-navigation a:hover {
      background-color: #fa6f1c; }
    .project-navigation a.next {
      left: 0;
      padding: 13px 32px 13px 15px; }
      .project-navigation a.next:before {
        content: '\e817';
        margin-right: 8px; }
    .project-navigation a.prev {
      right: 0;
      padding: 13px 25px 13px 32px; }
      .project-navigation a.prev:after {
        content: '\e816';
        margin-left: 10px; }

body.page-template-tpl-project {
  padding-top: 96px; }
  body.page-template-tpl-project #branding .header .container:not(.container-nav) {
    border-bottom: 0; }

.project-single .btn-realization-back {
  font-size: 15px;
  text-align: center;
  color: #48484f;
  background-color: #f9f8f8;
  display: block;
  padding: 14px 10px; }
  .project-single .btn-realization-back span {
    display: inline-block; }
  .project-single .btn-realization-back:hover {
    color: #fc8f30; }

.project-single .entry-thumbnail {
  position: relative;
  background-color: #f9f8f8; }

.project-single .entry-content {
  padding: 20px 22px 24px;
  margin-bottom: 110px;
  color: #7a7a81;
  background-color: #f9f8f8; }
  .project-single .entry-content .entry-title {
    font-size: 42px;
    line-height: 1.2em;
    margin: 0 0 16px; }
  .project-single .entry-content p {
    margin: 0 0 20px; }
  .project-single .entry-content .project-info {
    font-size: 15px;
    color: #86868e; }
    .project-single .entry-content .project-info:not(.col) {
      clear: left; }
    .project-single .entry-content .project-info strong {
      font-weight: 500; }
    .project-single .entry-content .project-info ul {
      margin: 0 0 25px;
      padding: 0;
      list-style: none; }
      .project-single .entry-content .project-info ul li {
        line-height: 1.3em; }
    .project-single .entry-content .project-info.col {
      float: left;
      width: 47%;
      padding-top: 3px;
      padding-bottom: 26px; }
      .project-single .entry-content .project-info.col strong {
        display: block;
        font-size: 42px;
        line-height: .8em;
        color: #48484f; }
        .project-single .entry-content .project-info.col strong sup {
          font-size: 30px;
          top: -0.55em; }

.project-single .project-gallery {
  margin-top: -80px;
  padding-bottom: 90px; }
  .project-single .project-gallery .gallery a {
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    margin-bottom: 30px; }
    .project-single .project-gallery .gallery a:nth-child(4n+1) {
      margin-left: 15px; }

.gallery-popup {
  position: relative;
  background: transparent;
  padding: 0;
  width: auto;
  max-width: 1140px;
  margin: 20px auto; }
  .gallery-popup .mfp-close {
    top: -5px;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #fc8f30; }
    .gallery-popup .mfp-close:hover {
      background-color: #fa6f1c; }
  .gallery-popup .gallery-quantity {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    color: #fff; }
  .gallery-popup .gallery-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    color: #fff;
    padding: 15px 0 20px; }
    .gallery-popup .gallery-description span {
      display: block;
      font-size: 15px;
      color: #48484f;
      text-transform: uppercase; }
  .gallery-popup .slick-slider {
    margin: 0;
    padding: 0; }
  .gallery-popup .slider-for .slick-prev,
  .gallery-popup .slider-for .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px; }
  .gallery-popup .slider-nav {
    margin: 0 50px; }
    .gallery-popup .slider-nav .slick-slide {
      margin: 0 15px; }
    .gallery-popup .slider-nav .slick-prev,
    .gallery-popup .slider-nav .slick-next {
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 100%; }
    .gallery-popup .slider-nav .slick-prev {
      left: -50px; }
    .gallery-popup .slider-nav .slick-next {
      right: -50px; }

@media only screen and (max-width: 1199px) {
  .project-single .project-gallery .gallery {
    text-align: center; }
    .project-single .project-gallery .gallery a {
      margin-bottom: 26px; }
      .project-single .project-gallery .gallery a:nth-child(4n+1) {
        margin-left: 24px; }
      .project-single .project-gallery .gallery a:nth-child(3n+1) {
        margin-left: 0; } }

@media only screen and (max-width: 991px) {
  .section-projects-map {
    padding-bottom: 225px; }
    .section-projects-map .content {
      padding-top: 0;
      text-align: center; }
    .section-projects-map .map {
      display: none; }
  .section-projects-container .section-title {
    text-align: center; }
  .section-projects-container .section-projects {
    padding-bottom: 35px; }
  .project:nth-child(3n+1) {
    clear: none; }
  .project:nth-child(2n+1) {
    clear: left; }
  .project-single .project-gallery .gallery a {
    width: 230px;
    margin-left: 10px;
    margin-bottom: 14px; }
    .project-single .project-gallery .gallery a:nth-child(4n+1) {
      margin-left: 10px; }
    .project-single .project-gallery .gallery a:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .section-projects-container .section-projects {
    padding-bottom: 25px; }
  .project .entry-content {
    text-align: center; }
  .project-navigation a {
    top: 15px;
    font-size: 14px; }
    .project-navigation a.prev:before, .project-navigation a.next:after {
      font-size: 14px; }
    .project-navigation a.next {
      padding: 10px 22px 10px 10px; }
    .project-navigation a.prev {
      padding: 10px 10px 10px 22px; }
  .project-single .entry-content {
    padding-left: 12px;
    padding-right: 12px; }
    .project-single .entry-content .entry-title {
      font-size: 38px; }
  .project-single .project-gallery .gallery a {
    width: 220px;
    margin-left: 10px;
    margin-bottom: 14px; }
    .project-single .project-gallery .gallery a:nth-child(4n+1), .project-single .project-gallery .gallery a:nth-child(3n+1) {
      margin-left: 10px; }
    .project-single .project-gallery .gallery a:nth-child(2n+1) {
      margin-left: 0; }
  .gallery-popup .gallery-quantity {
    font-size: 13px; }
  .gallery-popup .gallery-description {
    font-size: 14px; }
    .gallery-popup .gallery-description span {
      font-size: 13px; }
  .gallery-popup .slider-for .slick-prev,
  .gallery-popup .slider-for .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
  .gallery-popup .slider-nav {
    margin: 0 30px; }
    .gallery-popup .slider-nav .slick-slide {
      margin: 0 10px; }
    .gallery-popup .slider-nav .slick-prev,
    .gallery-popup .slider-nav .slick-next {
      margin-top: 0;
      width: 30px; }
    .gallery-popup .slider-nav .slick-prev {
      left: -30px; }
    .gallery-popup .slider-nav .slick-next {
      right: -30px; } }

@media only screen and (max-width: 479px) {
  .project-navigation a.prev {
    padding: 8px 9px; }
    .project-navigation a.prev:after {
      margin: 0;
      font-size: 24px; }
  .project-navigation a.next {
    padding: 8px 9px; }
    .project-navigation a.next:before {
      margin: 0;
      font-size: 24px; }
  .project-navigation a span {
    display: none; }
  .project-single .entry-content {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .project-single .entry-content .entry-title {
      font-size: 34px; }
    .project-single .entry-content .project-info.col {
      float: none;
      width: 100%; }
  .project-single .project-gallery .gallery a {
    width: 264px;
    margin-left: 0;
    margin-bottom: 14px; }
    .project-single .project-gallery .gallery a:nth-child(4n+1), .project-single .project-gallery .gallery a:nth-child(3n+1), .project-single .project-gallery .gallery a:nth-child(2n+1) {
      margin-left: 0; }
  .gallery-popup .slider-nav {
    visibility: hidden; } }

.news-list {
  padding-top: 130px;
  padding-bottom: 30px; }
  .news-list .page-header {
    padding-bottom: 58px; }
    .news-list .page-header .section-title {
      font-size: 42px;
      line-height: 1.1em;
      margin: -17px 0 22px; }
    .news-list .page-header p {
      font-size: 18px;
      line-height: 1.2em;
      color: #48484f;
      text-align: center;
      margin: 0; }
  .news-list .news {
    margin-bottom: 14px; }
    .news-list .news:nth-child(2n+1) {
      clear: left; }
    .news-list .news .entry-header a .entry-title {
      color: #48484f;
      transition: all .4s ease-in; }
    .news-list .news .entry-header a:hover .entry-title {
      color: #fc8f30; }
    .news-list .news .entry-header .entry-thumbnail {
      position: relative;
      height: 295px; }
    .news-list .news .entry-header .entry-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2em;
      margin: 16px 0 13px; }
    .news-list .news .entry-content .entry-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2em;
      margin: 16px 0 13px; }
    .news-list .news .entry-content p {
      font-size: 15px;
      line-height: 1.3em;
      margin: 0 0 12px; }
  .news-list .pagination {
    margin-top: 27px; }

.news-single .entry-header {
  padding-top: 130px;
  padding-bottom: 24px; }
  .news-single .entry-header .entry-meta {
    text-align: center; }
    .news-single .entry-header .entry-meta .date {
      font-size: 15px;
      line-height: 1em;
      color: #fc8f30; }
  .news-single .entry-header .entry-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.18em;
    color: #48484f;
    text-align: center;
    padding: 0 155px;
    margin-bottom: 50px; }

.news-single .entry-content h2, .news-single .entry-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #48484f; }

.news-single .entry-content h3 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: uppercase; }

.news-single .entry-content p {
  font-size: 15px;
  line-height: 1.3em;
  color: #878c91;
  margin: 0 0 18px; }

.news-single .entry-content ul, .news-single .entry-content ol {
  margin: 20px 0;
  padding: 0; }
  .news-single .entry-content ul ul, .news-single .entry-content ul ol, .news-single .entry-content ol ul, .news-single .entry-content ol ol {
    margin: 6px 0 0; }

.news-single .entry-content ul li {
  list-style: none;
  margin-bottom: 8px;
  margin-left: 28px; }
  .news-single .entry-content ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px 0 -19px;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #fc8f30; }
  .news-single .entry-content ul li ul li {
    margin-bottom: 4px;
    margin-left: 24px; }

.news-single .entry-content ol {
  counter-reset: item; }
  .news-single .entry-content ol li {
    list-style: none;
    margin-bottom: 8px;
    margin-left: 8px; }
    .news-single .entry-content ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #fc8f30; }

@media only screen and (max-width: 1199px) {
  .news-single .entry-header .entry-title {
    padding: 0 115px; } }

@media only screen and (max-width: 991px) {
  .news-list .news .entry-header .entry-thumbnail {
    height: 245px; }
  .news-single .entry-header .entry-title {
    padding: 0; }
  .news-single .entry-content img,
  .news-single .entry-content .alignleft,
  .news-single .entry-content .alignright {
    display: block;
    float: none;
    margin: 0 auto 12px; } }

@media only screen and (max-width: 767px) {
  .news-list .news {
    margin-bottom: 34px; }
    .news-list .news .entry-header .entry-thumbnail .thumbnail .centered img {
      max-width: 100%; }
    .news-list .news .entry-content {
      text-align: left; }
  .news-single .entry-header .entry-title {
    font-size: 32px;
    margin-bottom: 40px; } }

@media only screen and (max-width: 479px) {
  .news-list .news .entry-header .entry-thumbnail {
    height: 185px; }
  .news-single .entry-header .entry-title {
    font-size: 28px; }
  .news-single .entry-content h2 {
    font-size: 20px; }
  .news-single .entry-content h3 {
    font-size: 16px; }
  .news-single .entry-content h2, .news-single .entry-content h3, .news-single .entry-content p {
    text-align: left; } }

.inquiry-container .rozstaw-ram-text > input {
  display: none; }

.inquiry-container label.labelm {
  display: none; }

.inquiry-container .simple-form-info p {
  font-size: 18px;
  margin: 41px 0;
  text-align: center; }
  .inquiry-container .simple-form-info p a {
    color: #878c91;
    text-decoration: underline; }
    .inquiry-container .simple-form-info p a:hover {
      color: #fa6f1c; }

.inquiry-container .simple-form-info .btn {
  float: right;
  margin: -80px 21px 0 0; }

.inquiry-container .inquiry-top-container {
  position: relative;
  padding: 11px 0;
  text-align: center;
  background-color: #fc8f30; }
  .inquiry-container .inquiry-top-container:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fa6f1c; }
  .inquiry-container .inquiry-top-container input[type="checkbox"] + .wpcf7-list-item-label,
  .inquiry-container .inquiry-top-container input[type="radio"] + .wpcf7-list-item-label {
    color: #fff; }

.inquiry-container .labelm {
  display: block;
  float: right;
  color: #878c91; }

.inquiry-container .form-title {
  font-size: 42px;
  text-align: center;
  margin: 47px 0 23px; }

.inquiry-container .inquiry-section .border-top {
  border-top: 1px solid #d6d5d6; }

.inquiry-container .inquiry-section .label-block {
  display: block; }

.inquiry-container .inquiry-construction-type {
  padding: 0 0 20px;
  text-align: center; }
  .inquiry-container .inquiry-construction-type img {
    margin: 80px auto 70px; }
  .inquiry-container .inquiry-construction-type .col-sm-6 {
    padding: 22px 0 20px; }
    .inquiry-container .inquiry-construction-type .col-sm-6.last {
      border-left: 1px solid #d6d5d6; }
  .inquiry-container .inquiry-construction-type .col-sm-12 {
    padding: 22px 0 7px; }
    .inquiry-container .inquiry-construction-type .col-sm-12 label {
      margin-bottom: 12px; }
    .inquiry-container .inquiry-construction-type .col-sm-12 input[type="text"] {
      width: 470px;
      margin: 0 auto; }

.inquiry-container .inquiry-dimensions-object {
  padding: 24px 0 20px; }
  .inquiry-container .inquiry-dimensions-object img {
    margin: 35px auto 0; }
  .inquiry-container .inquiry-dimensions-object .no-padding-child {
    padding-right: 23px;
    padding-bottom: 8px; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12,
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6 {
      padding: 0;
      margin-bottom: 14px; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6 {
      padding-left: 25px; }
      .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6.left {
        padding-left: 0;
        padding-right: 25px; }
      .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6 label {
        width: 100%; }
        .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6 label .info {
          float: right;
          color: #878c91; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last label.label-inline {
      margin-top: 15px;
      margin-right: 18px; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last input[type="text"] {
      display: inline-block;
      width: 166px; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last .wpcf7-text.disable {
      display: none; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last .labelm.disable {
      display: none; }
  .inquiry-container .inquiry-dimensions-object .col-sm-12 label.label-inline {
    margin-right: 18px;
    margin-top: 7px; }
  .inquiry-container .inquiry-dimensions-object .input-box {
    padding: 22px 7px 20px 15px; }
    .inquiry-container .inquiry-dimensions-object .input-box label.label-block {
      margin-bottom: 10px; }

.inquiry-container .inquiry-contact {
  padding: 23px 8px 15px; }
  .inquiry-container .inquiry-contact .col-md-6 {
    margin-bottom: 15px; }

.inquiry-container .contact-info {
  color: #48484f;
  padding-left: 25px; }
  .inquiry-container .contact-info a {
    color: #fc8f30;
    text-decoration: underline; }
    .inquiry-container .contact-info a:hover {
      color: #fa6f1c;
      text-decoration: none; }

.inquiry-container .require-info {
  font-size: 15px;
  color: #878c91;
  margin-bottom: 115px; }
  .inquiry-container .require-info p {
    padding: 0 30px 0 25px;
    margin: 0 0 17px;
    line-height: 1.3em; }

.inquiry-container input[type="submit"],
.inquiry-container button[type="submit"],
.inquiry-container .form-btn {
  display: block;
  width: 420px;
  margin: 32px auto 40px;
  transition: all .3s ease-in; }

@media only screen and (max-width: 1199px) {
  .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last label.label-inline {
    display: block; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last label.label-inline + .label-inline {
      display: inline-block; } }

@media only screen and (max-width: 991px) {
  .inquiry-container .simple-form-info {
    padding: 41px 0 51px;
    text-align: center; }
    .inquiry-container .simple-form-info p {
      margin: 0 0 22px; }
    .inquiry-container .simple-form-info .btn {
      float: none;
      margin: 0 auto; }
  .inquiry-container .form-title {
    margin-top: 40px; }
  .inquiry-container .inquiry-construction-type img {
    padding: 0 15px; }
  .inquiry-container .inquiry-dimensions-object img {
    margin-bottom: 50px; }
  .inquiry-container .inquiry-dimensions-object .no-padding-child {
    padding-left: 25px;
    padding-right: 25px; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6 {
      padding-left: 15px; }
      .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6.left {
        padding-left: 0;
        padding-right: 15px; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last label.label-inline {
      display: inline-block; }
  .inquiry-container .contact-info,
  .inquiry-container .require-info {
    text-align: center; }
  .inquiry-container .require-info {
    margin-bottom: 43px; }
  .inquiry-container input[type="submit"],
  .inquiry-container button[type="submit"] {
    margin: 44px auto; } }

@media only screen and (max-width: 767px) {
  .inquiry-container .inquiry-top-container:before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%; }
  .inquiry-container .inquiry-top-container .first {
    padding-bottom: 8px; }
  .inquiry-container .inquiry-top-container .second {
    padding-top: 12px; }
  .inquiry-container .inquiry-construction-type img {
    margin: 60px auto 10px; }
  .inquiry-container .inquiry-construction-type .col-sm-6.last {
    border-left: 0;
    border-top: 1px solid #d6d5d6; }
  .inquiry-container .inquiry-construction-type .col-sm-12 input[type="text"] {
    width: 90%; }
  .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6 {
    padding-left: 0; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-6.left {
      padding-right: 0; }
  .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last label.label-inline {
    display: block; }
    .inquiry-container .inquiry-dimensions-object .no-padding-child .col-sm-12.last label.label-inline + .label-inline {
      display: inline-block; } }

@media only screen and (max-width: 479px) {
  .inquiry-container .simple-form-info p {
    font-size: 16px; }
  .inquiry-container .form-title {
    font-size: 38px; }
  .inquiry-container .inquiry-construction-type img {
    margin-top: 40px; }
  .inquiry-container .inquiry-dimensions-object .no-padding-child {
    padding-left: 15px;
    padding-right: 15px; }
  .inquiry-container .inquiry-dimensions-object textarea {
    height: 190px; }
  .inquiry-container .inquiry-dimensions-object .input-box {
    padding-left: 0;
    padding-right: 0; }
  .inquiry-container .inquiry-contact {
    padding-left: 0;
    padding-right: 0; }
  .inquiry-container input[type="submit"],
  .inquiry-container button[type="submit"] {
    width: 100%; }
  .inquiry-container .require-info p {
    font-size: 14px; } }

.career-section .section-title {
  font-size: 42px;
  text-align: left;
  margin: 10px 0 20px; }

.career-section .career-info {
  padding: 55px 0 0; }
  .career-section .career-info h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    color: #48484f;
    max-width: 370px; }
    .career-section .career-info h3 strong {
      font-weight: 500; }
    .career-section .career-info h3 a {
      color: #48484f; }
      .career-section .career-info h3 a:hover {
        color: #fc8f30; }
  .career-section .career-info p {
    max-width: 745px; }
  .career-section .career-info .btn {
    float: right;
    margin: -60px 5px 0 0; }

.career-section #apply-form {
  overflow: hidden;
  height: 0;
  transition: height .4s ease-in; }
  .career-section #apply-form.show {
    margin-top: 50px;
    height: auto;
    overflow: visible; }
  .career-section #apply-form .contact-form {
    margin-bottom: 0; }
    .career-section #apply-form .contact-form a {
      color: #fc8f30;
      text-decoration: underline; }
      .career-section #apply-form .contact-form a:hover {
        color: #fa6f1c;
        text-decoration: none; }

.accordion-title {
  font-size: 18px;
  color: #48484f;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  border-top: 1px solid #dadadc; }
  .accordion-title:last-of-type:not(.active) {
    border-bottom: 1px solid #dadadc; }
  .accordion-title:after {
    content: '\e814';
    font-size: 8px;
    line-height: 27px;
    float: right;
    width: 27px;
    height: 27px;
    margin-left: 10px;
    color: #fff;
    background-color: #fc8f30;
    transition: all .3s ease-in; }
  .accordion-title:hover:after {
    background-color: #fa6f1c; }
  .accordion-title.active:after {
    content: '\e804'; }
  .accordion-title.active:last-of-type + .accordion-content {
    border-bottom: 1px solid #dadadc; }

.accordion-content {
  display: none;
  padding: 32px 96px 37px 96px; }
  .accordion-content h1, .accordion-content h2, .accordion-content h3, .accordion-content h4 {
    margin-top: 0; }
  .accordion-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #48484f;
    text-transform: uppercase; }
  .accordion-content p {
    margin: 0 0 1.2em; }
  .accordion-content ul, .accordion-content ol {
    margin: 17px 0 19px;
    padding: 0;
    list-style: none; }
  .accordion-content ul li {
    font-size: 15px;
    line-height: 1.2em;
    margin-left: 10px;
    margin-bottom: 5px; }
    .accordion-content ul li:before {
      content: "-";
      display: inline-block;
      vertical-align: middle;
      margin: -2px 4px 0 -10px; }

@media only screen and (max-width: 1199px) {
  .career-section .career-info p {
    max-width: 675px; } }

@media only screen and (max-width: 991px) {
  .accordion-content {
    padding-left: 45px; }
  .career-section .career-info p {
    max-width: 500px; } }

@media only screen and (max-width: 767px) {
  .accordion-title {
    position: relative;
    font-size: 17px;
    line-height: 1.2em;
    padding: 14px 40px 14px 0; }
    .accordion-title:after {
      position: absolute;
      top: 11px;
      right: 0;
      margin-right: 0; }
  .accordion-content {
    padding: 10px 0 10px 20px; }
  .career-section .section-title {
    font-size: 32px; }
  .career-section .career-info {
    text-align: center; }
    .career-section .career-info h3 {
      font-size: 16px;
      max-width: 100%; }
    .career-section .career-info p {
      max-width: 100%; }
    .career-section .career-info .btn {
      float: none;
      margin: 20px 0 0; } }

@media only screen and (max-width: 479px) {
  .accordion-content {
    padding: 10px 0; }
  .career-section .section-title {
    font-size: 28px; } }

body.branding-white.page-template-tpl-contact {
  padding-top: 128px; }

.page-template-tpl-contact .entry-header {
  padding-top: 130px; }
  .page-template-tpl-contact .entry-header .entry-title {
    font-size: 42px;
    margin-bottom: 9px; }

.page-template-tpl-contact .entry-content .text-start {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0; }

.page-template-tpl-contact .contact-info-map {
  margin: 20px 0 28px;
  color: #fff;
  background-color: #fc8f30;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 768px) {
    .page-template-tpl-contact .contact-info-map {
      -ms-flex-direction: column;
          flex-direction: column; }
      .page-template-tpl-contact .contact-info-map .map-box {
        width: 100%; } }
  .page-template-tpl-contact .contact-info-map .left {
    padding: 20px 0 20px 60px; }
  .page-template-tpl-contact .contact-info-map h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0; }
  .page-template-tpl-contact .contact-info-map p {
    font-size: 15px; }
    .page-template-tpl-contact .contact-info-map p:last-child {
      margin-bottom: 0; }
  .page-template-tpl-contact .contact-info-map a {
    color: #fff; }
    .page-template-tpl-contact .contact-info-map a:hover {
      text-decoration: underline; }

.page-template-tpl-contact #gmap {
  width: 100%;
  height: 323px; }

.contact-form {
  margin-bottom: 50px; }
  .contact-form h2 {
    font-size: 32px;
    margin: 20px 0 22px; }
  .contact-form form {
    padding: 25px 45px;
    background-color: #f4f4f4; }
    .contact-form form:after {
      content: " ";
      display: table;
      clear: both; }
    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form input[type="tel"],
    .contact-form form textarea {
      padding-top: 12px;
      padding-bottom: 12px; }
    .contact-form form textarea {
      height: 160px; }
    .contact-form form input[type="submit"],
    .contact-form form button[type="submit"] {
      float: right;
      margin-right: 0;
      padding: 16px 27px; }
    .contact-form form .col-sm-4,
    .contact-form form .col-sm-12,
    .contact-form form .col-sm-2 {
      padding-left: 10px;
      padding-right: 10px; }
    .contact-form form .col-sm-12 {
      margin-bottom: 18px; }
    .contact-form form .label-captcha {
      text-align: left; }
      .contact-form form .label-captcha input[type="text"] {
        display: inline-block;
        min-width: 130px;
        max-width: 50%;
        text-align: center; }
      .contact-form form .label-captcha img {
        display: inline-block;
        margin-left: 10px; }
    .contact-form form .col-sm-4 {
      margin-bottom: 14px; }
    .contact-form form .require-info {
      font-size: 15px;
      color: #48484f;
      display: block;
      clear: both;
      width: 100%;
      padding: 10px; }
      .contact-form form .require-info:after {
        content: " ";
        display: table;
        clear: both; }
    .contact-form form .file-list {
      margin-bottom: 20px; }
      .contact-form form .file-list.disable {
        display: none; }
    .contact-form form .label-file {
      position: relative; }
      .contact-form form .label-file + .label-file {
        margin-top: 12px; }
      .contact-form form .label-file.disable {
        display: none; }
      .contact-form form .label-file p {
        margin: 0; }
      .contact-form form .label-file .fakefile {
        padding: 10px;
        border: 1px solid #a8afbe;
        background-color: #fff; }
        .contact-form form .label-file .fakefile .fileadded {
          padding: 7px 10px;
          display: none; }
          .contact-form form .label-file .fakefile .fileadded .icon-file {
            display: inline-block;
            color: #fc8f30;
            margin-right: 15px; }
          .contact-form form .label-file .fakefile .fileadded .filename {
            display: inline-block; }
          .contact-form form .label-file .fakefile .fileadded .btn-remove {
            display: inline-block;
            color: #fc8f30;
            float: right;
            margin-right: 10px; }
            .contact-form form .label-file .fakefile .fileadded .btn-remove:hover {
              cursor: pointer; }
        .contact-form form .label-file .fakefile .btn-file {
          padding: 10px 25px; }
      .contact-form form .label-file input.wpcf7-file {
        position: absolute;
        z-index: 2;
        top: -55px;
        left: 0;
        width: 130px;
        height: 50px;
        filter: alpha(opacity=0);
        opacity: 0;
        cursor: pointer; }
    .contact-form form .btn-add-file {
      float: right;
      cursor: pointer;
      padding: 16px 30px;
      width: 100%;
      text-align: center; }
    .contact-form form .btn-add-file[disabled] {
      background: #b0b6c5;
      border: #b0b6c5;
      cursor: default; }
    .contact-form form .button-div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }

@media only screen and (max-width: 991px) {
  .page-template-tpl-contact .contact-info-map .left {
    padding: 45px 0 0 40px; }
  .contact-form form {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .page-template-tpl-contact .entry-header .entry-title {
    font-size: 36px;
    text-align: center; }
  .page-template-tpl-contact .entry-content {
    text-align: center; }
  .page-template-tpl-contact .contact-info-map {
    margin-top: 30px; }
    .page-template-tpl-contact .contact-info-map .left {
      padding: 25px 0 20px;
      text-align: center; }
  .contact-form h2 {
    text-align: center; }
  .contact-form form {
    text-align: left; }
    .contact-form form .require-info {
      text-align: center; }
    .contact-form form .label-captcha {
      text-align: center;
      float: none; }
    .contact-form form input[type="submit"],
    .contact-form form button[type="submit"] {
      float: none;
      clear: both;
      margin: 10px auto 10px;
      width: 100%;
      display: block; }
    .contact-form form .btn-add-file {
      float: none;
      clear: both;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }

@media only screen and (max-width: 479px) {
  .page-template-tpl-contact .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.2em; }
  .page-template-tpl-contact .entry-content .text-start {
    font-size: 16px; }
  .page-template-tpl-contact .contact-info-map .left {
    padding-left: 10px;
    padding-right: 10px; }
  .contact-form h2 {
    font-size: 28px; }
  .contact-form form {
    padding-left: 10px;
    padding-right: 10px; }
    .contact-form form input[type="submit"],
    .contact-form form button[type="submit"],
    .contact-form form .btn-add-file {
      max-width: 100%; }
    .contact-form form .label-file .fakefile .fileadded .filename {
      word-break: break-word;
      padding-right: 10px; }
    .contact-form form .label-file .fakefile .fileadded .btn-remove {
      position: absolute;
      float: none;
      top: 50%;
      right: 0;
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); } }

.cookie-policy-container {
  padding-top: 130px; }
  .cookie-policy-container .entry-header .entry-title {
    text-align: left;
    padding: 0;
    margin-bottom: 20px; }

.checbox-no-border {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  appearance: none; }
