/*!
Theme Name: JMT-project.pl
Theme URI:
Author: Arkadiusz Lendzian
Author URI: http://roofonfire.com/
Description: Based on BlankSlate of https://wordpress.org/themes/blankslate/
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: kampaniar
*/
/* Smartphones (portrait and landscape) ----------- */
/*
P - portrait
L- landscape

devices breakpoints sneak-peak:
https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints

technique:
https://css-tricks.com/media-queries-sass-3-2-and-codekit/

usage example:

.class {
	@include breakpoint(phone-l) { width: 60%; }
	@include breakpoint(ipad-three-less) { width: 60%; }
}

*/
/* Smartphones (portrait and landscape) ----------- */
/*
P - portrait
L- landscape

devices breakpoints sneak-peak:
https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints

technique:
https://css-tricks.com/media-queries-sass-3-2-and-codekit/

usage example:

.class {
	@include breakpoint(phone-l) { width: 60%; }
	@include breakpoint(ipad-three-less) { width: 60%; }
}

*/
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
  outline: none; }

body {
  line-height: 1;
  background-color: #fff; }

html, body {
  height: 100%; }

ol, ul {
  list-style: none; }
  ol li a, ul li a {
    text-decoration: none;
    color: inherit; }

a {
  text-decoration: none;
  color: inherit; }

blockquote, q {
  quotes: none; }

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

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.hidden {
  display: none; }

.not-visible {
  visibility: hidden; }

.clr {
  display: block;
  width: 100%;
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.half {
  width: 50%; }

.parallaxed {
  float: left;
  display: block;
  width: 100%; }

.bg-orange {
  background-color: rgba(255, 158, 27, 0.9); }

.orange {
  color: #ff9e1b; }

.bigger {
  font-size: 1.5rem; }

.font-sans {
  font-family: "Hind", sans-serif; }

.desktop,
.mobile,
.small-screen,
.small-laptop,
.regular-screen {
  display: none; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 1280px) {
  .regular-screen {
    display: block !important; }

  .small-laptop {
    display: none !important; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 1279px) {
  .small-laptop {
    display: block !important; }

  .desktop {
    display: none !important; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 960px) {
  .small-screen {
    display: block !important; }

  .desktop {
    display: none !important; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 769px) {
  .desktop {
    display: block; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  .mobile {
    display: block !important; }

  .desktop {
    display: none !important; } }
.slide-in.left {
  margin-left: -100%;
  opacity: .3;
  /* Smartphones (portrait and landscape) ----------- */ }
  .slide-in.left.on {
    margin-left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .slide-in.left:not(.on) {
    margin-left: -100%;
    opacity: .3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .slide-in.left {
      margin-left: 0;
      opacity: 1; }
      .slide-in.left.on {
        margin-left: 0;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .slide-in.left:not(.on) {
        margin-left: 0;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; } }
.slide-in.right {
  margin-right: -100%;
  margin-left: auto;
  opacity: .3;
  /* Smartphones (portrait and landscape) ----------- */ }
  .slide-in.right.on {
    margin-right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .slide-in.right:not(.on) {
    margin-right: -100%;
    opacity: .3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .slide-in.right {
      margin-right: 0;
      opacity: 1; }
      .slide-in.right.on {
        margin-right: 0;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .slide-in.right:not(.on) {
        margin-right: 0;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; } }

.yell-frame {
  left: 20%;
  opacity: .1;
  /* Smartphones (portrait and landscape) ----------- */ }
  .yell-frame.on {
    left: calc(50% - 205px);
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .yell-frame:not(.on) {
    left: 20%;
    opacity: .1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .yell-frame {
      left: 15% !important;
      opacity: 1 !important; } }

.yell-logo {
  right: 20%;
  opacity: .1;
  /* Smartphones (portrait and landscape) ----------- */ }
  .yell-logo.on {
    right: calc(50% - 160px) !important;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .yell-logo:not(.on) {
    right: 20%;
    opacity: .1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .yell-logo {
      left: 16% !important;
      opacity: 1 !important; } }

.fade-in {
  opacity: 0;
  /* Smartphones (portrait and landscape) ----------- */ }
  .fade-in.on {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .fade-in {
      opacity: 1 !important; } }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* If an image is wrapped in a link */
/* The slices and boxes in the Slider */
/* Caption styles */
/* Direction nav styles (e.g. Next & Prev) */
/* Control nav styles (e.g. 1,2,3...) */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto; }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    right: 0;
    margin: auto; }
  .nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }
  .nivo-box img {
    display: block; }

.nivo-caption {
  display: none !important; }

.nivo-html-caption {
  display: none; }

.nivo-directionNav {
  display: none !important; }
  .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

.nivo-controlNav {
  position: absolute;
  top: auto !important;
  bottom: -54px;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0;
  z-index: 100;
  /* Smartphones (portrait and landscape) ----------- */ }
  .nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    margin-right: 9px;
    list-style: none;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #ff9e1b;
    border-radius: 7px;
    color: transparent; }
    .nivo-controlNav a.active, .nivo-controlNav a:hover {
      background-color: #ff9e1b;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  @media only screen and (max-width: 1279px) {
    .nivo-controlNav {
      padding-bottom: 121px;
      text-align: right;
      bottom: -85px;
      right: 12px;
      left: auto; }
      .nivo-controlNav a {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        margin-bottom: 18px; } }

.boxed {
  margin: 0 auto;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  min-height: 300px;
  overflow: hidden;
  /* Smartphones (portrait and landscape) ----------- */ }
  @media only screen and (max-width: 768px) {
    .boxed {
      padding: 0; } }
  .boxed.auto-height {
    min-height: auto; }

#arrow-down {
  font-size: 0;
  position: absolute;
  cursor: pointer;
  opacity: .5;
  padding: 15px;
  transition: opacity .5s,color .2s,-webkit-transform 3s;
  transition: opacity .5s,color .2s,transform 3s;
  line-height: 1;
  height: 40px;
  display: block;
  z-index: 1000;
  left: calc(50% - 24px);
  bottom: 90px; }
  #arrow-down .fas {
    font-size: 27px;
    color: rgba(255, 158, 27, 0.9);
    display: block;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  #arrow-down.hide-me {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }
@keyframes shake {
  0%,100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }
@-webkit-keyframes shake-ie {
  0%,100% {
    margin-top: -20px; }
  50% {
    margin-top: 0; } }
@keyframes shake-ie {
  0%,100% {
    margin-top: -20px; }
  50% {
    margin-top: 0; } }
.btn {
  color: #ffffff;
  font-size: 17px;
  display: block;
  padding: 7px 11px 6px;
  line-height: 1; }
  .btn.bg-orange {
    background-color: #ff9e1b; }
    .btn.bg-orange:hover {
      background-color: rgba(255, 158, 27, 0.9);
      -webkit-transition: background-color 0.4s ease-out;
      -moz-transition: background-color 0.4s ease-out;
      -ms-transition: background-color 0.4s ease-out;
      -o-transition: background-color 0.4s ease-out;
      transition: background-color 0.4s ease-out; }

body {
  font-family: "PT Sans", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
  padding-bottom: 200px;
  background-color: #54585a; }

header#header {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 97px;
  width: 100%;
  background-color: rgba(255, 158, 27, 0.9);
  z-index: 11;
  margin-top: -97px;
  box-sizing: border-box;
  /* Smartphones (portrait and landscape) ----------- */ }
  header#header:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #ffffff; }
  header#header.sticked {
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    header#header {
      margin-top: 0;
      height: 83px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding-top: 58px;
      z-index: 100; }
      header#header a.burger-icon {
        position: fixed;
        display: block;
        top: 31px;
        right: 28px;
        height: 45px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
        z-index: 99; }
        header#header a.burger-icon.open {
          width: 36px;
          background-image: url(img/svg/icon-burger.svg); }
        header#header a.burger-icon.close {
          width: 27px;
          background-image: url(img/svg/icon-close.svg); } }
  header#header .boxed {
    min-height: 99px; }

#branding {
  /* Smartphones (portrait and landscape) ----------- */ }

#menu ul {
  display: block;
  text-align: center;
  /* Smartphones (portrait and landscape) ----------- */ }
  #menu ul li {
    display: inline-block; }
    #menu ul li a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1;
      padding: 44px 25px 42px;
      font-weight: 500;
      display: block;
      font-family: "PT Sans", serif; }
      #menu ul li a:hover {
        color: #54585a;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      #menu ul li a.active {
        color: #54585a; }
  @media only screen and (max-width: 768px) {
    #menu ul {
      margin-top: 25px;
      background-color: rgba(255, 158, 27, 0.9);
      max-height: 0;
      overflow: hidden; }
      #menu ul li {
        display: block;
        width: 100%; }
        #menu ul li a {
          border-bottom: 1px solid #ffffff;
          padding: 22px 25px 21px; }
      #menu ul.opened {
        max-height: 800px;
        -webkit-transition: max-height 0.7s ease-in-out;
        -moz-transition: max-height 0.7s ease-in-out;
        -ms-transition: max-height 0.7s ease-in-out;
        -o-transition: max-height 0.7s ease-in-out;
        transition: max-height 0.7s ease-in-out; }
      #menu ul:not(.opened) {
        max-height: 0;
        -webkit-transition: max-height 0.2s ease-in-out;
        -moz-transition: max-height 0.2s ease-in-out;
        -ms-transition: max-height 0.2s ease-in-out;
        -o-transition: max-height 0.2s ease-in-out;
        transition: max-height 0.2s ease-in-out; } }

