@charset "UTF-8";
/*

Theme Name: VEA Nieruchomości
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for VEA Nieruchomości. Developed by FASTSITE.
Version: 1.0
Text Domain: veanieruchomosci

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

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

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

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
html {
  font-size: 16px;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

body, p {
  font-family: "Lora", serif !important;
  font-size: 1rem;
  color: #808080;
  line-height: 1.5;
}

p, h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0.5rem;
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: #004D7D;
}

sup {
  vertical-align: text-top;
  font-size: x-small;
}

p:last-of-type {
  padding-bottom: 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: null;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 769px) {
  h1 {
    font-size: null;
    font-weight: null;
  }
}

h2 {
  font-size: 2rem;
  font-weight: null;
}

@media only screen and (max-width: 769px) {
  h2 {
    font-size: null;
    font-weight: null;
  }
}

h3 {
  font-size: 1.75rem;
  font-weight: null;
}

@media only screen and (max-width: 769px) {
  h3 {
    font-size: null;
    font-weight: null;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: null;
}

@media only screen and (max-width: 769px) {
  h4 {
    font-size: null;
    font-weight: null;
  }
}

h5 {
  font-size: 1.125rem;
  font-weight: null;
}

@media only screen and (max-width: 769px) {
  h5 {
    font-size: null;
    font-weight: null;
  }
}

h6 {
  font-size: 1.1rem;
  font-weight: null;
}

@media only screen and (max-width: 769px) {
  h6 {
    font-size: null;
    font-weight: null;
  }
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/*
HEADER
*/
header#main-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 134px;
}

@media all and (max-width: 1200px) {
  header#main-header {
    height: 100px;
  }
}

header#main-header.fixed-header {
  background: #004D7D;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 3px 1px 5px 0px rgba(1, 2, 2, 0.25);
          box-shadow: 3px 1px 5px 0px rgba(1, 2, 2, 0.25);
  /*img {
      filter: brightness(0.5);
      transition: all 0.5s;
    }

    .menu-wrapper{
      ul#top-menu{
        li{
          a{
            color: #808080 !important;
            transition: all 0.5s;
          }
        }
      }
    }*/
}

header#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  /*.mobile-button-wrapper {
      display: none;
    }

    .mobile-menu {
      display: none;
    }*/
}

@media only screen and (max-width: 768px) {
  header#main-header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header#main-header .container .logo-wrapper {
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#main-header .container .logo-wrapper img {
  max-height: 5rem;
}

@media only screen and (max-width: 769px) {
  header#main-header .container .logo-wrapper img {
    max-height: 4rem;
  }
}

header#main-header .container .menu-wrapper {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

header#main-header .container .menu-wrapper > div {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  header#main-header .container .menu-wrapper {
    display: none;
  }
}

header#main-header .container .menu-wrapper ul#top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}

header#main-header .container .menu-wrapper ul#top-menu li {
  margin-right: 1rem;
  padding: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#main-header .container .menu-wrapper ul#top-menu li:last-of-type {
  margin-right: 0;
}

header#main-header .container .menu-wrapper ul#top-menu li a {
  padding: 2px 1rem;
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
}

@media all and (max-width: 1439px) {
  header#main-header .container .menu-wrapper ul#top-menu li a {
    padding: 2px .5rem;
    font-size: 1rem;
  }
}

@media all and (max-width: 991px) {
  header#main-header .container .menu-wrapper ul#top-menu li a {
    padding: 2px .5rem;
    font-size: 0.85rem;
  }
}

header#main-header .container .mobile-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

@media only screen and (min-width: 769px) {
  header#main-header .container .mobile-button-wrapper {
    display: none;
  }
}

header#main-header .container .mobile-button-wrapper button.openmenu {
  -webkit-appearance: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 !important;
  border: none;
  background: transparent;
}

header#main-header .container .mobile-button-wrapper button.openmenu:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-rendering: auto;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#main-header .container .mobile-button-wrapper button.openmenu:not(.collapsed):before {
  content: "\f00d";
}

header#main-header .container .mobile-menu {
  position: absolute;
  left: 1rem;
  right: 1rem;
  width: auto;
  top: 5rem;
  background: #ffffff;
  margin-top: 1rem;
  -webkit-box-shadow: 0px 0px 1rem #cccccc;
          box-shadow: 0px 0px 1rem #cccccc;
}

@media only screen and (min-width: 769px) {
  header#main-header .container .mobile-menu {
    display: none;
  }
}

header#main-header .container .mobile-menu ul#mobile-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
}

header#main-header .container .mobile-menu ul#mobile-top-menu li {
  display: block;
  position: relative;
  width: 100%;
}

header#main-header .container .mobile-menu ul#mobile-top-menu li.current-menu-item a {
  color: #fff;
}

header#main-header .container .mobile-menu ul#mobile-top-menu li > ul.sub-menu {
  background: #f9f9f9;
}

header#main-header .container .mobile-menu ul#mobile-top-menu li > ul.sub-menu > li.menu-item-object-page.current-menu-item {
  border-bottom: solid 2px #004D7D;
}

header#main-header .container .mobile-menu ul#mobile-top-menu li > ul.sub-menu > li > a {
  font-size: 0.875rem !important;
  line-height: 1.5;
}

