@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-01-14, 08:37:53
    Author     : Użytkownik
*/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #262626;
  margin: 120px 0 0 0;
  padding: 0;
  font-family: "Verdana";
  background: #fffac3;
}

::selection {
  color: white;
  background: red;
}

.bodyContainer {
  background: white;
}

.body {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

b {
  font-weight: 600;
}

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

.fakeId {
  display: block !important;
  height: 0px;
  transform: translateY(-120px);
}

header {
  background: #fffac3;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
header > div > div {
  display: table;
  width: 100%;
}
header > div > div .logo {
  width: 370px;
}
header > div > div .logo img {
  width: 370px;
}
header > div > div > * {
  display: table-cell;
  vertical-align: middle;
}
header > div > div > * #menuButton {
  display: none;
  cursor: pointer;
  margin-left: auto;
}
header > div > div > * ul {
  list-style: none;
  display: table;
  width: 100%;
}
header > div > div > * ul li {
  display: table-cell;
  width: 30%;
  text-align: center;
}
header > div > div > * ul li a {
  font-family: "Mailart Rubberstamp";
  font-size: 22px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-style: normal;
  line-height: 46px;
  color: #474747;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  padding: 0 8px;
  position: relative;
  transition: 300ms color ease-out;
}
header > div > div > * ul li a:hover {
  color: #bc2423;
}
header > div > div > * ul li ul {
  padding: 0 10px;
  visibility: collapse;
  box-shadow: 0 0 10px -3px;
  transition: all 200ms 200ms ease-out;
  margin: -25px -57px;
  position: absolute;
  background: #fffac3;
  top: 120px;
  width: auto;
  opacity: 0;
  transform: scale(0.7);
  transform-origin: top;
}
header > div > div > * ul li ul li {
  display: block;
  width: auto;
}
header > div > div > * ul li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0 300ms ease-out;
}

.headerPhoto {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  height: 490px;
  max-height: 50vh;
  overflow: hidden;
  display: block;
}
.headerPhoto > img {
  width: 100%;
}

.headerBig {
  background-image: url(/gfx/headerBG.jpg);
  background-size: cover;
  text-align: center;
}
.headerBig img {
  margin: auto;
}
.headerBig .logo {
  margin-bottom: -50px;
}

