@charset "UTF-8";
/*
Theme Name: Flint WP Theme
Theme URI: 
Author: IMAGINE
Author URI: http://imagine.am/
Description: Szablon strony Flint Group wykonany w oparciu o strukturę Wordpress.
Version: 1.0
Text Domain: flintwp
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  background: #f5f5f5;
  color: #000;
  font-family: 'Roboto', Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0; }

.site {
  position: relative;
  width: 100%;
  margin: 0; }

.content-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 40px;
  position: relative;
  width: 100%; }
  .content-inner::after {
    clear: both;
    content: '';
    display: block; }
  @media screen and (max-width: 1345px) {
    .content-inner {
      padding: 0 20px; } }
  .content-inner.full-inner {
    padding: 0; }
  .content-inner.small-inner {
    max-width: 1320px; }
    @media screen and (max-width: 1345px) {
      .content-inner.small-inner {
        max-width: 660px; } }

.border-button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border: 2px solid #3d3d3d;
  color: #343434;
  font: bold 16px/20px 'Roboto', Arial;
  margin: 0 10px;
  padding: 11px 25px;
  text-align: center;
  text-decoration: none; }
  .border-button:hover, .border-button:active, .border-button:focus {
    background: #3d3d3d;
    color: #fff;
    text-decoration: none; }
  .border-button.border-button-light {
    border: 2px solid #fff;
    color: #fff; }
    .border-button.border-button-light:hover, .border-button.border-button-light:active, .border-button.border-button-light:focus {
      background: #fff;
      color: #000;
      text-decoration: none; }

.site-header {
  background: #fff;
  height: 699px;
  margin: 0;
  padding: 80px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .site-header::after {
    clear: both;
    content: '';
    display: block; }
  @media screen and (max-width: 1345px) {
    .site-header {
      padding: 55px 0 0;
      height: 510px; } }
  @media screen and (max-width: 759px) {
    .site-header {
      height: 480px; } }
  .site-header .header-float-box {
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    background: #fff;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100; }
    @media screen and (max-width: 1345px) {
      .site-header .header-float-box {
        height: 55px; } }
    .site-header .header-float-box::after {
      background: #fff;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 80; }
    .site-header .header-float-box .mobile-menu-trigger {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background: transparent url(assets/mobile-menu-ico-black.png) center center no-repeat;
      cursor: pointer;
      display: none;
      float: right;
      height: 24px;
      margin: 16px 0;
      position: relative;
      width: 24px; }
      .site-header .header-float-box .mobile-menu-trigger.open {
        background: transparent url(assets/mobile-menu-close-ico-black.png) center center no-repeat; }
      @media screen and (max-width: 759px) {
        .site-header .header-float-box .mobile-menu-trigger {
          display: block; } }
    .site-header .header-float-box .header-menu-box {
      float: right;
      margin: 0;
      padding: 0;
      position: relative;
      width: 70%; }
      .site-header .header-float-box .header-menu-box .header-menu {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: right;
        width: 100%; }
        .site-header .header-float-box .header-menu-box .header-menu .menu-item {
          display: inline-block;
          margin: 0 0 0 90px;
          vertical-align: top; }
          @media screen and (max-width: 1345px) {
            .site-header .header-float-box .header-menu-box .header-menu .menu-item {
              margin: 0 0 0 30px; } }
          .site-header .header-float-box .header-menu-box .header-menu .menu-item:first-child {
            margin: 0; }
          .site-header .header-float-box .header-menu-box .header-menu .menu-item a {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            color: #000;
            display: inline-block;
            font: normal 16px/20px 'Roboto', Arial;
            padding: 29px 0;
            text-decoration: none;
            position: relative; }
            .site-header .header-float-box .header-menu-box .header-menu .menu-item a:hover {
              text-decoration: none; }
            .site-header .header-float-box .header-menu-box .header-menu .menu-item a::after {
              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -ms-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
              -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
              position: absolute;
              width: 0;
              height: 3px;
              display: block;
              background: #fe0000;
              top: 52px;
              left: 50%;
              content: '';
              opacity: 0; }
              @media screen and (max-width: 1345px) {
                .site-header .header-float-box .header-menu-box .header-menu .menu-item a::after {
                  top: 40px; } }
            @media screen and (max-width: 1345px) {
              .site-header .header-float-box .header-menu-box .header-menu .menu-item a {
                font: normal 14px/20px 'Roboto', Arial;
                padding: 18px 0; } }
          .site-header .header-float-box .header-menu-box .header-menu .menu-item.active > a {
            color: #fe0000; }
            .site-header .header-float-box .header-menu-box .header-menu .menu-item.active > a::after {
              opacity: 1;
              width: 100%;
              left: 0; }
      @media screen and (max-width: 759px) {
        .site-header .header-float-box .header-menu-box {
          left: 0;
          margin: -20px 0 0;
          position: absolute;
          top: 100%;
          width: 100%;
          z-index: 200; }
          .site-header .header-float-box .header-menu-box .header-menu {
            -webkit-transition: opacity 0.4s linear, max-height 0.6s ease-in-out;
            -moz-transition: opacity 0.4s linear, max-height 0.6s ease-in-out;
            -ms-transition: opacity 0.4s linear, max-height 0.6s ease-in-out;
            -o-transition: opacity 0.4s linear, max-height 0.6s ease-in-out;
            transition: opacity 0.4s linear, max-height 0.6s ease-in-out;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
            background: #fff;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 20px; }
            .site-header .header-float-box .header-menu-box .header-menu .menu-item {
              display: block;
              margin: 0;
              padding: 0;
              width: 100%; }
              .site-header .header-float-box .header-menu-box .header-menu .menu-item a {
                color: #000;
                display: block;
                font: bold 18px/22px 'Roboto', Arial;
                margin: 0;
                padding: 10px 20px;
                text-decoration: none;
                text-align: center; }
          .site-header .header-float-box .header-menu-box.open .header-menu {
            max-height: 1000px;
            opacity: 1; } }
    .site-header .header-float-box .header-logos .header-logos-icon {
      background: transparent url(assets/logos-top-color.png) 0 0 no-repeat;
      display: block;
      float: left;
      height: 30px;
      margin: 25px 0 0;
      width: 168px; }
      @media screen and (max-width: 1345px) {
        .site-header .header-float-box .header-logos .header-logos-icon {
          background: transparent url(assets/logos-top-color-tablet.png) 0 0 no-repeat;
          height: 20px;
          margin: 18px 0 0;
          width: 106px; } }
    .site-header .header-float-box.pinned {
      background: #fff;
      position: fixed;
      top: 0; }
  .site-header .header-movie-box {
    background: #fff url(assets/temp-top-pic.jpg) center center no-repeat;
    background-size: cover;
    height: 699px;
    overflow: hidden;
    position: position;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 1345px) {
      .site-header .header-movie-box {
        height: 510px; } }
    @media screen and (max-width: 759px) {
      .site-header .header-movie-box {
        height: 480px; } }
    .site-header .header-movie-box .lp-head-video-box {
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%; }
      .site-header .header-movie-box .lp-head-video-box .lp-head-video {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        z-index: 2; }
  .site-header .slogan-box {
    display: table;
    height: 100%;
    max-height: 699px;
    position: absolute;
    width: 100%;
    z-index: 6; }
    @media screen and (max-width: 1345px) {
      .site-header .slogan-box {
        max-height: 510px; } }
    .site-header .slogan-box .slogan-cell {
      background: rgba(0, 0, 0, 0.3) url(assets/flint-curve-and-logo-tall.png) right top no-repeat;
      display: table-cell;
      height: 100%;
      position: relative;
      text-align: left;
      vertical-align: middle;
      width: 100%;
      box-sizing: border-box;
      padding: 0 40px; }
      @media screen and (max-width: 749px) {
        .site-header .slogan-box .slogan-cell {
          background: none; } }
      .site-header .slogan-box .slogan-cell h1 {
        color: #fff;
        display: block;
        font: bold 90px/90px 'Roboto', Arial;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 1345px) {
          .site-header .slogan-box .slogan-cell h1 {
            font: bold 60px/60px 'Roboto', Arial; } }
        @media screen and (max-width: 759px) {
          .site-header .slogan-box .slogan-cell h1 {
            font: bold 38px/40px 'Roboto', Arial; } }

body.admin-bar .site-header .header-float-box.pinned {
  top: 32px; }

.site-footer {
  background: #323232;
  color: #fff;
  font: normal 14px/16px 'Roboto', Arial;
  margin: 0;
  padding: 30px 0;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .site-footer {
      padding: 0; } }
  .site-footer .content-inner {
    max-width: 1000px; }
    @media screen and (max-width: 1345px) {
      .site-footer .content-inner {
        padding-top: 20px; } }
  .site-footer h5 {
    color: #fff;
    display: block;
    font: bold 14px/16px 'Roboto', Arial;
    margin: 0;
    padding: 0; }
  .site-footer a {
    color: #fff;
    display: inline-block;
    font: normal 14px/16px 'Roboto', Arial;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: none;
      color: #e52d30; }
  .site-footer p {
    color: #fff;
    font: normal 14px/16px 'Roboto', Arial; }
  .site-footer .footer-col {
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    position: relative;
    width: 33.33%; }
    .site-footer .footer-col:first-child {
      padding-left: 0; }
    .site-footer .footer-col:last-child {
      padding-right: 0; }
    @media screen and (max-width: 1345px) {
      .site-footer .footer-col {
        width: 33.33%; } }
    @media screen and (max-width: 759px) {
      .site-footer .footer-col {
        max-width: 100%;
        min-width: 100%;
        padding: 20px;
        width: 100%; }
        .site-footer .footer-col.footer-col-menu {
          display: none; } }
    .site-footer .footer-col.to-right {
      float: right; }
    .site-footer .footer-col p:first-child {
      margin-top: 0; }
  .site-footer .footer-menu-box {
    position: relative; }
    .site-footer .footer-menu-box .footer-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer .footer-menu-box .footer-menu .menu-item {
        display: block;
        margin: 4px 0 0; }
        .site-footer .footer-menu-box .footer-menu .menu-item:first-child {
          margin: 0; }

.social-link {
  border: 0;
  display: inline-block;
  height: 20px;
  margin: 0 0 0 30px;
  width: 20px; }
  .social-link:first-child {
    margin: 0; }
  @media screen and (max-width: 1345px) {
    .social-link {
      margin: 10px 5px; }
      .social-link:first-child {
        margin: 10px 5px; } }
  .social-link.sl-twitter {
    background: transparent url(assets/footer-ico-social-twitter.png) center center no-repeat; }
  .social-link.sl-facebook {
    background: transparent url(assets/footer-ico-social-facebook.png) center center no-repeat; }
  .social-link.sl-instagram {
    background: transparent url(assets/footer-ico-social-instagram.png) center center no-repeat; }
  .social-link.sl-linkedin {
    background: transparent url(assets/footer-ico-social-linkedin.png) center center no-repeat; }

.footer.footer--desktop {
  background: #282828;
  position: relative;
  width: 100%; }
  .footer.footer--desktop .footer__row {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%; }
    @media screen and (max-width: 749px) {
      .footer.footer--desktop .footer__row {
        padding: 0 20px; } }
  .footer.footer--desktop .footer__table {
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%; }
    .footer.footer--desktop .footer__table::after {
      clear: both;
      content: '';
      display: block; }
    @media screen and (max-width: 749px) {
      .footer.footer--desktop .footer__table {
        display: block; } }
  .footer.footer--desktop .footer__cell {
    display: table-cell;
    vertical-align: middle;
    height: 69px;
    width: 66.68%; }
    @media screen and (max-width: 1345px) {
      .footer.footer--desktop .footer__cell {
        width: 50%;
        height: 50px; } }
    @media screen and (max-width: 749px) {
      .footer.footer--desktop .footer__cell {
        height: 50px; } }
    .footer.footer--desktop .footer__cell.footer__logo {
      width: 16.66%; }
      @media screen and (max-width: 1345px) {
        .footer.footer--desktop .footer__cell.footer__logo {
          width: 25%; } }
      @media screen and (max-width: 749px) {
        .footer.footer--desktop .footer__cell.footer__logo {
          box-sizing: border-box;
          padding: 15px 0 0;
          width: 50%;
          float: left; } }
      .footer.footer--desktop .footer__cell.footer__logo a {
        display: inline-block; }
    .footer.footer--desktop .footer__cell.footer__social {
      width: 16.66%;
      text-align: right; }
      @media screen and (max-width: 1345px) {
        .footer.footer--desktop .footer__cell.footer__social {
          width: 25%; } }
      @media screen and (max-width: 749px) {
        .footer.footer--desktop .footer__cell.footer__social {
          box-sizing: border-box;
          padding: 7px 0 0;
          width: 50%;
          position: absolute;
          top: 0;
          right: 20px; } }
    @media screen and (max-width: 1345px) {
      .footer.footer--desktop .footer__cell.footer__navigation {
        text-align: center; } }
    @media screen and (max-width: 749px) {
      .footer.footer--desktop .footer__cell.footer__navigation {
        box-sizing: border-box;
        padding: 10px 0 20px;
        float: left;
        display: block;
        width: 100%;
        height: auto; } }
  .footer.footer--desktop .footer__navigation-items {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .footer.footer--desktop .footer__navigation-items .footer__navigation-item {
      display: inline-block; }
      .footer.footer--desktop .footer__navigation-items .footer__navigation-item:not(:last-child) {
        border-right: 1px solid #b2b2b2;
        margin-right: 20px;
        padding-right: 20px; }
        @media screen and (max-width: 1345px) {
          .footer.footer--desktop .footer__navigation-items .footer__navigation-item:not(:last-child) {
            margin: 0 10px 0 0;
            padding: 0 10px 0 0; } }
        @media screen and (max-width: 749px) {
          .footer.footer--desktop .footer__navigation-items .footer__navigation-item:not(:last-child) {
            margin: 2px 10px;
            padding: 0;
            border: none; } }
      .footer.footer--desktop .footer__navigation-items .footer__navigation-item .footer__navigation-link {
        color: #ebebeb;
        font-weight: 300;
        text-decoration: none !important;
        font-size: 14px; }
        .footer.footer--desktop .footer__navigation-items .footer__navigation-item .footer__navigation-link:hover {
          color: #e52d30; }
  .footer.footer--desktop .footer__social-link {
    display: inline-block;
    margin-left: 30px;
    padding: 15px 0; }

.top-box-container {
  position: relative;
  width: 100%;
  padding: 80px 0 0;
  background: #fff; }
  @media screen and (max-width: 1345px) {
    .top-box-container {
      padding: 40px 0 0; } }
  .top-box-container .top-box-inner {
    display: table;
    box-sizing: border-box;
    height: 702px;
    padding: 0 20px;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 1345px) {
      .top-box-container .top-box-inner {
        height: auto; } }
    .top-box-container .top-box-inner .top-box-column {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: table-cell;
      height: 702px;
      position: relative;
      width: 25%; }
      .top-box-container .top-box-inner .top-box-column::before {
        background: #fff;
        content: '';
        height: 100%;
        left: -10px;
        position: absolute;
        top: 0;
        width: 20px;
        z-index: 20; }
      .top-box-container .top-box-inner .top-box-column::after {
        background: #fff;
        content: '';
        height: 20px;
        left: 0;
        position: absolute;
        top: -10px;
        width: 100%;
        z-index: 20;
        display: none; }
      .top-box-container .top-box-inner .top-box-column:nth-child(1)::before {
        display: none; }
      @media screen and (max-width: 1345px) {
        .top-box-container .top-box-inner .top-box-column {
          display: inline-block;
          float: left;
          height: 255px;
          width: 50%; }
          .top-box-container .top-box-inner .top-box-column:nth-child(1)::before, .top-box-container .top-box-inner .top-box-column:nth-child(3n)::before {
            display: none; }
          .top-box-container .top-box-inner .top-box-column::after {
            display: block; }
          .top-box-container .top-box-inner .top-box-column:nth-child(1)::after, .top-box-container .top-box-inner .top-box-column:nth-child(2)::after {
            display: none; } }
      @media screen and (max-width: 759px) {
        .top-box-container .top-box-inner .top-box-column {
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          display: block;
          height: 220px;
          width: 100%; }
          .top-box-container .top-box-inner .top-box-column::before {
            display: none; }
          .top-box-container .top-box-inner .top-box-column::after, .top-box-container .top-box-inner .top-box-column:nth-child(2)::after {
            display: block; } }
      .top-box-container .top-box-inner .top-box-column .tbc-pic {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 12; }
      .top-box-container .top-box-inner .top-box-column .tbc-cover {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 13; }
      .top-box-container .top-box-inner .top-box-column .tbc-dimmer {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background: #000;
        height: 100%;
        left: 0;
        opacity: .3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 14; }
      .top-box-container .top-box-inner .top-box-column .tbc-content {
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        box-sizing: border-box;
        height: 100%;
        left: 0;
        position: absolute;
        padding: 20px;
        top: 0;
        width: 100%;
        z-index: 15; }
        .top-box-container .top-box-inner .top-box-column .tbc-content .tbc-content-inner {
          display: table;
          height: 100%;
          width: 100%; }
          .top-box-container .top-box-inner .top-box-column .tbc-content .tbc-content-inner .tbc-content-cell {
            display: table-cell;
            text-align: center;
            vertical-align: middle; }
            .top-box-container .top-box-inner .top-box-column .tbc-content .tbc-content-inner .tbc-content-cell h3 {
              color: #fff;
              display: block;
              font: bold 30px/34px 'Roboto', Arial;
              margin: 0;
              padding: 0; }
              @media screen and (max-width: 749px) {
                .top-box-container .top-box-inner .top-box-column .tbc-content .tbc-content-inner .tbc-content-cell h3 {
                  font: bold 22px/24px 'Roboto', Arial; } }
            .top-box-container .top-box-inner .top-box-column .tbc-content .tbc-content-inner .tbc-content-cell p {
              color: #fff;
              display: block;
              font: normal 16px/20px 'Roboto', Arial;
              margin: 20px 0 0;
              padding: 0; }
              @media screen and (max-width: 749px) {
                .top-box-container .top-box-inner .top-box-column .tbc-content .tbc-content-inner .tbc-content-cell p {
                  font: normal 16px/18px 'Roboto', Arial; } }
        .top-box-container .top-box-inner .top-box-column .tbc-content.tbc-content-hover {
          opacity: 0; }
          .top-box-container .top-box-inner .top-box-column .tbc-content.tbc-content-hover .tbc-content-inner .tbc-content-cell h3 {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
            opacity: 0; }
          .top-box-container .top-box-inner .top-box-column .tbc-content.tbc-content-hover .tbc-content-inner .tbc-content-cell p {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
            opacity: 0; }
    .top-box-container .top-box-inner.hovered .top-box-column {
      width: 23%; }
      .top-box-container .top-box-inner.hovered .top-box-column.active {
        cursor: default;
        width: 31%; }
        .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-dimmer {
          opacity: 0; }
        .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-cover {
          opacity: .8; }
        .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content {
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          margin-top: -40px;
          opacity: 0; }
          .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content h3 {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            opacity: 0; }
          .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content.tbc-content-hover {
            opacity: 1; }
            .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content.tbc-content-hover .tbc-content-cell h3 {
              margin-top: 0;
              opacity: 1; }
            .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content.tbc-content-hover .tbc-content-cell p {
              opacity: 1; }
    @media screen and (max-width: 1345px) {
      .top-box-container .top-box-inner.hovered .top-box-column {
        width: 50%; }
        .top-box-container .top-box-inner.hovered .top-box-column.active {
          width: 50%; }
          .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content {
            margin-top: 0; } }
    @media screen and (max-width: 749px) {
      .top-box-container .top-box-inner.hovered .top-box-column {
        width: 100%; }
        .top-box-container .top-box-inner.hovered .top-box-column.active {
          height: 300px;
          width: 100%; }
          .top-box-container .top-box-inner.hovered .top-box-column.active .tbc-content {
            margin-top: 0; } }

.extra-boxes {
  background: #f5f5f5;
  margin: 70px 0 0;
  padding: 0 0 80px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1345px) {
    .extra-boxes {
      margin: 40px 0 0;
      padding: 0 0 30px; } }
  .extra-boxes .iconext-box-row {
    position: relative;
    width: 100%; }
    .extra-boxes .iconext-box-row::after {
      clear: both;
      content: '';
      display: block; }
  .extra-boxes h2 {
    display: block;
    font: bold 50px/50px 'Roboto', Arial;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 1345px) {
      .extra-boxes h2 {
        font: bold 35px/35px 'Roboto', Arial; } }
  .extra-boxes .iconext-box-container {
    margin: 45px -10px 0; }
    @media screen and (max-width: 1345px) {
      .extra-boxes .iconext-box-container {
        margin: 30px 0 0; } }
    @media screen and (max-width: 749px) {
      .extra-boxes .iconext-box-container {
        text-align: center; } }
    .extra-boxes .iconext-box-container .iconext-box {
      background: #252525;
      cursor: default;
      float: left;
      height: 200px;
      margin: 10px;
      position: relative;
      width: 200px; }
      @media screen and (max-width: 749px) {
        .extra-boxes .iconext-box-container .iconext-box {
          background-size: cover;
          box-sizing: border-box;
          display: inline-block;
          float: none;
          height: 142px;
          width: 142px; } }
      .extra-boxes .iconext-box-container .iconext-box .iconext-box-content {
        position: absolute;
        display: table;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 15; }
        .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner {
          box-sizing: border-box;
          display: table-cell;
          overflow: hidden;
          padding: 20px;
          position: relative;
          text-align: center;
          vertical-align: middle;
          width: 100%; }
          .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner::after {
            background: none;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 18; }
          .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner .iconext-box-name {
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            color: #fff;
            display: inline-block;
            font: bold 16px/20px 'Roboto', Arial; }
            @media screen and (max-width: 749px) {
              .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner .iconext-box-name {
                font: bold 16px/18px 'Roboto', Arial; } }
          .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner .iconext-box-icon {
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            height: 85px;
            left: 0;
            opacity: 0;
            position: absolute;
            text-align: center;
            top: -20px;
            width: 100%;
            z-index: 14; }
            @media screen and (max-width: 749px) {
              .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner .iconext-box-icon {
                height: 52px; } }
            .extra-boxes .iconext-box-container .iconext-box .iconext-box-content .iconext-box-content-inner .iconext-box-icon img {
              display: inline-block;
              max-height: 100%; }
      .extra-boxes .iconext-box-container .iconext-box .iconext-box-cover {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background: #cc0000;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 12; }
      .extra-boxes .iconext-box-container .iconext-box:hover .iconext-box-content .iconext-box-content-inner .iconext-box-name {
        margin-top: 30px; }
        @media screen and (max-width: 749px) {
          .extra-boxes .iconext-box-container .iconext-box:hover .iconext-box-content .iconext-box-content-inner .iconext-box-name {
            margin-top: 40px; } }
      .extra-boxes .iconext-box-container .iconext-box:hover .iconext-box-content .iconext-box-content-inner .iconext-box-icon {
        opacity: 1;
        top: 0; }
      .extra-boxes .iconext-box-container .iconext-box:hover .iconext-box-cover {
        opacity: 1; }

/* KOGO SZUKAMY BOXY */
.col-boxes {
  background: #e3ebfa;
  background: -moz-linear-gradient(left, #e3ebfa 0%, #ddf1f9 35%, #e9e3df 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e3ebfa 0%, #ddf1f9 35%, #e9e3df 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e3ebfa 0%, #ddf1f9 35%, #e9e3df 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ebfa', endColorstr='#e9e3df',GradientType=1 );
  /* IE6-9 */
  border-top: 1px solid #fff;
  padding: 50px 0 0;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 759px) {
    .col-boxes {
      padding: 40px 0; } }
  .col-boxes::after {
    clear: both;
    content: '';
    display: block; }
  .col-boxes .col-boxes-row {
    position: relative;
    width: 100%; }
    .col-boxes .col-boxes-row::after {
      clear: both;
      content: '';
      display: block; }
  .col-boxes h2 {
    display: block;
    font: bold 50px/50px 'Roboto', Arial;
    margin: 0;
    padding: 0;
    text-align: center; }
  .col-boxes .col-boxes-container {
    margin: 45px -10px 0; }
    .col-boxes .col-boxes-container .col-boxes-box {
      box-sizing: border-box;
      float: left;
      margin: 0;
      padding: 0 10px;
      position: relative;
      width: 33.33%; }
      .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner {
        background: #fff;
        position: relative;
        width: 100%; }
        .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content {
          box-sizing: border-box;
          height: 210px;
          padding: 55px 20px;
          position: relative;
          width: 100%; }
          .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content h3 {
            color: #252525;
            display: block;
            font: bold 30px/30px 'Roboto', Arial;
            margin: 0;
            padding: 0; }
          .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content p {
            color: #676767;
            display: block;
            font: normal 16px/18px 'Roboto', Arial;
            margin: 15px 0 0; }
        .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 235px;
          position: relative;
          width: 100%; }