header#main-header .container .mobile-menu ul#mobile-top-menu li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  color: #004D7D;
  font-size: 1.5rem !important;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  header#main-header .container .mobile-menu ul#mobile-top-menu li a {
    font-size: 1.25rem !important;
  }
}

body.error404 header#main-header {
  background: #004D7D;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 3px 1px 5px 0px rgba(1, 2, 2, 0.25);
          box-shadow: 3px 1px 5px 0px rgba(1, 2, 2, 0.25);
}

/*
FOOTER
*/
footer#main-footer {
  padding: 2rem 0;
  background: #ffffff;
}

footer#main-footer p {
  color: #808080;
}

@media (max-width: 1199px) {
  footer#main-footer p {
    text-align: center !important;
  }
}

footer#main-footer p.implementation-info {
  text-align: right;
}

footer#main-footer p a {
  color: #808080;
}

footer#main-footer a {
  color: #808080;
}

.page-content {
  position: relative;
}

.page-content section.regular-section:nth-of-type(1) {
  padding-top: calc(2rem + 5rem);
}

section.regular-section {
  padding: 2rem 0;
}

@media (max-width: 992px) {
  section.regular-section {
    padding: 1rem 0;
  }
}

section.regular-section .row {
  padding: 2rem 0;
}

@media (max-width: 992px) {
  section.regular-section .row {
    padding: 1rem 0;
  }
}

section.regular-section .row.photo-row .col:nth-of-type(1) {
  border: solid 2px #f0f0f0;
  border-radius: 0px;
}

@media (max-width: 1200px) {
  section.regular-section .row.photo-row .col:nth-of-type(1) {
    height: 17rem;
    border: none;
  }
}

section.regular-section .row.photo-row .text-component {
  padding: 3rem 0;
}

@media (max-width: 1200px) {
  section.regular-section .row.photo-row .text-component {
    padding: 1rem 0;
  }
}

section.regular-section .row.photo-row .text-component p {
  color: #808080;
}

.component {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.component:last-of-type {
  margin-bottom: 0;
}

.component .component-inner {
  display: block;
  position: relative;
  width: 100%;
}

.component.form-component .component-inner {
  display: block;
}

.component.form-component .component-inner .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.component.form-component .component-inner .input-wrapper label.form-label {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #004D7D;
}

.component.form-component .component-inner .input-wrapper span.wpcf7-form-control-wrap:not(.gdpr) {
  width: 100%;
}

.component.form-component .component-inner .input-wrapper input.form-input,
.component.form-component .component-inner .input-wrapper textarea.form-input,
.component.form-component .component-inner .input-wrapper select.form-input {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: solid 2px #004D7D;
  border-radius: 0px;
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background: transparent;
}

.component.form-component .component-inner .input-wrapper textarea.form-input {
  min-height: 8rem;
  height: 8rem;
}

.component.form-component .component-inner .input-wrapper.price-wrapper input.form-input {
  width: calc((100% - 1rem) / 2);
}

.component.form-component .component-inner .input-wrapper.price-wrapper input.form-input:nth-of-type(1) {
  margin-right: 1rem;
}

.component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
}

.component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label a {
  color: inherit;
}

.component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label input.form-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  position: relative;
}

.component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label input[type="checkbox"].form-input {
  -webkit-appearance: unset;
  display: block;
  border: solid 2px #c4c4c4;
  border-radius: 0px;
  position: relative;
}

.component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label input[type="checkbox"].form-input:checked::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../../wp-content/themes/veanieruchomosci/assets/svg/iconmonstr-check-mark-2.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.component.form-component .component-inner .button-wrapper .button {
  width: 100%;
}

.component.form-component .component-inner .advanced-search {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding: 0.5rem 0;
}

.component.form-component .component-inner .advanced-search a {
  color: #004D7D !important;
  font-size: 0.875rem;
  font-weight: 500;
}

.component.form-component .component-inner .horizontal-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 992px) {
  .component.form-component .component-inner .horizontal-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.component.form-component .component-inner .horizontal-form-row.hide-row {
  display: none;
}

.component.form-component .component-inner .horizontal-form-row .input-wrapper {
  width: calc((100% - 3rem) / 4);
  margin-right: 1rem;
  height: 100%;
}

@media (max-width: 992px) {
  .component.form-component .component-inner .horizontal-form-row .input-wrapper {
    width: 100%;
  }
}

.component.form-component .component-inner .horizontal-form-row .input-wrapper:last-of-type {
  margin-right: 0;
}

.component.form-component .component-inner .vertical-form-row .input-wrapper {
  display: block;
  width: auto;
}

.component.form-component .component-inner .vertical-form-row .button-wrapper {
  text-align: center;
}

.component.form-component .component-inner .vertical-form-row .button-wrapper .button {
  width: auto;
}

.page-template-find-estate section.regular-section.page-header {
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media all and (max-width: 767px) {
  .page-template-find-estate section.regular-section.page-header {
    height: 237px;
  }
  .page-template-find-estate section.regular-section.page-header.opened {
    height: 330px;
  }
}

section.regular-section.page-header {
  background-position: center center;
  background-repeat: no-repeat;
}

section.regular-section.page-header .component.text-component {
  text-align: center;
}

section.regular-section.page-header .component.text-component h1 {
  color: #ffffff;
}

@media all and (max-width: 767px) {
  section.regular-section.page-header .component.text-component h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

section.regular-section.page-header .component.text-component h4 {
  color: #ffffff;
}

section.regular-section.page-header .component.form-component {
  padding: 2rem;
  background: #ffffff;
}

section#start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1200px) {
  section#start {
    padding-bottom: 0;
  }
}

section#start .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
}