.home .boxed {
  position: relative; }
  .home .boxed.oferta-wrap {
    padding-bottom: 110px;
    padding-top: 215px;
    background-color: rgba(0, 0, 0, 0.3);
    background: radial-gradient(rgba(84, 88, 90, 0.43), rgba(84, 88, 90, 0.83)); }
    .home .boxed.oferta-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #ffffff;
      box-shadow: 0px 5px 19px #54585a;
      z-index: 1; }
  .home .boxed.kontakt-wrap {
    margin-top: 110px;
    padding-top: 98px;
    padding-bottom: 46px;
    border-top: 2px solid #ffffff;
    background-color: rgba(255, 158, 27, 0.9); }
.home article.row section.half {
  overflow: hidden;
  position: relative; }
  .home article.row section.half .title {
    color: #ff9e1b;
    font-size: 21px;
    line-height: 1;
    position: absolute;
    left: 5%;
    top: 34px;
    z-index: 3;
    /* Smartphones (portrait and landscape) ----------- */ }
    @media only screen and (min-width: 1920px) {
      .home article.row section.half .title {
        font-size: 27px; } }
  .home article.row section.half .txt-block {
    font-family: "Hind", sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-top: 40%;
    transform: translateY(-50%);
    /* Smartphones (portrait and landscape) ----------- */
    /* Smartphones (portrait and landscape) ----------- */
    /* Smartphones (portrait and landscape) ----------- */
    /* Smartphones (portrait and landscape) ----------- */ }
    .home article.row section.half .txt-block span.bigger {
      font-size: 25px;
      line-height: 30px; }
    @media only screen and (min-width: 1920px) {
      .home article.row section.half .txt-block {
        font-size: 27px;
        line-height: 39px; }
        .home article.row section.half .txt-block span.bigger {
          font-size: 31px;
          line-height: 39px; } }
    @media only screen and (max-width: 1279px) {
      .home article.row section.half .txt-block {
        font-size: 13px !important;
        line-height: 18px !important; }
        .home article.row section.half .txt-block span.bigger {
          font-size: 18px !important;
          line-height: 18px !important; } }
    @media only screen and (max-width: 768px) {
      .home article.row section.half .txt-block {
        margin-top: 40%;
        transform: translateY(-50%);
        font-size: 21px !important;
        line-height: 33px !important; }
        .home article.row section.half .txt-block span.bigger {
          font-size: 25px !important;
          line-height: 33px !important; } }
    @media only screen and (min-width: 320px) and (max-width: 568px) {
      .home article.row section.half .txt-block {
        font-size: 13px !important;
        line-height: 21px !important; }
        .home article.row section.half .txt-block span.bigger {
          font-size: 18px !important;
          line-height: 21px !important; } }