.content .panel {
  padding-top: 60px;
  padding-bottom: 60px;
  display: table;
}
.content .panel.rightImage > .text {
  padding-right: 50px;
}
.content .panel.leftImage > .text {
  padding-left: 50px;
}
.content .panel > * {
  display: table-cell;
  vertical-align: middle;
}
.content .panel > *.image > div {
  width: 300px;
  padding: 0;
  height: 0px;
  max-width: 25vw;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.content .panel > * h2 {
  font-family: "charbroil";
  padding-left: 40px;
  color: #bc2423;
  font-size: 35.99px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-style: normal;
  line-height: 73px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  margin: 0;
  padding: 0;
}
.content .panel > * p {
  font-size: 18.5px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 300;
  line-height: 33px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  margin: 0;
  margin: 2em 0;
}
.content .bar {
  width: 100%;
  font-size: 53px;
  font-family: "charbroil";
  background: #bc2423;
  color: #fffac3;
  margin: 0 0;
  text-align: center;
}
.content .bar.godlo {
  font-size: 70px;
}
.content .bar.godlo .body {
  padding: 0 50px 0 0;
  background: url(/gfx/godlo.png) right bottom no-repeat;
}
.content .bar.bar_slownik span {
  font-size: 0.5em;
}
.content .bar .body {
  padding: 27px 0px 27px 0px;
  box-sizing: border-box;
}
.content .bar .padding {
  position: relative;
  padding-right: 310px;
}
.content .bar p, .content .bar span, .content .bar h3, .content .bar a {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  color: inherit;
  text-decoration: none;
}
.content .bar a {
  line-height: 87px;
}
.content .bar.bg > div {
  background: url("/gfx/Warstwa 15.svg") center right no-repeat red;
}
.content .bar .big {
  font-size: 39px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 700;
}
.content .bar .big.tel {
  background: url("/gfx/Warstwa 6.svg") center right no-repeat red;
  background-size: 72px;
  padding-right: 80px;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.kontakt .kontaktBar {
  background: red;
  border-top: 16px solid #ff7676;
  border-bottom: 16px solid #ff7676;
  color: #dfefde;
}
.kontakt .kontaktBar > div > div {
  font-size: 0;
  margin: 5px 0;
  text-align: right;
}
.kontakt .kontaktBar > div > div > img {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 20px;
  height: 66px;
}
.kontakt .kontaktBar > div > div > div {
  display: inline-block;
  vertical-align: bottom !important;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 6px;
  box-sizing: border-box;
  vertical-align: top;
}
.kontakt .kontaktBar > div > div > div:first-of-type {
  text-align: right;
  padding-right: 17px;
  padding-left: 6px;
}
.kontakt .kontaktBar > div > div > div:first-of-type span {
  text-align: right;
}
.kontakt .kontaktBar > div > div > div h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.kontakt .kontaktBar > div > div > div > div {
  display: table;
  width: 100%;
}
.kontakt .kontaktBar > div > div > div > div > * {
  display: table-cell;
  vertical-align: middle;
}
.kontakt .kontaktBar > div > div > div > div img {
  margin-top: 36px;
  height: 68px;
  /* margin-right: -20px; */
  /* margin-left: 20px; */
  transform: translateX(60px);
}
.kontakt .kontaktBar > div > div > div span, .kontakt .kontaktBar > div > div > div a {
  text-align: left;
  display: block;
  margin: 6px 0;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  color: inherit;
}
.kontakt .kontaktBar > div > div > div span b, .kontakt .kontaktBar > div > div > div a b {
  width: 90px;
  display: inline-block;
}
.kontakt .container {
  position: relative;
  height: 60vh;
  min-height: 400px;
}
.kontakt .container #map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kontakt .container .body {
  position: relative;
  height: 100%;
}
.kontakt .container .body .kontaktBox {
  width: 50%;
  /* margin: 0; */
  padding-top: 14px;
  padding-bottom: 1px;
  position: absolute;
  z-index: 2;
  background: #f09c9c;
  bottom: 4px;
  right: 0;
}
.kontakt .container .body .kontaktBox .infoBox {
  animation-name: toTopBehind;
  animation-duration: 0.8s;
  animation-fill-mode: backwards;
  position: absolute;
  z-index: 2;
  background: red;
  width: 96%;
  height: 94%;
  overflow: hidden;
  top: 3%;
  left: 2%;
  box-shadow: 0 2px 19px -4px black;
  visibility: hidden;
}
.kontakt .container .body .kontaktBox .infoBox.open {
  display: block;
  animation-name: fromTopBehind;
  visibility: visible;
  animation-fill-mode: backwards;
}
.kontakt .container .body .kontaktBox .infoBox .contentBox {
  position: relative;
  width: 100%;
  height: calc(100% - 58px);
}
.kontakt .container .body .kontaktBox .infoBox .contentBox > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  /* padding-bottom: 10px; */
  margin: 0;
  color: white;
  font-size: 24px;
  text-align: center;
}
.kontakt .container .body .kontaktBox .infoBox .button {
  position: absolute;
  bottom: 16px;
  right: 20px;
  background: red;
  padding: 10px 20px;
  border-radius: 4px;
  color: white;
  border: none;
  cursor: pointer;
}
.kontakt .container .body .kontaktBox span.punctator {
  margin-left: 16px;
  font-family: BigNoodleTitling;
  color: #ffffff;
  font-size: 30px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-style: normal;
  line-height: 28px;
  padding-left: 22px;
  position: relative;
}
.kontakt .container .body .kontaktBox span.punctator::before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 12px;
  height: 12px;
}
.kontakt .container .body .kontaktBox form {
  position: relative;
  margin: 16px;
}
.kontakt .container .body .kontaktBox form .prettyTextInput {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  margin: 4px 0 -2px;
  background: red;
  border: 1px solid #ebb5b0;
  color: white;
  font-weight: 100;
  font-family: "Open Sans";
  padding: 4px 8px;
}
.kontakt .container .body .kontaktBox form .prettyTextInput.error {
  border: #d00606 2px solid !important;
}
.kontakt .container .body .kontaktBox form .prettyTextInput:focus {
  outline: red auto 5px;
}
.kontakt .container .body .kontaktBox form .prettyTextInput::-webkit-input-placeholder {
  color: #e0e0e0;
}
.kontakt .container .body .kontaktBox form textarea {
  margin-bottom: 8px !important;
  height: 140px;
}
.kontakt .container .body .kontaktBox form label {
  display: block;
  text-align: right;
  /* margin-left: auto; */
  /* margin-right: 0; */
  font-size: 21px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}