@media screen and (max-width: 1345px) {
  .col-boxes h2 {
    font: bold 35px/35px 'Roboto', Arial; } }
@media screen and (max-width: 1345px) {
  .col-boxes .col-boxes-container {
    margin: 40px 0 0; } }
@media screen and (max-width: 759px) {
  .col-boxes .col-boxes-container {
    margin: 20px 0 0; } }
@media screen and (max-width: 759px) {
  .col-boxes .col-boxes-container .col-boxes-box {
    margin: 20px 0 0;
    width: 100%; }
    .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content h3 {
      background: transparent url(assets/box-icon-down.png) right center no-repeat;
      cursor: pointer;
      display: block; }
    .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content p {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      height: 0;
      margin: 0 !important;
      opacity: 0;
      overflow: hidden; }
    .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-image {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      height: 0 !important;
      opacity: 0;
      overflow: hidden; }
    .col-boxes .col-boxes-container .col-boxes-box.active .col-boxes-box-inner .cbbi-content h3 {
      background: transparent url(assets/box-icon-up.png) right center no-repeat; }
    .col-boxes .col-boxes-container .col-boxes-box.active .col-boxes-box-inner .cbbi-content p {
      height: auto;
      opacity: 1;
      margin: 15px 0 0 !important; }
    .col-boxes .col-boxes-container .col-boxes-box.active .col-boxes-box-inner .cbbi-image {
      height: 165px !important;
      opacity: 1; } }