.home article#glowna {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }
  .home article#glowna .bg {
    /* Smartphones (portrait and landscape) ----------- */ }
    .home article#glowna .bg.jmt-logo {
      position: absolute;
      width: 320px;
      top: 349px;
      right: 20%;
      z-index: 3; }
    .home article#glowna .bg.square {
      position: absolute;
      width: 410px;
      height: 51%;
      border: 2px solid #ff9e1b;
      top: 190px;
      z-index: 2; }
    .home article#glowna .bg.main {
      position: relative;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      z-index: 1; }
    @media only screen and (max-width: 768px) {
      .home article#glowna .bg.jmt-logo {
        width: 65%;
        top: 181px;
        left: 18%; }
      .home article#glowna .bg.square {
        width: 72%;
        height: 43%;
        top: 118px; } }
.home article#o-firmie {
  /* Smartphones (portrait and landscape) ----------- */ }
  @media only screen and (max-width: 768px) {
    .home article#o-firmie {
      padding-bottom: 86px; } }
  .home article#o-firmie:before {
    content: "";
    background-color: rgba(84, 88, 90, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .home article#o-firmie > * {
    z-index: 1;
    position: relative; }
  .home article#o-firmie h2 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    display: block;
    text-align: right;
    text-transform: uppercase;
    padding: 61px 164px 60px;
    /* Smartphones (portrait and landscape) ----------- */ }
    @media only screen and (max-width: 768px) {
      .home article#o-firmie h2 {
        padding: 61px 18px 60px; } }
  .home article#o-firmie section {
    display: block;
    width: 100%;
    /* Smartphones (portrait and landscape) ----------- */
    /* Smartphones (portrait and landscape) ----------- */ }
    @media only screen and (max-width: 768px) {
      .home article#o-firmie section {
        padding: 0px 18px 30px;
        box-sizing: border-box; } }
    @media only screen and (min-width: 320px) and (max-width: 568px) {
      .home article#o-firmie section {
        padding: 0px 18px 30px; } }
    .home article#o-firmie section img {
      margin: 0;
      padding: 0;
      margin-bottom: 48px;
      margin-top: 57px;
      display: inline-block;
      width: 50%;
      /* Smartphones (portrait and landscape) ----------- */ }
      @media only screen and (max-width: 768px) {
        .home article#o-firmie section img {
          width: 100%;
          margin: 0; } }
    .home article#o-firmie section > div {
      padding: 0 57px 0px;
      margin-top: 57px;
      display: inline-block;
      width: 50%;
      box-sizing: border-box;
      /* Smartphones (portrait and landscape) ----------- */ }
      @media only screen and (max-width: 768px) {
        .home article#o-firmie section > div {
          padding: 0;
          width: 100%; } }
      .home article#o-firmie section > div > figure {
        background-size: 36px;
        background-repeat: no-repeat;
        background-position: center 2px;
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 21px;
        border: 1px solid #ff9e1b;
        margin-bottom: 33px; }
      .home article#o-firmie section > div h3, .home article#o-firmie section > div p {
        color: #ffffff; }
      .home article#o-firmie section > div h3 {
        font-size: 22px;
        line-height: 1.2em;
        margin-bottom: 33px;
        text-transform: uppercase; }
      .home article#o-firmie section > div p {
        font-size: 16px;
        line-height: 27px; }