.kontakt .container .body .kontaktBox form label input[type=image] {
  vertical-align: middle;
  margin-left: 10px;
}
.kontakt .container .body .kontaktBox form label input[type=image]:hover {
  transform: scale(1.1);
}
.kontakt .container .body .kontaktBox form label input[type=image]:focus {
  outline: none;
  transform: scale(1);
}

#o_projekcie_e.body {
  max-width: 1530px;
}
#o_projekcie_e .image {
  width: 660px;
}

#prl_e {
  background: url(/gfx/prlBG.jpg) right center no-repeat;
  background-size: auto 100%;
}
#prl_e p {
  margin: 2em 0;
}

#narodziny_e {
  background: url(/gfx/narodzinyBG.jpg) left center no-repeat;
  background-size: auto 100%;
}
#narodziny_e .body {
  padding-left: 330px;
}
#narodziny_e .text {
  text-align: justify;
}

#stabilizacja_e {
  background: url(/gfx/stabilizacjaBG.jpg) right center no-repeat;
  background-size: auto 100%;
}
#stabilizacja_e .body {
  padding-right: 330px;
}
#stabilizacja_e .text {
  text-align: justify;
}

#kredyt_e .panel {
  padding: 0;
}
#kredyt_e .image {
  width: 511px;
}
#kredyt_e .text {
  text-align: justify;
}

#dekada_e {
  background: url(/gfx/dekadaBG.jpg) left center no-repeat;
  background-size: auto 100%;
}
#dekada_e .body {
  padding-left: 330px;
}
#dekada_e .text {
  text-align: justify;
}

#okraglystol_e {
  background: url(/gfx/okraglystolBG.jpg) right center no-repeat;
  background-size: auto 100%;
}
#okraglystol_e .body {
  padding-right: 550px;
  max-width: 700px;
}
#okraglystol_e .text {
  text-align: justify;
}

#slownik_e .panel {
  display: block;
  width: auto;
}
#slownik_e .panel .kartka {
  background: url(/gfx/kartka.jpg);
  background-size: contain;
  width: 1228px;
  height: 831px;
  margin: auto;
  position: relative;
  display: block;
}
#slownik_e .panel .kartka > a {
  display: inline-block;
  color: #18593B;
  font-family: "charbroil";
  text-align: center;
  position: absolute;
  left: 2%;
  background: url(/gfx/kartkaBG.jpg);
  width: 17.5%;
  height: 21.5%;
  top: 2%;
  border: #18593B 6px solid;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  padding-top: 13px;
}
#slownik_e .panel .kartka > a span {
  display: block;
  height: 60px;
  margin: 0 0;
}
#slownik_e .panel .kartka > a::after {
  background: url(/gfx/play.png) no-repeat center;
  background-size: contain;
  display: block;
  content: "";
  width: 100%;
  height: 94px;
  margin: auto;
  position: absolute;
  bottom: 0;
}
#slownik_e .panel .kartka > a.k0 {
  left: 2%;
  top: 2%;
}
#slownik_e .panel .kartka > a.k1 {
  left: 21.5%;
  top: 2%;
}
#slownik_e .panel .kartka > a.k2 {
  left: 41.4%;
  top: 2%;
}
#slownik_e .panel .kartka > a.k3 {
  left: 61.3%;
  top: 2%;
}
#slownik_e .panel .kartka > a.k4 {
  left: 81.1%;
  top: 2%;
}
#slownik_e .panel .kartka > a.k5 {
  left: 81.1%;
  top: 27%;
  height: 23.5%;
}
#slownik_e .panel .kartka > a.k6 {
  left: 81.1%;
  top: 50%;
  height: 23.5%;
}
#slownik_e .panel .kartka > a.k7 {
  left: 81.1%;
  top: 77%;
}
#slownik_e .panel .kartka > a.k8 {
  left: 61.3%;
  top: 77%;
}
#slownik_e .panel .kartka > a.k9 {
  left: 41.4%;
  top: 77%;
}
#slownik_e .panel .kartka > a.k10 {
  left: 21.5%;
  top: 77%;
}
#slownik_e .panel .kartka > a.k11 {
  left: 2%;
  top: 77%;
}
#slownik_e .panel .kartka > a.k12 {
  left: 2%;
  top: 50%;
  height: 23.5%;
}
#slownik_e .panel .kartka > a.k13 {
  left: 2%;
  top: 27%;
  height: 23.5%;
}