@media screen and (max-width: 1345px) {
  .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content {
    padding: 30px 20px 25px; } }
@media screen and (max-width: 759px) {
  .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content {
    height: auto; } }
@media screen and (max-width: 1345px) {
  .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-content h3 {
    font: bold 22px/24px 'Roboto', Arial; } }
@media screen and (max-width: 1345px) {
  .col-boxes .col-boxes-container .col-boxes-box .col-boxes-box-inner .cbbi-image {
    height: 145px; } }
/* KOGO SZUKAMY BOXY */
/* SZEROKI SLIDER */
.wide-slider-container {
  position: relative;
  width: 100%; }
  .wide-slider-container::after {
    clear: both;
    content: '';
    display: block; }
  .wide-slider-container .wide-slider {
    height: 870px;
    position: relative;
    width: 100%; }
    .wide-slider-container .wide-slider .content-inner {
      height: 100%;
      z-index: 20; }
    .wide-slider-container .wide-slider .wide-slider-arrow {
      background: transparent url(assets/wide-slider-arrow.png) right center no-repeat;
      display: block;
      height: 48px;
      position: absolute;
      right: 0;
      top: 42%;
      width: 124px;
      z-index: 25; }
    .wide-slider-container .wide-slider .wide-slide {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 15; }
      .wide-slider-container .wide-slider .wide-slide.active {
        opacity: 1; }