@media (max-width: 1200px) {
  section#start .video-wrapper {
    bottom: unset;
    height: 100vh;
  }
}

section#start .video-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  section#start .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

section#start .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#start .row .col.col-xl-3, section#start .row .col.col-xl-4 {
  background: #ffffff;
  padding: 3rem;
}

@media (max-width: 1200px) {
  section#start .row .col.col-xl-3, section#start .row .col.col-xl-4 {
    background: unset;
    padding: 1rem;
  }
}

section#start .row .col.col-xl-3 .text-component h2, section#start .row .col.col-xl-4 .text-component h2 {
  color: #004D7D;
}

@media (max-width: 1200px) {
  section#start .row .col.col-xl-3 .form-component, section#start .row .col.col-xl-4 .form-component {
    border: solid 2px #f0f0f0;
    border-radius: 0px;
    padding: 1rem;
  }
}

@media (max-width: 1200px) {
  section#start .row .col.col-xl-8 {
    min-height: calc(100vh - 8rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 9rem;
  }
}

section#start .row .col.col-xl-8 .text-component {
  padding-left: 2rem;
}

@media (max-width: 1200px) {
  section#start .row .col.col-xl-8 .text-component {
    padding: 0;
  }
}

section#start .row .col.col-xl-8 .text-component h1 {
  color: #ffffff;
}

section#start .row .col.col-xl-8 .text-component h5 {
  color: #ffffff;
  margin-bottom: 1rem;
}

section#start .row .col.col-xl-8 .text-component p {
  color: #ffffff;
}

a.button,
button.button,
input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: auto;
  height: auto;
  padding: 0.75rem 5rem;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #f0f0f0;
  font-family: "Lora", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #004D7D;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.button:disabled,
button.button:disabled,
input[type="submit"]:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.25;
}

a.button:hover,
button.button:hover,
input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.button.primary-button,
button.button.primary-button,
input[type="submit"].primary-button {
  border: solid 1px #004D7D;
  border-radius: 0px;
  background-color: #004D7D;
  color: white;
}

a.button.primary-button:hover,
button.button.primary-button:hover,
input[type="submit"].primary-button:hover {
  border: solid 1px #004D7D;
  border-radius: 0px;
  background: #ffffff;
  color: #004D7D;
}

a.button.secondary-button,
button.button.secondary-button,
input[type="submit"].secondary-button {
  color: #ffffff;
  background: transparent;
  border: solid 1px #ffffff;
  border-radius: 0px;
}

a.button.secondary-button:hover,
button.button.secondary-button:hover,
input[type="submit"].secondary-button:hover {
  background: #ffffff;
  color: #004D7D;
  border: solid 1px #ffffff;
  border-radius: 0px;
}

a.button.third-button,
button.button.third-button,
input[type="submit"].third-button {
  border: solid 1px #004D7D;
  border-radius: 0px;
  background: transparent;
}

a.button.third-button:hover,
button.button.third-button:hover,
input[type="submit"].third-button:hover {
  background: #004D7D;
  color: white;
  border: solid 1px #004D7D;
  border-radius: 0px;
}

.component.text-component.section-header h2,
.component.text-component.section-header p {
  color: #004D7D;
  font-weight: 500;
}

.component.text-component.section-header p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.component.text-component.section-header p.no-flex {
  display: block;
}

.component.text-component.section-header p:before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: #c4c4c4;
  margin-right: 1rem;
}

.component.text-component.section-header.centered-header h2 {
  text-align: center;
}