#postacie_e img.portret {
  width: 250px;
  float: right;
  margin: 20px;
}

#tablice_e img.portret {
  width: 250px;
  float: right;
  margin: 20px;
}

.pobierz {
  text-align: center;
  color: red;
  text-decoration: none;
  font-family: "charbroil";
  font-size: 40px;
  display: block;
  margin-bottom: 40px;
}

.tasma {
  background: #490200;
  overflow: hidden;
}
.tasma .title, .tasma .bottom {
  background: url(/gfx/filmHole.svg) center repeat-x;
  background-size: 78px;
  height: 110px;
  line-height: 110px;
  font-size: 60px;
  color: #fffac3;
  font-family: charbroil;
  text-align: center;
}
.tasma .klatki {
  height: 580px;
  position: relative;
}
.tasma img, .tasma iframe, .tasma a {
  position: absolute;
  top: 580px/2;
  width: 830px;
  height: 580px;
  border-radius: 30px;
  display: block;
}
.tasma iframe, .tasma .playYt {
  left: calc(50% - 830px / 2);
}
.tasma .playYt {
  cursor: pointer;
  z-index: 1;
}
.tasma .playYt .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tasma img.iconYT:last-child {
  left: 45%;
  top: 45%;
  width: 10%;
  height: 10%;
  border-radius: 0;
  transition: 300ms ease-out;
}
.tasma a:hover .iconYT {
  transform: scale(1.2);
}
.tasma a:active .iconYT {
  transform: scale(0.9);
}
.tasma img:first-child {
  left: calc(50% - 830px - 110px - 830px / 2);
}
.tasma img:last-child {
  left: calc(50% + 830px + 110px - 830px / 2);
}