.home article#portfolio {
  position: relative;
  padding: 0 0 74px;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  color: #222222;
  /* Smartphones (portrait and landscape) ----------- */
  /* Smartphones (portrait and landscape) ----------- */ }
  .home article#portfolio h2 {
    font-size: 30px;
    line-height: 1;
    padding: 82px 0 60px;
    text-transform: uppercase;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.44); }
  .home article#portfolio ul.tabs {
    border-bottom: 2px solid #222222;
    margin-bottom: 45px; }
    .home article#portfolio ul.tabs li {
      display: inline-block; }
      .home article#portfolio ul.tabs li h3 {
        padding: 26px 35px 25px;
        text-transform: uppercase;
        font-family: "PT Sans", serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        position: relative;
        cursor: pointer; }
      .home article#portfolio ul.tabs li:first-child h3 {
        padding-left: 0; }
      .home article#portfolio ul.tabs li.active h3 {
        color: #ff9e1b;
        text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.44); }
        .home article#portfolio ul.tabs li.active h3:after {
          content: "";
          height: 2px;
          width: 100%;
          position: absolute;
          bottom: -2px;
          left: 0;
          background-color: #ff9e1b;
          z-index: 10; }
  .home article#portfolio .tab-content {
    display: none; }
    .home article#portfolio .tab-content.active {
      display: block; }
  .home article#portfolio section {
    width: calc(50% - 3px);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
    .home article#portfolio section.slider .slide {
      width: 100%;
      height: auto; }
    .home article#portfolio section.txt {
      padding-left: 33px; }
      .home article#portfolio section.txt h4 {
        font-size: 21px;
        line-height: 1;
        padding: 22px 0 21px;
        text-transform: uppercase;
        font-family: "PT Sans", serif; }
      .home article#portfolio section.txt ul li {
        padding: 25px 0 24px;
        border-bottom: 1px solid rgba(84, 88, 90, 0.34);
        display: block;
        font-family: "Hind", sans-serif;
        /* Smartphones (portrait and landscape) ----------- */ }
        @media only screen and (max-width: 768px) {
          .home article#portfolio section.txt ul li {
            width: calc(100% - 33px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
        .home article#portfolio section.txt ul li:last-child {
          border: none; }
        .home article#portfolio section.txt ul li span {
          font-weight: 600;
          display: inline-flex;
          width: 45%;
          white-space: nowrap;
          overflow: hidden;
          padding-right: 20px; }
      .home article#portfolio section.txt p {
        font-family: "PT Sans", serif;
        font-size: 15px;
        line-height: 25px; }
  @media only screen and (max-width: 768px) {
    .home article#portfolio h2 {
      text-align: center; }
    .home article#portfolio section {
      width: 100%; }
    .home article#portfolio ul.tabs li {
      display: inline-block;
      width: 32.8%; }
      .home article#portfolio ul.tabs li:first-child h3 {
        padding-left: 35px; }
      .home article#portfolio ul.tabs li.active h3 {
        color: #ff9e1b;
        background-color: #222222; }
        .home article#portfolio ul.tabs li.active h3:after {
          display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 568px) {
    .home article#portfolio h2 {
      text-align: center; }
    .home article#portfolio section {
      width: 100%; }
    .home article#portfolio ul.tabs li {
      display: inline-block;
      width: 49.3%; }
      .home article#portfolio ul.tabs li:first-child h3 {
        padding-left: 35px; }
      .home article#portfolio ul.tabs li.active h3 {
        color: #ff9e1b;
        background-color: #222222; }
        .home article#portfolio ul.tabs li.active h3:after {
          display: none; } }