.component.text-component.section-header.centered-header p {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.component.text-component.section-header.centered-header p::before {
  display: none;
}

.component.offers-component .component-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.component.offers-component .component-inner .single-offer {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
  border: solid 1px #f0f0f0;
  border-radius: 0px;
  /* padding: 2rem; */
}

@media (max-width: 992px) {
  .component.offers-component .component-inner .single-offer {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.component.offers-component .component-inner .single-offer:nth-of-type(3n) {
  margin-right: 0;
}

.component.offers-component .component-inner .single-offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
}

@media (max-width: 992px) {
  .component.offers-component .component-inner .single-offer .offer-image {
    height: 15rem;
  }
}

.component.offers-component .component-inner .single-offer .offer-image img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.offers-component .component-inner .single-offer:hover .offer-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.offers-component .component-inner .single-offer .offer-content {
  display: block;
  position: relative;
  padding: 2rem;
}

@media (max-width: 992px) {
  .component.offers-component .component-inner .single-offer .offer-content {
    padding: 1rem;
  }
}

.component.offers-component .component-inner .single-offer .offer-content .offer-title {
  margin-bottom: 0.5rem;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-title h4 {
  color: #004D7D;
  font-weight: 500;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-title h4 a {
  word-break: break-word;
  text-decoration: none;
  color: #004D7D;
  font-weight: 500;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info {
  margin-bottom: 0.5rem;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  color: #808080;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.625rem;
  width: 1.625rem;
  display: block;
  margin-right: 0.5rem;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span.street::before {
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-lokalizacja.svg");
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span.type::before {
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-budynek.svg");
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span.area::before {
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-metraz-alt-2.svg");
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span.rooms::before {
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-metraz-alt.svg");
}

.component.offers-component .component-inner .single-offer .offer-content .offer-info p span.floor::before {
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-pietro-alt-4.svg");
}

.component.offers-component .component-inner .single-offer .offer-content .offer-finance {
  margin-bottom: 1rem;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-finance p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border: solid 1px #f0f0f0;
  border-radius: 0px;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-finance p span {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  font-size: 1.125rem;
  color: #808080;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-finance p span.total-cost {
  background: #004D7D;
  color: #ffffff;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-finance p span.meter-cost {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.component.offers-component .component-inner .single-offer .offer-content .offer-finance p span.meter-cost::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.625rem;
  width: 1.625rem;
  display: block;
  margin-right: 0.5rem;
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-cena-metr-alt.svg");
}

.component.offers-component .component-inner .single-offer .offer-content .offer-button a {
  width: 100%;
}

section#raport {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fdfdfd;
}

.component.raport-component .component-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.component.raport-component .component-inner > div {
  width: calc((100% - 2rem) / 2);
}

.component.raport-component .component-inner div.image-wrapper {
  margin-right: 2rem;
  position: relative;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.component.raport-component .component-inner div.image-wrapper a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.component.raport-component .component-inner div.content-wrapper {
  padding: 6rem 0;
}

.component.raport-component .component-inner div.content-wrapper h4.report-title {
  margin-bottom: 0.5rem;
}

.component.raport-component .component-inner div.content-wrapper h4.report-title a {
  font-weight: 500;
  color: #004D7D;
  text-decoration: none;
}

.component.raport-component .component-inner div.content-wrapper p.report-date {
  margin-bottom: 0.5rem;
}

.component.raport-component .component-inner div.content-wrapper p.report-date,
.component.raport-component .component-inner div.content-wrapper p.report-description {
  color: #808080;
}

section#kontakt .component {
  padding-left: 2rem;
}

section#kontakt .component h5,
section#kontakt .component p,
section#kontakt .component a {
  color: #004D7D;
}

section#kontakt .component h5 {
  font-weight: 500;
}

section#kontakt div#map {
  display: block;
  width: 100%;
  height: 100%;
}

section.fluid-section {
  padding: 0;
}

section.fluid-section .container-fluid {
  padding: 0;
  margin: 0 !important;
}

section.fluid-section .container-fluid .row {
  background: #fcfcfc;
  margin: 0;
  position: relative;
}

section.fluid-section .container-fluid .row .col {
  background-position: center center;
  background-size: cover;
  z-index: 100;
  padding-left: 1rem;
  padding-right: 1rem;
}

section.fluid-section .container-fluid .row .col.col-content {
  margin-left: 0;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  section.fluid-section .container-fluid .row .col.col-content {
    max-width: calc(720px / 2);
  }
}

@media (min-width: 992px) {
  section.fluid-section .container-fluid .row .col.col-content {
    max-width: calc(960px / 2);
  }
}

@media (min-width: 1200px) {
  section.fluid-section .container-fluid .row .col.col-content {
    max-width: calc(1140px / 2);
  }
}

@media (min-width: 1440px) {
  section.fluid-section .container-fluid .row .col.col-content {
    max-width: calc(1440px / 2);
  }
}

section.fluid-section .container-fluid .row .col:not(.col-content) {
  padding: 0;
}

@media (max-width: 1200px) {
  .row.icons-row .col:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.component.icon-component {
  height: 100%;
}

.component.icon-component .component-inner {
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  padding: 2rem;
  height: 100%;
}

@media (max-width: 1200px) {
  .component.icon-component .component-inner {
    padding: 1rem;
  }
}

.component.icon-component .component-inner .icon-wrapper {
  display: block;
  margin-bottom: 2rem;
}

.component.icon-component .component-inner .icon-wrapper img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.component.icon-component .component-inner .content-wrapper {
  text-align: center;
}

.component.icon-component .component-inner .content-wrapper h4,
.component.icon-component .component-inner .content-wrapper h5 {
  font-weight: 500;
  color: #004D7D;
}

.component.jobs-component .single-job {
  margin-bottom: 2rem;
  padding: 2rem;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .component.jobs-component .single-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}

.component.jobs-component .single-job:last-of-type {
  margin-bottom: 0;
}

.component.jobs-component .single-job .job-content {
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 1200px) {
  .component.jobs-component .single-job .job-content {
    margin: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.component.jobs-component .single-job .job-content h4.job-title {
  font-weight: 500;
  color: #004D7D;
}

.component.jobs-component .single-job .job-content p.job-location {
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
}

.component.jobs-component .single-job .job-content p.job-location::before {
  content: "";
  background-image: url("../../../../nieruchomosci/wp-content/themes/veanieruchomosci/assets/svg/ico-praca-lokalizacja.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.625rem;
  width: 1.625rem;
  display: block;
  margin-right: 0.5rem;
}

.component.jobs-component .single-job .job-button {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .component.jobs-component .single-job .job-button {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .component.jobs-component .single-job .job-button .button {
    width: 100%;
  }
}

.row.reports-row .col {
  padding: 0;
}

@media (max-width: 1200px) {
  .row.reports-row .col {
    padding: 0 1rem;
  }
}

.component.custom-component.download-report .component-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
}

@media (max-width: 1200px) {
  .component.custom-component.download-report .component-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}

.component.custom-component.download-report .component-inner .report-cta {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .component.custom-component.download-report .component-inner .report-cta {
    margin-bottom: 1rem;
  }
}

.component.custom-component.download-report .component-inner .report-cta h2 {
  color: #004D7D;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .component.custom-component.download-report .component-inner .report-cta h2 {
    text-align: center;
  }
}

.component.custom-component.download-report .component-inner .report-line {
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 20%;
  height: 2px;
  background: #c4c4c4;
}

@media (max-width: 1200px) {
  .component.custom-component.download-report .component-inner .report-line {
    margin-bottom: 1rem;
  }
}

.component.custom-component.download-report .component-inner .download-report {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .component.custom-component.download-report .component-inner .download-report {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .component.custom-component.download-report .component-inner .download-report .button {
    width: 100%;
  }
}

.component.text-component.aboutus-description h3,
.component.text-component.aboutus-description h6 {
  color: #004D7D;
  font-weight: 500;
}

.component.text-component.aboutus-description p {
  color: #808080;
}

.component.text-component.aboutus-description ul {
  margin-bottom: 0.5rem;
}

.component.text-component.aboutus-description ul li {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  padding-left: 2rem;
}

.component.text-component.aboutus-description ul li:before {
  content: "";
  width: 1rem;
  height: 2px;
  background: #004D7D;
  position: absolute;
  top: calc(0.75rem);
  left: 0;
  margin-right: 1rem;
  margin-left: 0;
}

section#contact-full .col.col-xl-4 {
  padding: 2rem;
  background: white;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
}

@media (max-width: 992px) {
  section#contact-full .col.col-xl-4 {
    background: white;
    border: none;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

section#contact-full.single-offer-contact .col.col-xl-4 {
  padding: 0rem;
  background: white;
  border: none;
  border-radius: 0px;
}

@media (max-width: 992px) {
  section#contact-full.single-offer-contact .col.col-xl-4 {
    background: white;
    border: none;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

@media (max-width: 992px) {
  section#contact-full.single-offer-contact .col.col-xl-4 .map-component {
    min-height: 50vh;
  }
}

section#contact-full .col.col-xl-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#contact-full .col.col-xl-8 .text-component {
  padding: 1rem 2rem;
  padding-bottom: 0;
}

section#contact-full .col.col-xl-8 .text-component h5,
section#contact-full .col.col-xl-8 .text-component p,
section#contact-full .col.col-xl-8 .text-component a {
  color: #004D7D;
}

section#contact-full .col.col-xl-8 .text-component h5 {
  font-weight: 500;
}

section#contact-full .col.col-xl-8 .text-component:last-of-type {
  padding-bottom: 2rem !important;
}

section#contact-full .col.col-xl-8 .component {
  background: #fcfcfc;
  margin: 0;
}

.component.map-component {
  height: 100%;
}

.component.map-component .component-inner {
  height: 100%;
}

.component.map-component .component-inner div#map {
  height: 100%;
  width: 100%;
  position: relative;
}

.component.slider-component .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-size: cover;
  min-height: 80vh;
}

.component.slider-component .swiper-container .swiper-button-next:after,
.component.slider-component .swiper-container .swiper-button-prev:after {
  color: #ffffff;
}

section.offer-info-section .row.title-row {
  margin-top: -5rem;
  padding: 0;
  background: white;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  z-index: 100;
  position: relative;
}

@media (max-width: 992px) {
  section.offer-info-section .row.title-row {
    border: none;
  }
}

section.offer-info-section .row.title-row .col.col-xl-12.col-12 {
  padding: 2rem;
}

@media (max-width: 992px) {
  section.offer-info-section .row.title-row .col.col-xl-12.col-12 {
    padding: 1rem;
  }
}

@media (max-width: 992px) {
  section.offer-info-section .row.title-row .col .component {
    border-bottom: solid 2px #f0f0f0;
    padding: 1rem 0;
  }
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-header-wrapper {
  margin-bottom: 1rem;
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-header-wrapper h3 {
  font-weight: 500;
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h4.offer-measures {
  color: #808080;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  line-height: 1;
}

@media (max-width: 992px) {
  section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h4.offer-measures {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h4.offer-measures span {
  margin-right: 1rem;
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h4.offer-measures span:last-of-type {
  margin: 0;
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h3.offer-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}

@media (max-width: 992px) {
  section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h3.offer-price {
    margin: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}

section.offer-info-section .row.title-row .component.custom-component.offer-details-component .component-inner .offer-details-wrapper h3.offer-price span.price-label {
  font-size: 1.25rem;
  color: #808080;
}

@media (max-width: 992px) {
  section.offer-info-section .row.details-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

section.offer-info-section .row.details-down .col.col-xl-4.col-12 {
  padding: 2rem;
  background: white;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
}

@media (max-width: 992px) {
  section.offer-info-section .row.details-down .col.col-xl-4.col-12 {
    border: none;
    padding: 1rem;
  }
}

section.offer-info-section .row.details-down .col.col-xl-8.col-12 {
  padding-left: 2rem;
}

@media (max-width: 992px) {
  section.offer-info-section .row.details-down .col.col-xl-8.col-12 {
    padding: 1rem;
  }
}

.component.separator-component .separator {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #f0f0f0;
}

.component.custom-component.offer-additional-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.component.custom-component.offer-additional-info p span {
  display: block;
  margin-right: 2rem;
}

.component.custom-component.bio-component {
  height: 100%;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
}

.component.custom-component.bio-component .component-inner {
  height: 100%;
  display: block;
}

.component.custom-component.bio-component .component-inner .image-wrapper {
  display: block;
  position: relative;
}

.component.custom-component.bio-component .component-inner .image-wrapper img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}

.component.custom-component.bio-component .component-inner .content-wrapper {
  padding: 2rem;
  height: auto;
}

.the-content ol {
  list-style: decimal;
  list-style-position: inside;
}

.the-content ul {
  list-style: circle;
  list-style-position: inside;
}

.bigger {
  font-size: 3rem;
  text-align: center;
}

.shorter {
  max-width: 80%;
  margin: 0 auto;
}

h2.shorter {
  margin-bottom: 90px;
}

@media all and (max-width: 767px) {
  h2.shorter {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 52px;
  }
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label {
  width: auto;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper.checkbox-wrapper label.form-label {
    width: 50%;
  }
}

.page-template-find-estate #find-estate label.font-big {
  font-size: 1.88rem !important;
  color: #004D7D;
  max-width: 80%;
  margin-bottom: 2rem !important;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate label.font-big {
    font-size: 18px !important;
    line-height: 23px !important;
  }
}

.page-template-find-estate #find-estate form {
  padding: 5rem 7rem;
  border: 3px solid #EBEBEB;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate form {
    padding: 35px 28px;
  }
}

.page-template-find-estate #find-estate form .wpcf7-list-item-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #000000;
}

.page-template-find-estate #find-estate form h3 {
  font-size: 1.88rem;
  color: #004D7D;
  max-width: 80%;
  margin-bottom: 3rem;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate form h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 2rem;
  }
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper {
  margin-bottom: 30px;
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper label:not(.checkbox-wrapper) label {
  font-size: 3rem;
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date p {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #145479;
  margin-right: 4rem;
  position: relative;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date p {
    margin-right: 0;
  }
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date p .godzina .wpcf7-not-valid-tip {
  position: absolute;
  left: 400%;
  bottom: -100%;
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date p .minuta .wpcf7-not-valid-tip {
  position: absolute;
  right: -70%;
  bottom: -400%;
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date p input {
  margin-left: 1rem;
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  height: 32px;
  border: 1px solid #000;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date p input {
    margin-left: 0;
    width: 100%;
  }
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date-2 p {
  margin-right: 4rem;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date-2 p {
    margin-right: 0;
  }
}

.page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date-2 p input {
  width: 15rem;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .component.form-component .component-inner .input-wrapper .date-2 p input {
    width: 100%;
  }
}

.page-template-find-estate #find-estate .checkbox-wrapper-2 label {
  width: 100% !important;
}

.page-template-find-estate #find-estate .select-hour {
  border: 1px solid #000;
  height: 32px;
}

.page-template-find-estate #find-estate .select-hour select {
  height: 30px;
  border: 0;
}

.page-template-find-estate #find-estate input::-webkit-outer-spin-button,
.page-template-find-estate #find-estate input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  display: none;
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.page-template-find-estate #find-estate input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.page-template-find-estate #find-estate input[type="submit"] {
  max-width: 370px;
  background-image: url("../../../wp-content/themes/veanieruchomosci/assets/svg/ico-strzalka.svg");
  background-repeat: no-repeat;
  background-position: 85% 50%;
}

.page-template-find-estate #find-estate .cechy label {
  color: #000;
  line-height: 24px;
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .cechy label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #004D7D;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-template-find-estate #find-estate .cechy label span {
    margin: 0 0 0 1em;
  }
}

.page-template-find-estate #find-estate .cechy input {
  display: none;
}

.page-template-find-estate #find-estate .cechy input:checked ~ .before-radio {
  background-image: url("../../../wp-content/themes/veanieruchomosci/assets/svg/iconmonstr-check-mark-2.svg");
}

.page-template-find-estate #find-estate .cechy .before-radio {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 2px #c4c4c4;
  border-radius: 0px;
  position: relative;
  background-position: center;
  margin-right: 1rem;
}

.page-template-find-estate #find-estate .added-time {
  border: 1px solid #000;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7rem;
  padding: 0 10px;
  margin-left: 1rem;
  padding-left: 3rem;
  background-image: url(../../../wp-content/themes/veanieruchomosci/assets/img/zegarek.svg);
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 20px auto;
}

