/* 

				Strona główna
	
*/
#strona-glowna ul {
  width: 100%;
  overflow: hidden;
}
#strona-glowna ul li {
  width: 31.5%;
  /* width: 23.2%; */
  margin: 0.8%;
  display: inline-block;
  box-sizing: border-box;
  /* height: 300px; */
  vertical-align: top;
  position: relative;
  border: 1px solid #ddd;
  padding: 15px;
  min-width: 272px;
}
#strona-glowna ul li img {
  width: 100%;
  margin: 10px 0;
}
#strona-glowna ul li p {
  width: 100%;
  min-height: 42px;
  float: left;
}
#strona-glowna ul li p a {
  margin: 10px auto;
  position: relative;
  bottom: 5px;
  width: 230px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0px;
}
#strona-glowna ul li:first-child {
  /* margin-left: 0; */
}
#strona-glowna ul li:last-child {
  /* margin-right: 0; */
}
#strona-glowna #box-o-firmie {
  width: 707px;
  background: #555;
  margin-left: 25px;
  margin-top: 0px;
  float: left;
  color: #fff;
  position: relative;
  z-index: 20;
}
#strona-glowna #box-o-firmie > a {
  width: 100%;
  display: block;
  height: 40px;
  text-align: center;
  font-size: 1.2em;
}
#strona-glowna #box-aktualnosci {
  background: #555;
  height: auto;
  margin: 30px auto;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #fff;
  position: relative;
  z-index: 20;
  max-width: 800px;
}
#strona-glowna #box-o-firmie h3,
#strona-glowna #box-aktualnosci h3 {
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
}
#strona-glowna #box-o-firmie span {
  position: absolute;
  font-size: 1.1em;
  line-height: 1.1em;
}
#strona-glowna #box-o-firmie span#line-1 {
  top: 108px;
  left: 128px;
}
#strona-glowna #box-o-firmie span#line-2 {
  top: 107px;
  left: 498px;
}
#strona-glowna #box-o-firmie span#line-3 {
  top: 268px;
  left: 67px;
}
#strona-glowna #box-o-firmie span#line-4 {
  top: 268px;
  left: 537px;
}
#strona-glowna #box-o-firmie span#line-5 {
  top: 354px;
  left: 128px;
  line-height: 1.4em;
}
#strona-glowna #box-o-firmie span#line-6 {
  top: 362px;
  left: 472px;
}
#strona-glowna #box-o-firmie span span.sup {
  position: relative;
  bottom: 7px;
}
#strona-glowna #box-o-firmie span b {
  font-size: 1.5em;
}

#strona-glowna #news-big {
  padding: 10px 20px;
  overflow: hidden;
  width: 50%;
}
#strona-glowna #news {
  padding: 10px 20px;
  overflow: hidden;
  width: 95%;
  max-width: 1024px;
  margin: 0px auto;
}
#strona-glowna #news .box-news {
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
}
#strona-glowna #news .box-news:last-child {
  border: 0;
}
#strona-glowna #news .box-news p {
  overflow: hidden;
}
#strona-glowna #news .box-news h4 {
  padding: 6px 0px;
  float: none;
}
#strona-glowna #news .box-news p.desc {
  float: left;
  width: 65%;
  margin-left: 15px;
}
#strona-glowna #news img {
  float: left;
  /* width: 25%; */
  width: 120px;
}
#strona-glowna #news a {
  display: block;
  float: right;
  padding: 8px 25px;
  background: #09a0f1;
  color: #fff;
}
#strona-glowna .box-grey-background {
  width: 940px;
  height: 650px;
  background: #ddd;
  position: absolute;
  top: 90px;
  left: 190px;
  z-index: 10;
}
/* 

				Aktualności
	
*/
#aktualnosci h4 {
  font-size: 16px;
  border-left: 4px solid #929292;
  padding: 0px 6px;
  color: #929292;
  padding-top: 0px;
  margin-top: 13px;
}
#aktualnosci p {
  padding-left: 6px;
  border-left: 4px solid #929292;
  line-height: 17px;
}
/* 

				Newsy
	
*/
.effect6 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}
#newsy {
  background: #f1f1f1;
}
#newsy {
  padding: 2%;
}
#newsy ul li {
  width: 29.8%;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
  background: #ffffff;
  padding: 1%;
  position: relative;
  height: 380px;
  min-width: 250px;
}
#newsy ul li:nth-of-type(1),
#newsy ul li:nth-of-type(2),
#newsy ul li:nth-of-type(3) {
  margin-top: 0;
}
#newsy ul li:nth-of-type(3n-2) {
  margin-left: 0;
}
#newsy ul li:nth-of-type(3n + 0) {
  margin-right: 0;
}
#newsy ul li h3 {
  background: #09a0f1;
  color: #fff;
  padding: 2% 5%;
  position: relative;
  left: 0;
  line-height: 1.4em;
  bottom: 38%;
  position: absolute;
  width: 83%;
}
#newsy ul li img {
	width: 100%;
	max-height: 250px;
}
.news-tab-img {
	height: 250px;
	width: auto;
}
#newsy ul li > p {
  position: absolute;
  left: 0px;
  padding: 4%;
  top: 62%;
}
#newsy ul li div.bottom {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 21px;
  width: 92%;
  left: 0px;
  padding: 0 4%;
}
#newsy ul li div.bottom p {
  width: 50%;
  float: left;
  color: #09a0f1;
}
#newsy ul li div.bottom a {
  float: right;
  text-transform: uppercase;
  text-decoration: underline;
}
/* 

				Kontakt
	
*/
#contact {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#contact h2 {
  border-bottom: 1px solid #555555;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
#contact p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #777171;
  font-size: 1.2em;
}
#contact .section {
  margin: 30px 0;
}
#contact .section.noMargin {
  margin: 0;
}
#contact .persons {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contact .persons li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: auto;
}
#contact .persons li.col-1 {
  width: 100%;
}
#contact .persons li.col-2 {
  width: 49.5%;
  min-width: 260px;
}
#contact .persons li.col-2-half {
  width: 49.5%;
  min-width: 210px;
}
#contact .persons li.col-3 {
  width: 32.9%;
}
#contact .persons li.col-4 {
  width: 24%;
  min-width: 220px;
}
#contact .persons li.col-5 {
  width: 32%;
  min-width: 210px;
}
#contact .persons li.mid {
  height: 200px;
}
#contact .persons li.small {
  height: 100px;
}
#contact .persons li.x-small {
  height: 70px;
}
#contact .persons li.xx-small {
  height: 50px;
}
#contact .persons li.big {
  height: 220px;
}
#contact .persons li > h3 {
  margin: 4px 0 0 0;
  padding: 0;
}
#contact .persons li._norbert > h3 {
  position: absolute;
  top: 111px;
  font-size: 1.3em;
  left: 3px;
}
#contact .persons li._norbert > p {
  margin-top: 23px;
}
#contact .persons li .hours {
  background: #ddd;
  display: inline-block;
  color: #818181;
  width: 142px;
  padding: 4px 10px 3px 8px;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: bold;
}
#contact p.openHours {
  margin: 30px 0px 15px 0px;
}
#contact .persons li p a {
  color: #777171;
}
#contact .persons li p a:hover {
  color: #17aefd;
}
#contact .persons li > img {
  width: 150px;
  height: auto;
  border-radius: 8px;
}
#contact .persons li div.contact-data {
  margin-top: 10px;
}
#contact .persons li div.vertical-center {
  margin-top: 68px;
}
#contact .persons li .contact-flag {
  position: relative;
  top: 1px;
  width: 18px;
  margin-right: 6px;
}
#contact .main-ul {
  margin-bottom: 30px;
}
#contact iframe {
  width: 100%;
}
/* 

				Wyszukiwarka
	
*/
#search {
  overflow: hidden;
  margin: 20px 0px;
}
#search ul li {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
#search img {
  width: 16%;
  margin-right: 2%;
  float: left;
}
#search span {
  margin: 0 4px;
}
#search a {
  display: block;
}
/* 

				Szczegół produktu
	
*/
#productDetails {
  width: 100%;
  position: relative;
}
#productDetails h1 {
  width: 100%;
  float: none;
  font-size: 1.4em;
}
#productDetails div.header div h2 span#symbol {

}
#productDetails div.header div h2 em#version {
  font-size: 15px;
  font-weight: normal;
}
#productDetails h3 {
  margin: 50px 0px 20px 0px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
#productDetails .productDetails-code {
  float: left;
  font-size: 1.4em;
  position: relative;
  top: 9px;
  margin-right: 6px;
}
#productDetails .productDetails-name {
  float: left;
  font-size: 1.4em;
  margin-right: 6px;
}
#productDetails .photos {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;

  /* display: table;
    width: 96%;
    overflow: hidden;
    margin-top: 30px;
    padding: 0 2%; */
}
#productDetails .bigPhoto {
  display: table-row;
  text-align: center;
  height: 520px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: zoom-in;
  position: relative;
}
#productDetails .bigPhoto:hover {
  cursor: zoom-in;
}
#productDetails .bigPhoto a {
  display: block;
  margin: 0 auto;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