.home article#oferta {
  position: relative;
  padding: 95px 70px;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  /* Smartphones (portrait and landscape) ----------- */
  /* Smartphones (portrait and landscape) ----------- */ }
  @media only screen and (max-width: 768px) {
    .home article#oferta {
      float: left; } }
  .home article#oferta:before {
    content: "";
    background-color: rgba(84, 88, 90, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .home article#oferta:after {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 28px;
    top: 28px;
    display: block;
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    border: 1px solid #ff9e1b;
    z-index: 1; }
  .home article#oferta > * {
    z-index: 2;
    position: relative; }
  .home article#oferta h2 {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 150px; }
  .home article#oferta .ornament {
    position: absolute;
    top: 139px;
    left: 0;
    right: 0;
    width: 100%;
    height: 38px;
    background-size: 190px;
    background-position: top center;
    background-repeat: no-repeat; }
  .home article#oferta .oferta-row {
    display: flex;
    width: 100%;
    clear: both;
    vertical-align: top; }
  .home article#oferta section {
    display: inline-block;
    width: 49%;
    padding-right: 35px;
    box-sizing: border-box; }
    .home article#oferta section figure {
      display: inline-block;
      border-radius: 30px;
      border: 1px solid #ff9e1b;
      width: 60px;
      height: 60px;
      background-size: 48px;
      background-repeat: no-repeat;
      background-position: 6px 6px;
      box-sizing: border-box;
      float: left;
      /* Smartphones (portrait and landscape) ----------- */ }
      @media only screen and (min-width: 320px) and (max-width: 568px) {
        .home article#oferta section figure {
          float: none;
          clear: both;
          margin: 0 auto; } }
    .home article#oferta section .txt {
      display: inline-block;
      width: calc(100% - 60px);
      padding: 10px 26px;
      box-sizing: border-box;
      float: right;
      /* Smartphones (portrait and landscape) ----------- */ }
      @media only screen and (min-width: 320px) and (max-width: 568px) {
        .home article#oferta section .txt {
          width: 100%;
          float: none;
          padding: 10px 0; } }
      .home article#oferta section .txt h3 {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 23px; }
      .home article#oferta section .txt p {
        font-size: 13px;
        line-height: 22px; }
  @media only screen and (max-width: 768px) {
    .home article#oferta .oferta-row {
      display: block;
      float: left;
      width: 100%; }
    .home article#oferta section {
      display: block;
      display: block;
      width: 100%;
      float: left;
      padding-right: 0;
      margin-bottom: 30px; } }