@media screen and (max-width: 1345px) {
  .wide-slider-container .wide-slider {
    height: 570px; } }
@media screen and (max-width: 749px) {
  .wide-slider-container .wide-slider {
    height: 285px; } }
@media screen and (max-width: 749px) {
  .wide-slider-container .wide-slider .wide-slider-arrow {
    right: 10px; } }
/* SZEROKI SLIDER */
.box-rotator {
  background: #fff;
  margin: 0;
  padding: 80px 0 0;
  position: relative;
  width: 100%; }
  .box-rotator::after {
    clear: both;
    content: '';
    display: block; }
  @media screen and (max-width: 759px) {
    .box-rotator {
      padding: 40px 0; } }
  .box-rotator .box-rotator-container {
    display: table;
    position: relative;
    width: 100%; }
  .box-rotator .box-rotator-column {
    display: table-cell;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 50%; }
    @media screen and (max-width: 1345px) {
      .box-rotator .box-rotator-column {
        width: 100%; }
        .box-rotator .box-rotator-column.brc-content {
          display: none; } }
    .box-rotator .box-rotator-column .box-rotator-box {
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      display: table;
      float: left;
      height: 325px;
      position: relative;
      width: 50%; }
      .box-rotator .box-rotator-column .box-rotator-box::before {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 20px;
        z-index: 25; }
      .box-rotator .box-rotator-column .box-rotator-box::after {
        background: #fff;
        content: '';
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: -10px;
        width: 100%;
        z-index: 25; }
      @media screen and (max-width: 749px) {
        .box-rotator .box-rotator-column .box-rotator-box {
          width: 100%; }
          .box-rotator .box-rotator-column .box-rotator-box::before {
            display: none; }
          .box-rotator .box-rotator-column .box-rotator-box:first-child::after {
            display: none; } }
      .box-rotator .box-rotator-column .box-rotator-box .brb-picture {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 14; }
      .box-rotator .box-rotator-column .box-rotator-box .brb-dimmer {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background: #000;
        height: 100%;
        left: 0;
        opacity: .3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 16; }
      .box-rotator .box-rotator-column .box-rotator-box .brb-cover {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 18; }
      .box-rotator .box-rotator-column .box-rotator-box .brb-cell {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        display: table;
        height: inherit;
        margin: 40px 0 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 19; }
        .box-rotator .box-rotator-column .box-rotator-box .brb-cell .brb-cell-inner {
          box-sizing: border-box;
          color: #fff;
          display: table-cell;
          padding: 0 20px;
          position: relative;
          text-align: center;
          vertical-align: middle;
          width: 100%; }
        .box-rotator .box-rotator-column .box-rotator-box .brb-cell h3 {
          color: #fff;
          display: block;
          font: bold 30px/30px 'Roboto', Arial;
          margin: 0; }
        .box-rotator .box-rotator-column .box-rotator-box .brb-cell p {
          display: block;
          font: bold 16px/20px 'Roboto', Arial;
          margin: 10px 0 0; }
          @media screen and (max-width: 749px) {
            .box-rotator .box-rotator-column .box-rotator-box .brb-cell p {
              font: bold 14px/16px 'Roboto', Arial; } }
      .box-rotator .box-rotator-column .box-rotator-box .brb-content {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        box-sizing: border-box;
        color: #fff;
        display: table-cell;
        font: bold 30px/30px 'Roboto', Arial;
        margin: 0;
        padding: 0 20px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        z-index: 20; }
        .box-rotator .box-rotator-column .box-rotator-box .brb-content .brb-slogan-field {
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          display: block; }
      .box-rotator .box-rotator-column .box-rotator-box.active .brb-dimmer {
        opacity: 0; }
      .box-rotator .box-rotator-column .box-rotator-box.active .brb-cover {
        opacity: .8; }
      @media screen and (max-width: 1345px) {
        .box-rotator .box-rotator-column .box-rotator-box.active .brb-content {
          opacity: 0; }
          .box-rotator .box-rotator-column .box-rotator-box.active .brb-content .brb-slogan-field {
            margin-top: -80px; }
        .box-rotator .box-rotator-column .box-rotator-box.active .brb-cell {
          opacity: 1;
          margin: 0;
          z-index: 25; } }
    .box-rotator .box-rotator-column .box-rotator-content {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      height: 100%;
      left: 40px;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 16; }
      .box-rotator .box-rotator-column .box-rotator-content.active {
        left: 0;
        opacity: 1;
        z-index: 20; }
      .box-rotator .box-rotator-column .box-rotator-content .brc-inner {
        display: table;
        height: 100%;
        position: relative;
        width: 100%; }
        .box-rotator .box-rotator-column .box-rotator-content .brc-inner .brc-cell {
          box-sizing: border-box;
          display: table-cell;
          padding: 20px;
          position: relative;
          vertical-align: middle;
          text-align: center;
          width: 100%; }
          .box-rotator .box-rotator-column .box-rotator-content .brc-inner .brc-cell h3 {
            display: block;
            color: #252525;
            font: bold 50px/52px 'Roboto', Arial;
            margin: 0;
            padding: 0; }
          .box-rotator .box-rotator-column .box-rotator-content .brc-inner .brc-cell p {
            color: #252525;
            display: inline-block;
            font: normal 16px/18px 'Roboto', Arial;
            margin: 20px 0 0;
            max-width: 540px;
            padding: 0;
            width: 100%; }