#productDetails .bigPhoto a:hover {
  cursor: zoom-in;
}
#productDetails .bigPhoto a:first-child {
  border: 1px solid #ddd;
}
#productDetails .bigPhoto a:first-child img {
  cursor: zoom-in;
}
#productDetails .bigPhoto a img {
  width: auto;
  max-height: 450px;
  max-width: 450px;
}
#productDetails .miniatures {
  margin-top: 2%;
}
#productDetails .miniatures a {
  width: 34px !important;
  height: 36px !important;
  line-height: 60px;
  display: block;
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 1%;
  position: relative;
  cursor: pointer;
  float: left;
  /* width: 50px !important;
  height: 50px !important;
  line-height: 60px;
  display: block;
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 1%;
  position: relative;
  cursor: pointer;
  float: left; */
}
#productDetails .miniatures a:hover {
  border: 1px solid #09a0f1;
}
#productDetails .miniatures a:first-child,
#productDetails .miniatures a:nth-child(9) {
  /* margin-left: 0; */
}
#productDetails .miniatures a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 30px;
  max-height: 34px;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 40px;
  max-height: 45px; */
  /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-height: 60px;
    max-width: 60px; */
}
#productDetails .description {
  font-size: 1.3em;
}
#productDetails .description p {
  margin: 6px 0;
}
#productDetails #paramsTable {
  width: 90%;
  border-collapse: collapse;
  margin-bottom: 20px;
  padding: 5px 17px;
}
#productDetails #paramsTable tr {
  margin: 0;
}
#productDetails #paramsTable tr:nth-child(2n) {
  background: #f8f8f8;
}
#productDetails #paramsTable tr td {
  margin: 0;
  padding: 10px 6px;
  vertical-align: top;
  border: 1px solid #dddddd;
}
#productDetails #paramsTable tr td:first-child {
  color: inherit !important;
  font-weight: inherit !important;
  min-width: 160px;
}
#productDetails #paramsList {
  padding: 0px 18px 30px 18px;
}
#productDetails .protections {
  width: 100%;
  height: auto;
  margin-left: 16px;
}
#productDetails .protections p {
  font-size: 0.8em;
  margin: 0;
}
#productDetails .protections p.star::before {
  content: "* ";
  position: absolute;
  left: 18px;
}
#productDetails .protections p.double-star::before {
  content: "** ";
  position: absolute;
  left: 18px;
}
#productDetails h2 {
  font-size: 2.2em;
  font-weight: 700;
}
#productDetails .header {
  padding-bottom: 7px;
  position: relative;
}
#productDetails .header img {
  width: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#productDetails .main_area {
  overflow: hidden;
  position: relative;
}
#productDetails .main_area .area-1 {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 3% 0;
}
#productDetails .main_area .area-2 {
  position: relative;
  box-sizing: border-box;
  padding: 5px 0%;
  text-align: center;
}
#productDetails .main_area .area-2 .gallery {
  text-align: center;
}
#productDetails .main_area .area-2 .gallery img {
  max-height: 200px;
  width: auto;
  max-width: 85%;
}
#productDetails .main_area .area-2 .documents {
  margin-top: 5%;
  background: #f9f9f9;
  padding: 20px 10px 20px 10px;
}
#productDetails .main_area .area-2 .documents h4 {
  margin-bottom: 6px;
}
#productDetails .main_area .area-2 .documents a span {
  font-size: 1em;
  position: relative;
  bottom: 3px;
}
#productDetails .main_area .area-2 .documents img {
  margin-right: 1%;
  width: 7%;
}
#productDetails .main_area .area-2 .documents ul li {
}
#productDetails .main_area .area-2 img._certyfikat_cnbop {
  max-height: 200px;
  width: auto;
  max-width: 30%;
  position: relative;
  left: 16px;
}
#productDetails ul li ul {
  padding-left: 15px;
  width: 140%;
}
#productDetails ul li ul li {
  position: relative;
}
#productDetails ul li ul li::before {
  content: "- ";
  position: absolute;
  left: -9px;
}
#productDetails .watermark_MeanWell {
  width: 80px !important;
  position: absolute;
  right: 0px;
  top: 0px;
}

#productDetails div.main_desc {
  padding: 10px 0px;
}
#productDetails div.header div h2 span#version {
  font-size: 15px;
  font-weight: normal;
}

/* section-ulotki */


#art h5 {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  padding: 0px 0px;
  border-bottom: 1px solid #0867b6;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  margin: 10px 0px;
}
#art h5 div:first-child {
  width: 160px;
  padding: 0px 0px 0px 20px;
  display: block;
  background: rgba(106, 162, 242, 1);
  color: white;
  float: left;
  background: linear-gradient(
    45deg,
    rgba(46, 68, 109, 1) 20%,
    rgba(106, 162, 242, 1) 80%
  );
}
#art h5 div:nth-child(2) {
  width: 40px;
  display: block;
  background: rgba(106, 162, 242, 1);
  border-width: 0px 40px 30px 0px;
  border-style: solid;
  border-color: transparent white;
  position: relative;
  height: 0px;
  float: left;
}
#art ul li a {
  font-size: 1.3em;
}

#art ul li {
  min-height: 38px;
  line-height: 36px !important;
}


.section-ulotki h5 {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  padding: 0px 0px;
  border-bottom: 1px solid #0867b6;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  margin: 10px 0px;
}
.section-ulotki h5 div:first-child {
  width: 160px;
  padding: 0px 0px 0px 20px;
  display: block;
  background: rgba(106, 162, 242, 1);
  color: white;
  float: left;
  background: linear-gradient(
    45deg,
    rgba(46, 68, 109, 1) 20%,
    rgba(106, 162, 242, 1) 80%
  );
}
.section-ulotki h5 div:nth-child(2) {
  width: 40px;
  display: block;
  background: rgba(106, 162, 242, 1);
  border-width: 0px 40px 30px 0px;
  border-style: solid;
  border-color: transparent white;
  position: relative;
  height: 0px;
  float: left;
}


div#productDetails div.main_area div#section-ulotki h2 {
}
div#productDetails div.main_area div#section-ulotki a {
  width: 156px;
  margin: 1% 1.4%;
  text-align: center;
  padding: 10px 10px;
  display: inline-block;
  overflow: hidden;
  border: 0px solid #ddd;
  vertical-align: top;
  position: relative;
}
div#productDetails div.main_area div#section-ulotki a img {
  width: 78%;
  height: auto;
}
div#productDetails div.main_area div#section-ulotki a:hover img {
  filter: brightness(110%);
}
div#productDetails div.main_area div#section-ulotki a p {
  font-size: 1.2em;
  margin-top: 5px;
  line-height: 1.2em !important;
}

/* ===================== youtube ========== */
.section-youtube h5 {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  padding: 0px 0px;
  border-bottom: 1px solid #0867b6;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  margin: 10px 0px;
}
.section-youtube h5 div:first-child {
  width: 160px;
  padding: 0px 0px 0px 20px;
  display: block;
  background: rgba(106, 162, 242, 1);
  color: white;
  float: left;
  background: linear-gradient(
    45deg,
    rgba(46, 68, 109, 1) 20%,
    rgba(106, 162, 242, 1) 80%
  );
}
.section-youtube h5 div:nth-child(2) {
  width: 40px;
  display: block;
  background: rgba(106, 162, 242, 1);
  border-width: 0px 40px 30px 0px;
  border-style: solid;
  border-color: transparent white;
  position: relative;
  height: 0px;
  float: left;
}


div#productDetails div.main_area div#section-youtube h2 {
}
div#productDetails div.main_area div#section-youtube a {
  width: 156px;
  margin: 1% 1.4%;
  text-align: center;
  padding: 10px 10px;
  display: inline-block;
  overflow: hidden;
  border: 0px solid #ddd;
  vertical-align: top;
  position: relative;
}
div#productDetails div.main_area div#section-youtube a img {
  width: 78%;
  height: auto;
}
div#productDetails div.main_area div#section-youtube a:hover img {
  filter: brightness(110%);
}
div#productDetails div.main_area div#section-youtube a p {
  font-size: 1.2em;
  margin-top: 5px;
  line-height: 1.2em !important;
}

.documents {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.documents ul {
  margin-top: 10px;
}
.documents ul li {
  /* width: 300px;
	text-align: left;
	padding: 0px 0px;
	margin-right: 10px;
	margin-bottom: 10px; */
  /* padding: 10px 10px; */
  /* height: 70px; */
  /* width:90px; */
  /* float: left; */
  width: 350px;
  text-align: left;
  border: solid 1px #efefef;
  padding: 6px 0px 2px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: border 0.3s ease;

  /* background-image: url('../img/corner_pdf.png');
	background-repeat: no-repeat;
	background-position: bottom;
		background-position-x: center;
	background-position-x: 100%;
	background-size: 32px;	 */
}
.documents ul li:hover {
  border: 1px solid #09a0f1;
  transition: border 1s ease;
}
.documents ul li a span {
  width: 100%;
  display: block;
  line-height: 24px;
  margin-left: 35px;
  margin-bottom: 0px;
  /* width: 100%;
	display: block; */
}
/* .documents ul li:hover a, .documents ul li:hover a:hover{
    color: #09a0f1;
} */
.documents ul li a img {
  /* width: 30px; */
  width: 20px;
  float: left;
  margin-left: 10px;
}
/* #documents{
	width:100%;float: left;
}
#documents ul li {
	width: 100px;
	text-align: center;
	border: solid 1px #EFEFEF;
	padding: 5px 0px;
	height: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#documents ul li a span{
	width: 100%;
	display: block;
}
#documents ul li:hover {
    border: 1px solid #09a0f1;
}
#documents ul li a img{
	width: 30px;
} */
#documents {
  width: 100%;
  min-width: 260px;
  min-height: 25px;
}
#documents ul {
  float: left;
  margin-top: 10px;
  column-count: 2;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  column-width: 160px;
  columns: 1;
}
#documents img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 6px;
}
#documents span {
  position: relative;
  top: 0px;
  left: 3px;
}
#documents ul li a span {
  position: relative;
  top: -2px;
  left: 3px;
}
#documents i {
  margin-right: 5px;
}
#documents ul li {
  /* padding: 10px 20px;
	font-size: 1.2em; */
  padding: 6px 15px 6px !important;
  font-size: 1.2em;
  /* width: auto; */
  width: 365px;
  float: left;
  border: solid 1px #efefef;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: border 0.3s ease;
  line-height: 16px !important;
}
.doc-montaz-central {
  width: 125px;
}
.doc-montaz-central ul li {
  width: 230px !important;
}

#documents ul li:hover {
  border: 1px solid #09a0f1;
  transition: border 1s ease;
}

#documents ul li:nth-child(odd) {
  /* background: #f8f8f8; */
}
#documents ul li:nth-child(even) {
  /* background: #FFF; */
}

#akcesoria ul li {
  text-align: left;
  font-size: 1.2em;
}
/* 
#documents > div > a {
    width: 12%;
    margin: 1% 1.4%;
        margin-left: 1.4%;
    text-align: center;
    height: 195px;
    padding: 20px 10px;
}
#documents > div > a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #DDD;
    vertical-align: top;
    position: relative;
}
#documents > div > a {
    text-align: center;
} */

/* 
	Tooltip container 
*/

#productDetails .fa.tooltip {
  font-size: 1.3em;
  position: relative;
  top: 1px;
  left: 4px;
  color: #09a0f1;
  cursor: help;
  border: none;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #797979;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  bottom: 18px;
  left: -260px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* 

	Cennik

*/