footer {
  color: #fffac3;
  font-size: 19px;
}
footer .nazwa {
  font-size: 1.5em;
}
footer .logo_miedzyuszami {
  background: #490200;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  padding: 30px 0;
}
footer .logo_miedzyuszami > div {
  display: inline;
}
footer .logo_miedzyuszami img {
  display: inline-block;
  vertical-align: middle;
}
footer .logo_miedzyuszami > img {
  height: 100px;
}
footer .loga-inne {
  text-align: center;
  background: #490200;
}
footer .loga-inne img {
  height: 100px;
  display: inline-block;
  background: #fff;
  margin: 0 -4px;
  padding: 10px;
}
footer .kontakt {
  background: #380200;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  text-decoration: underline;
}
footer .table {
  display: table;
  width: 100%;
}
footer .table > * {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
footer .table .left {
  line-height: 1.5em;
}
footer .table .right {
  line-height: 1.8em;
  padding: 20px 0;
}
footer .small {
  font-size: 0.7em;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 20px;
}

@keyframes modalOpen {
  0% {
    background: transparent;
    visibility: visible;
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
  }
}
@keyframes modalIframeOpen {
  0% {
    opacity: 0;
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes modalClose {
  0% {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
  }
  100% {
    visibility: visible;
    background: transparent;
  }
}
@keyframes modalIframeClose {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  100% {
    opacity: 0;
    transform: rotateX(-20deg);
  }
}
.modalYT {
  position: fixed;
  visibility: collapse;
  display: none;
  z-index: 120;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  perspective: 100vw;
}
.modalYT iframe {
  border: none;
  width: 854px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -240px 0 0 -427px;
}
.modalYT img {
  width: 64px;
  right: 0;
  top: 0;
  position: absolute;
  margin: 10px;
  transition: all 200ms ease-in-out;
  opacity: 0.7;
}
.modalYT img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.modalYT.open {
  display: block;
  visibility: visible;
  animation: modalOpen ease-out 300ms;
}
.modalYT.open iframe {
  animation: modalIframeOpen ease-out 500ms;
}
.modalYT.close {
  display: block;
  animation: modalClose ease-out 300ms;
}
.modalYT.close iframe {
  animation: modalIframeClose ease-out 500ms;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-01-15, 08:19:25
    Author     : Użytkownik
*/
@media (max-width: 1920px) {
  #prl_e {
    background-position: calc(100% + 960px - 50vw) center;
  }

  #narodziny_e {
    background-position: calc(-960px + 50vw) center;
  }

  #stabilizacja_e {
    background-position: calc(100% + 960px - 50vw) center;
  }

  #dekada_e {
    background-position: calc(-960px + 50vw) center;
  }

  #okraglystol_e {
    background-position: calc(100% + 960px - 50vw) center;
  }
}
@media (max-width: 1580px) {
  .content .panel > * {
    display: block;
    margin: auto;
  }

  .content .panel.leftImage > .text {
    padding-left: 0;
  }

  #o_projekcie_e .image {
    max-width: 660px;
    width: 90%;
  }

  #narodziny_e {
    background-position: calc(-1300px + 50vw) center;
  }

  #narodziny_e .body {
    padding-left: 0;
  }

  #stabilizacja_e {
    background-position: calc(100% + 1390px - 50vw) center;
  }

  #stabilizacja_e .body {
    padding-right: 0;
  }

  #dekada_e {
    background-position: calc(-1290px + 50vw) center;
  }

  #dekada_e .body {
    padding-left: 0;
  }

  #okraglystol_e {
    background-position: calc(100% + 1290px - 50vw) center;
  }
}
@media (max-width: 1380px) {
  .content .bar.godlo .body {
    font-size: 40px;
    line-height: 81px;
  }
}
@media (max-width: 1300px) {
  #okraglystol_e .body {
    padding-right: 0;
    max-width: 1200px;
  }

  #slownik_e .panel .kartka {
    background-size: contain;
    width: 90vw;
    height: 61.9vw;
  }
  #slownik_e .panel .kartka a {
    font-size: 2vw;
    line-height: 2vw;
  }
  #slownik_e .panel .kartka a span {
    height: 4vw;
    margin: 0.2vw 0;
  }
  #slownik_e .panel .kartka a::after {
    height: 5vw;
  }
}
@media (max-width: 1050px) {
  .tasma img {
    display: none;
  }

  .tasma iframe, .tasma .playYt {
    display: block;
    width: 90vw;
    height: 50.625vw;
    max-height: 80vh;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0 auto 3vw auto;
  }
  .tasma iframe img, .tasma .playYt img {
    display: block;
  }
  .tasma iframe .frame, .tasma .playYt .frame {
    width: 100%;
    height: auto;
    position: static;
  }

  .tasma iframe {
    position: static;
  }

  .tasma .klatki {
    height: auto;
  }

  #slownik_e .panel .kartka > a {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  header .body .logo {
    height: 65px;
    width: auto;
  }
  header .body .logo img {
    height: 100%;
  }
  header .body > div > * ul li a {
    font-size: 22px;
  }

  .content .panel h2 {
    font-size: 33px;
  }
  .content .panel > * p {
    font-size: 16px;
    line-height: 30px;
  }
  .content .bar .body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content .bar p, .content .bar h3 {
    line-height: 30px;
    font-size: 17px;
  }
  .content .how h3 {
    font-size: 33px;
  }
  .content .how .what {
    width: 280px;
  }
  .content .how .what img {
    width: 120px;
  }
  .content .how .what > * span {
    font-size: 30px;
    line-height: 33px;
  }
  .content .how .table {
    padding: 30px;
  }
  .content .how .table > * span {
    font-size: 28px;
  }
  .content .how .table > * p {
    font-size: 16px;
  }
  .content .how .table > * img {
    height: 60px;
  }
  .content .how .table > img {
    height: 100px;
  }

  .modalYT iframe {
    width: 90vw;
    height: 90vh;
    margin: -45vh 0 0 -45vw;
  }

  .tasma .title {
    font-size: 45px;
  }

  footer .table {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .content .bar.godlo .body {
    padding: 0 150px 0 0;
    font-size: 30px;
  }

  .headerBig .logo {
    margin-bottom: -5vw;
  }

  .tasma .title {
    font-size: 40px;
    line-height: 1.1em;
    height: auto;
    background: none;
  }

  tasma.kaltki {
    padding-bottom: 10px;
  }

  .tasma .bottom {
    display: none;
  }
}
@media (max-width: 800px) {
  .headerPhoto {
    height: 290px;
  }

  .content .how .table {
    display: block;
  }
  .content .how .table > * {
    display: block;
  }
  .content .how .table > img {
    height: 69px;
    transform: rotate(90deg) !important;
    /* margin: 0 0px; */
    margin-bottom: 30px;
    margin-top: 30px;
    animation-name: "";
    max-width: 0;
    transition: all 800ms 400ms;
  }
  .content .how .table > img.animationActive {
    max-width: 100%;
  }

  .content .bar .padding {
    background-size: 58px;
    padding-right: 204px;
    font-size: 25px;
  }

  .content .bar .big {
    font-size: 27px;
  }
  .content .bar .big.tel {
    background-size: 42px;
    padding-right: 47px;
  }

  .kontakt .kontaktBar > div > div > img {
    display: none;
  }

  footer .table {
    display: block;
    width: auto;
  }
  footer .table .left, footer .table .right {
    display: block;
    width: auto;
  }
  footer .table .left {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  header > div > div > * #menuButton {
    display: block;
    width: 40px;
    height: 40px;
  }

  header .body img {
    width: 70%;
    margin: 10px 0;
    height: auto;
    max-width: 260px;
    height: 42px;
  }
}
@media (max-width: 670px) {
  .content .bar.godlo .body {
    line-height: 1em;
    min-height: 81px;
    padding: 10px 150px 0 0;
  }
}
@media (max-width: 600px) {
  .headerPhoto {
    height: 240px;
  }

  .content .panel {
    position: relative;
    /*        .image{
                display: block;
                position: absolute;
                top: 0;
                transform: translateY(-16%);  

                .photo_box{
                    width: 130px;
                    max-width: 22vw;
                }
            }*/
  }
  .content .panel > * {
    display: block;
  }
  .content .panel .text {
    padding: 0 !important;
  }
  .content .panel.leftImage .image {
    right: 0;
  }
  .content .panel.leftImage h2 {
    margin: 40px 0;
    padding-right: 136px;
    line-height: 1;
  }
  .content .panel.rightImage .image {
    left: 0;
  }
  .content .panel.rightImage h2 {
    margin: 20px 0;
    padding-left: 136px;
    line-height: 1;
  }

  .content .bar .big.tel {
    position: relative;
    transform: none;
  }

  .content .how > div > div {
    display: block;
  }

  .kontakt .container .body .kontaktBox {
    width: 100%;
  }

  .kontakt .kontaktBar > div > div > div h2 {
    font-size: 16px;
    text-align: left;
  }

  .kontakt .kontaktBar > div > div > div:first-of-type span {
    font-size: 13px;
  }

  .kontakt .kontaktBar > div > div {
    text-align: left;
  }

  .kontakt .kontaktBar > div > div > div {
    display: block;
  }

  .kontakt .kontaktBar > div > div > div:first-of-type {
    margin-bottom: 20px;
  }

  .kontakt .kontaktBar > div > div > div > div {
    display: block;
    position: relative;
  }
  .kontakt .kontaktBar > div > div > div > div img {
    position: absolute;
    left: -2px;
    bottom: 21px;
    transform: none;
    height: 45px;
  }

  footer .right {
    display: block;
    float: none;
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  header {
    margin-bottom: 0;
  }

  .content .panel .image {
    display: none;
  }

  .content .panel.leftImage h2 {
    padding: 0;
  }

  .content .bar.bg > div {
    background: none;
  }

  .content .bar .body {
    padding-right: 0;
  }

  .content .bar .big {
    font-size: 26px;
  }

  .kontakt .container {
    height: auto;
    min-height: 0;
  }
  .kontakt .container #map {
    display: none;
  }
  .kontakt .container .body {
    max-width: 100%;
  }
  .kontakt .container .body .kontaktBox {
    position: relative;
    bottom: 0;
  }

  .logo_miedzyuszami img {
    width: 64px;
  }
}
@media (max-aspect-ratio: 1/1) {
  .headerPhoto > img {
    width: auto;
    height: 100%;
    max-width: 500%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*
MOBILNE MENU  top / left / leftPush / leftPush3d
*/
@media (max-width: 1030px) {
  body {
    transition: background-color 500ms;
  }

  body.menuOpen-leftPush .bodyContainer {
    transform: translateX(240px);
  }

  body.menuOpen-leftPush3d {
    background-color: red;
  }
  body.menuOpen-leftPush3d header .headerMenu {
    background-color: red;
  }
  body.menuOpen-leftPush3d .bodyContainer {
    filter: brightness(0.7);
    box-shadow: 0px 0px 19px -6px #000 inset;
    transform: translate3d(130px, 0px, 0) scale(0.98);
  }

  .bodyContainer {
    transition: all 500ms;
  }

  .headerMenu {
    transition: background-color 500ms;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fffac3;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .headerMenu .menuTop #menuButton {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    border: 2px solid #3C3C3C;
    border-radius: 6px;
  }
  .headerMenu .menuTop #menuButton span {
    transition: all 400ms;
    display: block;
    position: absolute;
    height: 4px;
    width: 82%;
    background: #3C3C3C;
    border-radius: 9px;
    opacity: 1;
    left: 9%;
  }
  .headerMenu .menuTop #menuButton span:nth-of-type(1) {
    top: 6px;
  }
  .headerMenu .menuTop #menuButton span:nth-of-type(2) {
    top: 15px;
  }
  .headerMenu .menuTop #menuButton span:nth-of-type(3) {
    top: 24px;
  }
  .headerMenu .menuTop #menuButton.open span:nth-of-type(1) {
    top: 15px;
    transform: rotate(135deg);
  }
  .headerMenu .menuTop #menuButton.open span:nth-of-type(2) {
    opacity: 0;
  }
  .headerMenu .menuTop #menuButton.open span:nth-of-type(3) {
    top: 15px;
    transform: rotate(-135deg);
  }
  .headerMenu[data-type=top] .menuTop > ul {
    position: absolute;
    background: #fffac3 none repeat scroll 0% 0%;
    z-index: 999;
    left: 0px;
    padding: 0;
    overflow: auto;
    max-height: 0;
    display: block;
    transition: all 400ms;
    margin: 0;
    margin-top: 8px;
  }
  .headerMenu[data-type=top] .menuTop > ul.open {
    max-height: calc(100vh - 75px);
  }
  .headerMenu[data-type=top] .menuTop > ul li {
    display: block;
    text-align: center;
  }
  .headerMenu[data-type=top] .menuTop > ul li a {
    display: block;
    font-size: 20px;
    line-height: 40px;
  }
  .headerMenu[data-type=top] .menuTop > ul li ul {
    position: static;
    display: block;
    visibility: visible;
    transform: none;
    opacity: 1;
    max-height: none;
    margin: 0;
    box-shadow: none;
    margin-bottom: 10px;
  }
  .headerMenu[data-type=top] .menuTop > ul li ul li a {
    font-size: 16px;
    line-height: 35px;
  }
  .headerMenu[data-type=left] .menuTop > ul, .headerMenu[data-type=leftPush] .menuTop > ul, .headerMenu[data-type=leftPush3d] .menuTop > ul {
    transition: all 500ms;
    background: red none repeat scroll 0% 0%;
    z-index: 5;
    left: -130px;
    top: 0;
    padding: 0;
    height: 100%;
    height: 100vh;
    max-height: 100%;
    display: block;
    margin: 0;
    width: 200px;
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerMenu[data-type=left] .menuTop > ul.open, .headerMenu[data-type=leftPush] .menuTop > ul.open, .headerMenu[data-type=leftPush3d] .menuTop > ul.open {
    transform: translate3d(130px, 0, 0);
  }
  .headerMenu[data-type=left] .menuTop > ul li, .headerMenu[data-type=leftPush] .menuTop > ul li, .headerMenu[data-type=leftPush3d] .menuTop > ul li {
    display: block;
    text-align: left;
  }
  .headerMenu[data-type=leftPush] .menuTop ul, .headerMenu[data-type=leftPush3d] .menuTop ul {
    top: 120px;
  }
  .headerMenu[data-type=leftPush3d] .menuTop ul {
    box-shadow: none;
  }
  .headerMenu[data-type=leftPush3d] .menuTop ul.open {
    background-color: red;
  }

  header > div > div > * ul li {
    width: auto;
  }
}
@font-face {
  font-family: "charbroil";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Charbroil.ttf) format("truetype");
}
@font-face {
  font-family: "Mailart Rubberstamp";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MailartRubberstamp-Regular.otf);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-01-05, 10:03:33
    Author     : digitalrebels.pl