.bottom-info-columns {
  background: #f5f5f5;
  position: relative;
  width: 100%; }
  .bottom-info-columns::after {
    clear: both;
    content: '';
    display: block; }
  @media screen and (max-width: 1345px) {
    .bottom-info-columns .content-inner.small-inner {
      max-width: 720px; } }
  .bottom-info-columns .bic-inner {
    display: table;
    position: relative;
    width: 100%; }
    .bottom-info-columns .bic-inner .bic-column {
      box-sizing: border-box;
      display: table-cell;
      padding: 100px 80px 140px;
      position: relative;
      width: 33.33%; }
      @media screen and (max-width: 1345px) {
        .bottom-info-columns .bic-inner .bic-column {
          padding: 50px 20px; } }
      @media screen and (max-width: 759px) {
        .bottom-info-columns .bic-inner .bic-column {
          display: block;
          padding: 20px;
          width: 100%; } }
      .bottom-info-columns .bic-inner .bic-column .bic-column-icon {
        display: block;
        height: 48px;
        position: relative;
        text-align: center;
        width: 100%; }
        .bottom-info-columns .bic-inner .bic-column .bic-column-icon img {
          max-height: 100%; }
      .bottom-info-columns .bic-inner .bic-column .bic-column-title {
        display: block;
        margin: 20px 0 0;
        position: relative;
        text-align: center;
        width: 100%; }
        .bottom-info-columns .bic-inner .bic-column .bic-column-title h4 {
          color: #252525;
          display: block;
          font: bold 30px/35px 'Roboto', Arial;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 759px) {
            .bottom-info-columns .bic-inner .bic-column .bic-column-title h4 {
              font: bold 22px/24px 'Roboto', Arial; } }
      .bottom-info-columns .bic-inner .bic-column .bic-column-footer {
        display: block;
        margin: 10px 0 0;
        position: relative;
        text-align: center;
        width: 100%; }
        .bottom-info-columns .bic-inner .bic-column .bic-column-footer p {
          color: #252525;
          display: block;
          margin: 0; }

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