#cennik a.show {
  overflow: hidden;
  display: block;
  margin: 30px auto 10px auto;
  width: 50%;
}
#cennik a.show img {
  width: 100%;
}
#cennik a.download {
  overflow: hidden;
  display: block;
  margin: 10px auto 30px auto;
  width: 50%;
  font-size: 1.4em;
  box-sizing: border-box;
  text-align: center;
}
#cennik > h3 {
  margin-top: 60px;
  margin-bottom: 30px;
}
#cennik div {
  overflow: hidden;
}
#cennik .program-box div {
  width: 60%;
}
#cennik .program-box div a {
  max-width: 200px;
}
#cennik div a img {
  float: left;
  width: 100px;
  margin: 8px 20px;
}
#cennik div a strong {
  display: block;
  float: right;
}
#cennik table {
  font-size: 1.2em;
}
#cennik .download-box {
  background: #f7f7f7;
  padding: 1%;
  border-left: 1px solid #ddd;
}
#cennik .download-box .buttons {
  padding: 1.9% 0;
}
#cennik .download-box img {
  float: left;
  width: 100px;
}
#cennik .download-box div h3 {
  font-size: 2em;
  padding: 4.6% 2%;
}
#cennik .download-box div h3 span {
  font-size: 0.6em;
}
#cennik .download-box div a {
  font-size: 1.2em;
  width: 38%;
  margin: 1.5%;
  display: inline-block;
}
#cennik h3.with-bg {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #555;
  font-size: 1.6em;
}
/* 

				Nowości produktowe
	
*/
.nowosciProduktowe h2 {
  margin: 20px 0px;
}
/* 

				Wyprzedaże
	
*/
#wyprzedaze li {
  margin: 4px 0;
  font-size: 1.2em;
}
#wyprzedaze li.header {
  font-size: 1.4em;
  margin-top: 8px;
}
#wyprzedaze li span {
}
/* 

				Fotorelacje
	
*/
#fotorelacje > ul > li h3 {
  overflow: hidden;
  margin-top: 10px;
  line-height: 108px;
}
#fotorelacje > ul > li h3 img {
  display: block;
  float: left;
  margin: 10px;
  width: 400px;
}
#fotorelacje .ukryty {
  display: none;
}
#fotorelacje .content {
  width: 100%;
  display: none;
  overflow: hidden;
  font-size: 1.2em;
  cursor: auto;
  margin-bottom: 30px;
}
#fotorelacje .content p {
  margin: 20px 0 10px 0px;
}
#fotorelacje .content a {
  display: inline-block;
  width: 22%;
  margin: 1.4% 2.7%;
  text-align: center;
}
#fotorelacje .content a:nth-child(n + 0) {
  margin-left: 0;
}
#fotorelacje .content a > img {
  max-height: 173px;
}
#fotorelacje > ul > li ul,
#fotorelacje > ul > li ol {
  padding: 0px 20px;
}
#fotorelacje > ul > li ul li {
  list-style-type: square;
}
#fotorelacje > ul > li ol li {
  list-style-type: decimal;
}
#fotorelacje .pagination {
  text-align: center;
  margin: 60px 0 60px 0;
}
/* 

				Misja i cele firmy
	
*/
#misja-i-cele-firmy {
  font-size: 1.2em;
}
/* 

				Oferta
	
*/
#oferta {
  font-size: 1.2em;
}
#oferta .ProductList {
  margin: 20px 0px;
}
/* 

				Dział konstrukcyjny
	
*/
#dzial-konstrukcyjny {
  font-size: 1.2em;
}
/* 

				Dystrybutorzy
	
*/
#dystrybutorzy {
  font-size: 1.2em;
}
#dystrybutorzy > p {
  margin: 20px 0 40px 0;
}
#dystrybutorzy .mapBoxOuter {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#dystrybutorzy .distributors {
  display: none;
  overflow: hidden;
}
#dystrybutorzy .distributors div {
  display: none;
  overflow: hidden;
}
#dystrybutorzy .distributors h4 {
  margin: 20px 0 30px 0;
  font-size: 2em;
}
div#wrapper
  div#content-wrapper
  div#content
  div.margines
  div.distributors
  div
  h4 {
  font-size: 2em;
}
div#wrapper
  div#content-wrapper
  div#content
  div.margines
  div.distributors
  div
  ul {
  margin-top: 10px;
}
div#wrapper
  div#content-wrapper
  div#content
  div.margines
  div.distributors
  div
  ul
  li {
  padding: 5px;
  list-style: inside;
}
div#wrapper
  div#content-wrapper
  div#content
  div.margines
  div.distributors
  div
  ul
  li
  a {
  font-size: 1.6em;
}
.maps div {
  display: block;
}

.distributors {
  display: none;
  height: 480px;
}
.distributors div {
  width: 50%;
  float: right;
}
/* 

				Regulamin newslettera
	
*/
#regulamin-newslettera ol,
#regulamin-newslettera ul {
  padding: 20px;
}
#regulamin-newslettera ol li ul li {
  font-size: 1.2em;
  line-height: 1.4em;
  list-style-type: lower-alpha;
}
/* 

				Pomoc techniczna
	
*/
#pomoc-techniczna {
  text-align: center;
}
#pomoc-techniczna p {
  font-size: 1.6em;
}
#pomoc-techniczna .pt-box-dane-kontaktowe {
  width: 100%;
  overflow: hidden;
}
#pomoc-techniczna .pt-box-dane-kontaktowe p.hours {
  background: #ddd;
  display: inline-block;
  color: #747474;
  width: 270px;
  padding: 4px 10px 3px 8px;
  margin-top: 10px;
  margin-bottom: 7px;
}
#pomoc-techniczna .confi-programs li {
  width: 49%;
  display: inline-block;
  text-align: center;
  font-size: 1.7em;
}
#pomoc-techniczna .confi-programs li a {
  position: relative;
}
#pomoc-techniczna .confi-programs li a:hover > span {
  position: absolute;
  background: rgba(85, 85, 85, 0.9);
  color: #fff;
  width: 100%;
  padding: 30px 0px;
  bottom: 5px;
  height: 292px;
}
#pomoc-techniczna .confi-programs li a:hover > span p {
  font-size: 0.7em;
  text-align: left;
  padding: 17px;
  display: block;
}
#pomoc-techniczna .confi-programs li a > .pt-span {
  position: absolute;
  background: rgba(85, 85, 85, 0.9);
  color: #fff;
  width: 100%;
  padding: 30px 0px;
  bottom: 138px;
}
#pomoc-techniczna .confi-programs li a > .pt-span p {
  display: none;
}
#pomoc-techniczna .confi-programs li img {
  width: 80%;
}
/*

				Programy konfigurujące
				
*/
#programy-konfigurujace form h2 {
  text-align: center;
}
#programy-konfigurujace h2 {
  border-bottom: 1px solid #555555;
  padding-bottom: 6px;
}
#programy-konfigurujace table tr td {
  padding: 4px 2px;
  text-align: center;
}
#programy-konfigurujace table tr td input.edit_box_calc {
  width: 78px;
  padding: 8px 10px;
  margin: 0px 10px;
}
#programy-konfigurujace table tr td input.mybutton_calc {
  padding: 5px 10px;
  background: #09a0f1;
  color: #fff;
  cursor: pointer;
}
#programy-konfigurujace table tr td input[type="reset"],
#programy-konfigurujace table tr td input.edit_box_calc {
  cursor: pointer;
}
#programy-konfigurujace form {
  width: 650px;
  margin: 40px auto;
  background: #f1f1f1;
  padding: 40px 60px;
}
#programy-konfigurujace form p {
  color: inherit !important;
  padding: 20px 0px 40px 0px;
  text-align: center;
}
#programy-konfigurujace .container {
  display: grid;
  width: 100vw;
  max-width: 1200px;
  height: auto;
}
/*

				Wyszukiwarka obudów
				
*/
#cp-search {
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid #f1f1f1;
}
#cp-search select {
  font-size: 1.2em;
  padding: 10px 10px 10px 10px;
  font-family: inherit;
  color: #555;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow_grey_input_select.png) no-repeat 264px 16px #fff;
}
#cp-search hr {
  border-top: 1px solid#DDD;
  margin-top: 20px;
}
#cp-results {
  padding: 2%;
}
#cp-inputs {
  padding: 30px;
  background: #f1f1f1;
  box-sizing: border-box;
}
#cp-inputs input[type="submit"] {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background: #09a0f1;
  color: #fff;
  font-family: inherit;
  font-size: 1.2em;
  cursor: pointer;
}
#cp-inputs input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 7px;
}
#cp-inputs input[type="checkbox"]:active,
#cp-inputs input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#cp-inputs input[type="checkbox"]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
#cp-inputs input[type="checkbox"]:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
#cp-inputs p {
  overflow: hidden;
  margin: 7px 0px;
  font-size: 1.2em;
}
#cp-inputs p span {
  display: inline-block;
  position: relative;
}
/* 

				Pliki do pobrania
	
*/
#pliki-do-pobrania h2 {
  margin-top: 20px;
  border-bottom: 1px solid #555555;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
#pliki-do-pobrania .section-katalogi {
  overflow: hidden;
}
#pliki-do-pobrania > div > a {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  vertical-align: top;
  position: relative;
}
#pliki-do-pobrania a .dropdown_miniatures {
  display: none;
}
#pliki-do-pobrania a:hover .dropdown_miniatures {
  display: block;
  width: 162px;
  background: rgba(0, 0, 0, 0.7);
  height: 235px;
  top: 0px;
  position: absolute;
  left: 0px;
}
#pliki-do-pobrania a:hover .dropdown_miniatures > span {
  display: none;
  color: #fff;
  display: block;
  width: 88%;
  line-height: 32px;
  background: #09a0f1;
  margin: 10px 10px;
}
#pliki-do-pobrania a:hover .dropdown_miniatures > span {
  display: block;
}
#pliki-do-pobrania .section-katalogi > div {
  padding: 20px;
  box-sizing: border-box;
  margin: 20px 0px;
  position: relative;
}
#pliki-do-pobrania .section-katalogi .btn-2 {
  margin: 10px 0px 10px 0px;
  font-size: 1.2em;
  background: #f1f1f1;
  color: #555;
}
#pliki-do-pobrania .section-katalogi > div h4 {
  position: absolute;
  top: 35px;
}
#pliki-do-pobrania .section-katalogi > div:hover {
  background: #f1f1f1;
}
#pliki-do-pobrania .section-katalogi > div:hover .btn-2 {
  background: #555;
  color: #fff;
}
#pliki-do-pobrania .section-katalogi > div:hover .btn-2:hover {
  background: #09a0f1;
}
#pliki-do-pobrania .section-katalogi a img {
  width: 140px;
  height: auto;
}
#pliki-do-pobrania .section-katalogi a p {
  font-size: 1.2em;
  margin-top: 5px;
}
#pliki-do-pobrania .section-ulotki-reklamowe img {
  width: 142px !important;
  height: auto;
}
#pliki-do-pobrania .section-certyfikaty img {
  /* width: 105px !important; */
  width: 105px;
  height: auto;
}

