body {
  font-family: 'Conv_Futura Koyu', Sans-Serif;
}

header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:hover {
  color: #343434;
}

.clear {
  clear: both;
}

@media all and (min-width: 500px) {
  .slides {
    display: inline-block;
  }
  .slides_small {
    display: none;
  }
}
@media all and (max-width: 499px) {
  .slides {
    display: none;
  }
  .slides_small {
    display: inline-block;
  }
}

/* top */

header h1 {
  display: block;
  float: right;
  font-size: 40px;
  font-weight: 200;
  padding: 1% 2% 0 0;
}

.logo {
  padding: 1% 2% 0 0;
  float: right;
}

header h1 img {
  width: 100%;
  max-width: 252px;
}

nav {
  display: block;
  float: left;
  height: 81px;
}

nav > ul {
  display: table;
  vertical-align: middle;
  width: 100%;
}

nav > ul > li {
  float: left;
  display: inline-block;
  border-left: 1px #d2d2d2 solid;
  border-right: 1px #d2d2d2 solid;
  border-bottom: 1px #d2d2d2 solid;
  margin-right: -1px;
}

nav > ul > li > a {
  display: block;
  font-size: 18px;
  text-align: left;
  color: #272727;
  text-decoration: none;
  font-weight: 400;
  /*    letter-spacing: 2px;*/
  padding: 15px 80px 15px 60px;
  line-height: 25px;
  background-image: url('../img/menu-ico.png');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  height: 50px;
  z-index: 2;
}

nav > ul > li:last-of-type > a {
  padding-right: 60px;
}

nav > ul > li > a:hover {
  background-color: #e5e5e5;
  background-image: url('../img/menu-ico2.png');
}

nav > ul > li > a.active {
  background-color: #e5e5e5;
}

nav > ul > li:hover > a {
  background-image: url('../img/menu-ico2.png');
  background-color: #e5e5e5;
}

nav > ul > li > a:hover {
  background-image: url('../img/menu-ico3.png');
  background-color: #003a68;
  color: #fff;
}

nav > ul > li:last-of-type > a {
  background-image: none;
  line-height: 50px;
}

nav > ul > li:last-of-type {
  border-right: 1px #d2d2d2 solid;
}

nav ul > li:hover > ul {
  display: block;
}

nav ul > li > ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
  background-color: #e5e5e5;
  position: relative;
  z-index: 100;
}

nav ul > li > ul > li {
  background-color: #e5e5e5;
  width: 100%;
}

nav ul > li > ul > li > a {
  width: 80%;
  display: block;
  float: left;
  background-color: #e5e5e5;
  background-image: url('../img/podmenu-ico.png');
  background-repeat: no-repeat;
  background-position: 5% 50%;
  padding: 4% 0 4% 20%;
  color: #272727;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

nav ul > li > ul > li:last-of-type > a {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

nav ul > li > ul > li > a:hover {
  background-color: #003a68;
  color: #fff;
  background-image: url('../img/podmenu-ico2.png');
}

.toggler {
  width: 20%;
  float: left;
}

.menu-toggler {
  display: none;
  width: 50px;
  height: 32px;
  float: right;
  padding: 25% 25% 10px 0;
}

.menu-toggler .bar {
  display: block;
  height: 4px;
  width: 100%;
  margin-bottom: 5px;
  background-color: #000;
  border-radius: 5px;
}

.menu {
  display: none;
  width: 100%;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}

.menu > ul {
  list-style: none;
}

.menu > ul > li > a {
  width: 100%;
  padding: 30px 0;
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  letter-spacing: 2px;
  background: #f5f5f5;
  border-bottom: 1px #d3d3d3 solid;
  border-top: 1px #fff solid;
  background-image: url('../img/menu-ico.png');
  background-repeat: no-repeat;
  background-position: 5%;
}

.menu > ul > li:last-of-type > a {
  background-image: none;
}

.menu > ul > li:last-of-type > a:hover {
  background-image: none;
}

.menu > ul > li > ul > li a {
  width: 100%;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #272727;
  text-decoration: none;
  letter-spacing: 2px;
  background: #fff;
  border-bottom: 1px #f5f5f5 solid;
  border-top: 1px #f5f5f5 solid;
}

.menu > ul a:hover > ul {
  display: none;
}

.menu > ul > li > a:hover {
  color: #343434;
  background: #fafafa;
  background-image: url('../img/menu-ico.png');
  background-repeat: no-repeat;
  background-position: 5%;
}

.menu > ul > li > ul {
  display: none;
}

/* Slider */

.flexslider {
  overflow: hidden;
}

/* Strona główna teskt */

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.art {
  padding: 0 5%;
}

.art h1 {
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  color: #272727;
  margin: 4% 0 2% 0;
  text-transform: uppercase;
}

.art p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  text-align: left;
  color: #272727;
  margin: 2% 0;
}

/* Stopka */

footer {
  width: 100%;
  background: #1e1e1e; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #1e1e1e 0%,
    #010101 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #1e1e1e 0%,
    #010101 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #1e1e1e 0%,
    #010101 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
  border-top: 1px #000 solid;
  display: block;
  float: left;
}

footer article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #e3e3e3;
  font-weight: 100;
}

