body {
  font-family: 'Roboto';
  color: #484848;
  background-color: #ffffff;
}
h1 {
  font-family: 'Playfair Display';
  font-size: 36pt;
}
h2 {
  font-family: 'Playfair Display';
  font-size: 32pt;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-family: 'Roboto';
  font-size: 20pt;
}
h4 {
  font-family: 'Playfair Display';
  font-size: 18pt;
}
h5 {
  font-family: 'Playfair Display';
  font-size: 16pt;
}
h6 {
  font-family: 'Playfair Display';
  font-size: 14pt;
}
.heading-t1 {
  margin-bottom: 60px;
}
.heading-t1 h2 {
  text-align: center;
  margin-bottom: 20px;
}
.heading-t1 .heading-line {
  height: 3px;
  width: 100%;
  background-color: #ebebeb;
}
.heading-t2 {
  margin-bottom: 60px;
}
.heading-t2 h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 360px) {
  .heading-t1 h2 {
    font-size: 20pt;
  }
  .heading-t2 h2 {
    font-size: 20pt;
  }
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  src: url(../fonts/Roboto-BlackItalic.ttf);
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
.section-default {
  background-color: #ffffff;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px;
  clear: both;
}
.section-inverted {
  background-color: #37569c;
  width: 100%;
  margin: 30px 0px 30px 0px;
  padding: 30px 0px 30px 0px;
  clear: both;
}
.btn-normal {
  display: inline-block;
  margin: 0px;
  padding: 10px 20px;
  min-width: 160px;
  text-align: center;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
.btn-normal:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #898989;
  border-right: 8px solid #707070;
}
.btn-normal:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
.btn-normal:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
.btn-normal:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
@media only screen and (max-width: 480px) {
  .btn-normal {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .btn-normal:last-of-type {
    margin-bottom: 0px;
  }
  .btn-normal:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
}
.clear {
  clear: both;
}
.row-reset {
  margin: 0;
  padding: 0;
}
.reset-margin-top {
  margin-top: 0px;
}
.reset-margin-bottom {
  margin-bottom: 0px;
}
.reset-margin-left {
  margin-left: 0px;
}
.reset-margin-right {
  margin-right: 0px;
}
.reset-margin-all {
  margin: 0px 0px 0px 0px;
}
.reset-padding-top {
  padding-top: 0px;
}
.reset-padding-bottom {
  padding-bottom: 0px;
}
.reset-padding-left {
  padding-left: 0px;
}
.reset-padding-right {
  padding-right: 0px;
}
.reset-padding-all {
  padding: 0px 0px 0px 0px;
}
.space-big {
  height: 60px;
}
.space-small {
  height: 30px;
}
.bx-wrapper {
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
.navigation {
  background-color: none;
  font-family: 'Roboto';
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 40px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
.navigation ul li {
  /* width: 14.285%; */
}
.navigation ul li a {
  color: #ffffff;
  padding: 15px 10px;
  margin: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #ffffff;
}
.navigation ul li a:link {
  color: #ffffff;
  padding: 15px 10px;
  margin: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #ffffff;
}
.navigation ul li a:hover {
  color: #ffffff;
  background-color: transparent;
  border-top: 3px solid #37569c;
}
.navigation ul li a:focus {
  color: #ffffff;
  background-color: transparent;
  border-top: 3px solid #37569c;
  border-bottom: 3px solid #ffffff;
}
.navigation ul li a:visited {
  color: #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #ffffff;
}
.navigation ul li a:active {
  color: #ffffff;
  border-top: 3px solid #37569c;
  border-bottom: 3px solid #ffffff;
}
.icon-bar {
  border: 2px solid #37569c;
  width: 70px;
}
.navbar-collapse.in {
  overflow: hidden;
  max-height: none !important;
  height: 100vh !important;
}
@media only screen and (max-width: 1024px) {
  .navigation {
    font-size: 7pt;
  }
}
@media only screen and (max-width: 640px) {
  .navigation {
    background-color: #ffffff;
    color: #37569c;
    border-bottom: 3px solid #37569c;
    font-size: 10pt;
    margin-top: 0px;
    -webkit-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
  }
  .navigation ul {
    height: 640px;
  }
  .navigation ul li {
    width: 100%;
  }
  .navigation ul li a {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:link {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:active {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:visited {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:hover {
    color: #37569c;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
}
@media only screen and (max-width: 480px) {
  .navigation {
    background-color: #ffffff;
    color: #37569c;
    border-bottom: 3px solid #37569c;
    font-size: 10pt;
    margin-top: 0px;
    -webkit-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
  }
  .navigation ul {
    height: 640px;
  }
  .navigation ul li {
    width: 100%;
  }
  .navigation ul li a {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:link {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:active {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:visited {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:hover {
    color: #37569c;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
}
@media only screen and (max-width: 360px) {
  .navigation {
    background-color: #ffffff;
    color: #37569c;
    border-bottom: 3px solid #37569c;
    font-size: 10pt;
    margin-top: 0px;
    -webkit-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
  }
  .navigation ul {
    height: 480px;
  }
  .navigation ul li {
    width: 100%;
  }
  .navigation ul li a {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:link {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:active {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:visited {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:hover {
    color: #37569c;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
}
@media only screen and (max-width: 320px) {
  .navigation {
    background-color: #ffffff;
    color: #37569c;
    border-bottom: 3px solid #37569c;
    font-size: 10pt;
    margin-top: 0px;
    -webkit-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 85px -39px rgba(0, 0, 0, 0.75);
  }
  .navigation ul {
    height: 100vh;
  }
  .navigation ul li {
    width: 100%;
  }
  .navigation ul li a {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:link {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:active {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:visited {
    color: #37569c;
    padding: 15px 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
  .navigation ul li a:hover {
    color: #37569c;
    background-color: #ffffff;
    border: 1px solid #37569c;
  }
}
footer {
  margin: 0 0 0 0;
}
footer .nav-footer {
  padding: 30px 0 30px 0;
  background-color: #363636;
}
footer .nav-footer h4 {
  margin: 0 0 30px 0;
  color: #f8f8f8;
  font-family: 'Playfair Display';
  font-size: 22pt;
}
footer .nav-footer ul {
  padding: 0;
}
footer .nav-footer ul li {
  margin: 0 0 5px 0;
  list-style: none;
}
footer .nav-footer ul li a {
  color: #848383;
  text-transform: uppercase;
}
footer .nav-footer ul li a:hover {
  text-decoration: none;
  color: #f8f8f8;
}
footer .nav-footer .social-footer {
  margin: 60px 0 0 0;
}
footer .nav-footer .social-footer li {
  width: 50px;
  height: 50px;
  padding: 10px 0 0 0 ;
  margin: 5px;
  background-color: #313131;
  color: #848383;
  text-align: center;
  cursor: pointer;
}
footer .credits-footer {
  padding: 20px 0 20px 0;
  background-color: #252525;
  color: #f8f8f8;
  text-transform: uppercase;
}
footer .credits-footer .credits-bmp {
  text-align: left;
}
footer .credits-footer .credits-habar {
  text-align: right;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  footer {
    margin: 0 0 0 0;
  }
  footer .nav-footer {
    padding: 0px 0 30px 0;
    background-color: #363636;
  }
  footer .nav-footer h4 {
    margin: 0 0 30px 0;
    color: #f8f8f8;
    font-family: 'Playfair Display';
    font-size: 22pt;
  }
  footer .nav-footer ul {
    padding: 0;
  }
  footer .nav-footer ul li {
    margin: 0 0 5px 0;
    list-style: none;
  }
  footer .nav-footer ul li a {
    color: #848383;
    text-transform: uppercase;
  }
  footer .nav-footer ul li a:hover {
    text-decoration: none;
    color: #f8f8f8;
  }
  footer .nav-footer .social-footer {
    margin: 30px 0 0 0;
    text-align: center;
  }
  footer .nav-footer .social-footer li {
    width: 50px;
    height: 50px;
    padding: 10px 0 0 0 ;
    margin: 5px;
    background-color: #313131;
    color: #848383;
    text-align: center;
    cursor: pointer;
  }
  footer .credits-footer {
    padding: 20px 0 20px 0;
    background-color: #252525;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 7pt;
  }
  footer .credits-footer .credits-bmp {
    text-align: center;
  }
  footer .credits-footer .credits-habar {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  footer {
    margin: 0 0 0 0;
  }
  footer .nav-footer {
    padding: 0px 0 30px 0;
    background-color: #363636;
  }
  footer .nav-footer h4 {
    margin: 0 0 30px 0;
    color: #f8f8f8;
    font-family: 'Playfair Display';
    font-size: 22pt;
  }
  footer .nav-footer ul {
    padding: 0;
  }
  footer .nav-footer ul li {
    margin: 0 0 5px 0;
    list-style: none;
  }
  footer .nav-footer ul li a {
    color: #848383;
    text-transform: uppercase;
  }
  footer .nav-footer ul li a:hover {
    text-decoration: none;
    color: #f8f8f8;
  }
  footer .nav-footer .social-footer {
    margin: 30px 0 0 0;
    text-align: center;
  }
  footer .nav-footer .social-footer li {
    width: 50px;
    height: 50px;
    padding: 10px 0 0 0 ;
    margin: 5px;
    background-color: #313131;
    color: #848383;
    text-align: center;
    cursor: pointer;
  }
  footer .credits-footer {
    padding: 20px 0 20px 0;
    background-color: #252525;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 7pt;
  }
  footer .credits-footer .credits-bmp {
    text-align: center;
  }
  footer .credits-footer .credits-habar {
    text-align: center;
  }
}
.site-top {
  background-color: #37569c;
  background-image: url('../images/top.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 1080px;
  z-index: -1;
}
.site-top .brand-logo {
  margin-top: 260px;
  margin-bottom: 120px;
}
.site-top .slogan {
  font-family: 'Roboto';
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.site-top .slogan .bold {
  font-size: 35pt;
  font-weight: 700;
}
.site-top .slogan .light {
  font-size: 38pt;
  font-weight: 200;
}
.site-top .slogan .arrow-down {
  display: block;
  color: #ffffff;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1280px) {
  .site-top {
    background-position: 70% 50%;
    height: 800px;
  }
  .site-top .brand-logo {
    margin-top: 200px;
    margin-bottom: 10px;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-top {
    background-position: 70% 50%;
    height: 768px;
  }
  .site-top .brand-logo {
    margin-top: 200px;
    margin-bottom: 10px;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-top {
    background-position: 70% 50%;
    height: 768px;
  }
  .site-top .brand-logo {
    margin-top: 200px;
    margin-bottom: 10px;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .site-top {
    background-position: 70% 50%;
    height: 1280px;
  }
  .site-top .brand-logo {
    margin-top: 420px;
    margin-bottom: 30px;
  }
  .site-top .slogan .bold {
    font-size: 32pt;
  }
  .site-top .slogan .light {
    font-size: 28pt;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .site-top .slogan .arrow-down img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .site-top {
    background-position: 70% 50%;
    height: 1280px;
  }
  .site-top .brand-logo {
    margin-top: 380px;
    margin-bottom: 30px;
  }
  .site-top .slogan .bold {
    font-size: 32pt;
  }
  .site-top .slogan .light {
    font-size: 28pt;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .site-top .slogan .arrow-down img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .site-top {
    background-position: 70% 50%;
    height: 1024px;
  }
  .site-top .brand-logo {
    margin-top: 280px;
    margin-bottom: 30px;
  }
  .site-top .slogan .bold {
    font-size: 32pt;
  }
  .site-top .slogan .light {
    font-size: 28pt;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .site-top .slogan .arrow-down img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .site-top {
    background-position: 70% 50%;
    height: 360px;
  }
  .site-top .brand-logo {
    margin-top: 120px;
    margin-bottom: 10px;
    width: 300px;
    height: 74px;
  }
  .site-top .slogan {
    text-align: center;
  }
  .site-top .slogan .bold {
    font-size: 12pt;
    font-weight: 700;
  }
  .site-top .slogan .light {
    font-size: 14pt;
    font-weight: 200;
  }
  .site-top .slogan .arrow-down {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-top .slogan .arrow-down img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .site-top {
    background-position: 70% 50%;
    height: 320px;
  }
  .site-top .brand-logo {
    margin-top: 80px;
    margin-bottom: 10px;
    width: 300px;
    height: 74px;
  }
  .site-top .slogan {
    text-align: center;
  }
  .site-top .slogan .bold {
    font-size: 12pt;
    font-weight: 700;
  }
  .site-top .slogan .light {
    font-size: 14pt;
    font-weight: 200;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .site-top {
    background-position: 70% 50%;
    height: 585px;
    margin-top: 55px;
  }
  .site-top .brand-logo {
    margin-top: 160px;
    margin-bottom: 30px;
    width: 300px;
    height: 74px;
  }
  .site-top .slogan {
    text-align: center;
  }
  .site-top .slogan .bold {
    font-size: 11pt;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-top .slogan .light {
    font-size: 14pt;
    font-weight: 200;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .site-top {
    background-position: 70% 50%;
    height: 425px;
    margin-top: 55px;
  }
  .site-top .brand-logo {
    margin-top: 90px;
    margin-bottom: 30px;
    width: 270px;
    height: 66px;
  }
  .site-top .slogan {
    text-align: center;
  }
  .site-top .slogan .bold {
    font-size: 10pt;
    font-weight: 700;
  }
  .site-top .slogan .light {
    font-size: 8pt;
    font-weight: 200;
  }
  .site-top .slogan .arrow-down {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#section-dzialalnosc .lead-text {
  margin-top: 120px;
  text-align: center;
}
#section-dzialalnosc .lead-text p {
  font-size: 18pt;
}
#section-dzialalnosc .lead-text-box {
  background-color: #37569c;
  background-image: url('../images/lead-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1170px 200px;
  color: #ffffff;
  width: 100%;
  height: 200px;
  padding: 50px;
  margin-top: 120px;
  margin-bottom: 120px;
}
#section-dzialalnosc .lead-text-box P {
  font-size: 18pt;
  text-align: center;
}
#section-dzialalnosc .curiosity {
  font-family: 'Roboto';
  text-transform: uppercase;
  text-align: center;
  color: #37569c;
}
#section-dzialalnosc .curiosity .years .years-1 {
  font-size: 90pt;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 80%;
  padding: 0px;
  margin: 0px;
}
#section-dzialalnosc .curiosity .years .years-2 {
  font-size: 50pt;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 90%;
  padding: 0px;
  margin: 0px;
}
#section-dzialalnosc .curiosity .years .years-3 {
  font-size: 18pt;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 110%;
  padding: 0px;
  margin: 0px;
  margin-left: -8px;
}
#section-dzialalnosc .curiosity .persons .persons-1 {
  font-size: 36pt;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 90%;
  padding: 0px;
  margin: 0px;
}
#section-dzialalnosc .curiosity .persons .persons-2 {
  font-size: 80pt;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 100%;
  padding: 0px;
  margin: 0px;
}
#section-dzialalnosc .curiosity .persons .persons-3 {
  font-size: 22pt;
  font-weight: 200;
  letter-spacing: 5px;
  line-height: 110%;
  padding: 0px;
  margin: 0px;
  margin-left: -8px;
}
#section-dzialalnosc .curiosity .magazines .magazines-1 {
  font-size: 110pt;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 80%;
  padding: 0px;
  margin: 0px;
}
#section-dzialalnosc .curiosity .magazines .magazines-2 {
  font-size: 18pt;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 130%;
  padding: 0px;
  margin: 0px;
  margin-left: -8px;
}
#section-dzialalnosc .curiosity .magazines .magazines-3 {
  font-size: 22pt;
  font-weight: 200;
  letter-spacing: 8px;
  line-height: 120%;
  padding: 0px;
  margin: 0px;
  margin-left: -4px;
}
@media only screen and (max-width: 1024px) {
  #section-dzialalnosc .lead-text {
    margin-top: 120px;
  }
  #section-dzialalnosc .lead-text p {
    font-size: 16pt;
  }
  #section-dzialalnosc .lead-text-box {
    background-size: 1053px 180px;
    height: 130px;
    padding: 25px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  #section-dzialalnosc .lead-text-box P {
    font-size: 14pt;
  }
  #section-dzialalnosc .curiosity .years {
    margin-bottom: 60px;
  }
  #section-dzialalnosc .curiosity .persons {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  #section-dzialalnosc .lead-text {
    margin-top: 60px;
  }
  #section-dzialalnosc .lead-text p {
    font-size: 14pt;
  }
  #section-dzialalnosc .lead-text-box {
    background-size: 1053px 180px;
    height: 130px;
    padding: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #section-dzialalnosc .lead-text-box P {
    font-size: 14pt;
  }
  #section-dzialalnosc .curiosity .years {
    margin-bottom: 60px;
  }
  #section-dzialalnosc .curiosity .persons {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #section-dzialalnosc .lead-text {
    margin-top: 60px;
  }
  #section-dzialalnosc .lead-text p {
    font-size: 14pt;
  }
  #section-dzialalnosc .lead-text-box {
    background-size: 1053px 180px;
    height: 150px;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #section-dzialalnosc .lead-text-box P {
    font-size: 14pt;
  }
  #section-dzialalnosc .curiosity .years {
    margin-bottom: 60px;
  }
  #section-dzialalnosc .curiosity .persons {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  #section-dzialalnosc .lead-text {
    margin-top: 60px;
  }
  #section-dzialalnosc .lead-text p {
    font-size: 14pt;
  }
  #section-dzialalnosc .lead-text-box {
    background-size: 1053px 180px;
    height: 180px;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #section-dzialalnosc .lead-text-box P {
    font-size: 14pt;
  }
  #section-dzialalnosc .curiosity .years {
    margin-bottom: 60px;
  }
  #section-dzialalnosc .curiosity .persons {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 360px) {
  #section-dzialalnosc .lead-text {
    margin-top: 60px;
  }
  #section-dzialalnosc .lead-text p {
    font-size: 14pt;
  }
  #section-dzialalnosc .lead-text-box {
    background-size: 1346px 260px;
    height: 260px;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #section-dzialalnosc .lead-text-box P {
    font-size: 14pt;
  }
  #section-dzialalnosc .curiosity .years {
    margin-bottom: 60px;
  }
  #section-dzialalnosc .curiosity .persons {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 320px) {
  #section-dzialalnosc .lead-text {
    margin-top: 60px;
  }
  #section-dzialalnosc .lead-text p {
    font-size: 12pt;
  }
  #section-dzialalnosc .lead-text-box {
    background-size: 1170px 200px;
    height: 200px;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #section-dzialalnosc .lead-text-box P {
    font-size: 12pt;
  }
  #section-dzialalnosc .curiosity .years {
    margin-bottom: 60px;
  }
  #section-dzialalnosc .curiosity .persons {
    margin-bottom: 60px;
  }
}
.section-industry .industry {
  margin-bottom: 120px;
}
.section-industry .industry .name {
  width: 370px;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 14pt;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.section-industry .industry .content {
  background-color: #f2f2f2;
  min-height: 400px;
  padding: 60px 120px 0px 80px;
}
.section-industry .industry .content .logos .portal {
  margin-right: 60px;
}
.section-industry .industry .content .grid {
  margin-top: 60px;
}
.section-industry .industry .content .grid .conferences {
  overflow: hidden;
}
.section-industry .industry .content .grid h4 {
  font-family: 'Roboto';
  font-size: 14pt;
  font-weight: 400;
  text-transform: uppercase;
}
.section-industry .industry .content .grid ul {
  font-size: 12pt;
  list-style: none;
  padding-left: 20px;
  margin-top: 20px;
}
.section-industry .industry .content .grid ul a {
  color: #6a6a6a;
  text-decoration: none;
}
.section-industry .industry .content .grid ul a:link {
  color: #6a6a6a;
  text-decoration: none;
}
.section-industry .industry .content .grid ul a:hover {
  text-decoration: none;
  color: #484848;
}
.section-industry .industry .content .grid ul a:focus {
  color: #6a6a6a;
  text-decoration: none;
}
.section-industry .industry .content .grid ul a:visited {
  color: #6a6a6a;
  text-decoration: none;
}
.section-industry .industry .content .grid ul a:active {
  color: #6a6a6a;
  text-decoration: none;
}
.industry-chemia .name {
  background-color: #b22328;
}
.industry-chemia .content {
  background-image: url('../images/chemia-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-chemia .grid h4 {
  color: #b22328;
}
.industry-energetyka .name {
  background-color: #f3131f;
}
.industry-energetyka .content {
  background-image: url('../images/energetyka-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-energetyka .grid h4 {
  color: #f3131f;
}
.industry-farmacja .name {
  background-color: #00bbd7;
}
.industry-farmacja .content {
  background-image: url('../images/farmacja-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-farmacja .grid h4 {
  color: #00bbd7;
}
.industry-kosmetyka .name {
  background-color: #672570;
}
.industry-kosmetyka .content {
  background-image: url('../images/kosmetyka-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-kosmetyka .grid h4 {
  color: #672570;
}
.industry-pompy .name {
  background-color: #a78b6b;
}
.industry-pompy .content {
  background-image: url('../images/pompy-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-pompy .grid h4 {
  color: #a78b6b;
}
.industry-spozywczy .name {
  background-color: #e98024;
}
.industry-spozywczy .content {
  background-image: url('../images/spozywczy-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-spozywczy .grid h4 {
  color: #e98024;
}
.industry-surowce .name {
  background-color: #326bad;
}
.industry-surowce .content {
  background-image: url('../images/surowce-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-surowce .grid h4 {
  color: #326bad;
}
.industry-wodkan .name {
  background-color: #248a47;
}
.industry-wodkan .content {
  background-image: url('../images/wodkan-bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
.industry-wodkan .grid h4 {
  color: #248a47;
}
@media only screen and (max-width: 1024px) {
  .section-industry .industry .content {
    padding: 60px;
  }
  .section-industry .industry .content .logos .portal img {
    height: 50px;
    width: auto;
  }
  .section-industry .industry .content .logos .magazine img {
    height: 50px;
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .section-industry .industry {
    margin-bottom: 0px;
  }
  .section-industry .industry .name {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14pt;
  }
  .section-industry .industry .content {
    background-image: none;
    background-color: #ebebeb;
    min-height: auto;
    padding: 0px 0px 10px 0px;
  }
  .section-industry .industry .content .logos {
    background-color: #ffffff;
    padding: 10px 20px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .section-industry .industry .content .logos .portal {
    display: flex;
    justify-content: center;
    margin-right: 0px;
  }
  .section-industry .industry .content .logos .portal img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    height: 80px;
  }
  .section-industry .industry .content .logos .magazine {
    display: flex;
    justify-content: center;
  }
  .section-industry .industry .content .logos .magazine img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 80px;
  }
  .section-industry .industry .content .grid {
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 20px;
  }
  .section-industry .industry .content .grid h4 {
    font-size: 14pt;
  }
  .section-industry .industry .content .grid ul {
    font-size: 12pt;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section-industry .industry {
    margin-bottom: 0px;
  }
  .section-industry .industry .name {
    width: 100%;
    margin-bottom: 0px;
    font-size: 10pt;
  }
  .section-industry .industry .content {
    background-image: none;
    background-color: #ebebeb;
    min-height: auto;
    padding: 0px 0px 10px 0px;
  }
  .section-industry .industry .content .logos {
    background-color: #ffffff;
    padding: 10px 20px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .section-industry .industry .content .logos .portal {
    margin-right: 0px;
  }
  .section-industry .industry .content .logos .portal img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .section-industry .industry .content .logos .magazine {
    display: flex;
    justify-content: center;
  }
  .section-industry .industry .content .logos .magazine img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 80px;
  }
  .section-industry .industry .content .grid {
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
  }
  .section-industry .industry .content .grid h4 {
    font-size: 14pt;
  }
  .section-industry .industry .content .grid ul {
    font-size: 12pt;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section-industry .industry {
    margin-bottom: 0px;
  }
  .section-industry .industry .name {
    width: 100%;
    margin-bottom: 0px;
    font-size: 10pt;
  }
  .section-industry .industry .content {
    background-image: none;
    background-color: #ebebeb;
    min-height: auto;
    padding: 0px 0px 10px 0px;
  }
  .section-industry .industry .content .logos {
    background-color: #ffffff;
    padding: 10px 20px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .section-industry .industry .content .logos .portal {
    margin-right: 0px;
  }
  .section-industry .industry .content .logos .portal img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .section-industry .industry .content .logos .magazine {
    display: flex;
    justify-content: center;
  }
  .section-industry .industry .content .logos .magazine img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 70px;
  }
  .section-industry .industry .content .grid {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 20px;
  }
  .section-industry .industry .content .grid h4 {
    font-size: 14pt;
  }
  .section-industry .industry .content .grid ul {
    font-size: 12pt;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .section-industry .industry {
    margin-bottom: 0px;
  }
  .section-industry .industry .name {
    width: 100%;
    margin-bottom: 0px;
    font-size: 10pt;
  }
  .section-industry .industry .content {
    background-image: none;
    background-color: #ebebeb;
    min-height: auto;
    padding: 0px 0px 10px 0px;
  }
  .section-industry .industry .content .logos {
    background-color: #ffffff;
    padding: 10px 20px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .section-industry .industry .content .logos .portal {
    margin-right: 0px;
  }
  .section-industry .industry .content .logos .portal img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
  }
  .section-industry .industry .content .logos .magazine {
    display: flex;
    justify-content: center;
  }
  .section-industry .industry .content .logos .magazine img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
  }
  .section-industry .industry .content .grid {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 20px;
  }
  .section-industry .industry .content .grid h4 {
    font-size: 14pt;
  }
  .section-industry .industry .content .grid ul {
    font-size: 12pt;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .section-industry .industry {
    margin-bottom: 0px;
  }
  .section-industry .industry .name {
    width: 100%;
    margin-bottom: 0px;
    font-size: 10pt;
  }
  .section-industry .industry .content {
    background-image: none;
    background-color: #ebebeb;
    min-height: auto;
    padding: 0px 0px 10px 0px;
  }
  .section-industry .industry .content .logos {
    background-color: #ffffff;
    padding: 10px 20px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .section-industry .industry .content .logos .portal {
    margin-right: 0px;
  }
  .section-industry .industry .content .logos .portal img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .section-industry .industry .content .logos .magazine {
    display: flex;
    justify-content: center;
  }
  .section-industry .industry .content .logos .magazine img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
  }
  .section-industry .industry .content .grid {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 10px;
  }
  .section-industry .industry .content .grid h4 {
    font-size: 14pt;
  }
  .section-industry .industry .content .grid ul {
    font-size: 12pt;
    padding-left: 0px;
    margin-top: 20px;
  }
}
#section-strefa-b2b {
  color: #ffffff;
  background-color: #37569c;
  background-image: url('../images/b2b-bg.png');
  background-repeat: no-repeat;
  background-position: center right;
}
#section-strefa-b2b .content-b2b p {
  font-size: 14pt;
}
#section-strefa-b2b .buttons {
  margin-top: 60px;
  margin-bottom: 60px;
}
#section-strefa-b2b .buttons .btn-normal {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #section-strefa-b2b {
    background-position: center right;
    background-size: 1025px 470px;
   
  }
  #section-strefa-b2b .content-b2b p {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 992px) {
  #section-strefa-b2b {
    background-position: center right;
    background-size: 1025px 470px;

  }
  #section-strefa-b2b .content-b2b p {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 640px) {
  #section-strefa-b2b {
    background-position: center center;
    background-size: 960px 440px;
  
  }
  #section-strefa-b2b .content-b2b p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 480px) {
  #section-strefa-b2b {
    background-position: center center;
    background-size: 1222px 560px;
 
  }
  #section-strefa-b2b .content-b2b p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 360px) {
  #section-strefa-b2b {
    background-position: center center;
    background-size: 1396px 640px;

  }
  #section-strefa-b2b .content-b2b p {
    font-size: 10pt;
  }
}
#section-praca {
  color: #ffffff;
  background-color: #37569c;
  background-image: url('../images/job-bg.png');
  background-repeat: no-repeat;
  background-position: center left;
  height: 280px;
}
#section-praca .lead-job {
  font-size: 22pt;
  text-align: right;
}
@media only screen and (max-width: 9920px) {
  #section-praca {
    background-position: center left;
    height: 280px;
  }
  #section-praca .heading-t2 {
    margin-bottom: 60px;
  }
  #section-praca .lead-job {
    font-size: 18pt;
    text-align: right;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #section-praca {
    background-position: center left;
    height: 280px;
  }
  #section-praca .heading-t2 {
    margin-bottom: 0px;
  }
  #section-praca .lead-job {
    font-size: 18pt;
    text-align: center;
    margin-bottom: 30px;
  }
  #section-praca .buttons {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  #section-praca {
    background-position: center left;
    height: 280px;
  }
  #section-praca .heading-t2 {
    margin-bottom: 0px;
  }
  #section-praca .lead-job {
    font-size: 18pt;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  #section-praca {
    background-position: center left;
    height: 280px;
  }
  #section-praca .heading-t2 {
    margin-bottom: 0px;
  }
  #section-praca .lead-job {
    font-size: 13pt;
    text-align: center;
    margin-bottom: 30px;
  }
}
.section-kontakt-dane {
  color: #ffffff;
  background-color: #37569c;
  background-image: url('../images/contact-bg.png');
  background-repeat: no-repeat;
  background-position: center left;
  height: 450px;
}
.section-kontakt-dane .contact p {
  font-size: 12pt;
}
@media only screen and (max-width: 992px) {
  .section-kontakt-dane {
    background-size: 840px 540px;
    height: 540px;
  }
  .section-kontakt-dane .contact p {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 640px) {
  .section-kontakt-dane {
    background-size: 622px 400px;
    height: 400px;
  }
  .section-kontakt-dane .contact p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 480px) {
  .section-kontakt-dane {
    background-size: 622px 400px;
    height: 400px;
  }
  .section-kontakt-dane .contact p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 360px) {
  .section-kontakt-dane {
    background-size: 684px 440px;
    height: 440px;
  }
  .section-kontakt-dane .contact p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 320px) {
  .section-kontakt-dane {
    background-size: 778px 500px;
    height: 500px;
  }
  .section-kontakt-dane .contact p {
    font-size: 10pt;
  }
}
#section-pomagamy {
  color: #ffffff;
  background-color: #37569c;
  background-image: url('../images/help-bg.png');
  background-repeat: no-repeat;
  background-position: center right;
  height: 600px;
}
#section-pomagamy .text {
  margin-top: 90px;
}
#section-pomagamy .text p {
  font-size: 14pt;
}
@media only screen and (max-width: 1024px) {
  #section-pomagamy {
    background-position: center right;
    background-size: 587px 400px;
    height: 400px;
  }
  #section-pomagamy .text {
    margin-top: 0px;
  }
  #section-pomagamy .text p {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 992px) {
  #section-pomagamy {
    background-position: center right;
    background-size: 587px 400px;
    height: 400px;
  }
  #section-pomagamy .text {
    margin-top: 0px;
  }
  #section-pomagamy .text p {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 640px) {
  #section-pomagamy {
    background-position: center right;
    background-size: 528px 360px;
    height: 360px;
  }
  #section-pomagamy .text {
    margin-top: 0px;
  }
  #section-pomagamy .text p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 480px) {
  #section-pomagamy {
    background-position: top center;
    background-size: 587px 400px;
    height: 400px;
  }
  #section-pomagamy .text {
    margin-top: 0px;
  }
  #section-pomagamy .text p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 360px) {
  #section-pomagamy {
    background-position: top center;
    background-size: 645px 500px;
    height: 500px;
  }
  #section-pomagamy .text {
    margin-top: 0px;
  }
  #section-pomagamy .text p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 320px) {
  #section-pomagamy {
    background-position: top center;
    background-size: 704px 480px;
    height: 480px;
  }
  #section-pomagamy .text {
    margin-top: 0px;
  }
  #section-pomagamy .text p {
    font-size: 10pt;
  }
}
#section-kontakt .sticker {
  width: 320px;
  padding: 10px 20px;
  margin-bottom: 60px;
  font-size: 14pt;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #37569c;
}
#section-kontakt .contact-group {
  margin-bottom: 120px;
}
#section-kontakt .card {
  margin-bottom: 30px;
}
#section-kontakt .card .image {
  margin: 0px;
  padding: 0px;
}
#section-kontakt .card .info {
  padding: 20px;