#pliki-do-pobrania > div > a {
  /* width: 12%; */
  width: 155px;
  /* margin: 1% 1.4%; */
  text-align: center;
  height: 180px;
  padding: 20px 10px;
  margin: 5px 8px;
}
#pliki-do-pobrania > div > a:nth-child(6n-4) {
  /* margin-left: 0; */
}
#pliki-do-pobrania > div > a img {
  width: 100px !important;
  height: auto;
}
#pliki-do-pobrania > div > a:hover img {
  filter: brightness(110%);
}
#pliki-do-pobrania > div > a p {
  font-size: 1.2em;
  margin-top: 5px;
  line-height: 1.2em !important;
}
#pliki-do-pobrania .shadow {
  box-shadow: 0px 0px 5px #ddd;
}
#pliki-do-pobrania .section-certyfikaty p span {
  font-size: 0.7em;
}
#pliki-do-pobrania table#documentsList,
#pliki-do-pobrania table#documentsArchive {
  width: 100%;
  border-collapse: collapse;
  display: none;
}
#pliki-do-pobrania table#documentsArchive {
  font-size: 1.2em;
  width: 69%;
  margin: 0 auto;
}
#pliki-do-pobrania table#documentsList tr th,
#pliki-do-pobrania table#documentsList tr td {
  border: 1px solid #ddd;
  padding: 4px 15px;
  font-size: 1.2em;
  width: 20%;
  text-align: center;
}
#pliki-do-pobrania table#documentsList tr td:first-child {
  text-align: left;
}
#pliki-do-pobrania table#documentsList tr th {
  background: #555;
  font-weight: 300;
  color: #fff;
  padding: 12px 10px !important;
}
#pliki-do-pobrania table#documentsList tr td a {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#pliki-do-pobrania table#documentsList tr td a i {
  position: relative;
  left: 7px;
  font-size: 18px;
  bottom: 2px;
}
#pliki-do-pobrania table#documentsList tr td a p {
  margin: 0;
  color: #999;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}
#pliki-do-pobrania table#documentsList tr td a img {
  width: 21px;
  height: auto;
}
#pliki-do-pobrania .filter-table {
  text-align: center;
  height: 127px;
}
#pliki-do-pobrania .filter-table p {
  margin-top: 30px;
  margin-bottom: 10px;
}
#pliki-do-pobrania .filter-table input {
  width: 100%;
  padding: 11px 13px;
  border-top: 3px solid #d1d1d1;
  border-left: 3px solid #d1d1d1;
  transition: box-shadow 0.3s, border 0.3s;
  color: #555;
  font-family: inherit;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0px 0px 30px 0px;
  font-size: 1.2em;
}
#pliki-do-pobrania .documentsTableOuterBox {
  background: rgb(255,255,255);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
  margin: 20px auto;
  width: 860px;
  padding: 40px;
  /* background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
  margin: 20px auto;
  width: 860px;
  padding: 40px; */
}
#pliki-do-pobrania h5 {
  font-size: 1.4em;
  margin-bottom: 30px;
  text-align: left;
}
#pliki-do-pobrania #currentDocs table {
  background: #fff;
}

#pliki-do-pobrania > div > a {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
#pliki-do-pobrania > div > a::before,
#pliki-do-pobrania > div > a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  transition-duration: 0.2s;
  background: #fff;
}
/*

				Strefa instalatora
				
*/
#strefa-instalatora {
  position: relative;
}
#strefa-instalatora span {
  position: absolute;
  font-size: 3.6em;
  top: 40px;
  left: 460px;
  color: #fff;
}
/* 

				O firmie
	
*/
#o-firmie p {
  font-size: 1.2em;
}
#o-firmie > div {
  overflow: hidden;
}
#o-firmie .o-firmie-boxes a {
  display: block;
  border: 1px solid #ddd;
  margin: 10px;
  width: 272px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 48px;
  text-align: center;
  font-size: 1.2em;
}
#o-firmie .o-firmie-boxes a:hover {
  background: #f1f1f1;
}
#o-firmie .o-firmie-boxes {
  position: relative;
  display: table;
}
#o-firmie .o-firmie-boxes > img {
  position: absolute;
}
#o-firmie .o-firmie-images a {
  width: 26.8%;
  margin: 0 11%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#o-firmie .o-firmie-images a > img {
  max-width: 100%;
  height: auto;
  position: relative;
}
#o-firmie .o-firmie-offer ol > li > a {
  font-size: 1.2em;
}
/* 

				Projekty indywidualne
	
*/
#projekty-indywidualne {
  font-size: 1.2em;
}
/* 

				Park maszynowy
	
*/
#park-maszynowy p {
  font-size: 1.2em;
}
/* 

				Linie produkcyjne
	
*/
#linie-produkcyjne > p {
  font-size: 1.2em;
}
#linie-produkcyjne .intro {
  margin-bottom: 50px;
}
/* 

				Sklep internetowy
	
*/
#sklep-internetowy > p {
  position: relative;
}
#sklep-internetowy a {
  position: absolute;
  right: 141px;
  bottom: 56px;
  width: 380px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6em;
}
#sklep-internetowy span {
  position: absolute;
  top: 145px;
  right: 63px;
  font-size: 1.4em;
}
/* 

				Pulpit kontrahenta
	
*/
#pulpit-kontrahenta > p {
  position: relative;
}
#pulpit-kontrahenta a {
  position: absolute;
  right: 141px;
  bottom: 96px;
  width: 380px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6em;
}
#pulpit-kontrahenta span {
  position: absolute;
  top: 95px;
  right: 63px;
  font-size: 1.4em;
}
/* 

				Praca
	
*/
#praca {
  margin: 0px 0px 20px 0px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
#praca h1.title {
  text-align: center;
  font-size: 26px;
}
#praca h4 {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 1px;
}
#praca p {
  font-size: 1.2em;
}
#praca hr {
  width: 648px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #9c9c9c;
}
#praca a {
  display: inline-block;
}
#praca > div {
  overflow: hidden;
}
#praca.main {
  width: 100%;
}
#praca #opiekun {
  background: url("../../../img/praca/opiekun.png");
  background-position: center;
}
#praca #eksport {
  background: url("../../../img/praca/eksport.png");
  background-position: center;
}
#praca #francja {
  background: url("../../../img/praca/francja.png");
  background-position: center;
}
#praca #programista {
  background: url("../../../img/praca/programista.png");
  background-position: center;
}
#praca #niemcy {
  background: url("../../../img/praca/niemcy.png");
  background-position: center;
}
#praca #magazynier {
  background: url("../../../img/praca/magazynier.png");
  background-position: center;
}
#praca #ppoz {
  background: url("../../../img/praca/ppoz.png");
  background-position: center;
}
#praca #hurtownie {
  background: url("../../../img/praca/hurtownie.png");
  background-position: center;
}
#praca #hurtownie > span > span {
  font-size: 1.4em;
}
#praca #elektronik {
  background: url("../../../img/praca/elektronik.png");
  background-position: center;
}
#praca #programista_robotow {
  background: url("../../../img/praca/programista_robotow.png");
  background-position: center;
  background-size: cover;
}
#praca #pracownik_logistyki {
  background: url("../../../img/praca/pracownik_logistyki.png");
  background-position: center;
  background-size: cover;
}
#praca #operator_maszyn {
  background: url("../../../img/praca/operator_maszyn.png");
  background-position: center;
  background-size: cover;
}
#praca #slusarz {
  background: url("../../../img/praca/slusarz.png");
  background-position: center;
  background-size: cover;
}
#praca #lakiernik_proszkowy {
  background: url("../../../img/praca/lakiernik_proszkowy.png");
  background-position: center;
  background-size: cover;
}
#praca #operator_maszyn_cnc {
  background: url("../../../img/praca/operator_maszyn_cnc.png");
  background-position: center;
  background-size: cover;
}
#praca #kierownik_magazynu {
  background: url("../../../img/praca/kierownik_magazynu.png");
  background-position: center;
  background-size: cover;
}
#praca #inzynier {
  background: url("../../../img/praca/inzynier.png");
  background-position: center;
}
#praca #monter {
  background: url("../../../img/praca/monter.png");
  background-position: center;
}
#praca #inne {
  background: url("../../../img/praca/inne.png");
  background-position: center;
}
#praca.offer {
  padding: 0px 10px;
}
#praca.offer h4 {
  margin-bottom: 4px;
  color: #414141;
}
#praca.offer h1 {
  margin: 0px 0px 30px 0px;
}
#praca.offer p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#praca.offer p.klauzula {
  font-size: 10px;
  font-style: italic;
}
#praca .offer h4 {
  color: #545454;
  margin: 30px 0px 5px 0px;
}
#praca #headerBox {
  paddding: 0;
}
#praca h1 {
  color: #545454;
  font-weight: normal;
  font-size: 15px;
}
#praca div.mail_big {
  overflow: hidden;
  margin: 40px 0;
  background: #f3f3f3;
  border-top: 1px solid #ddd;
  padding: 10px 30px;
}
#praca.offer div.mail_big {
  overflow: hidden;
  margin: 30px 0px;
  background: #f3f3f3;
  border-top: 1px solid #ddd;
  padding: 10px;
}
#praca.offer .animatedButton {
  margin: 40px 0px;
}
#praca.offer#career-9 .inneOferty {
  padding: 4px 10px;
  line-height: 22px;
}
#praca div.mail_big h5 {
  margin: 4px 0px;
  color: #545454;
  font-weight: normal;
  font-size: 1.2em;
}
#praca div.mail_big h5 a {
  text-decoration: underline;
  font-size: 24px;
  color: #444;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}