.home article#kontakt {
  position: relative;
  padding: 0;
  display: block;
  max-width: 1420px;
  margin: 0 auto; }
  .home article#kontakt h2 {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 184px; }
  .home article#kontakt .ornament {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    width: 100%;
    height: 38px;
    background-size: 190px;
    background-position: top center;
    background-repeat: no-repeat; }
  .home article#kontakt .section-wrap {
    background-color: #54585a;
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
  .home article#kontakt section {
    display: inline-block;
    box-sizing: border-box;
    width: 49.8%;
    min-height: 200px;
    margin-top: 0;
    vertical-align: top;
    /* Smartphones (portrait and landscape) ----------- */
    /* fixes potential theme css conflict */ }
    @media only screen and (max-width: 1279px) {
      .home article#kontakt section {
        padding: 0;
        width: 100%; } }
    .home article#kontakt section.kontakt-right .acf-map-cover {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .home article#kontakt section.kontakt-right .form-wrap {
      padding: 14px;
      padding-left: 0;
      /* Smartphones (portrait and landscape) ----------- */ }
      @media only screen and (max-width: 768px) {
        .home article#kontakt section.kontakt-right .form-wrap {
          padding-left: 14px; } }
    .home article#kontakt section.kontakt-right .ajax-loader {
      display: none !important; }
    .home article#kontakt section.kontakt-right input[type=submit] {
      margin-top: -8px; }
    .home article#kontakt section.kontakt-left {
      padding: 60px 60px 0;
      /* Smartphones (portrait and landscape) ----------- */ }
      @media only screen and (min-width: 320px) and (max-width: 568px) {
        .home article#kontakt section.kontakt-left {
          padding: 60px 18px 0; } }
      .home article#kontakt section.kontakt-left h3 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 23px; }
      .home article#kontakt section.kontakt-left p.contact {
        line-height: 24px; }
        .home article#kontakt section.kontakt-left p.contact:before {
          content: "";
          width: 30px;
          height: 16px;
          display: inline-block;
          background-position: top left;
          background-repeat: no-repeat; }
        .home article#kontakt section.kontakt-left p.contact.email:before {
          background-image: url(img/svg/kontakt-email.svg);
          background-size: 16px; }
        .home article#kontakt section.kontakt-left p.contact.tel {
          margin-bottom: 21px; }
          .home article#kontakt section.kontakt-left p.contact.tel:before {
            background-image: url(img/svg/kontakt-tel.svg);
            background-size: 12px; }
      .home article#kontakt section.kontakt-left p.or {
        line-height: 1;
        margin-bottom: 21px; }
      .home article#kontakt section.kontakt-left p.instruction {
        line-height: 24px;
        margin-bottom: 21px; }
      .home article#kontakt section.kontakt-left .disclaimers {
        margin-top: 4em;
        font-size: .8em; }
        .home article#kontakt section.kontakt-left .disclaimers p {
          margin-bottom: 1.8em; }
        .home article#kontakt section.kontakt-left .disclaimers ul li input[type=checkbox] {
          width: auto; }
        .home article#kontakt section.kontakt-left .disclaimers ul li .wpcf7-list-item {
          margin: 0; }
    .home article#kontakt section .acf-map {
      width: 100%;
      height: 760px;
      border: none;
      margin: 0; }
    .home article#kontakt section .acf-map img {
      max-width: inherit !important; }
    .home article#kontakt section .input-row {
      display: block;
      width: 100%;
      margin-bottom: 14px; }
      .home article#kontakt section .input-row.align-right {
        text-align: right;
        margin-bottom: 0; }
    .home article#kontakt section form span[role=alert] {
      display: none !important; }
    .home article#kontakt section form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
      display: block;
      position: absolute;
      top: 4px;
      right: 60px;
      width: 39%;
      background-color: #ff9e1b;
      color: #ffffff; }
    .home article#kontakt section input, .home article#kontakt section textarea {
      padding: 22px 19px 21px;
      border: 1px solid #d3d4d4;
      width: 100%;
      font-size: 11px;
      font-family: "Hind", sans-serif;
      box-sizing: border-box; }
      .home article#kontakt section input[aria-invalid=true], .home article#kontakt section textarea[aria-invalid=true] {
        border-color: red;
        background-color: #f1e0e0; }
      .home article#kontakt section input[type=submit], .home article#kontakt section textarea[type=submit] {
        background-color: #ff9e1b;
        color: #ffffff;
        outline: none;
        cursor: pointer;
        font-size: 22px;
        line-height: 1;
        opacity: .8;
        width: 200px; }
        .home article#kontakt section input[type=submit]:hover, .home article#kontakt section textarea[type=submit]:hover {
          opacity: 1;
          -webkit-transition: opacity 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
    .home article#kontakt section .text-325 .half {
      margin-right: 14px;
      width: calc(50% - 14px); }
    .home article#kontakt section .email-958 .half {
      width: 50%;
      margin-right: 0; }