*/
@keyframes fromLeft {
  0% {
    transform: translate(-30vw, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fromRight {
  0% {
    transform: translate(30vw, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fromTop {
  0% {
    transform: translate(0, -300px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fromBottom {
  0% {
    transform: translate(0, 300px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotateFromTop {
  0% {
    transform: rotateX(91deg);
  }
  70% {
    transform: rotateX(-10deg);
  }
  90% {
    transform: rotateX(5deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes holeOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotateY(180deg);
  }
}
@keyframes holeIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotateY(0deg);
  }
}
@keyframes fromTopBehind {
  0% {
    visibility: visible;
  }
  1% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(180deg) translateZ(100px);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg) translateZ(0px);
  }
}
@keyframes toTopBehind {
  0% {
    visibility: visible;
  }
  1% {
    opacity: 1;
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg) translateZ(0px);
  }
  99% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(180deg) translateZ(100px);
  }
  100% {
    visibility: hidden;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.animated {
  animation-play-state: paused;
  animation-duration: 0.5s;
  backface-visibility: hidden;
  animation-fill-mode: backwards;
}

.animationActive {
  animation-play-state: running;
}

.delay, delay300 {
  animation-delay: 0.3s;
}

.delay400 {
  animation-delay: 0.4s;
}

.delay500 {
  animation-delay: 0.5s;
}

.delay600 {
  animation-delay: 0.6s;
}

.delay700 {
  animation-delay: 0.7s;
}

.delay800 {
  animation-delay: 0.8s;
}

.delay1200 {
  animation-delay: 1.2s;
}

.delay1800 {
  animation-delay: 1.8s;
}

.animated.fromLeft {
  animation-name: fromLeft;
}

.animated.fromRight {
  animation-name: fromRight;
}

.animated.fromTop {
  animation-name: fromTop;
}

.animated.fromBottom {
  animation-name: fromBottom;
}

.animated.rotateFromTop {
  animation-name: rotateFromTop;
  transform-origin: top;
  transform: rotateX(91deg);
  animation-fill-mode: forwards;
}

.animated.grow {
  animation-name: grow;
  transform: scale(0);
  animation-fill-mode: forwards;
}

.animated.holeOut {
  animation-name: holeOut;
}

.animated.holeIn {
  animation-name: holeIn;
}

.animated.fromTopBehind {
  animation-name: fromTopBehind;
  backface-visibility: visible !important;
}

.animated.toTopBehind {
  animation-name: toTopBehind;
  backface-visibility: visible !important;
}

.animated.bounceInDown {
  animation-name: bounceInDown;
  transform: translate3d(0, -300px, 0);
  animation-fill-mode: forwards;
  animation-duration: 1s;
}