#praca div.mail_big h5 a:hover {
  color: #497eee;
}
#praca div.mail_big h1 {
  margin: 6px 0;
}
#praca h2 {
  font-weight: normal;
  font-size: 15px;
  padding: 10px 14px;
  color: #545454;
}
#praca h3 {
  color: #545454;
  font-size: 12px;
  margin: 25px 0px 6px 0px;
  position: relative;
  right: 14px;
}
#praca h3.first {
  margin-top: 0px;
}
#praca h5 {
  font-size: 12px;
  color: #545454;
}
#praca h5 a {
  color: #497eee;
}
#praca h5 a:hover {
  text-decoration: underline;
}
#praca h5 img {
  float: left;
}
#praca h5 span {
  display: block;
  overflow: hidden;
  margin-left: 70px;
  padding-top: 15px;
  line-height: 17px;
}
#praca a.square {
  width: 22.8%;
  height: 269px;
  margin: 1.4% 2.7%;
  float: left;
  background: #ddd;
  position: relative;
  border: 1px solid #d1d1d1;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -ms-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  background-position: 50% 50%;
  background-position: 50%;
}
#praca a.square:hover {
  opacity: 0.6;
}
#praca a:nth-child(n + 0) {
  margin-left: 0;
}
#praca a:nth-child(4n + 0) {
  margin-right: 0;
}
#praca a > span {
  position: absolute;
  bottom: 100px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: normal;
  text-align: center;
  height: 80px;
}
#praca a > span > span {
  display: block;
}
#praca a > span > span.oneLine {
  padding: 26px 0px;
  font-size: 1.8em;
}
#praca a > span > span.twoLine {
  padding: 20px 0px;
  font-size: 1.4em;
}
#praca a > span > span.threeLine {
  padding: 10px 0px;
  font-size: 1.4em;
}
#praca ul {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 1px 20px;
}
#praca.offer .links {
  width: 656px;
  height: auto;
  overflow: hidden;
}
#praca.offer .links .left {
  width: 300px;
  float: left;
}
#praca.offer .links #socialShareBox {
  text-align: center;
  width: 170px;
  float: right;
  margin-top: 10px;
}
#praca.offer .links #socialShareBox h4 {
  margin: 5px 0;
}
#praca.offer .links #socialShareBox a {
  display: inline-block;
}
#praca.offer .links #socialShareBox a:hover {
  opacity: 0.8;
}
#praca.offer .links #socialShareBox a img {
  width: 50px;
}
/* 

				Mean Well
	
*/
#meanwell p {
  font-size: 1.2em;
}
#meanwell li {
  font-size: 1.2em;
}
#meanwell .imageOuter {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  vertical-align: top;
  width: 19%;
  margin: 2% 1%;
  text-align: center;
  height: 200px;
  padding: 20px 10px;
}
#meanwell .imageOuter img {
  width: 80%;
}
#meanwell .meanwell_btn-show-hiddenBox {
  font-size: 1.2em;
  text-align: center;
}
#meanwell .meanwell_hiddenBox {
  display: none;
}
/*
				Zapisanie do newslettera
*/
#zapisanie-do-newslettera {
  font-size: 1.2em;
}
#zapisanie-do-newslettera .info {
  margin-top: 30px;
}
#zapisanie-do-newslettera ol li {
  line-height: 1.6em;
}
/* 

				Wypisanie z newslettera
	
*/
#wypisanie-z-newslettera p {
  font-size: 1.2em;
}
/*
				Newsletter - RODO
*/
#newsletter-rodo {
  font-size: 1.2em;
}
#newsletter-rodo .info {
  margin-top: 30px;
}
#newsletter-rodo ol li {
  line-height: 1.6em;
}
/* 

				Nowości
	
*/
#nowosci #productPage.view-box .products .product {
  width: 23.6%;
}
#nowosci #productPage.view-box .products .product:nth-of-type(3n + 0) {
  margin-right: 1.6%;
}
#nowosci #productPage.view-box .products .product:nth-of-type(4n + 0) {
  margin-right: 0;
}
/* 

				Szkolenia
	
*/
#szkolenia {
  font-size: 1.2em;
}
#szkolenia .outer {
  overflow: hidden;
}
#szkolenia h4 {
  margin: 30px 50px;
}
#szkolenia .mapOuter {
  padding-top: 50px;
}
#szkolenia #trainingList li {
  margin: 10px 0px;
  background: #f1f1f1;
  padding: 10px;
}
#szkolenia #trainingList li.hover,
#szkolenia #trainingList li:hover {
  background: #09a0f1;
  color: #fff;
  cursor: help;
}
#szkolenia #trainingList li:hover a:hover {
  color: #fff;
  text-decoration: underline;
}
/* 

				News - treść newsa
	
*/
.news-single {
  width: 100%;
  padding: 2% 0;
}
.news-single p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.news-single a {
  color: #09a0f1;
  font-weight: 700;
}
.news-single img {
  width: 90%;
}
/* 

				News - treść newsa - Pulsar CAD
	
*/
.news-single#news_pulsar-cad h3.download-box {
  background: #f1f1f1;
  padding: 20px 30px;
  margin-top: 30px;
}
/* 

				Produkty OEM / ODM
	
*/
#produkty-oem-odm {
  width: 100%;
}
#produkty-oem-odm p {
  font-size: 1.2em;
  margin-bottom: 20px;
  overflow: hidden;
}
#produkty-oem-odm .box {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
#produkty-oem-odm .oem-products-gallery ul li {
  display: inline-block;
}
#produkty-oem-odm .oem-products-gallery ul li img {
  width: 100%;
  height: auto;
}
#produkty-oem-odm #PulsarApp p.introduction {
  display: none;
}
#produkty-oem-odm .movie-box {
  float: right;
  background: #ddd;
  padding-bottom: 50px;
}
#produkty-oem-odm #PulsarApp {
  margin-top: 20px;
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}
#produkty-oem-odm .contact {
  padding: 40px;
  text-align: center;
  overflow: hidden;
}
#produkty-oem-odm .contact p {
  color: #555;
  font-size: 1.8em;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin: 45px auto;
  width: 58%;
}
#produkty-oem-odm .contact a {
  background: #555;
  padding: 14px 50px;
  overflow: hidden;
  color: #fff;
  font-size: 1.6em;
}
#produkty-oem-odm .contact a:hover {
  background: #09a0f1;
  color: #fff;
}
/* 

				Oprogramowanie
	
*/
#oprogramowanie .program-box-small {
  width: 29.9%;
  margin: 0.59%;
}

#oprogramowanie .program-box-small div a {
  width: 74.5%;
}
/* 

				Oprogramowanie2
	
*/
#oprogramowanie2 .program-box-small {
  width: 33.9%;
  margin: 0.59%;
}

#oprogramowanie2 .program-box-small div a {
  width: 74.5%;
}
/* 


				DSO
	
*/
.dso-product {
  position: relative;
}
.dso-productpra {
  position: center;
}
.dso-product p {
  font-size: 1.2em;
}
.dso-product .mark {
  border: 1px solid #ffffff;
  font-size: 1.2em;
  text-align: center;
  background: #f5f5f5;
  margin: 30px 0;
}
.dso-product .mark i {
  width: 50px;
  line-height: 50px;
  background: #ddd;
  margin-right: 10px;
  position: relative;
  left: -25px;
}
.dso-product #documents a img {
  position: relative;
}
.dso-product ol.standard {
  font-size: 1.2em;
}
.dso-product ol.standard ul {
  font-size: 0.8em;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dso-product h3 {
  margin-top: 16px;
}
.dso-product ol.standard > li {
  line-height: 1.6em;
}
.dso-product a img._dso-szafa-rack {
  position: absolute;
  width: 180px;
  top: 60px;
  right: 30px;
}
.dso-product a img._dso-zasilacz {
  position: absolute;
  width: 440px;
  top: 150px;
  right: 0px;
}
.dso-product a img._dso-zdalny-monitoring {
  position: relative;
  width: 60%;
  left: 20%;
}
.dso-product a img._dso-listwa-zabezpieczajaca {
  position: absolute;
  width: 340px;
  top: 160px;
  right: -1px;
}
.dso-product a img._dso-listwa-dystrybucji {
  position: absolute;
  width: 253px;
  top: 66px;
  right: 11px;
}
.dso-product a img._dso-panel-sygnalizacyjny {
  position: absolute;
  width: 430px;
  top: 71px;
  right: 20px;
}
.dso-product a img._dso-wentylator-z-termostatem {
  position: absolute;
  width: 270px;
  top: 80px;
  right: 30px;
}
.dso-product a img._dso-akumulatory {
  position: absolute;
  width: 230px;
  top: 90px;
  right: 20px;
}
.dso-product a img._dso-praesensa {
  position: absolute;
  width: 230px;
  top: -63px;
  right: 70px;
}
.dso-product a img._dso-polka-na-akumulatory {
  position: absolute;
  width: 215px;
  top: 51px;
  right: 10px;
}
.dso-product a img._dso-wspornik {
  position: relative;
  width: 60%;
  left: 20%;
}
.dso-product a img._dso-okablowanie {
  position: relative;
  width: 70%;
  left: 15%;
}
.dso-product a img._dso-uziemienie {
  position: absolute;
  width: 170px;
  top: 79px;
  right: 20px;
}
.dso-product img._dso-certyfikat-dso-cnbop {
  float: right;
  width: 100px;
  margin: 0px 10px 0px 20px;
  position: absolute;
  top: 90px;
  right: 0px;
}
.dso-product img._dso-certyfikat-dsos24-cnbop {
  position: absolute;
  top: 311px;
  right: 0px;
  width: 180px;
}
.dso-product .dso-show-hidden-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 14px;
  margin-bottom: 20px;
}
.dso-product .dso-hidden-text {
  display: none;
}
.dso-product ul._dso-cechy {
  font-size: 1.2em;
}
.dso-product ul._dso-cechy li {
  margin: 13px 0px;
  border-left: 0px solid #ddd;
  padding-left: 24px;
  position: relative;
  width: 100%;
}
.dso-product ul._dso-cechy li img.check_blue {
  position: absolute;
  left: 0px;
  top: 3px;
}
.dso-product .table_main {
  font-size: 1.2em;
  margin-top: 6px;
}
.dso-product .documents > a > span {
  font-size: 1.2em;
}
/*
    
    app_ProductDescriptions

*/
.app_ProductDescriptions .links {
  display: inline-block;
  padding: 10px 20px;

  width: 247px;
  text-align: center;
  margin: 4px 4px;
}
.app_ProductDescriptions .links:hover {
  background: #555;
  color: #fff;
}
.app_ProductDescriptions .box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.app_ProductDescriptions div:nth-of-type(1) {
  margin-top: 50px;
}
/*

	Dane osobowe

*/
#dane-osobowe {
  font-size: 1.2em;
}
#dane-osobowe .baner {
  display: block;
  width: 100%;
}
#dane-osobowe .baner img {
  width: 100%;
}
#dane-osobowe .header h2 {
  font-size: 2.2em;
  text-align: center;
  color: #23497f;
  font-weight: 900;
  margin: 45px 0 0px 0px;
}
#dane-osobowe .header p {
  font-size: 1.4em;
  text-align: center;
  font-style: italic;
  color: #afafaf;
}

#dane-osobowe .boxes {
  display: block;
  width: 101.5%;
  margin: 30px -5px 120px -5px;
}
#dane-osobowe .boxes .box {
  width: 17.5%;
  margin: 0.5%;
  padding: 0.5%;
  border: 1px solid #ddd;
  background: #f8f8f8;
  display: inline-block;
  text-align: center;
  height: 250px;
  vertical-align: top;
  position: relative;
}
#dane-osobowe .boxes .box .icon {
  text-align: center;
  color: #ddd;
  padding: 15px 0;
}
#dane-osobowe .boxes .box .btn {
  padding: 15px 0;
  /* background: #ddd; */
  width: 100%;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 1em;
  text-decoration: underline;
  color: #23497f;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
