@charset "UTF-8";
/*
Theme Name: Kasprzak
Theme URI: adres domeny
Author: Andrzej Kordas
Author URI: adres strony
Description:xxxx
Version: 1.0
 */
@font-face {
  font-family: 'Bold';
  font-style: bold;
  font-weight: 900;
  src: local("OpenSans-Bold"), url("fonty/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("ttf"); }
@font-face {
  font-family: 'Semibold';
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans-Semibold"), url("fonty/OpenSans-Semibold.woff") format("woff"), url("fonty/OpenSans-Semibold.ttf") format("ttf"); }
@font-face {
  font-family: 'Regular';
  font-style: normal;
  font-weight: 300;
  src: local("OpenSans-Regular"), url("fonty/OpenSans-Regular_1.woff") format("woff"), url("fonty/OpenSans-Regular.ttf") format("ttf"); }
@font-face {
  font-family: 'Light';
  font-style: normal;
  font-weight: 100;
  src: local("OpenSans-Light"), url("fonty/OpenSans-Light_1.woff") format("woff"), url("fonty/OpenSans-Light.ttf") format("ttf"); }
* {
  transition: all 0.5s; }

strong {
  color: #e2e2e2;
  font-family: 'Semibold'; }

body {
  background-color: #212121;
  margin: 0;
  font-family: 'Light';
  font-size: 18px;
  line-height: 2em;
  color: #eee;
  overflow-x: hidden; }
  @media (max-width: 560px) {
    body {
      font-size: 18px; } }
  @media (max-width: 420px) {
    body {
      font-size: 16px; } }

h1, h2 {
  color: #e2e2e2;
  text-transform: uppercase;
  line-height: 76px; }

h1 {
  font-size: 3em;
  text-transform: normal !important;
  font-family: 'Semibold'; }

h2 {
  font-size: 2.3em;
  font-family: 'Light'; }

h3 {
  text-transform: uppercase;
  color: #e0e0e0;
  letter-spacing: 0.3em;
  font-size: 0.7em; }

.h2h3teksty h3 {
  font-family: 'Regular';
  margin-top: 0;
  padding-top: 0; }
.h2h3teksty h2 {
  font-family: 'Regular';
  margin: 0;
  padding: 0; }

.h1h3teksty h3 {
  font-family: 'Regular';
  margin-top: 1em;
  padding-top: 0; }
.h1h3teksty h1 {
  margin: 0;
  padding: 0; }

.centrum {
  text-align: center; }

.kontener {
  position: relative;
  width: 1170px;
  margin: auto;
  display: table; }
  @media (max-width: 1120px) {
    .kontener {
      width: 80%;
      margin: auto;
      display: block; } }
  @media (max-width: 766px) {
    .kontener {
      width: 94%;
      margin: auto;
      display: block; } }

button {
  background: none;
  padding: 0.5em 3em;
  font-size: 1.1em;
  border-radius: 1em;
  border: 1px solid #717171;
  color: #fff;
  margin: 2em 0;
  cursor: pointer; }

.fullImg {
  display: block;
  width: 100%;
  height: auto; }

.but {
  display: block;
  margin-top: 2em; }

/*---- space ----*/
._spaceT {
  padding-top: 60px; }

._spaceB {
  padding-bottom: 60px; }

._spaceTB {
  padding-top: 60px;
  padding-bottom: 60px; }

._spaceTB2 {
  padding-top: 30px;
  padding-bottom: 90px; }

/************       FLEX BOX     ***************/
/*----- wiersze -------*/
.row, .flex-row, .flex-row-normal {
  display: flex; }

.row div {
  box-sizing: border-box; }

.flex-row {
  justify-content: center;
  margin-bottom: 40px; }
  .flex-row:nth-child(2n+1) {
    flex-direction: row-reverse; }
  .flex-row div {
    box-sizing: border-box; }

.flex-row-normal {
  justify-content: center;
  margin-bottom: 40px;
  box-sizing: border-box; }
  .flex-row-normal div {
    box-sizing: border-box;
    margin: 1em; }

/*---- boxy ----*/
.box85 {
  flex: 85%; }

.box75 {
  flex: 75%; }

.box66 {
  flex: 66%; }

.box50 {
  flex: 50%; }

.box30 {
  flex: 33%; }

.box25 {
  flex: 25%; }

.box15 {
  flex: 15%; }

/********* justowania ***************/
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexBox {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .flexBox a {
    margin: 0 !important;
    width: auto; }
  @media (max-width: 560px) {
    .flexBox {
      justify-content: center; } }

/*==== 	MOBILE ====*/
@media (max-width: 1200px) {
  .box75, .box66, .box20, .box30, .box25, .box50 {
    flex: 100%; }

  .flex-row {
    flex-wrap: wrap-reverse; }

  .flex-row-normal {
    flex-wrap: wrap; }

  .row {
    flex-wrap: wrap-reverse; }
    .row div {
      flex: 100%; } }
@media (max-width: 560px) {
  ._spaceT {
    padding-top: 30px; }

  ._spaceTB {
    padding-top: 30px;
    padding-bottom: 30px; }

  ._spaceTB2 {
    padding-top: 16px;
    padding-bottom: 30px; }

  .imgMain {
    display: none; }

  .box66 h3 {
    margin-top: 2em !important; } }
.grid64 {
  display: grid;
  grid-template-columns: 60% 40%; }
  @media (max-width: 960px) {
    .grid64 {
      grid-template-columns: 100%; } }

.grid46 {
  display: grid;
  grid-template-columns: 40% 60%; }
  @media (max-width: 960px) {
    .grid46 {
      grid-template-columns: 100%; } }
  .grid46 div {
    padding: 1rem; }

.grid37 {
  display: grid;
  grid-template-columns: 30% 70%; }
  @media (max-width: 960px) {
    .grid37 {
      grid-template-columns: 100%; } }
  .grid37 div {
    display: flex;
    align-items: center; }

.grid28 {
  display: grid;
  grid-template-columns: 20% 80%; }
  @media (max-width: 960px) {
    .grid28 {
      grid-template-columns: 100%; } }
  .grid28 div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc; }
    .grid28 div:nth-last-child {
      border-bottom: 1px solid #900; }

.grid55 {
  display: grid;
  grid-template-columns: 50% 50%; }
  @media (max-width: 960px) {
    .grid55 {
      grid-template-columns: 100%;
      width: 96%;
      margin: auto; } }

/*---------------------------*/
/*
.grid40 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;

	@media(max-width: 960px) {
		grid-template-columns: 50% 50%;
	}
	@media(max-width:520px) {
		grid-template-columns: 100%;
	}
	.minatura{
		width: 100%;
		height: 300px;
		background-size:cover;
		background-position: center center;
		box-sizing:border-box;
		border:2px solid $bg;
		opacity: 1;
		&:hover{
			opacity: 0.8;
		}
	}
}
*/
.grid40 {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid40 {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid40 {
      grid-template-columns: 100%; } }
  .grid40 .minatura {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    border: 2px solid #212121;
    opacity: 1; }
    .grid40 .minatura:hover {
      opacity: 0.8; }
  .grid40 a {
    margin: 16px; }

/*---------------------------*/
.grid30 {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid30 {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid30 {
      grid-template-columns: 100%; } }
  .grid30 div {
    position: relative; }
    .grid30 div img {
      display: block;
      width: 100%;
      box-sizing: border-box; }

.grid30border {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  gap: 2em; }
  @media (max-width: 960px) {
    .grid30border {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid30border {
      grid-template-columns: 100%; } }
  .grid30border div {
    position: relative;
    background: #3b3b3b; }
    .grid30border div img {
      display: block;
      width: 100%;
      box-sizing: border-box; }
  .grid30border h3 {
    text-align: center; }
    .grid30border h3 a {
      text-decoration: none;
      color: #fff;
      font-size: 1.5em; }
  .grid30border p {
    margin: 1.5em;
    font-size: 16px;
    line-height: normal; }
  .grid30border .more {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5em; }
    .grid30border .more a {
      text-decoration: none;
      color: #fff;
      font-size: 1em;
      display: block;
      padding: 0.3em 2em;
      background: #212121; }

/*---------------------------*/
.grid4s {
  display: grid;
  width: 100%;
  grid-template-columns: 25% 25% 25% 25%; }
  @media (max-width: 960px) {
    .grid4s {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid4s {
      grid-template-columns: 100%; } }

.grid73 {
  display: grid;
  grid-template-columns: 65% 5% 30%; }
  @media (max-width: 960px) {
    .grid73 {
      grid-template-columns: 100%; } }

/*---------------------------*/
.grid3 {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid3 {
      grid-template-columns: 100%; } }

.grid3b {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  font-size: 1.0rem; }
  @media (max-width: 960px) {
    .grid3b {
      grid-template-columns: 100%; } }

.grid4niesymetryczny {
  display: grid;
  grid-template-columns: 10% 30% 30% 30%;
  font-size: 16px; }
  .grid4niesymetryczny .submenu-item-inner {
    display: block; }
  @media (max-width: 768px) {
    .grid4niesymetryczny {
      grid-template-columns: 12% 87%; } }
  @media (max-width: 520px) {
    .grid4niesymetryczny {
      grid-template-columns: 20% 80%; } }

/*-----------------------------------------*/
.grid82 {
  display: grid;
  grid-template-columns: 78% 2% 20%; }
  @media (max-width: 960px) {
    .grid82 {
      grid-template-columns: 100%; } }

/*------------------------------------------*/
.grid4 {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%; }
  @media (max-width: 768px) {
    .grid4 {
      grid-template-columns: 33.333% 33.333% 33.333%; } }
  @media (max-width: 520px) {
    .grid4 {
      grid-template-columns: 50% 50%; } }

.grid3blog {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid3blog {
      grid-template-columns: 100%; } }

/*-----------------------------------------*/
.gridPost {
  display: grid;
  grid-template-columns: 68% 2% 30%; }
  @media (max-width: 960px) {
    .gridPost {
      grid-template-columns: 100%; } }

/*---- big top ----*/
.top {
  width: 100%;
  display: block;
  background-size: cover;
  padding-bottom: 1em; }
  .top nav {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .top nav a {
      color: #bcbcbc;
      text-decoration: none;
      font-family: "Regular";
      display: block;
      margin-right: 2em;
      border-bottom: 2px solid #212121;
      min-width: 80px; }
      .top nav a:hover {
        color: #e2e2e2;
        border-bottom: 2px solid #979797; }
  .top li {
    float: left;
    list-style: none;
    position: relative;
    text-align: center; }
  @media (max-width: 960px) {
    .top .linki {
      display: none; } }

/*---- top cienki ----*/
.top2 {
  width: 100%;
  height: 196px;
  display: block;
  background-image: url(images/top2.png);
  background-size: cover;
  background-position: center center;
  /*	position:fixed;
  top:0;
  left:0;
  z-index: 1000;*/ }
  @media (max-width: 960px) {
    .top2 {
      background-position: left center; } }
  .top2 nav {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .top2 nav a {
      color: #fff;
      text-decoration: none;
      font-family: "Regular";
      display: block;
      margin-right: 2em; }
  @media (max-width: 960px) {
    .top2 .linki {
      display: none; } }
  .top2 li {
    float: left;
    list-style: none;
    position: relative; }
  .top2 nav li a:nth-child(6n + 7) {
    background: #fff;
    padding: 0px 20px;
    border-radius: 20px;
    color: #e2e2e2;
    font-size: 16px; }

.ham {
  display: none;
  position: absolute;
  top: 38px;
  right: 10px;
  z-index: 1000; }
  @media (max-width: 960px) {
    .ham {
      display: block; } }

.logo {
  text-align: right;
  line-height: normal; }
  .logo h1 {
    margin: 0;
    font-family: 'Light';
    font-size: 2.75em; }
  .logo h3 {
    font-family: 'Light';
    margin-top: 0; }
  @media (max-width: 560px) {
    .logo {
      text-align: center; }
      .logo h1 {
        font-size: 1.75em; }
      .logo h3 {
        font-size: 0.8em; } }

.marginTop {
  margin-top: 220px; }
  @media (max-width: 520px) {
    .marginTop {
      margin-top: 100px; } }

/*********************************************** 
 
               sub nawigacja 

***********************************************/
.sub-menu {
  display: none;
  z-index: 10;
  top: 25px;
  left: 0;
  border-bottom: 2px solid #5a5a5a;
  transition: all 0.5s;
  line-height: 1em;
  background: #212121; }
  .sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
    display: flex;
    width: 270px; }
  .sub-menu a {
    color: #fff;
    padding: 1em;
    font-size: 15px;
    border-bottom: 2px solid #212121; }
  .sub-menu a:hover {
    text-shadow: 0px 0px 0px #fff; }
  .sub-menu li ul {
    height: 1px;
    width: 1px;
    overflow: hidden;
    left: 100.2%;
    top: 0;
    transition: all 0.5s; }

ul.sub-menu li {
  transition: all 0.5s;
  text-align: center;
  display: flex; }
  ul.sub-menu li a {
    display: block;
    text-align: left; }

.sub-menu li:last-child a:hover {
  border-bottom: 2px solid #212121; }

.sub-menu .menu-item-has-children::after {
  content: " > ";
  position: absolute;
  top: 0;
  right: 0; }

/*  R O Z W I J A N I E  */
/*pierwszy stopień*/
#mainMenu li ul {
  display: none; }

#mainMenu li:focus .sub-menu,
#mainMenu li:hover .sub-menu {
  /*	display: grid;
  grid-template-columns: auto auto auto;*/
  position: absolute;
  top: 35px;
  left: 0; }

#mainMenu li:focus ul,
#mainMenu li:hover ul {
  display: block;
  height: auto;
  width: auto;
  overflow: hidden;
  padding: 8px; }

/* ------------------------------
             MOBILE
--------------------------------*/
@media (max-width: 560px) {
  .top nav {
    display: block; } }
@media (max-width: 1246px) {
  #mainMenu {
    display: none; }

  .menu .ham {
    display: block; }

  .top .grid37 {
    grid-template-columns: 70% 30%; }

  .pasekRed {
    display: none; } }
.ham,
.ham2 {
  cursor: pointer; }

/*----------------------menu2 */
.menu2 {
  position: fixed;
  width: 100vw;
  height: calc(100vh + 100px);
  left: 0;
  top: -240vh;
  padding: 5rem 0;
  overflow: scroll;
  background-color: rgba(25, 25, 25, 0.9);
  z-index: 10; }
  .menu2 a {
    color: #e2e2e2;
    text-decoration: none;
    font-family: 'Regular'; }

a .nagLink {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Light';
  font-size: 1.7em;
  letter-spacing: 2px; }

.grid4s a {
  text-decoration: none !important; }
.grid4s img {
  border: 2px solid #212121; }
  .grid4s img:hover {
    opacity: 0.9;
    border: 2px solid #fff; }

.pasek {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(images/pasek.jpg);
  background-position: center center;
  min-height: 800px;
  background-color: #fff; }
  @media (max-width: 420px) {
    .pasek {
      margin: 45px 0; } }

._owal {
  border-radius: 50%;
  border: 8px solid #fff; }

._nag {
  margin-top: 0;
  font-size: 2em; }

.sygnaturaKat img {
  display: block;
  width: 280px;
  margin: auto; }
.sygnaturaKat h2 {
  text-align: center;
  font-size: 2.8em; }

.sygnatura {
  background-image: url(images/top.jpg);
  background-position: center bottom;
  color: #fff;
  text-align: center;
  font-family: 'SemiBold';
  font-size: 2em;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  align-items: center; }

/*---- stopka ----*/
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  clear: both;
  width: 100%;
  color: #fff;
  background-color: #333;
  padding: 3em 0;
  text-align: center;
  line-height: 20px;
  border-top: 1px solid #5a5a5a; }
  footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Bold';
    text-align: center; }
  footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px; }
  footer .boki {
    border-left: 1px solid #444;
    border-right: 1px solid #444; }
  footer .copy {
    font-size: 13.8461538462px;
    text-align: center;
    padding-bottom: 2em; }
  @media (max-width: 520px) {
    footer div {
      padding-bottom: 2em; } }

/*---- cookey ----*/
.pasekBlack {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  margin: auto;
  min-height: 40px;
  padding: 0.5rem;
  color: #fff;
  font-size: 13.8461538462px;
  line-height: 18px; }

.fleks {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-around; }

#butciastka {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

/*---- galeria ----*/
.pos-bottom a {
  cursor: pointer;
  display: block;
  color: #fff;
  margin: auto;
  padding: 12px;
  border-radius: 1em;
  border: 1px solid #717171;
  text-align: center;
  text-decoration: none; }

/*---- form ----*/
input {
  padding: 0.5em;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #717171;
  margin: 0.2em auto;
  width: 90%;
  display: block;
  font-size: 1.2em;
  background-color: #212121; }

input[type="submit"] {
  width: 200px;
  display: block;
  margin: auto;
  background-color: black;
  border: 2px solid #e2e2e2; }

textarea {
  display: block;
  padding: 0.5em;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #717171;
  margin: 0.2em auto;
  width: 90%;
  font-size: 1.2em;
  background-color: #212121; }

/*******************/
.tytul, .wymiary, .cena, .mat, .zapytaj {
  display: flex;
  padding-right: 1em;
  border-bottom: 1px solid #555; }
  .tytul:before, .wymiary:before, .cena:before, .mat:before, .zapytaj:before {
    content: " ";
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 0.8em; }

.tytul {
  font-family: 'Semibold'; }
  .tytul:before {
    background-image: url(images/tytul.png); }

.wymiary {
  font-family: 'Light'; }
  .wymiary:before {
    background-image: url(images/size.png); }

.cena {
  font-family: 'Light'; }
  .cena:before {
    background-image: url(images/price.png); }

.mat {
  font-family: 'Light'; }
  .mat:before {
    background-image: url(images/mat.png); }

.zapytaj {
  font-family: 'Light'; }
  .zapytaj a {
    color: #fff;
    text-decoration: none; }

.metadane {
  padding-right: 1em;
  box-sizing: 1em; }

.zamawiam {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border: 1px solid #fff;
  box-sizing: border-box; }

.rel {
  position: relative; }

.view {
  display: block; }

.closeForm {
  width: 100%;
  height: 40px;
  background-image: url(images/ham2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer; }

.viewForm {
  width: 100%;
  height: 80px;
  background-image: url(images/pytanie.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
  padding-top: 2em; }

.paginacja2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%; }
  .paginacja2 a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.5em;
    padding: 1em;
    border: 1px solid #ddd; }
  @media (max-width: 520px) {
    .paginacja2 {
      position: relative;
      top: 0;
      left: 0; } }

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
  margin: 16px !important; }

._marginRight {
  padding-right: 2em; }
  @media (max-width: 960px) {
    ._marginRight {
      padding-right: 0; } }

._nagl a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em; }

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