@media all and (max-width: 767px) {
  .page-template-find-estate #find-estate .added-time {
    width: 100%;
    margin-left: 0;
  }
}

.page-template-find-estate #find-estate .added-time > span {
  width: auto !important;
}

.page-template-find-estate #find-estate .added-time .divider {
  margin-right: 2px;
}

.page-template-find-estate #find-estate .added-time select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  border: 0;
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .page-template-find-estate .cechy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.current-menu-item {
  background: #1B5C85;
}

#menu-item-1229 {
  max-width: 7rem;
  text-align: center;
}

#menu-item-1229 a {
  line-height: 1.3 !important;
  color: #fff;
}

@media all and (max-width: 1439px) {
  #menu-item-1229 {
    max-width: 5rem;
  }
}

#menu-item-1196 {
  max-width: 12rem;
  text-align: center;
}

@media all and (min-width: 769px) and (max-width: 991px) {
  #menu-item-1196 {
    max-width: 10rem;
  }
}

#menu-item-1196 a {
  line-height: 1.3 !important;
  color: #fff;
}

@media all and (max-width: 768px) {
  #menu-item-1196 {
    position: relative;
  }
  #menu-item-1196::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #1B5C85;
  }
}

@media all and (max-width: 768px) {
  .menu-item-1196 a {
    position: relative;
  }
}

