/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif (opinionated).
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(sass/font-awesome.min.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

/**
 * Address styling not present in Android < 4.4.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Correct border-style given when inside `a` element in IE 8/9/10.
 */
img {
  border-style: none; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited from fieldset in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  color: inherit;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  z-index: 9999; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

* {
  box-sizing: border-box; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999; }

#preloader #image {
  width: 128px;
  height: 128px;
  background-size: cover;
  position: absolute;
  left: 45%;
  top: 45%;
  background: url(images/loading.GIF) no-repeat center;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin: 0px;
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 28px; } }

.container {
  max-width: 1200px;
  margin: 0 auto; }

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0px 2px 10px 0px rgba(196, 194, 194, 0.68); }
  header .container .logo {
    float: left; }
    header .container .logo img {
      vertical-align: middle;
      max-width: 100%;
      margin-top: 5px; }
      @media only screen and (max-width: 480px) {
        header .container .logo img {
          width: 80%; } }
  header .container #main-menu-content {
    float: right; }
    header .container #main-menu-content p {
      float: right;
      margin: 0; }
  header .container #main-menu-content {
    display: block; }
    @media only screen and (max-width: 768px) {
      header .container #main-menu-content {
        display: none; } }
  header .container .menu nav {
    float: right;
    margin-top: 10px; }
    header .container .menu nav ul {
      vertical-align: middle; }
    header .container .menu nav li {
      list-style: none;
      display: inline; }
      header .container .menu nav li a {
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        padding: 0px 0px 0px 24px;
        color: #1e3038;
        font-weight: 300;
        text-transform: uppercase;
        transition: all 0.5s ease; }
        header .container .menu nav li a:hover {
          color: #e3000f;
          transition: all 0.5s ease; }