/*

	Polityka prywatności

*/
#polityka-prywatnosci {
  font-size: 1.2em;
}
#polityka-prywatnosci .baner {
  display: block;
  width: 100%;
}
#polityka-prywatnosci .baner img {
  width: 100%;
}
#polityka-prywatnosci h2 {
  font-size: 1.4em;
  font-weight: 700;
}
#polityka-prywatnosci .header p {
  font-size: 1.2em;
}
#polityka-prywatnosci .box {
  display: block;
  margin: 15px 0 15px;
}
#polityka-prywatnosci .box .header {
  display: block;
  font-size: 1.2em;
  margin: 30px 0 15px 0;
  /* font-weight: bold; */
}
#polityka-prywatnosci .rules {
  margin-top: 30px;
}
#polityka-prywatnosci .rules .legal-basis {
  padding: 35px 35px;
  margin: 15px 0 15px 0;
  font-size: 1em;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
}
#polityka-prywatnosci .rules .legal-basis ul {
  padding: 0 0 0 30px;
}
#polityka-prywatnosci .rules .legal-basis ul li {
  list-style-type: lower-alpha;
}
#polityka-prywatnosci .cookies {
  margin-top: 60px;
}
#polityka-prywatnosci .cookies ul.standard > li {
  font-size: 1em;
}
/*

	Polityka prywatności

*/
#prawa {
  font-size: 1.2em;
}
#prawa .baner {
  display: block;
  width: 100%;
}
#prawa .baner img {
  width: 100%;
}
#prawa h2 {
  font-size: 1.4em;
  font-weight: 700;
}
#prawa .header p {
  font-size: 1.2em;
}
#prawa .box {
  display: block;
  margin: 15px 0 15px;
}
#prawa .box .header {
  display: block;
  font-size: 1.2em;
  margin: 30px 0 15px 0;
  /* font-weight: bold; */
}
#prawa .rules {
  margin-top: 30px;
}
#prawa .rules .legal-basis {
  padding: 35px 35px;
  margin: 15px 0 15px 0;
  font-size: 1em;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
}
#prawa .rules .legal-basis ul {
  padding: 0 0 0 30px;
}
#prawa .rules .legal-basis ul li {
  list-style-type: lower-alpha;
}
#prawa .cookies {
  margin-top: 60px;
}

#prawa ol {
  padding: 0 0 0 15px;
}
#prawa ol li {
  margin: 0 0 4px 0;
  list-style-type: decimal;
}

/*

	Szczegóły przetwarzania danych

*/
#szczegoly-przetwarzania-danych {
}
#szczegoly-przetwarzania-danych .baner {
  display: block;
  width: 100%;
}
#szczegoly-przetwarzania-danych .baner img {
  width: 100%;
}
#szczegoly-przetwarzania-danych ul.toggle-list .content {
  /* font-size: .4em !important; */
}
#szczegoly-przetwarzania-danych .header {
  padding: 15px 0 30px 0;
}

#szczegoly-przetwarzania-danych .header h4 {
  font-size: 1.2em;
}
#szczegoly-przetwarzania-danych ol {
  padding: 0 0 0 15px;
}
#szczegoly-przetwarzania-danych ol.bigger-padding {
  padding: 0 0 0 25px;
}
#szczegoly-przetwarzania-danych ol li {
  list-style-type: decimal;
}

#szczegoly-przetwarzania-danych ul.toggle-list > li h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
}
#szczegoly-przetwarzania-danych ul.toggle-list > li h3 strong {
  display: block;
}

#szczegoly-przetwarzania-danych ul.toggle-list .ikona {
  width: auto;
  height: auto;
  float: none;
  background: none;
  text-align: center;
  line-height: 40px;
  color: #555;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  color: #23497f;
}

/*

	Wzory zgód na przetwarzanie dancyh osobowych

*/
#wzory-zgod-na-przetwarzanie {
  font-size: 1.2em;
}
#wzory-zgod-na-przetwarzanie .baner {
  display: block;
  width: 100%;
}
#wzory-zgod-na-przetwarzanie .baner img {
  width: 100%;
}
#wzory-zgod-na-przetwarzanie .italic {
  font-style: italic;
}
#wzory-zgod-na-przetwarzanie .italic a {
  font-weight: 700;
  text-decoration: underline;
}
#wzory-zgod-na-przetwarzanie .header {
}
#wzory-zgod-na-przetwarzanie .header h4 {
  font-size: 1.2em;
  margin: 45px 0 15px 0;
}
/*

	Powierzenie przetwarzania danych osobowych

*/
#powierzenie-przetwarzania-danych-osobowych {
  font-size: 1.2em;
}
#powierzenie-przetwarzania-danych-osobowych .baner {
  display: block;
  width: 100%;
}
#powierzenie-przetwarzania-danych-osobowych .baner img {
  width: 100%;
}

/* ********************************* */

/*

	Dystrybutorzy

*/

#dystrybutorzy .distributors {
  height: 475px;
  display: none;
  overflow: hidden;
}

#dystrybutorzy .maps {
  display: none;
  overflow: hidden;
  width: 100%;
}

/* #dystrybutorzy .maps div span {
		  float: none;
		  width: 100% !important;
		  display: block;
		  padding: 0px 20px;
	  } */


/* span::before,
span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #09a0f1;
} */

.maps div span {
  width: 100%;
  margin: 10px;
  padding: 0;
  text-align: center;
  text-align: center;
  display: inline-block;
  color: #086ebf;
  font-size: 1.8em;
}

.maps div span:after {
  display: inline-block;
  margin: 0px 0px 6px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #086ebf;
  width: 400px;
}

.maps div span:before {
  display: inline-block;
  margin: 0px 20px 6px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #086ebf;
  width: 400px;
}

.maps div iframe {
  width: 100%;
  padding: 0px;
}

#dystrybutorzy table {
  font-size: 0.9em;
  float: left;
}

#content-localization {
  width: 100%;
  padding: 5px;
  display: block;
}
#content-map {
  width: 50%;
  float: left;
}
#content-address {
  width: 50%;
  float: right;
  column-count: 1;
}

#content-address .container {
  display: block;
  width: 50%;

  float: left;
}

#content-address .item {
  padding: 0px;
  width: 90%;
  margin: 5px 12px;
  color: #333;
  font-size: 1em;
  text-align: left;
}

#content-address .float-item {
  float: left;
  list-style: outside none none;
}

/* ********************************* */

.relative {
  position: relative;
}
.relative-small {
  background-image: url("../../../img/infografika/infografika.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 10px !important;
}
#box-o-firmie {
  color: white;
}
#line-1 {
  position: absolute;
  top: 50px;
  left: 105px;
  font-size: 12px;
  display: block;
  width: 110px;
}
#line-2 {
  position: absolute;
  top: 50px;
  left: 405px;
  font-size: 12px;
  display: block;
  width: 110px;
}
#line-3 {
  position: absolute;
  top: 180px;
  left: 58px;
  font-size: 12px;
  display: block;
  width: 110px;
}
#line-4 {
  position: absolute;
  top: 180px;
  left: 415px;
  font-size: 12px;
  display: block;
  width: 110px;
}
#line-5 {
  position: absolute;
  top: 255px;
  left: 105px;
  font-size: 12px;
  display: block;
  width: 110px;
}
#line-6 {
  position: absolute;
  top: 255px;
  left: 300px;
  font-size: 12px;
  display: block;
  width: 120px;
}

/*
    COUNTER STRONA GŁÓWNA
*/

.pb100 {
  padding-bottom: 0px;
}

.pt100 {
  padding-top: 0px;
}
.counter-section {
  /* background: url(bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-size: cover; */
  /* background: #f1f1f1; */
}

.counter-overlay {
  position: absolute;
  width: 100%;
  /* height: 100%; */
}

.count-items {
  text-align: center;
  padding: 20px 8px;
  /* border-radius: 100%; */
}
/* .count-items:hover.count-items i {
  color: #ffaf53;
}
.count-items:hover.count-items h2 {
  color: #f35b68;
} */
.count-items i {
  color: #2e446d;
  font-size: 25px;
}

.count-items span {
  color: rgb(0, 0, 0);
  font-size: 36px;
  padding: 10px 0px;
  display: inherit;
  font-weight: 700;
}

.count-items h2 {
  font-size: 15px;
  color: #818181;
}
.funfact {
  margin-top: 50px;
  text-align: right;
}

.funfact h2 {
  color: #ffaf53;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}
.funfact h2:after {
  position: absolute;
  content: "";
  width: 115px;
  height: 2px;
  background: #fff;
  right: 0px;
  bottom: -24px;
}
.funfact p {
  line-height: 24px;
  font-size: 16px;
  margin-top: 50px;
  color: #e1e1e1;
}
a.site-btn.transition-ease.quote-btn {
  padding: 14px 28px;
  background: #f35b68;
}
.site-btn.header-quote-btn:hover {
  background: transparent;
  color: #252525;
}
.site-btn.header-quote-btn {
  padding: 14px 28px;
  background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
  margin-left: 20px;
  text-transform: capitalize;
  background-origin: border-box;
}
#marquee-container {
  padding: 20px 0px;
}

.fix {
  overflow: hidden;
  max-width: 1000px;
  margin: 20px auto;
}

.containerio div.row div {
  float: left;
}
.containerio div.row > div {
  border: 2px solid #2e446d;
  border-radius: 0px;
  margin: 10px;
  min-width: 172px;
  max-width: 175px;
}
.containerio div.row > div div {
  width: 156px;
  height: 115px;
}

#pliki-do-pobrania > div > a {
  display: inline-block;
  position: relative;
  background: none;
  cursor: pointer;
}
/* span {
  display: block;
} */
#pliki-do-pobrania > div > a::before,
#pliki-do-pobrania > div > a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #09a0f1;
}

#pliki-do-pobrania > div > a:hover::before,
#pliki-do-pobrania > div > a:hover::after {
  width: 100%;
}
#pliki-do-pobrania > div > a:hover span::before,
#pliki-do-pobrania > div > a:hover span::after {
  height: 100%;
}
/*----- a 4 -----*/
#pliki-do-pobrania > div > a::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.3s;
}
#pliki-do-pobrania > div > a span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.3s;
}
#pliki-do-pobrania > div > a::before {
  left: 0;
  top: 0;
  transition-duration: 0.3s;
}
#pliki-do-pobrania > div > a span::before {
  left: 0;
  top: 0;
  transition-duration: 0.3s;
}