.select-wrapper {
  border-bottom: 2px solid #145479;
  background-image: url("../../../wp-content/themes/veanieruchomosci/assets/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  position: relative;
}

.select-wrapper label {
  padding-left: 10px;
  padding-right: 10px;
}

.select-wrapper select {
  display: none;
  -webkit-box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.13);
  border: 3px solid #EBEBEB;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-left: 32px;
  padding-top: 16px;
  padding-right: 17px;
  padding-bottom: 16px;
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.select-wrapper select span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #EBEBEB;
}

#find-estate .dzielnica input[type="checkbox"], #find-estate .doradca input[type="checkbox"] {
  -webkit-appearance: unset;
  border: solid 2px #c4c4c4;
  border-radius: 0px;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

#find-estate .dzielnica input[type="checkbox"]:checked::before, #find-estate .doradca input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../../wp-content/themes/veanieruchomosci/assets/svg/iconmonstr-check-mark-2.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
  #find-estate .dzielnica .wpcf7-list-item, #find-estate .doradca .wpcf7-list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    width: calc(100% / 3);
    float: left;
  }
}

@media all and (max-width: 480px) {
  #find-estate .dzielnica .wpcf7-list-item, #find-estate .doradca .wpcf7-list-item {
    width: 50%;
  }
}

#find-estate .dzielnica .wpcf7-list-item label, #find-estate .doradca .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#find-estate .dzielnica .wpcf7-list-item .wpcf7-list-item-label, #find-estate .doradca .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #004D7D;
}