.slicknav_menu {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  background-color: #ffffff; }
  .slicknav_menu li {
    border: 1px solid #f6f6f6; }
  .slicknav_menu a {
    color: #1e3038;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 10px; }
    .slicknav_menu a:hover {
      background-color: #f6f6f6;
      color: #e3000f; }
  @media only screen and (max-width: 768px) {
    .slicknav_menu {
      display: block; } }

.slider {
  height: 600px; }

.slider2 {
  height: 350px; }

.slider, .slider2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .slider, .slider2 {
      height: 400px; } }
  .slider .container .slider-opis, .slider2 .container .slider-opis {
    opacity: 0.7; }
    .slider .container .slider-opis p, .slider2 .container .slider-opis p {
      color: #ffffff;
      padding: 20px;
      background: #e3000f;
      font-size: 4em; }
      @media only screen and (max-width: 768px) {
        .slider .container .slider-opis p, .slider2 .container .slider-opis p {
          font-size: 3em; } }

.clr {
  clear: both; }

.oferta-glowna {
  padding: 40px 0 40px 0; }
  .oferta-glowna h2 {
    color: #576065;
    font-family: 'Open Sans', sans-serif; }
  .oferta-glowna a {
    text-decoration: none; }
  .oferta-glowna .container {
    display: flex;
    flex-wrap: wrap; }
    .oferta-glowna .container p, .oferta-glowna .container li {
      color: #7d7d7d;
      font-size: 20px;
      line-height: 30px; }
    .oferta-glowna .container li {
      list-style-image: url(images/circle-32.png); }
    .oferta-glowna .container .col-3 {
      width: 33%;
      padding: 10px;
      transition: 0.2s; }
      .oferta-glowna .container .col-3:hover img {
        opacity: 1; }
      .oferta-glowna .container .col-3 img {
        width: 120px;
        height: 120px;
        padding: 5px;
        margin: 0 auto;
        display: block;
        opacity: 0.8; }
      .oferta-glowna .container .col-3 h3 {
        color: #7d7d7d;
        text-align: center;
        font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .oferta-glowna .container .col-3 {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        .oferta-glowna .container .col-3 {
          width: 100%; } }

.dlaczegomy {
  padding: 50px 0 50px 0;
  background: #f6f6f6;
  overflow: hidden; }
  .dlaczegomy h2 {
    color: #576065;
    font-family: 'Open Sans', sans-serif; }
  .dlaczegomy .col-4 {
    padding: 10px;
    float: left;
    width: 25%; }
    .dlaczegomy .col-4 img {
      width: auto;
      display: flex;
      margin: 0 auto; }
      @media only screen and (max-width: 480px) {
        .dlaczegomy .col-4 img {
          width: 30%; } }
    .dlaczegomy .col-4 p {
      text-align: center;
      font-size: 20px;
      font-family: 'Open Sans', sans-serif; }
    @media only screen and (max-width: 768px) {
      .dlaczegomy .col-4 {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .dlaczegomy .col-4 {
        width: 100%; } }

.kontakt-cta {
  padding: 50px 0 70px 0;
  background: #1e3038; }
  .kontakt-cta p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center; }
  .kontakt-cta .btn {
    background: #1e3038;
    border: 1px solid #ffffff;
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    transition: 0.4s; }
    .kontakt-cta .btn:hover {
      background: #ffffff;
      border: 1px solid #1e3038;
      transition: 0.4s; }
      .kontakt-cta .btn:hover a {
        color: #1e3038;
        transition: 0.2s; }
    .kontakt-cta .btn a {
      text-decoration: none;
      color: #ffffff; }

.kontakt-glowna {
  padding: 50px 0 30px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .kontakt-glowna .col-3 {
    padding: 10px;
    float: left;
    width: 33%; }
    @media only screen and (max-width: 480px) {
      .kontakt-glowna .col-3 {
        width: 100%; } }
    .kontakt-glowna .col-3 img {
      width: auto;
      display: flex;
      margin: 0 auto; }
    .kontakt-glowna .col-3 p, .kontakt-glowna .col-3 a {
      text-align: center;
      font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      text-decoration: none;
      color: #1e3038; }

.ofirmie {
  padding: 40px 0 40px 0; }
  .ofirmie h2 {
    color: #576065; }
  @media only screen and (max-width: 480px) {
    .ofirmie .col-ofirmie {
      padding: 20px; } }
  .ofirmie .col-ofirmie p {
    text-align: justify;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #7d7d7d;
    font-weight: 300; }

.oferta h3 {
  color: #576065;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px; }
.oferta p, .oferta ul, .oferta li {
  text-align: justify;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #7d7d7d;
  font-weight: 300; }
.oferta section {
  padding: 80px 5px 80px 5px; }
  @media only screen and (max-width: 768px) {
    .oferta section {
      padding: 30px 15px 30px 15px; } }
  @media only screen and (max-width: 480px) {
    .oferta section {
      padding: 20px 20px 20px 20px; } }
  .oferta section:nth-child(even) {
    background: #f6f6f6; }

.kontakt {
  padding: 40px 0 40px 0; }
  .kontakt .col-2 {
    width: 50%;
    height: auto;
    float: left;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .kontakt .col-2 {
        padding: 10px;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .kontakt .col-2 {
        padding: 20px; } }
    .kontakt .col-2 p {
      font-size: 18px;
      line-height: 26px;
      font-family: 'Open Sans', sans-serif;
      color: #7d7d7d; }
      .kontakt .col-2 p i {
        font-size: 26px;
        color: #e3000f;
        padding-right: 10px; }
  .kontakt .name, .kontakt .email, .kontakt .text {
    margin-top: 0px; }
  .kontakt #form1 {
    /* firefox 19+ */
    /* ie */ }
    .kontakt #form1 ::-webkit-input-placeholder {
      color: #7d7d7d; }
    .kontakt #form1 ::-moz-placeholder {
      color: #7d7d7d; }
    .kontakt #form1 :-ms-input-placeholder {
      color: #7d7d7d; }
    .kontakt #form1 input:-moz-placeholder {
      color: #7d7d7d; }
    .kontakt #form1 input, .kontakt #form1 textarea {
      padding: 10px;
      border: 1px solid #7d7d7d;
      width: 100%;
      transition: 0.2s; }
      .kontakt #form1 input:focus, .kontakt #form1 input:active, .kontakt #form1 input:hover, .kontakt #form1 textarea:focus, .kontakt #form1 textarea:active, .kontakt #form1 textarea:hover {
        border: 1px solid #e3000f;
        transition: 0.2s; }
    .kontakt #form1 textarea {
      height: 100px; }
    .kontakt #form1 #button-red {
      background-color: #1e3038;
      padding: 18px;
      color: #ffffff;
      transition: 0.2s; }
      .kontakt #form1 #button-red:hover {
        background-color: #e3000f;
        transition: 0.2s; }

#map {
  margin-top: 40px;
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

footer {
  background: #1e3038;
  padding: 20px 0 20px 0; }
  footer p {
    color: #7d7d7d; }
  footer a {
    color: #f6f6f6;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