/*  border: 1px solid #ebebeb;*/
  border-left: 0px;
  height: 185px;
}
#section-kontakt .card .info .name {
  font-size: 14pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #37569c;
  margin-bottom: 10px;
}
#section-kontakt .card .info .position {
  font-size: 9pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#section-kontakt .card .info .telephone {
  font-size: 12pt;
  color: #616161;
  margin-bottom: 10px;
}
#section-kontakt .card .info .email {
  font-size: 12pt;
  color: #616161;
}
@media only screen and (max-width: 1024px) {
  #section-kontakt .card .info {
    padding: 12px 20px;
    height: 152px;
  }
  #section-kontakt .card .info .name {
    font-size: 11pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #37569c;
    margin-bottom: 10px;
  }
  #section-kontakt .card .info .position {
    font-size: 11pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #section-kontakt .card .info .telephone {
    font-size: 12pt;
    color: #616161;
    margin-bottom: 10px;
  }
  #section-kontakt .card .info .email {
    font-size: 12pt;
    color: #616161;
  }
}
@media only screen and (max-width: 992px) {
  #section-kontakt .sticker {
    width: 100%;
  }
  #section-kontakt .contact-group {
    margin-bottom: 30px;
  }
  #section-kontakt .card {
    margin-bottom: 30px;
  }
  #section-kontakt .card .info {
    /*border: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;*/
    border-top: none;
    height: 185px;
  }
}
@media only screen and (max-width: 640px) {
  #section-kontakt .sticker {
    width: 100%;
  }
  #section-kontakt .contact-group {
    margin-bottom: 30px;
  }
  #section-kontakt .card {
    margin-bottom: 30px;
  }
  #section-kontakt .card .info {
    /*border: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;*/
    height: 185px;
  }
}
@media only screen and (max-width: 480px) {
  #section-kontakt .sticker {
    width: 100%;
  }
  #section-kontakt .contact-group {
    margin-bottom: 30px;
  }
  #section-kontakt .card {
    margin-bottom: 30px;
  }
  #section-kontakt .card .info {
    /*border: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;*/
    height: 185px;
  }
}
@media only screen and (max-width: 360px) {
  #section-kontakt .sticker {
    width: 100%;
  }
  #section-kontakt .contact-group {
    margin-bottom: 30px;
  }
  #section-kontakt .card {
    margin-bottom: 30px;
  }
  #section-kontakt .card .info {
    /*border: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;*/
    height: 185px;
  }
}
@media only screen and (max-width: 320px) {
  #section-kontakt .sticker {
    width: 100%;
  }
  #section-kontakt .contact-group {
    margin-bottom: 30px;
  }
  #section-kontakt .card {
    margin-bottom: 30px;
  }
  #section-kontakt .card .info {
    border: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    height: 170px;
  }
  #section-kontakt .card .info .name {
    font-size: 11pt;
    margin-bottom: 10px;
  }
  #section-kontakt .card .info .position {
    font-size: 11pt;
    margin-bottom: 10px;
  }
  #section-kontakt .card .info .telephone {
    font-size: 12pt;
    margin-bottom: 10px;
  }
  #section-kontakt .card .info .email {
    font-size: 12pt;
  }
}
#section-wspolpracujemy .slider {
  margin-top: 60px;
  margin-bottom: 60px;
}
#section-wspolpracujemy .item .brand-logo {
  margin-bottom: 30px;
}
#section-wspolpracujemy .arrows {
  margin: 0px;
  padding: 0px;
}
#section-wspolpracujemy .left-arrow img {
  float: right;
}
#section-wspolpracujemy .right-arrow img {
  float: left;
}
#section-wspolpracujemy .controls {
  margin: 0 auto;
  margin-top: 60px;
  width: 40%;
}
#section-wspolpracujemy .carousel-indicators {
  top: 20px;
  bottom: 0px;
  position: relative;
}
#section-wspolpracujemy .carousel-indicators li {
  border: 2px solid #dfdfdf;
  width: 20px;
  height: 20px;
}
#section-wspolpracujemy .carousel-indicators .active {
  background-color: #dfdfdf;
}
@media only screen and (max-width: 1024px) {
  #section-wspolpracujemy .lead {
    font-size: 12pt;
  }
  #section-wspolpracujemy .controls {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  #section-wspolpracujemy .lead {
    font-size: 12pt;
  }
  #section-wspolpracujemy .controls {
    width: 60%;
  }
}
@media only screen and (max-width: 360px) {
  #section-wspolpracujemy .slider {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  #section-wspolpracujemy .lead {
    font-size: 12pt;
  }
  #section-wspolpracujemy .controls {
    width: 100%;
    margin: 0 0;
    margin-top: 30px;
    display: none;
  }
}
#section-klucz-sukcesu .content {
  font-size: 14pt;
}
#section-klucz-sukcesu .content .lead-text {
  margin-bottom: 30px;
}
#section-klucz-sukcesu .content .who-win {
  margin-bottom: 30px;
}
#section-klucz-sukcesu .content .list {
  margin-bottom: 30px;
}
.btn-industry {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  width: 110px;
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
}
.btn-industry:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  filter: grayscale(40%);
}
.btn-energetyka {
  background-color: #f3131f;
}
.btn-chemia {
  background-color: #b22328;
}
.btn-surowce {
  background-color: #326bad;
}
.btn-pompy {
  background-color: #a78b6b;
}
.btn-farmacja {
  background-color: #00bbd7;
}
.btn-wod-kan {
  background-color: #248a47;
}
.btn-spozywczy {
  background-color: #e98024;
}
.btn-kosmetyki {
  background-color: #672570;
}
@media only screen and (max-width: 1024px) {
  #section-klucz-sukcesu img {
    width: 132px;
    height: 320px;
  }
  #section-klucz-sukcesu .content {
    font-size: 12pt;
  }
}

.nav-justified > li {
	width:auto !important;
}

#calendar { color:#000; margin:auto; width:60%; background:#fff;margin-bottom:20px; }

@media only screen and (max-width: 1024px) {
	#calendar { width:80%; }
}