.single-raport #reports .container:first-of-type article .raport-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

#reports {
  margin-top: 5rem;
}

@media all and (max-width: 767px) {
  #reports article {
    margin-bottom: 2rem;
  }
}

#reports article .raport-img {
  height: 500px;
}

@media all and (max-width: 992px) and (min-width: 768px) {
  #reports article .raport-img {
    height: 300px;
  }
}

#reports article .raport-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#reports article .bordered {
  padding: 20px 35px 25px 35px;
}

#reports article .bordered .meta-date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

#reports article .bordered .meta-date p img {
  margin-right: 15px;
}

#reports article .bordered .entry-header h2 {
  margin-top: 21px;
  margin-bottom: 11px;
  padding-bottom: 0;
}

#reports article .bordered .entry-header h2 a {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9rem;
  color: #145479;
  text-decoration: none;
}

@media all and (max-width: 991px) {
  #reports article .bordered .entry-header h2 a {
    font-size: 1.6rem;
  }
}

#reports article .bordered .entry-content p {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #8A8A8A;
  text-align: justify;
}

#reports article .bordered .buttons {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#reports article .bordered .buttons a {
  border: solid 1px #004D7D;
  border-radius: 0px;
  background-color: #004D7D;
  height: 56px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#reports article .bordered .buttons a.download {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#reports article .bordered .buttons a.download span {
  margin-bottom: 2px;
}

@media all and (max-width: 1200px) {
  #reports article .bordered .buttons a.download {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}

@media all and (max-width: 991px) {
  #reports article .bordered .buttons a.download {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #reports article .bordered .buttons a.download span {
    margin: 0 10px 2px 10px;
  }
}

@media all and (max-width: 1200px) {
  #reports article .bordered .buttons a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#reports article .bordered .buttons a:hover {
  background-color: #fff;
  color: #004D7D;
}

#reports article .bordered .buttons a:hover svg {
  stroke: #004D7D;
}

@media all and (max-width: 992px) {
  #reports article .bordered .buttons a {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}

#reports article .bordered .buttons a img {
  margin-left: 21px;
}

#reports article .bordered .buttons a svg {
  stroke: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input[type="date"] {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="date"] {
  background-image: url(../../../wp-content/themes/veanieruchomosci/assets/img/calendar.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 3px center;
  padding-right: 0;
  padding-left: 35px;
}

.pagination {
  margin-top: 37px;
}

.pagination .page-numbers {
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 32px;
  color: #000000;
  border: 3px solid #E3E3E3;
  -webkit-transition: .4s;
  transition: .4s;
  margin-right: 14px;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
  }
}

.pagination .page-numbers.current {
  color: #fff;
  background: #145479;
  border: 3px solid #145479;
}