div#art-list .pagination li {
  display:inline-block;
  padding:5px;
}
div#art-list #left-column {
  padding:4px 4px 0px 4px;
}
div#art-list #right-column {
  padding:10px 10px 0px 10px; width:60%
}
#icon-rodzaj {
  width: 120px;
  height: 90px;
}
#icon-wydarzenie {
  width: 180px;
  height: 90px;
}

div#art-list #bottom-row {
  width:100%;
}
div#art-list #bottom-row a {
  padding: 0px 15px;
}
div#art-list div.card-content {
  display: inline-flex;
  width: 100%;
  padding: 5px 0px 0px;
}
div#art-list img.card-img {
  height: 100%;
  margin: auto;
}
div#art-list img.card-ikon {
  height: 80%;
  margin: auto;
  padding:10px;
}
div#art-list h3.card-title {
  line-height: 20px !important;
  width: 100%;
  margin: 0px !important;
  font-size: 1.3em;
  height:45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
div#art-list img.card-category {
  width: 100%;
}
div#art-list img.card-date {
  width: 100%;
}
div#art-list ul.list li.card {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  border: 1px solid #dbdbdb;
  position: relative;
}
div#art-list ul.list li.card:hover {
  /* background: #e6e6e6; */
  border: 1px solid #09a0f1 !important
}
div#art-list ul.list li.card span.card-category-nowosci {
  padding: 2px 10px;
  background: #D6A006;
  color: white;
}
div#art-list ul.list li.card span.card-category-ogloszenia {
  padding: 2px 10px;
  background: #575756;
  color: white;
}
div#art-list ul.list li.card span.card-category-fotorelacje {
  padding: 2px 10px;
  background: #936037;
  color: white;
}
div#art-list ul.list li.card span.card-category-szkolenia {
  padding: 2px 10px;
  background: #DC3445;
  color: white;
}
div#art-list ul.list li.card span.card-category-webinary {
  padding: 2px 10px;
  background: #70B73E;
  color: white;
}
div#art-list ul.list li.card span.card-category-artykuly_produktowe {
  padding: 2px 10px;
  background: #CA9E67;
  color: white;
}
div#art-list ul.list li.card span.card-category-wyprzedaze {
  padding: 2px 10px;
  background: #1BA8E1;
  color: white;
}
div#art-list ul.list li.card span.card-category-promocje {
  padding: 2px 10px;
  background: #356CB4;
  color: white;
}
div#art-list ul.list li.card span.card-category-park_maszynowy {
  padding: 2px 10px;
  background: #ee1f1f;
  color: white;
}
div#art-list ul.list li.card span.card-category-film_reklamowy {
  padding: 2px 10px;
  background: #7329fc;
  color: white;
}
div#art-list ul.list li.card span.card-category-artykuly-produktowe {
  padding: 2px 10px;
  background: #CA9E67;
  color: white;
}
div#art-list ul.list li.card span.card-category-park-maszynowy {
  padding: 2px 10px;
  background: #ee1f1f;
  color: white;
}
div#art-list ul.list li.card span.card-category-film-reklamowy {
  padding: 2px 10px;
  background: #7329fc;
  color: white;
}

div#art-list ul.list li.card span.card-pasek-nowosci {
  background: #D6A006;
}
div#art-list ul.list li.card span.card-pasek-ogloszenia {
  background: #575756;
}
div#art-list ul.list li.card span.card-pasek-fotorelacje {
  background: #936037;
}
div#art-list ul.list li.card span.card-pasek-szkolenia {
  background: #DC3445;
}
div#art-list ul.list li.card span.card-pasek-webinary {
  background: #70B73E;
}
div#art-list ul.list li.card span.card-pasek-artykuly_produktowe {
  background: #CA9E67;
}
div#art-list ul.list li.card span.card-pasek-wyprzedaze {
  background: #1BA8E1;
}
div#art-list ul.list li.card span.card-pasek-promocja {
  background: #356CB4;
}



div#nav-years {
  width: 100%;
  height: 24px;
  text-align: center;
  margin: 8px auto;
}
div#nav-years a {
  padding: 4px 8px;;color: #555;margin-right: 6px;
  background: #f8f8f8;
  border: 1px solid #eee;

}
div#nav-years a.year-selected {
  padding: 4px 8px;;color: #fff;margin-right: 6px; background: #3dc0f5;
}
div#nav-years a:hover {
  background: #3dc0f5;
  color: #fff;
}

#content-article h1 {	
  font-size: 2.2em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight:bolder;
}

#content-article h2 {	
  font-size: 1.2em;
}
#content-article h2 {		
  font-size: 1.4em;
  font-weight:bold;
  margin-top: 12px;
}
#content-article p {
  font-size: 1.2em;
  margin-bottom: 12px;
}
#content-article p a b {
  color:#09a0f1;
}
#content-article p a b:hover {
  text-decoration: underline;
}

#content-article a img {
  padding: 12px;
}
.lista-decimal li {
  font-size: 1.2em;
  list-style: decimal;
}
.lista-disc li {
  font-size: 1.2em;
  list-style: disc;
}
ul.lista-disc li a, ul.lista-decimal li a {
  color:#09a0f1
} 
ul.lista-disc li a:hover, ul.lista-decimal li a:hover {
  color:#09a0f1;
  text-decoration: underline;
} 

#content-article > ul > ul > li {
  font-size: 1.2em;
  list-style: disc;
} 
.odstep {
  margin: 10px 30px;
}

#content-article ul#galeria {
  display: inline-block;
  list-style: none;
  width: 100%;
}
#content-article ul#galeria li {
  width: 250px;
  float: left;
  margin: 1%;
  height: 250px;
}
#content-article ul#galeria li > a > img{
  max-width: 250px;
  max-height: 250px;
  object-fit: contain;
}

.lista-decimal > div > ul li, .lista-disc > div > ul li{
	list-style: none;
	margin-right: 5%;
}
.lista-decimal > div > ul li > div, .lista-disc > div > ul li > div {
	 height: 235px;
}

.lista-decimal > div > ul li > div > a > img , .lista-disc > div > ul li > div > a > img {
	 height: fit-content;
}

#content-article .row:after {
  content: "";
  display: table;
  clear: both;
}
#content-article .row {
  margin: 0 -5px;
}

#content-article .column {
  float: left;
  width: 250px;
  margin: 0 10px;
}
#content-article .card {
  text-align: center;
  width: 100%;
  height: 235px;
}
#content-article .card > div.container{
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}

#content-article .card > a {
width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  }
#content-article .card > a > img {
  padding: 0px;
  width: auto;
  max-height: 235px;
}

.contentBoxTabela {
  width: 100%;
  display: inline-flex;
  padding: 10px 0px;
  font-size: 14px;
}

.descBoxTabela {
  width: 100%;
  /* width: 50%; */
  display: inline-block;
  /* background-color: green; */
}
  
.imageBoxTabela {
  width: 100%;
  display: block;
  min-height: 130px;
  position: relative;
  text-align: right;  
  /* width: 50%; */
  /* width: 100%;
  display: block;
  min-height: 130px;
  position: relative; */
}

.imageBoxTabela a {

  height: 130px;
  width: auto;
  max-width: 200px;
  margin: 0px !important;
  padding: 0px;
  position: relative;
  display: block;
  float: right;
  width: 100%;
  text-align: end;
  float: right;

  /* height: 130px;
  width: auto;
  max-width: 200px; */

  /* margin: 0px !important;
  padding: 0px;
  position: relative;
  display: block;
  float: right;
  width: 100%;
  text-align: end; */
}
.imageBoxTabela a img{
  position: relative;
}



/* .imageBoxTabela {
  width: 50%;
  height: 130px;
  position: relative;
} */
/* .imageBoxTabela img {
  position: absolute;
  right: 0px;
  max-width: 100%;
  max-height: 100%;
}
.imageBoxTabela {
} */

#productList.subgroup.view-list .imageBoxTabela {
  /* height: 130px;
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  width: 50%; */
}

/* .descBoxTabela {
  width: 50%;
  height: 130px;
} */

.other-link {
	color: #09a0f1;
}
.other-link:hover {
	text-decoration: underline;
}

  
/* .col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;} */
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row-box {
float: left;
display: block;
}

.row-box > div {
text-align: center;
margin: 2%;
} 
.row-box > div > span {
display: block;
}

.uwaga-708 {
  color: red;
  letter-spacing: 1.5px;
  font-size: 12px;
}


.artCount {
	font-size: 11px;
color: #4e4e4e !important;
position: absolute;
right: 2px;
top: 13px;
line-height: 55px;
}

/** =================== POPUP =================== **/