footer {
  width: 100%;
  display: block;
  float: left;
}

footer article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 100;
}

footer > article > div {
  width: 25%;
  float: left;
  line-height: 34px;
  padding: 2% 0 2% 0;
}

footer > article > div:first-of-type > p {
  padding-left: 40%;
}

footer > article > div:nth-of-type(2n) > p {
  padding-left: 10%;
}

footer > article > div:nth-of-type(3n) > p {
  padding-left: 20%;
  border-left: 1px #dedede solid;
}

footer > article > div:last-of-type > p {
  padding-left: 10%;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #f5f5f5;
  text-decoration: underline;
}

footer .tel:before {
  content: '';
  float: left;
  margin: 8px 0 0 -30px;
  display: block;
  width: 20px;
  height: 16px;
  background-image: url('../img/ico-tel.png');
  background-size: contain;
  background-repeat: no-repeat;
}

footer .kom:before {
  content: '';
  float: left;
  margin: 8px 0 0 -30px;
  display: block;
  width: 20px;
  height: 16px;
  background-image: url('../img/ico-kom.png');
  background-size: contain;
  background-repeat: no-repeat;
}

footer .mail:before {
  content: '';
  float: left;
  margin: 8px 0 0 -30px;
  display: block;
  width: 20px;
  height: 16px;
  background-image: url('../img/ico-mail.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Podstrony */

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  padding: 2% 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.content h1 {
  font-size: 38px;
  font-weight: 100;
  color: #272727;
  margin: 1% 0 0 0;
  text-transform: uppercase;
  padding: 0;
  line-height: 50px;
}

.content h2 {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0;
  line-height: 20px;
}

.content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  text-align: left;
  color: #272727;
  margin: 4% 0;
  padding: 0;
}

.content ul {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  text-align: left;
  color: #272727;
  margin: 3% 0 3% 2%;
  padding: 0 2%;
  list-style: disc;
}

.content ul li {
  padding: 1.5% 0;
}

.content img {
  width: 99%;
  border: 3px #e5e5e5 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}

.content p.wprowadzenie {
  background: #f5f5f5;
  margin: 0.5% 0 3% 0;
  padding: 3% 3%;
  text-align: justify;
  font-size: 16px;
}

/* Breadcrumb */

.breadcrumb {
  list-style: none;
  width: 100%;
  float: left;
  display: block;
  margin: 2% 0 0 0;
  line-height: 20px;
}

.breadcrumb li {
  display: block;
  float: left;
  padding-right: 5px;
  color: #3a3a3a;
  font-size: 12px;
}

.breadcrumb li a {
  color: #3a3a3a;
}

.breadcrumb li a:hover {
  color: #717171;
}

.breadcrumb li a:after {
  content: ' » ';
  float: right;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.breadcrumb li:last-of-type a:after {
  content: ' ';
}
.breadcrumb li:last-of-type a {
  color: #003a68;
}

/* Kontakt */

.cala {
  background-color: #f5f5f5;
  display: block;
  width: 100%;
  display: block;
  float: left;
  margin: 2% 0;
}

.h1-100 {
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  padding: 2% 0 0 0;
  text-transform: uppercase;
}

.h2-100c {
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  padding: 2% 0 2% 0;
  margin: 2% 0;
  background-color: #9d0025;
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
}

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

.kontakt article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  font-weight: 100;
}

.kontakt > article > div {
  width: 25%;
  float: left;
  line-height: 34px;
  padding: 2% 0 2% 0;
}

.kontakt > article > div:first-of-type > p {
  padding-left: 40%;
}

.kontakt > article > div:nth-of-type(2n) > p {
  padding-left: 10%;
}

.kontakt > article > div:nth-of-type(3n) > p {
  padding-left: 20%;
  border-left: 1px #dedede solid;
}

.kontakt > article > div:last-of-type > p {
  padding-left: 10%;
}

.kontakt a {
  color: #000;
}

.kontakt a:hover {
  color: #000;
  text-decoration: underline;
}

.kontakt .tel:before {
  content: '';
  float: left;
  margin: 8px 0 0 -30px;
  display: block;
  width: 20px;
  height: 16px;
  background-image: url('../img/ico-telb.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.kontakt .kom:before {
  content: '';
  float: left;
  margin: 8px 0 0 -30px;
  display: block;
  width: 20px;
  height: 16px;
  background-image: url('../img/ico-komb.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.kontakt .mail:before {
  content: '';
  float: left;
  margin: 8px 0 0 -30px;
  display: block;
  width: 20px;
  height: 16px;
  background-image: url('../img/ico-mailb.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.map {
  max-width: 1200px;
  margin: 0 auto;
}

.map div {
  float: left;
  width: 48%;
}

.map div:last-of-type {
  margin-left: 2%;
}

/* Cennik */

.art h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  padding: 0;
  margin-bottom: 30px;
}

.art ul {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  text-align: left;
  color: #272727;
  padding: 0;
  margin: 0 0 5% 2%;
}

.tg {
  background-color: #f5f5f5;
  vertical-align: middle;
  width: 100%;
}
.tg td {
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  border-bottom-width: 1px;
  line-height: 24px;
}
.tg th {
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #fff;
  border-bottom-width: 1px;
}
.tg .tg-baqh {
  text-align: center;
  vertical-align: middle;
}
.tg .tg-baqha {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.tg .tg-baqhi {
  text-align: center;
  vertical-align: middle;
  background-color: #9d0025;
  padding: 25px 0;
  font-size: 18px;
}
.tg .tg-dzk6 {
  text-align: center;
  vertical-align: middle;
  border-left: 1px #dedede solid;
  border-right: 1px #dedede solid;
}
.tg th:first-child {
  border-radius: 6px 0 0 0;
}

.tg th:last-child {
  border-radius: 0 6px 0 0;
}

.tg th:only-child {
  border-radius: 6px 6px 0 0;
}

.tg tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.tg tr:nth-child(2n + 1) {
  background-color: #f9f9f9;
}
.tg tr:hover {
  background: #fff;
  transition: all 0.1s ease-in-out;
}

/* Formularz */

.tlo {
  width: 100%;
  background-color: #f5f5f5;
  padding: 2% 0;
  margin: 2% 0;
}

.formularz {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.formularz div {
  width: 500px;
  margin: 2% auto;
  height: 25px;
}

.formularz div label {
  width: 35%;
  height: 25px;
  font-size: 14px;
  line-height: 16px;
  display: block;
  float: left;
  padding: 4px 3px 3px 5px;
  font-weight: 100;
}

.formularz div input {
  float: right;
  width: 60%;
  height: 20px;
  border: 1px solid #dadada;
  color: #888;
  height: 20px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  font-size: 12px;
  line-height: 15px;
  box-shadow: inset 0px 1px 4px #ececec;
  -moz-box-shadow: inset 0px 1px 4px #ececec;
  -webkit-box-shadow: inset 0px 1px 4px #ececec;
}

.formularz div textarea {
  float: right;
  width: 60%;
  max-width: 300px;
  height: 20px;
  border: 1px solid #dadada;
  color: #888;
  height: 70px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  font-size: 12px;
  line-height: 15px;
  box-shadow: inset 0px 1px 4px #ececec;
  -moz-box-shadow: inset 0px 1px 4px #ececec;
  -webkit-box-shadow: inset 0px 1px 4px #ececec;
}

.formularz #blad {
  width: 100%;
  height: auto;
  text-align: center;
  color: #9d0025;
  line-height: 30px;
  list-style: none;
}

.formularz #blad ul {
  list-style: none;
}

.button {
  background: #9d0025; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #9d0025 0%,
    #80001e 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #9d0025 0%,
    #80001e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #9d0025 0%,
    #80001e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0025', endColorstr='#80001e',GradientType=0 ); /* IE6-9 */
  width: 100%;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #fff;
  box-shadow: 1px 1px 5px #b6b6b6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9e3f3f;
  cursor: pointer;
  font-size: 24px;
  margin: 5% 0;
}
.button:hover {
  background: #cf7a7a;
}

.formularz span {
  text-align: left;
  width: 500px;
  display: block;
  margin: 0 auto;
  color: #565656;
  font-size: 10px;
}

.formularz span i {
  color: #9d0025;
}

.formularz div.uwagi {
  width: 500px;
  margin: 2% auto;
  height: 70px;
}

.formularz div.but {
  width: 500px;
  margin: 2% auto;
  height: auto;
}

.logo-new {
  width: 99%;
  margin: 10px auto 0 auto;
}

.pod-logo {
  width: 99%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  float: left;
}

.left-pod-logo {
  width: 23.9%;
  display: block;
  float: left;
}

.ultext {
  float: left;
  width: 76%;
}

.ultext li {
  display: block;
  float: left;
  background-color: #9e0025;
  list-style: none;
  padding: 10px 0;
  margin: 5px 0;
  color: #ffffff;
  text-align: right;
  width: 100%;
  font-size: 2.8vw;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ultext li span {
  padding-right: 10%;
}

.md_kontakt {
  padding-left: 40%;
  border-left: solid 1px #dedede;
}
.md_dwa {
  padding-left: 20%;
  border-left: solid 1px;
}
.md {
  padding-left: 40%;
}
.up {
  text-transform: uppercase;
}

/* Resposnive */

@media screen and (max-width: 1181px) {
  nav > ul > li > a {
    padding: 15px 50px 15px 40px;
  }

  nav > ul > li:last-of-type > a {
    padding-right: 35px;
  }

  ul > li > ul > li > a {
    background-position: 0% 50%;
  }

  .content h1 {
    font-size: 30px;
  }

  .breadcrumb {
    margin-left: 2%;
    width: 98%;
  }

  .content img {
    width: 96%;
  }

  .content p.wprowadzenie,
  .content p,
  .content h2,
  .content h1,
  .content img {
    margin-left: 3%;
  }

  .map div {
    margin-left: 1%;
    width: 48%;
  }
}

@media screen and (max-width: 1025px) {
  nav > ul > li > a {
    padding: 15px 40px 15px 30px;
    background-position: 99% 50%;
    font-size: 16px;
  }

  nav > ul > li:last-of-type > a {
    padding-right: 25px;
  }
  .content h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 901px) {
  header h1 {
    width: 80%;
    padding: 0 0;
    min-height: 100px;
    background-image: url('../img/logo-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
  }

  header h1.luks {
    background-image: url('../img/logo-mobile2.png');
  }

  header h1 img {
    display: none;
  }

  nav {
    display: none;
  }

  header h1 {
    width: 80%;
  }

  .menu-toggler {
    display: block;
  }

  .pod1.visible {
    display: block;
  }

  .menu > ul > li > a.pod1-c.active,
  .menu > ul > li > a.pod2-c.active {
    background-color: #003a68;
    color: #fff;
    background-image: url('../img/menu-ico3.png');
    background-repeat: no-repeat;
    background-position: 5%;
  }

  .pod2.visible {
    display: block;
    background-color: #003a68;
    color: #fff;
  }

  .menu.visible {
    display: block;
  }

  footer > article > div {
    width: 100%;
    text-align: center;
    padding: 2% 0;
  }

  footer > article > div > p {
    width: 100%;
    text-align: center;
    padding: 0 0;
  }

  .content {
    padding: 0 5%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .breadcrumb {
    margin-left: 5%;
    width: 95%;
  }

  .content img {
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
  }

  .content p.wprowadzenie,
  .content p,
  .content h2,
  .content h1,
  .content img,
  .content ul {
    margin-left: 0;
  }

  .content p {
    font-size: 16px;
  }

  .kontakt > article > div {
    width: 100%;
    text-align: center;
    padding: 2% 0;
  }

  .kontakt > article > div > p {
    width: 100%;
    text-align: center;
    padding: 0 0;
  }

  .kontakt > article > div:first-of-type > p {
    padding-left: 0;
  }

  .kontakt > article > div:nth-of-type(2n) > p {
    padding-left: 0;
  }

  .kontakt > article > div:nth-of-type(3n) > p {
    padding-left: 0;
    border-left: none;
  }

  .kontakt > article > div:last-of-type > p {
    padding-left: 0;
  }

  footer > article > div:first-of-type > p {
    padding-left: 0;
  }

  footer > article > div:nth-of-type(2n) > p {
    padding-left: 0;
  }

  footer > article > div:nth-of-type(3n) > p {
    padding-left: 0;
    border-left: none;
  }

  footer > article > div:last-of-type > p {
    padding-left: 0;
  }

  .map div {
    margin: 1%;
    width: 99%;
  }

  .map div:last-of-type {
    margin-left: 1%;
  }

  .formularz span,
  .formularz #blad,
  .formularz div.but,
  .formularz div.uwagi,
  .formularz div {
    width: 96%;
    margin: 2%;
  }
  .md_dwa {
    padding-left: 0;
    border-left: none;
  }
  .md {
    padding-left: 0;
  }
}