#content.default-page {
  padding: 33px 66px;
  /* Smartphones (portrait and landscape) ----------- */ }
  @media only screen and (min-width: 320px) and (max-width: 568px) {
    #content.default-page {
      padding: 33px 12px; } }
  #content.default-page #arrow-down {
    display: none; }
  #content.default-page header {
    display: block;
    text-align: center; }
    #content.default-page header .jmt-logo {
      width: 280px;
      height: auto;
      margin: 0 auto;
      margin-bottom: 33px; }
    #content.default-page header h2 {
      font-size: 2em;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin-bottom: 21px; }
  #content.default-page .content {
    margin-bottom: 12px;
    padding-bottom: 33px;
    border-bottom: 1px solid #fff; }
    #content.default-page .content ol li, #content.default-page .content ul li {
      padding-left: 2em;
      list-style-position: inside; }
    #content.default-page .content ol {
      list-style-type: decimal; }

#footer {
  padding: 17px 0 16px;
  background-color: #54585a;
  /* Smartphones (portrait and landscape) ----------- */ }
  #footer p {
    text-align: right;
    font-size: 13px;
    color: #9a9a9a;
    font-family: "PT Sans", serif;
    line-height: 1;
    padding-right: 12px; }
  @media only screen and (min-width: 320px) and (max-width: 568px) {
    #footer p {
      text-align: center; } }
  #footer #menu-legal {
    display: block;
    margin-top: 21px;
    width: 100%;
    margin-bottom: 33px;
    text-align: center;
    /* Smartphones (portrait and landscape) ----------- */ }
    #footer #menu-legal li {
      display: inline-block;
      font-size: 12px;
      padding: 0 12px; }
      #footer #menu-legal li a {
        color: #e2e2e2; }
        #footer #menu-legal li a:hover {
          text-decoration: underline; }
    @media only screen and (min-width: 320px) and (max-width: 568px) {
      #footer #menu-legal {
        display: block;
        padding: 12px 12px; } }

/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 375px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #branding a {
    margin-left: 25px; }

  .slogan p {
    padding-left: 76px; }
    .slogan p span {
      left: 25px; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  #branding a {
    margin-left: 25px; }

  .slogan p {
    padding-left: 76px; }
    .slogan p span {
      left: 25px; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  #menu {
    width: 259px;
    right: -259px; }
    #menu ul {
      padding-top: 98px; }
      #menu ul:before {
        height: 20px; }
      #menu ul li a {
        padding: 12px 19px 11px; }
    #menu a.close {
      left: 19px; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  #menu {
    width: 259px;
    right: -259px; }
    #menu ul {
      padding-top: 98px; }
      #menu ul:before {
        height: 20px; }
      #menu ul li a {
        padding: 12px 19px 11px; }
    #menu a.close {
      left: 19px; } }
/*

.fade {
  opacity:0;
  &.in {
    opacity:1;
    @include transition(opacity, 1.4s, ease-out);
  }
}
.move-up {
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  img{
    visibility: hidden;
    opacity:0;
  }
  &.up{
    background-position: 0 0;
    @include transition(background-position, .7s, ease-out);

  }
}
.move-right {
  background-position: 120px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity:.1;
  img{
    visibility: hidden;
    opacity:0;
  }
  &.right{
    opacity:1;
    background-position: 0 0;
    @include transition(all, .6s, ease-out);

  }
}
.move-left {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity:.1;
  img{
    visibility: hidden;
    opacity:0;
  }
  &.left{
    opacity:1;
    background-position: 0 0;
    @include transition(all, .6s, ease-out);
  }
}

@include breakpoint(xs-screen) {
  .slide-in-right {
    opacity:0;
    &.right{
      opacity:1;
      @include transition(opacity, 1.4s, ease-out);
    }
  }
}

@include breakpoint(xs-screen-up) {
  .slide-in-right {
    margin-left:120px;
    opacity:0;
    &.right{
      opacity:1;
      margin-left:0px;
      @include transition(all, .6s, ease-out);
    }
  }
}

*/

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