.login-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color:rgba(0,0,0,0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.login-popup.show{
  visibility:visible;
  opacity: 1;
}
.login-popup .box{
  background:none;
  width: 850px;
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  margin-left: 50px;
  transition: all 1s ease;

}
.login-popup.show .box{
  opacity: 1;
  margin-left: 0;
}
.login-popup .box .img-area{
  flex:0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding:30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-popup .box .img-area h1{
  font-size: 30px;
}
.login-popup .box .img-area .img{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-image: url('img/bg.jpg');
  background-size: cover;
  background-position: center;
  animation: zoomInOut 7s linear infinite;
  z-index: -1;

}
@keyframes zoomInOut{
  0%,100%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
}
.login-popup .box .form{
  flex:0 0 50%;
  max-width: 50%;
  padding:40px 30px;
}

.login-popup .box .form h1{
  color:#000000;
  font-size: 30px;
  margin:0 0 30px;
}
.login-popup .box .form .form-control{
  height: 45px;
  margin-bottom: 30px;
  width: 100%;
  border:none;
  border-bottom:1px solid #cccccc;
  font-size: 15px;
  color:#000000;
}
.login-popup .box .form .form-control:focus{
  outline: none;
}
.login-popup .box .form label{
  font-size: 15px;
  color:#555555;
}
.login-popup .box .form .btn{
  width: 100%;
  background-color: #E91E63;
  margin-top:40px;
  height: 45px;
  border:none;
  border-radius: 25px;
  font-size: 15px;
  text-transform: uppercase;
  color:#ffffff;
  cursor: pointer;
}
.login-popup .box .form .btn:focus{
  outline: none;
}

.login-popup .box .form .close{
  position: absolute;
  right: 10px;
  top:0px;
  font-size: 30px;
  cursor: pointer;
  color:white;
}

/** =================== POPUPNewsletter =================== **/

.signup-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color:rgba(0,0,0,0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.signup-popup.show{
  visibility:visible;
  opacity: 1;
}
.signup-popup .box{
  background:#484848;
  width: 480px;
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  margin-left: 50px;
  transition: all 1s ease;

}
.signup-popup.show .box{
  opacity: 1;
  margin-left: 0;
}
.signup-popup .box .img-area{
  flex:0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding:30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-popup .box .img-area h1{
  font-size: 30px;
}
.signup-popup .box .img-area .img{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-image: url('img/bg.jpg');
  background-size: cover;
  background-position: center;
  animation: zoomInOut 7s linear infinite;
  z-index: -1;

}
@keyframes zoomInOut{
  0%,100%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
}
.signup-popup .box .form{
  width: 100%;
  padding:40px 30px;
}
.signup-popup .form .newsletter-text{
  width: 100%;
  padding:0px;
}
.signup-popup .form .newsletter-text .checkbox{
  width: 20px;
  padding: 0px;
  height: 20px;
  background: white;
  border: 2px solid #106196;
  color: white;
  float: left;
  margin: 22px;
}
.checked span {
  background: #106196 !important;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  top: 2px;
  left: 2px;
}

.signup-popup .box .form h1{
  color:#000000;
  font-size: 30px;
  margin:0 0 30px;
}
.signup-popup .box .form .form-control{
  height: 45px;
  margin-bottom: 30px;
  width: 100%;
  border:none;
  border-bottom:1px solid #cccccc;
  font-size: 15px;
  color:#000000;
}
.signup-popup .box .form .form-control:focus{
  outline: none;
}
.signup-popup .box .form label{
  font-size: 15px;
  color:#555555;
}
.signup-popup .box .form .btn{
  width: 100%;
  background-color: #E91E63;
  margin-top:40px;
  height: 45px;
  border:none;
  border-radius: 25px;
  font-size: 15px;
  text-transform: uppercase;
  color:#ffffff;
  cursor: pointer;
}
.signup-popup .box .form .btn:focus{
  outline: none;
}

.signup-popup .box .form .close{
  position: absolute;
  right: 0px;
  top:0px;
  font-size: 30px;
  cursor: pointer;
  color:white;
  background: #106196;
  width: 40px;
  text-align: center;
}
.signup-popup .box .form h4{
  color: #3ec6fb;
  font-size: 25px;
}
.regulamin-text {  
  color: #fff;
  font-size: 11px;
}
.regulamin-text a{  
  color: #3ec6fb;
  font-size: 11px;
}


.autocomplete_do_pobrania {
  position: relative;
  display: inline-block;
}
.autocomplete_do_pobrania-items {
	position: absolute;
  border: 1px solid #d4d4d4;
  z-index: 99;
  top: 82px;
  left: -4px;
  right: 0;
  width: 854px;
  margin: 0px auto;
}

.autocomplete_do_pobrania-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete_do_pobrania-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete_do_pobrania-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


#article-wrapper {
  font-family: "Roboto", calibri, sans-serif;
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
  font-size: 16px;
  line-height: 0px;
}

#article-wrapper p {
  margin: 0px;
  text-indent: 1em;
  padding: 0px 10px;
  line-height: 1.4em !important;
  font-size: 1.2em;
}
#article-wrapper a {
  text-decoration: none;
  color: inherit;
}
#article-wrapper a:hover {
  text-decoration: none;
  color: #09a0f1;
}

#article-wrapper #article-head {
  display: inline-block;
}
#article-wrapper #article-head #head-desc{
  float: left;
  max-width: 70%;
}
#article-wrapper #article-head #head-img{
  float: right;
  max-width: 30%;
}
#article-wrapper #article-head #head-img img{
  width:100%;
  max-width: 400px;
  padding: 0px 0px;
}
#article-wrapper h2 {
  font-size: 1.3em;
  margin: 25px 0px 12px;
  line-height: 24px;
} 
#article-wrapper ul {
  margin: 15px 0px 15px;
  padding: 0px 0px 0px 40px;
  list-style: square;
}
#article-wrapper ul li {
  line-height: 1.4em !important;
  font-size: 1.2em;
  list-style: square;
}
#article-wrapper .row::after {
  content: "";
  display: table;
  clear: both;
}
#article-wrapper .row {
  margin: 0 0px 40px;
  padding: 0px 10px;
}
#article-wrapper .row .boxImg-frame {
  display: grid;
  border: 1px solid #46aeff;
  padding: 0px 10px 12px 0px;
  margin: 1%;
}

#MoveDoc a ul {
  text-align: left;
  padding: 0px 25px;
  margin: 0px 19px;
  color: #3b4f76;
  font-weight: bold;
}
#MoveDoc:hover a ul {
  color: #09a0f1;
}




#arrowAnim {
  width: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -55px;
  right: -60px;
}

.arrow {
  width: 6px;
  height: 6px;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #2e446d transparent transparent #2e446d;
  transform: rotate(-135deg);
}


.arrowSliding {
position: absolute;
opacity: 0;
-webkit-animation: slide 3s linear infinite; 
      animation: slide 3s linear infinite;
}

.delay1 {
-webkit-animation-delay: 1s; 
  animation-delay: 1s;
}
.delay2 {
-webkit-animation-delay: 2s; 
  animation-delay: 2s;
}
.delay3 {
-webkit-animation-delay: 3s; 
  animation-delay: 3s;
}

@-webkit-keyframes slide {
  0% { opacity:0; transform: translateY(-40px); }	
20% { opacity:1; transform: translateY(-20px); }
80% { opacity:1; transform: translateY(20px); }	
100% { opacity:0; transform: translateY(60px); }
}
@keyframes slide {
  0% { opacity:0; transform: translateY(-40px); }	
20% { opacity:1; transform: translateY(-20px); }
80% { opacity:1; transform: translateY(20px); }	
100% { opacity:0; transform: translateY(60px); }
}

.dataDB {
    text-align: left;
    padding: 15px;
    width: 100%;
    margin: 0px auto;
  }

  #content #block-article {
		margin:0px auto;
		width:100%;
		display: grid;
		font-size: 1.3em;
	}
  #content #block-article div{
		padding:4px;
	}

  #content #block-article #block-head {
		width:100%;
		display: inline-flex;
	}
  #content #block-article #block-head div#block-text{
		width:70%;
		float:left;
	}
  #content #block-article #block-head div#block-img{
		width:30%;
		float:left;
	}
  #content #block-article #block-head div#block-img img{
		/* width:100%; */
	}

	div#block-article div#block-content ul {
		margin: 5px 0px;
	}
	div#block-article div#block-content ul li {
		list-style-type: disclosure-closed;
		list-style-position: inside;
		padding: 5px 15px;
	}
	div#block-article div#block-content p a {
		color: #09a0f1;
		font-style: italic;
	}
	div#block-article div#block-content p a:hover {
		color: #09a0f1;
		text-decoration: underline;
	}

  .card-holder{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    }
    .card{
        width: 100%;
    }
    .card__name{
    font-size: 1.7em;
    }
    .card__img{
    width: 100%;
    height: 12rem;
    object-fit: cover;
    }
    .card-contents{
    padding: 0px;
    }
    .card__read-more{
    display: none;
    opacity: 0;
    height: 0;
    transition: all 0.1s;
    }
    .card__read-more--open{
    display: block;
    opacity: 1;
    height: auto;
    }
    .read-more-btn{
    display: inline-block;
color: white;
  background-color: #6aa2f2;
    padding: 0.6rem 1.2rem;
    font-size: 1em;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 0px;
  
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  
	-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  -webkit-mask-size: 800%;
   mask-size: 800%;
  /* -webkit-mask-position: 0; */
  /* mask-position: 0; */

    }
    .read-more-btn:hover{
		background-color: #2e446d;
  transform: translateY(-3px);
  color: white;
  transition: mask-position 2s ease,-webkit-mask-position 2s ease; */
  /* -webkit-mask-position: 120%; */
  /* mask-position: 120%; */
  opacity: 1;
  box-shadow: 0 0 2rem rgba(0,0,0,0.1);
  animation-iteration-count: 0;
    }
	
@keyframes slidein {
  from {
	  -webkit-mask-position: 0;
	  mask-position: 0;
    /* translate: 150vw 0; */
    /* scale: 200% 1; */
  }

  to {
	  -webkit-mask-position: 120%;
	  mask-position: 120%;
    /* translate: 0 0; */
    /* scale: 100% 1; */
  }
}

/** =================== POPUPNewsletter =================== **/

@media screen and (max-width: 767px) {
  #article-wrapper .row .boxImg-frame {
    /* border: 1px solid #F0f; */
    min-width: 100%;
    max-width: 100%;
  }
  #article-wrapper #article-head {
    display: block;
  }
  #article-wrapper #article-head #head-desc {
    float: none;
    width: 100% !important;
	display: inline;
  }
  #article-wrapper #article-head #head-desc p{
    float: none;
    width: 100% !important;
  }
  #article-wrapper #article-head #head-img {
	float: none;
    width: 100% !important;
    max-width: 100%;
  }
  #article-wrapper #article-head #head-img img {
	width: 100% !important;
    max-width: 100%;  
	height: auto !important;
  }
  #article-wrapper p iframe {
	width: 90%;
    max-height: 232px;
}


/*responsive*/
@media(max-width: 915px){
  #contact .persons li.col-2 {
    width: 100%;
  }
  #contact .persons li.col-4 {
    width: 50%;
    float: left;
  }
}
@media(max-width: 767px){
  .signup-popup .box{
    width: calc(100% - 30px);
  }
  .signup-popup .box .img-area{
    display: none;
  }
  .signup-popup .box .form{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .login-popup .box{
    width: calc(100% - 30px);
  }
  .login-popup .box .img-area{
    display: none;
  }
  .login-popup .box .form{
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media screen and (max-width: 672px) {
  #contact .persons li.col-2-half {
    width: 49.5%;
    min-width: 210px;
  }
  #contact .persons li.col-5 {
    width: 49.5%;
    min-width: 210px;
  }
}

@media screen and (max-width: 602px) {
  #strona-glowna ul li {
    width: 99%;
    /* height: 375px; */
  }
  #strona-glowna ul li p {
    /* min-height: 42px;
    float: left; */
  }
  #strona-glowna ul li p a {
    /* margin: 10px auto;
    position: relative;
    bottom: 5px;
    width: 230px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0px; */
  }
  #content-article .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #contact .persons li {
    min-width: 192px;
  }
}

@media screen and (max-width: 460px) {
  #contact .persons li.col-2-half, #contact .persons li.col-5 {
    width: 100%;
    min-width: 210px;
  }
}