.pagination .page-numbers:hover {
  color: #fff;
  border: 3px solid #145479;
  background: #145479;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

.single #reports {
  margin-top: 0;
}

.single #reports > .container:first-of-type {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1440px) {
  .single #reports > .container:first-of-type {
    max-width: 880px;
  }
}

.single #reports > .container:nth-of-type(2) article {
  margin-bottom: 2rem;
}

.single #reports #breadcrumbs {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 34px;
}

.single #reports #breadcrumbs a {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  text-decoration: none;
}

.single .back {
  border: solid 1px #004D7D;
  border-radius: 0px;
  background-color: #004D7D;
  height: 56px;
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .4s;
  width: 240px;
  transition: .4s;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.single .back:hover {
  background-color: #fff;
  color: #004D7D;
}

.single .back:hover svg {
  stroke: #004D7D;
}

.single .back img {
  position: absolute;
  left: 20px;
}

.single .back svg {
  position: absolute;
  left: 20px;
  stroke: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.single h2 {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 2.9rem;
  color: #000000;
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}

@media all and (max-width: 991px) {
  .single h2 {
    margin-top: 3rem;
  }
}

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

#reports article {
  margin-bottom: 2rem;
  border: 3px solid #eee;
}

.page-template-raports #reports article {
  margin-bottom: 2rem;
  border: 3px solid #eee;
}

.page-template-raports #reports article .raport-img {
  height: 500px;
}

@media all and (max-width: 1439px) {
  .page-template-raports #reports article .raport-img {
    height: 380px;
  }
}

@media all and (max-width: 1199px) {
  .page-template-raports #reports article .raport-img {
    height: 315px;
  }
}

@media all and (max-width: 991px) {
  .page-template-raports #reports article .raport-img {
    height: 480px;
  }
}

@media all and (max-width: 767px) {
  .page-template-raports #reports article .raport-img {
    height: 370px;
  }
}

.page-template-raports #reports article .bordered .bordered-content {
  height: 230px;
}

@media all and (max-width: 991px) {
  .page-template-raports #reports article .bordered .bordered-content {
    height: auto;
  }
}

#reports article {
  margin-bottom: 2rem;
  border: 3px solid #eee;
}

#reports article .raport-img {
  height: 500px;
}

@media all and (max-width: 1439px) {
  #reports article .raport-img {
    height: 380px;
  }
}

@media all and (max-width: 1199px) {
  #reports article .raport-img {
    height: 315px;
  }
}

@media all and (max-width: 991px) {
  #reports article .raport-img {
    height: 480px;
  }
}

@media all and (max-width: 767px) {
  #reports article .raport-img {
    height: 370px;
  }
}

#reports article .bordered .bordered-content {
  height: 230px;
}

@media all and (max-width: 991px) {
  #reports article .bordered .bordered-content {
    height: 250px;
  }
}

@media all and (max-width: 767px) {
  #reports article .bordered .bordered-content {
    height: auto;
  }
}

.component.form-component .component-inner .input-wrapper textarea.form-input[name="your-info"] {
  border: 2px solid #004D7D;
}

.fb_customer_chat_icon {
  bottom: unset !important;
  top: 151px !important;
}

.anchor_right {
  bottom: unset !important;
  top: 215px !important;
}

._9099 > ._4ik5._4ik {
  display: none !important;
}

._4ik5._4ik4._909b {
  font-size: 17px !important;
}

.popmake-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popmake-content > p,
.popmake-content .popup-inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.popmake-content .popup-inner {
  padding: 60px;
}

.pum-container .fas {
  color: #145479;
  font-size: 30px;
}

.popmake-content .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popmake-content .popup-inner h2 {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 54px;
  color: #000;
  margin-bottom: 20px;
}

.popmake-content .popup-inner p:first-of-type {
  margin-bottom: 30px;
}

.popmake-content a {
  color: #fff;
  font-family: Lora;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  border: solid 1px #004D7D;
  border-radius: 0px;
  background-color: #004D7D;
  padding: 16px 30px;
}

.popmake-content a img {
  margin-left: 25px;
}

.link-under-fb {
  position: fixed;
  top: -100px;
  right: 12px;
  margin: 0px 12px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

.link-under-fb.active {
  top: 232px;
}

.link-under-fb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popmake-content > p,
.popmake-content > p img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 991px) {
  .pum-theme-1315 .pum-container, .pum-theme-standardowa-skorka .pum-container {
    width: 90% !important;
    height: 370px !important;
  }
  .popmake-content .popup-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .popmake-content a {
    font-size: 20px;
    line-height: 26px;
    padding: 15px;
  }
  .popmake-content a img {
    margin-left: 15px;
  }
}

@media all and (max-width: 768px) {
  .popmake-content > p, .popmake-content > p img {
    height: 300px;
    -o-object-position: 0 70%;
       object-position: 0 70%;
  }
  .pum-theme-1315 .pum-container, .pum-theme-standardowa-skorka .pum-container {
    height: 90vh !important;
  }
  .popmake-content > p,
  .popmake-content .popup-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .popmake-content .popup-inner {
    padding: 15px;
  }
  .popmake-content .popup-inner p:last-of-type {
    margin-top: 50px;
  }
  .popmake-content .popup-inner .popmake-content .popup-inner h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=style.css.map */