/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=latin-ext'); */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap");
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap&subset=latin-ext'); */
/*  base styles  */

body {
  font-size: 16px;
  color: #444;
  margin: 0px auto 0px auto;
  font-family: "Montserrat", sans-serif;
  background: #f7f5f5;
  position: relative;
}
table {
  border-spacing: 0px;
}
figure,
figcaption {
  margin: 0px;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
}
a:hover {
  color: #000;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  text-decoration: none;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #2c74b2;
}
h1 {
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-bottom: 17px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
h2 {
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-bottom: 17px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-bottom: 17px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
h5 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

*:hover {
  transition: background-color 0.5s linear 0s, color 0.5s linear 0s;
  transition: color 0.5s linear 0s, color 0.5s linear 0s;
  transition: text-shadow 0.3s linear 0s, color 0.3s linear 0s;
  transition: all ease 0.4s;
}
* {
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.button,
input[type="submit"] {
  display: inline-block;
  background: #000;
  color: #fff;
  border: 1px solid rgb(230, 230, 230);
  padding: 10px 25px;
  font-size: 11px;
  text-transform: uppercase;
}
.button:hover,
input[type="submit"]:hover {
  color: #000;
  border-color: #eee;
  text-shadow: none;
  background: #fff;
}

.pasek_gora {
  background: #563d98;
  background: -webkit-linear-gradient(left, #01a0e4, #563d98);
  background: -o-linear-gradient(left, #01a0e4, #563d98);
  background: -moz-linear-gradient(left, #01a0e4, #563d98);
  background: linear-gradient(right, #01a0e4, #563d98);
}
.jezyki {
  position: absolute;
  right: 1%;
  top: 12px;
}
.jezyki a > img {
  margin-left: 4px;
  opacity: 0.7;
}
.jezyki a.hover img {
  opacity: 1;
}
.pasek_gora .srodek {
  text-align: right;
  color: #fff;
  font-size: 12px;
  margin-bottom: 1px;
  width: auto;
  overflow: hidden;
}
/*
.pasek_gora .srodek > p:first-child{
	float:left;
	line-height:28px;
}
*/
.pasek_gora .srodek > p > a > img {
  position: relative;
  top: 4px;
  height: 20px;
  margin-left: 10px;
}
.pasek_gora .srodek > p {
  float: right;
  margin: 2px 0px 6px 0px;
}
.srodek,
.podstopka {
  max-width: 1360px;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
  position: relative;
  display: block;
  overflow: hidden;
}
header {
  padding: 0px;
  margin: 0px;
  background-color: #f7f5f5;
  z-index: 100;
}
header .srodek {
  overflow: visible;
}
.logo-box {
  /* margin-top: 10px;
	padding-bottom:10px; */
  display: block;
  float: left;
}
.logo-box img {
  /* width:200px; */
  padding-top: 7px;
}
header .mail-box,
header .phone-box {
  float: right;
  color: #000;
  padding: 26px;
  width: 260px;
  padding-top: 15px;
  text-align: right;
}
header .mail-box {
  width: 385px;
}
header .mail-box {
  font-size: 22px;
}
header .phone-box {
  font-size: 24px;
  font-weight: bold;
}
footer .phone-box {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10000;
}
.telico,
.emailico {
  line-height: 30px;
}
.telico:before,
.emailico:before {
  font-family: "Icofont";
  display: block;
  font-size: 40px;
  float: left;
  padding-right: 15px;
}
.telico:before {
  color: #15aa59;
  background-color: #fff;
  content: "\efbb";
  border: 2px solid #15aa59;
  border-radius: 30px;
  padding: 2px;
  font-size: 30px;
  margin-right: 15px;
  margin-top: -6px;
}
.emailico:before {
  color: #2c74b2;
  content: "\ef12";
}

/* .home-page header{
	background-color:transparent;
	background-image: url(images/menu-bg-pattern.png);
} */

header .logo-box img {
  display: block;
  float: left;
  /* background-color: #fff; */
  padding: 8px;
}
header .logo-box .title {
  float: left;
  color: #000;
  font-size: 22px;
  font-style: italic;
  padding-top: 66px;
  padding-left: 5px;
}
header .logo-box .title span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #2c74b2;
}

.tekst {
  overflow: hidden;
  padding-bottom: 30px;
}
.rozwijane {
  display: inline-block;
  padding: 0px 15px 2px 0px;
  position: relative;
}
.dymek {
  padding: 0px 0px 0px 0px;
  color: #eee;
  position: absolute;
  top: 100%;
  right: -50px;
  z-index: 100;
  text-align: left;
  max-height: 0px;
  transition: opacity 1s ease;
  color: #333;
  background: #fff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    top,
    #fff,
    #eee
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #fff, #eee); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #fff, #eee);
  background: linear-gradient(top, #fff, #eee);
  overflow: hidden;
  z-index: 20;
  transition: max-height 1s ease;
  min-width: 250px;
}
.rozwijane:hover .dymek {
  max-height: 350px;
  transition: max-height 1s ease;
  /* border-top:solid 1px grey;	 */
  border-bottom: solid 2px #2c74b2;
}
.rozwijane:hover > a {
  color: grey;
}
.rozwijane2 {
  /* border-right:solid 1px #999; */
  width: 33.3%;
}
.rozwijane2 > *:first-child {
  font-weight: bold;
}
.dymek a,
.dymek span {
  display: block;
  font-size: 13px;
  z-index: 100;
  min-width: 120px;
  margin: 0px 0px 1px 0px;
  border: none;
  line-height: 1.4em;
  padding: 8px 20px 8px 20px;
  font-weight: normal;
  color: #555;
}
header nav span {
  cursor: default;
}
.dymek .hover,
.dymek a:hover {
  /* background: grey;
    background: -webkit-linear-gradient(left,#009C95, #009C95);
    background: -o-linear-gradient(left,#009C95, #009C95);
    background: -moz-linear-gradient(left, #009C95, #009C95);
    background: linear-gradient(right,#009C95, #009C95); */
  color: #15aa59;
}
/*
.dymek2>a,.dymek2>span{
	padding: 8px 10px 7px 35px;
	background:url(images/menu_cypek.png) 20px center no-repeat;	
}
.dymek2>span,.dymek2>a:hover{
	background:url(images/menu_cypek.png) 20px center no-repeat #fff;
}
*/

main {
  position: relative;
  margin: 0px auto 0px auto;
  min-height: 400px;
  padding-top: 0px;
}
main iframe {
  width: 100%;
  border: none;
  height: 400px;
  display: block;
}
/* .layout-box main{
    padding-top: 50px;
} */

footer {
  padding: 15px 0px;
  background-color: #2c74b2;
  position: relative;
}

footer .mini-o-nas-box,
footer .mini-contact-box,
footer .mini-map-box {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 15px 15px;
  font-size: 95%;
  border: none;
  color: #fff;
}
footer .mini-map-box iframe {
  width: 100%;
  height: 100%;
}
.mini-o-nas-box .logo > img {
  display: block;
  padding: 10px;
}
footer .mini-map-box iframe {
  max-height: 190px;
}

/*  copyrights */
.copyright-box {
  text-align: right;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 13px;
}
.copyright-box .logo {
  padding-top: 15px;
  display: block;
}
.copyright-box a {
  font-size: 13px;
  color: #fff;
}
.copyright-box .title {
  /* border-top: 1px solid rgb(24, 24, 24); */
  /* padding-top: 15px; */
  /* margin-top: 30px; */
}

.top {
  bottom: 25px;
  z-index: 10;
  opacity: 0.8;
  display: none;
  /*  Todo font dosnt show up */
}
.top img:hover {
  opacity: 1;
}
.top img {
  display: none;
}
.top:before {
  font-family: "IcoFont" !important;
  content: "\eacb";
  background-color: #fff;
  border-radius: 25px;
  color: #000;
  border: 1px solid rgb(136, 136, 136);
  padding: 5px;
  font-size: 25px;
}
.top:hover:before {
  background-color: #000;
  color: #fff;
}

.naglowek {
  clear: both;
  background: #efefef;
  border-bottom: soild 1px #555;
  margin: 0px;
  padding: 15px 0px 20px 0px;
  /* padding-top: 120px; */
}
.sciezka {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 15px;
}
/* .kolumny_2{
	column-count:2;
} */

/*RESPONSYWNE*/
.hamburger {
  display: none;
  /* padding-bottom:15px; */
  z-index: 2;
  position: relative;
  padding: 5px;
}
.responsywne {
  max-height: 0px;
  height: auto !important;
  background: -webkit-linear-gradient(
    top,
    #eeeeee,
    #ffffff
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    top,
    #eeeeee,
    #ffffff
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background: linear-gradient(top, #eeeeee, #ffffff);
  background: #f6f6f6;
  font-weight: normal;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.subheader nav.responsywne span,
.subheader nav.responsywne a {
  display: block;
  overflow: hidden;
  float: none;
  color: #333;
  cursor: pointer;
  padding: 15px;
  border-top: solid 1px #ccc;
  text-align: center;
  border-radius: 0px;
}
.subheader nav.responsywne .hover,
.subheader nav.responsywne a:hover {
  color: grey;
  border-top: solid 1px #ccc;
  background-color: #eee;
}
.responsywne div div {
  /* padding-left:10px; */
  overflow: hidden;
}
.responsywne > div > a {
  padding-right: 20px;
}
.responsywne .responsywne_rozwijane {
  /* background-image:url('images/lewe_rozwin.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: default;
    padding: 15px;
    display: block;
	text-align: center; */
  position: relative;
}
.responsywne .responsywne_rozwijane:before {
  content: "\ea77";
  font-family: "Icofont";
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 20px;
}
.responsywne .rozwiniete:before {
  content: "\ea7a";
}
/* .responsywne .rozwiniete{
	background-image:url('images/lewe_zwin.png');
	background-position:right center;
	background-repeat:no-repeat;
} */
.responsywne .responsywne_rozwijane ~ div a {
  padding: 15px;
  display: block;
  text-align: center;
}

/*  subheader  */
/*  top menu  */
.subheader {
  clear: both;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
}
/*  overflow hidden ukrywa menu rozwijalne */
.subheader .srodek-bez-overflow-hidden {
  max-width: 1360px;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
  position: relative;
  display: block;
}
/*  indywidualne ikony  */

.subheader nav .id_1:before {
  content: "\ef47";
}
.subheader nav .id_130:before {
  content: "\e820";
}
.subheader nav .id_128:before {
  content: "\ef8c";
}
.subheader nav .id_131:before {
  content: "\ef8c";
}
.subheader nav .id_132:before {
  content: "\e820";
}
.subheader nav .id_133:before {
  content: "\eedb";
}
.subheader nav .id_129:before {
  content: "\ec67";
}

.subheader nav .rozwijane > *:first-child {
  white-space: nowrap;
  position: relative;
}
.subheader nav .rozwijane > *:first-child:before {
  font-family: "IcoFont" !important;
  content: "\ea77";
  display: block;
  position: absolute;
  right: 0px;
  font-size: 20px;
}
.subheader nav .rozwijane > span {
  padding-top: 11px;
}
.subheader nav > span:hover,
.subheader nav > a:hover,
.rozwijane:hover > span,
.subheader nav .hover {
  /* background: #000; */
  color: #15aa59;
}
.subheader nav span {
  cursor: default;
}
.subheader .menu-gora-box {
  border: 1px solid #e6e6e6;
  clear: both;
  background-color: #fff;
}
.subheader.active {
  position: fixed;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
.subheader nav {
  padding: 0px;
  font-size: 15px;
  clear: both;
  text-align: right;
  position: relative;
}
.subheader nav > a,
.subheader nav > span,
.subheader nav .rozwijane > span,
.subheader nav .rozwijane > a {
  margin: 0px;
  display: inline-block;
  position: relative;
  min-width: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #333;
  font-weight: bold;
}
.subheader nav.responsywne > a,
.subheader nav.responsywne > span,
.subheader nav.responsywne .rozwijane > span,
.subheader nav.responsywne .rozwijane > a {
  display: block;
}
.subheader nav > a:before,
.subheader nav > span:before,
.subheader nav .rozwijane > span:before,
.subheader nav .rozwijane > a:before {
  font-family: "IcoFont" !important;
  display: none;
  font-size: 25px;
}

@media screen and (max-width: 1380px) {
  header .logo-box img {
    display: block;
  }
  header .mail-box,
  header .phone-box {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo-box .title {
    clear: both;
    font-size: 18px;
    padding: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* header nav > a, header nav > span, header nav .rozwijane > span, header nav .rozwijane > a{
		padding-left: 5px;
    	padding-right: 5px;
	} */

  .logo-box {
    position: static;
    display: block;
    /* text-align:center; */
    /* margin-bottom:-30px;
		margin-top:-15px; */
  }
  /* header .phone-box{
		clear:both;
	} */
  footer .mini-o-nas-box,
  footer .mini-contact-box,
  footer .mini-map-box {
    width: 100%;
  }
}
@media all and (min-width: 720px) {
  .responsywne {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  header .logo-box img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  header .logo-box {
    float: none;
  }
  header .logo-box .title {
    display: none;
  }
  h2 {
    font-size: 20px;
  }
  header {
    overflow: hidden;
    height: auto;
    padding-bottom: 0px;
  }
  header .srodek {
    overflow: hidden;
  }
  .hamburger {
    display: block;
  }
  footer {
    background-size: cover;
  }
  footer > .srodek {
    flex-wrap: wrap;
  }
  footer > .srodek > * {
    /* width:92%;
		padding:0px 4% 0px 4%; */
    display: block;
  }
  nav.desktopowe {
    display: none;
    float: none;
    margin: 0px;
    padding-top: 0px;
    min-width: 0;
    overflow: hidden;
  }
  nav.responsywne {
    float: none;
    margin: 0px;
    padding-top: 0px;
    min-width: 0;
    overflow: hidden;
  }
  header nav > a,
  header nav > span,
  header nav .rozwijane > span,
  header nav .rozwijane > a {
    display: block;
    color: grey;
  }
  /* .logo-box img{
		height:150px;
	} */
  header .mail-box,
  header .phone-box {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  header .mail-box {
    font-size: 18px;
    width: 325px;
  }
  header .phone-box {
    width: 285px;
  }
  footer .mini-o-nas-box,
  footer .mini-contact-box,
  footer .mini-map-box {
    padding: 0px;
  }
  header .mail-box,
  header .phone-box {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .sciezka {
    display: block;
    float: none;
  }
  .naglowek h1 {
    font-size: 30px;
  }
  .tekst {
    /* padding:30px 4% 20px 4%;
		width:92%;
		max-width:none;
		background:rgba(255,255,255,0.8); */
  }
  .top {
    padding-top: 10px;
    display: block;
    position: absolute;
    left: 4%;
    text-align: center;
  }
  footer > .srodek {
    display: block;
  }
  .pasek_gora .srodek {
    text-align: center;
    padding: 5px 2% 5px 2%;
    width: 96%;
  }
  .pasek_gora .srodek > p,
  .pasek_gora .srodek > .jezyki + p {
    float: none;
    display: block;
    text-align: center;
    margin: 0px;
    line-height: 2em;
  }
  main h3 {
    font-size: 20px;
  }
}

.aktualnosc-box .title {
  display: none;
}

.mini-menu-list-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.mini-menu-list-box li a {
  padding: 2px 0px;
  display: block;
}
.mini-menu-list-box li a:hover,
.mini-menu-list-box li a.active {
  color: #2c74b2;
}
