@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400&subset=latin,latin-ext);
/*
  Theme name: LimnusWork
  Author: Yeslogo.pl 
*/
body {
  padding: 0;
  margin: 0;
  color: #3c3c3b;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 15px;
}
td, th {
    padding: 20px;
}
#contact-form-regulations-content {
    display: block;
    margin: 5px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
#chat-regulations-content {
     display: none;
     margin: 15px 0;
     padding: 10px;
     border-radius: 6px;
     border: 1px solid #ddd;
    text-align: justify;
}

#contact-form {
    margin-top: 25px;
    margin-bottom: 25px;
}
#contact-form-top {
    display: grid;
    -ms-grid-columns: 32% 2% 32% 2% 32%;
    grid-template-columns: 32% 2% 32% 2% 32%;
    -ms-grid-rows: 55px 55px auto;
    grid-template-rows: 55px 55px auto;
    margin-bottom: 25px;
}
#contact-form-top span.firstname {
    -ms-grid-row: 1;
    grid-row: 1;    
    -ms-grid-column: 1;
    grid-column: 1;
}
#contact-form-top span.surname {
    -ms-grid-row: 1;
    grid-row: 1;    
    -ms-grid-column: 3;
    grid-column: 3;
}
#contact-form-top span.phone {
    -ms-grid-row: 1;
    grid-row: 1;    
    -ms-grid-column: 5;
    grid-column: 5;
}
#contact-form-top span.email {
    -ms-grid-row: 2;
    grid-row: 2;    
    -ms-grid-column: 1;
    grid-column: 1;
}
#contact-form-top span.topic {
    -ms-grid-row: 2;
    grid-row: 2;    
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
}
#contact-form-top span.message {
    -ms-grid-row: 3;
    grid-row: 3;    
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
}
#contact-form-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#contact-form-bottom p {
    margin: 0;
}
#contact-form-bottom .chosen-file {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px;
}
#contact-form-bottom .choose-file {
    color: #000000;
    border: 2px solid #2abeec;
    padding: 10px;
    font-weight: bold;
    line-height: 20px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s all;
    margin-right: 20px;
}
#contact-form-bottom .choose-file:hover {
    background-color: #2abeec;
    color: #ffffff;
}
#contact-form-bottom .wpcf7-submit {
    color: #2abeec;
    border: 2px solid #2abeec;
    background-color: #ffffff; 
    font-weight: bold;
    border: 2px solid #2abeec;
    padding: 10px;
    line-height: 20px;
    font-size: 18px;
    transition: 0.5s all;
}
#contact-form-bottom .wpcf7-submit:hover {
    background-color: #2abeec;
    color: #ffffff;       
}
#contact-form-bottom span.userfile {
    display: none;
}

#contact-form-top span input, #contact-form-top span select, #contact-form-top span textarea {
    width: 100%;
    border: 2px solid #2abeec;
    padding: 3px;
    line-height: 25px;
}
#contact-form-top span input:focus, #contact-form-top span select:focus, #contact-form-top span textarea:focus {
    box-shadow: 4px 4px 6px #dddddd, -4px 4px 6px #eeeeee, 4px -4px 6px #eeeeee, -4px -4px 6px #dddddd;
}
#contact-form-top span input, #contact-form-top span select {
    height: 31px;
}
#contact-form-top span textarea {
    resize: none;
}

.display-inline-block {
	display: inline-block !important;
}

a {
  color: #004061;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

a:hover {
  transition: color 0.7s;
}

img {
  max-width: 100%;
  height: auto;
}

a, ul, div {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 25px;
  font-weight: 700 !important;
  color: #2abeec;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.padd-zero {
  padding-left: 0;
  padding-right: 0;
}

.header-main {
  min-height: 94px;
  padding-left: 0;
  padding-right: 0;
}

#primary-navigation ul {
  margin-top: 15px;
}
#primary-navigation ul li {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
  position: relative;
}
#primary-navigation ul li a {
  color: #004061;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
#primary-navigation ul li a:hover {
  color: #2abeec;
}
#primary-navigation ul li.current_page_item a {
  color: #2abeec;
}
#primary-navigation ul li ul {
  visibility: hidden;
}
#primary-navigation ul .arrow-down {
  background: url("/wp-content/uploads/arrow_down.png") no-repeat;
  width: 10px;
  height: 7px;
  float: right;
  margin-top: 10px;
  margin-left: 6px;
}
#primary-navigation .sub-menu {
  position: absolute;
  z-index: 100;
  background: #fff;
  padding-top: 37px;
  padding-left: 10px;
  left: -20px;
  margin: 0;
}
#primary-navigation .sub-menu li {
  display: block;
  text-align: right;
  border-top: 1px solid #c5c5c5;
  width: 200px;
  margin: 0;
  padding: 10px 12px 10px 10px;
}
#primary-navigation .sub-menu li a {
  color: #004061;
}
#primary-navigation .sub-menu li a:hover {
  color: #2abeec;
}

.menu-toggle {
  display: none;
}

.dividerBlue {
  height: 2px;
  background: #2abeec;
}

.dividerGrey {
  height: 1px;
  background: #c5c5c5;
}

.languages ul {
  float: right;
}
.languages ul li {
  display: inline;
  margin-right: 3px;
}

.slider .test {
  background: #000;
}
.slider .slide-text {
  position: absolute;
}
.slider .slide-text .content {
  padding: 50px 0;
}
.slider .slide-text p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.slider .slide-text p .more_btn {
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 40px;
  color: #fff;
}
.slider .slide-text p .more_btn:hover {
  background: #fff;
  color: #2abeec;
  transition: background 0.7s;
}
.slider .slide-text ul li {
  list-style: disc;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-left: 25px;
}

.slider{
    height: 549px;
}
.slide
{
    width: 100%;
    height: 549px;
}

.job-offer {
  position: absolute;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  width: 396px;
  right: 0;
}
.job-offer .job-offer-bg {
  opacity: 0.95;
  background: #f2f2f2;
  width: 100%;
  height: 549px;
  position: absolute;
}
.job-offer .job-offer-inner {
  position: relative;
  z-index: 20;
  height: 549px;
  padding-top: 20px;
}
.job-offer .job-offer-inner .bx-wrapper {
  margin-top: 20px !important;
}
.job-offer .job-offer-inner #ajax-loader {
  display: none;
  background: url("js/ajax-loader.gif");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.job-offer .job-offer-inner h2 {
  background: #2abeec;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.job-offer .job-offer-inner .bx-wrapper .bx-viewport {
  background: transparent !important;
}
.job-offer .job-offer-inner ul li {
  list-style: none;
  padding: 0 15px;
  font-size: 12px;
}
.job-offer .job-offer-inner .job-url {
  
  
}
.job-offer .job-offer-inner .job-title {
  padding: 15px 0;
  font-weight: 600;
  border-bottom: 1px solid #c5c5c5;
  margin-top: 10px;
  margin: 5px 0;
}
.job-offer .job-offer-inner .form_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #c5c5c5;
  background: #2abeec;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.job-offer .job-offer-inner .form_btn:hover {
  background: #fff !important;
  color: #2abeec;
  transition: background 0.7s;
}
.job-offer .job-offer-inner .form_show_more {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  color: #2abeec;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}

.items-section {
  margin: 30px 0;
}
.items-section .limnus-left-img {
  width: 195px;
  height: 495px;
  background: url("/wp-content/uploads/znak-bg-lewy.png") no-repeat;
  float: left;
}
.items-section .limnus-right-img {
  width: 188px;
  height: 476px;
  background: url("/wp-content/uploads/znak-bg-prawy.png") no-repeat;
  float: right;
}
.items-section .item-1-img, .items-section .item-2-img, .items-section .item-3-img {
  width: 142px;
  height: 154px;
  margin: 0 auto;
}
.items-section .items {
  text-align: center;
  margin-top: 100px;
}
.items-section .items h1 {
  margin-bottom: 5px;
}
.items-section .items p {
  font-size: 18px;
  min-height: 90px;
}
.items-section .items a.more_btn {
  padding: 10px 40px;
  border: 2px solid #2abeec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #31c0ed;
}
.items-section .items a.more_btn:hover {
  background: #2abeec;
  color: #fff;
  transition: background 0.7s;
}
.items-section .item-1-img {
  background: url("/wp-content/uploads/lupa-icon.png") no-repeat;
}
.items-section .item-2-img {
  background: url("/wp-content/uploads/czl-icon.png") no-repeat;
}
.items-section .item-3-img {
  background: url("/wp-content/uploads/questions-icon.png") no-repeat;
}

.footer-form {
  background: #f2f2f2;
  text-align: center;
  padding: 100px 0 150px 0;
}
.footer-form h1 {
  color: #3c3c3b;
}
.footer-form h3 {
  margin-bottom: 100px;
}
.footer-form .form_btn {
  padding: 40px 70px;
  border: 2px solid #2abeec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #2abeec;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
}
.footer-form .form_btn:hover {
  background: #2abeec;
  color: #fff !important;
  transition: background 0.7s;
}

.dividerFooter {
  background: #004061;
  height: 1px;
  width: 100%;
}

.partners {
  padding: 0 50px;
}
.partners h2 {
  color: #aaa;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.partners .partnersSlider {
  margin: 50px 0;
}
.partners .partnersSlider ul li {
  border: 1px solid #aaa;
}

.footer {
  padding: 30px 0;
  margin-top: 15px;
}
.footer .limnus-footer {
  width: 123px;
  height: 76px;
  background: url("/wp-content/uploads/logo_footer.png") no-repeat;
}
.footer .fb-icon {
  width: 32px;
  height: 32px;
  background: url("/wp-content/uploads/fb-icon.png") no-repeat;
  float: right;
  margin-top: 58px;
}
.footer .fb-icon a {
  width: inherit;
  height: inherit;
  display: block;
  text-indent: -9999px;
  overflow-x: hidden;
}
.footer .firma-row {
  width: 80px;
  float: right;
  margin: 0 5px;
}
.footer .przyjazna_rekrutacja
{
	/*display: none;
	width: 100%;*/
	margin-right: 10px;
	float: right;
}
.footer .przyjazna_rekrutacja p
{
	text-align: right;
}

.footer .przyjazna_rekrutacja p img {
	height: 95px;
	width: auto;
}
.footer .przyjazna_rekrutacja.small p img {
	height: 35px;
	margin-top: 30px;
} 

.footer-right, .footer-logo
{
	margin-top: 0px;
}

.footer .copy {
  text-align: center;
  width: 123px;
  margin-top: 3px;
}
.footer .created-row {
  float: right;
}
.footer .createdby {
  margin-top: 15px;
}
.footer .createdby p {
  margin-top: 5px;
  float: left;
  width: 70px;
  font-size: 10px;
}
.footer .createdby .logo-yeslogo {
  float: left;
}
.footer .nav-menu-footer {
  text-align: center;
}
.footer .nav-menu-footer li {
  list-style: none;
  display: inline-block;
  margin: 30px 15px;
  font-size: 15px;
}
.footer .nav-menu-footer li a:hover {
  color: #2abeec;
}

.banner {
  position: relative;
}
.banner img {
/*  max-width: 100%; */
/*   height: auto; */
}
.banner .banner-text {
  position: absolute;
  font-size: 18px;
  top: 0;
  color: #fff;
  font-weight: 600;
  padding-top: 100px;
}
.banner .banner-text h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.banner .banner-text h2 {
  font-size: 32px;
  font-weight: 600;
}
.banner .banner-text h3 {
  font-size: 24px;
  font-weight: 700;
}
.banner .banner-text a {
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 40px;
  color: #fff;
}
.banner .banner-text a:hover {
  background: #fff;
  color: #2abeec;
  transition: background 0.7s;
}
.banner .banner-text ul {
  clear: both;
}
.banner .banner-text ul li {
  list-style: disc;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-left: 25px;
}

.main {
  padding: 100px 0;
  overflow: auto;
}
#zwrot-podatku {
    padding: 0 20%;
    line-height: 2em;
    font-size: 1.25em;
}
#zwrot-podatku h1 {
    line-height: 2em;
    text-align: center;
}
#zwrot-podatku table tr td {
    border: 1px solid #000;
    padding: 20px;
}
#zwrot-podatku table tbody tr:first-child td, #zwrot-podatku table tbody tr:nth-child(3) td {
    background-color: #2abeec;
    color: #fff;
    font-weight: bold;
}
#zwrot-podatku .form_btn {
    padding: 20px 50px;
    border: 2px solid #E7463C;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #E7463C;
    margin: 20px auto;
    display: inline-block;
    transition: 0.5s all;
	display: flex;
    justify-content: center;
    width: fit-content;
	text-decoration: none !important;
}
#zwrot-podatku .form_btn:hover {
    background-color: #fff;
    color: #E7463C;
}

.main h1 {
  color: #2abeec;
}
.main ul {
  clear: both;
}
.main ul li {
  margin-left: 30px;
  color: #2abeec;
}
.main ul li span {
  color: #3c3c3b;
}
.main div {
  padding: 0;
}
.main .certificate {
  border: 2px solid #c8c8c8;
  float: left;
  width: 580px;
  height: auto;
  margin-left: 150px;
}
.main .certificate img {
  max-width: 100%;
  height: auto;
}
.main .question {
  margin: 30px 0 15px 0;
}
.main .question:hover {
  cursor: pointer;
  transition: color 0.7s;
}
.main .question h1 {
  margin-left: 30px;
}
.main .answer {
  margin: 10px 0 10px 30px;
  display: none;
}
.main .arrow-down {
  width: 17px;
  height: 15px;
  background: url("/wp-content/uploads/accordion-arrow.png") no-repeat;
  float: left;
  margin-top: 7px;
  margin-right: 15px;
}
.main .arrow-left {
  width: 15px;
  height: 17px;
  background: url("/wp-content/uploads/accordion-arrow1.png") no-repeat;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
.main .kontakt_btn {
  padding: 10px;
  color: #004061;
  border: 2px solid #004061;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0;
}
.main .kontakt_btn:hover {
  background: #004061;
  color: #fff;
  transition: background 0.7s;
}

.fb-offer-section {
  background: #004061;
  padding: 30px 0;
  text-align: center;
}
.fb-offer-section .fb-offer-btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.fb-offer-section .fb-offer-btn:hover {
  background: #fff;
  color: #004061;
  transition: background 0.7s;
}

.form-overlay {
  display: none;
  background: #2abeec;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
}

#form-window {
  display: none;
  padding: 50px 60px 50px 60px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  z-index: 110;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #c5c5c5;
}
#form-window h1 {
  margin-bottom: 80px;
}
#form-window .form-group {
  margin-top: 25px;
  overflow: auto;
}
#form-window .close-form-btn {
  width: 43px;
  height: 44px;
  background: url("/wp-content/uploads/close.png") no-repeat;
  position: absolute;
  right: 40px;
}
#form-window .close-form-btn:hover {
  cursor: pointer;
}
#form-window label {
  font-weight: 600;
  padding-top: 10px;
}
#form-window input, #form-window textarea, #form-window select {
  border: 2px solid #2abeec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 15px;
}
#form-window .submit-form-btn {
  font-size: 25px;
  padding: 40px 70px;
  border: 2px solid #2abeec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  background: #2abeec;
  text-align: center;
}
#form-window .submit-form-btn:hover {
  background: #fff;
  color: #2abeec;
  transition: background 0.7s;
}

/*media query */
@media (max-width: 1755px) {
  #primary-navigation .sub-menu {
    padding-top: 21px;
  }
/*
  .slider .slide-text .col-100 {
    width: 100%;
    font-size: 18px;
  }
  .slider .slide-text .content {
    padding: 15px 0;
  }


  .banner .banner-text {
    padding-top: 5px;
  }
*/
  .main .certificate {
    margin-bottom: 50px;
  }
/*
  .job-offer .job-offer-inner ul {
    font-size: 12px;
  }
*/
}
@media (max-width: 1535px) {
  #primary-navigation .sub-menu {
    padding-top: 50px;
  }
  #primary-navigation ul li {
    margin: 0 7px;
  }
  #primary-navigation ul li a {
    font-size: 16px;
  }

  .items-section .limnus-left-img, .items-section .limnus-right-img {
    width: 135px;
    background-size: 100%;
    margin-top: 100px;
    height: 360px;
  }

  .menu {
    width: 100%;
    padding-bottom: 15px;
  }

  .slider .slide-text .col-100 {
/*     width: 100%; */
/*     font-size: 18px; */
  }
  .slider .slide-text .content {
/*     padding: 10px 0; */
  }

  .banner .banner-text {
/*     padding-top: 0; */
  }
  .banner .banner-text h1 {
    font-size: 36px;
  }
  .banner .banner-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 1380px) {
  .job-offer .job-offer-inner ul {
    font-size: 12px;
  }
  .job-offer .job-offer-inner .job-url {
    padding: 0px 0 10px 0;
  }
  
  .slider, .slide, .job-offer .job-offer-inner, .job-offer .job-offer-bg 
  {
      height: 495px;
  }
  
  .slider .slide-text .col-100 {
    width: 100%;
    font-size: 18px;
  }
  .slider .slide-text .content {
    padding: 10px 0;
  }
  
}
@media (max-width: 1260px) {
  #primary-navigation .sub-menu {
    padding-top: 36px;
  }

  .banner .banner-text p {
    margin: 0;
  }

  .job-offer .job-offer-inner ul {
    font-size: 12px;
  }
  
}
@media (max-width: 1200px) {
  h1 {
    font-size: 22px;
  }

  .footer .nav-menu-footer li {
    margin: 30px 5px;
  }

  .banner .banner-text {
/*     padding-top: 20px; */
  }
  .banner .banner-text h3 {
    font-size: 18px;
  }
  .banner .banner-text p {
    font-size: 12px;
  }
  .banner .banner-text ul li {
    font-size: 15px;
  }

  .slider .slide-text .col-100 {
    width: 100%;
    font-size: 18px;
  }
  .slider .slide-text .content {
    font-size: 18px;
  }
  .slider .slide-text p {
    font-size: 18px;
  }
  .slider .slide-text ul li {
    font-size: 16px;
  }

  .main .certificate {
    width: 300px;
    margin-left: 100px;
    margin-bottom: 100px;
  }
  .main p {
    font-size: 14px;
  }

  .items-section .limnus-left-img, .items-section .limnus-right-img {
    width: 100px;
  }

 
}
@media (max-width: 1160px) {
  .banner .banner-text
  {
      width: 530px;
  }
  
}
@media (max-width: 1080px) {
  .padd-zero {
    padding-left: 5px;
    padding-right: 5px;
  }

  #primary-navigation ul li {
    margin: 0 5px;
  }
  #primary-navigation ul li a {
    font-size: 15px;
  }

  .main .photo_employer {
    display: none;
  }
  .main div {
    padding: 0 10px;
  }

  .slider .slide-text .content {
    padding: 40px 0 0 0;
    font-size: 12px;
  }
  .slider .slide-text ul li {
    font-size: 12px;
  }
  .slider .slide-text h1 {
    font-size: 14px;
  }
  .slider .slide-text p {
    font-size: 14px;
  }
  .slider .slide-text p a {
    border: 1px solid #fff;
    font-size: 12px;
    padding: 30px 20px;
  }

  .banner .banner-text {
    padding-top: 30px;
  }
  .banner .banner-text h1 {
    font-size: 30px;
  }
  .banner .banner-text h2 {
    font-size: 20px;
  }

  .job-offer {
    display: none;
  }
  .slider, .slide{
      height: 320px;
  } 
  
  .bx-wrapper .bx-prev {
    left: -15px;
  }

  .bx-wrapper .bx-next {
    right: -15px;
  }

  .footer .nav-menu-footer li {
    margin: 10px 5px;
    display: block;
    text-align: center;
  }

  .footer-menu {
    clear: both;
    width: 100%;
    margin-top: 125px;
  }

  .footer-right {
    width: 180px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 280px;
  }

  .footer-logo {
    width: 145px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: auto;
	margin-top:0;
  }

  .footer .firma-row {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .footer-right {
    margin-top: 20px;
  }

  .banner .banner-text {
    font-size: 18px;
  }
  .banner .banner-text .content {
    font-size: 14px;
  }
  .banner .banner-text h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .banner .banner-text p {
    font-size: 14px;
  }
  .banner .banner-text a {
    padding: 5px 5px;
    font-size: 12px;
  }
  .banner .banner-text ul li {
    font-size: 12px;
  }

  .limnus-right-img, .limnus-left-img {
    display: none;
  }

    
    #contact-form-top {
        display: grid;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: 55px 55px 55px 55px auto;
        grid-template-rows: 55px 55px 55px 55px auto;
    }
    #contact-form-top span.firstname {
        -ms-grid-row: 1;
        grid-row: 1;    
        -ms-grid-column: 1;
        grid-column: 1;
    }
    #contact-form-top span.surname {
        -ms-grid-row: 2;
        grid-row: 2;    
        -ms-grid-column: 1;
        grid-column: 1;
    }
    #contact-form-top span.phone {
        -ms-grid-row: 3;
        grid-row: 3;    
        -ms-grid-column: 1;
        grid-column: 1;
    }
    #contact-form-top span.email {
        -ms-grid-row: 4;
        grid-row: 4;    
        -ms-grid-column: 1;
        grid-column: 1;
    }
    #contact-form-top span.topic {
        -ms-grid-row: 5;
        grid-row: 5;    
        -ms-grid-column: 1;
        grid-column: 1;
    }
    #contact-form-top span.message {
        -ms-grid-row: 6;
        grid-row: 6;    
        -ms-grid-column: 1;
        grid-column: 1;
    }
}
@media (max-width: 769px) {
  .main .certificate {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
  }

  .main div {
    padding: 5px;
  }

  .padd-zero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  #form-window input, #form-window textarea, #form-window select {
    padding: 0;
  }

  #form-window {
    padding: 0;
  }

  #form-window .submit-form-btn {
    padding: 6px 0px;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 5px;
  }

  #primary-navigation ul li {
    display: block;
    float: none;
    text-align: center;
    margin: 5px 0;
  }
  #primary-navigation ul li .arrow-down {
    display: none;
  }
  #primary-navigation ul li.current_page_item a {
    color: #2abeec;
  }
  #primary-navigation ul li ul {
    visibility: hidden;
  }
  #primary-navigation .sub-menu {
    visibility: visible;
    display: block;
    position: static;
    background: #fff;
    padding-top: 5px;
    margin: 0;
  }
  #primary-navigation .sub-menu li {
    display: block;
    text-align: center;
    border-top: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #primary-navigation .sub-menu li a {
    font-size: 13px;
  }

  .items-section .items {
    padding-top: 15px;
    margin-top: 5px;
  }
  .items-section .items p {
    min-height: 50px;
  }

  .banner .banner-text h1 {
    font-size: 18px;
  }
  .banner .banner-text h2 {
    font-size: 16px;
  }

  .footer-menu {
    clear: both;
    width: 100%;
    margin-top: 125px;
  }

  .footer-right {
    width: 180px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 20px;
  }

  .footer-logo {
    width: 145px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .footer .firma-row {
    margin: 0;
  }
  
  
  
}
@media (max-width: 610px) {
  .job-offer {
    display: none;
  }

  .slider, .slide
  {
	height: 280px;
 }
 .slide
 {
	background-size: 140% 100% !important;
 }
  
  .slider .slide-text .content
  {
	padding: 5px 0 0 0; 
  }
  .banner .banner-text {
/*     display: none; */
    padding-top: 40px;
	width:300px;
  }

  .slider .slide-text {
/*     display: none; */
  }
  .footer-form .form_btn
   {
	padding: 30px 10px;
  }
  .main .certificate
  {
	margin-left: 0;
  }
}

#menu-item-366 a {
	font-weight: bold !important;
}

.our-team .team-person {
	width: 48%;
	display: inline-block;
	background: rgba(0, 64, 97, 0.08);
	margin-bottom: 30px;	
 	float: left;
	height: 600px;
}

.our-team .team-person.team-margin-left {
	margin-left: 4%;
}

.our-team .team-person img {
	width: 40%;
	margin: 25px;
	float: left;
	max-height: 550px;
}

.our-team .team-person .name {
	margin-top: 25px;
	color: #004061;
	font-weight: bold;
	font-size: 2.8rem;
}

.our-team .team-person .title {
	color: #004061;
	font-size: 1.6rem;
}

.our-team .team-person .phone {
	color: #004061;
	margin-top: 25px;
	font-size: 1.8rem;
}

.our-team .team-person .email a {
	font-size: 1.8rem;
}

.our-team .team-person .description {
	margin: 25px 0 25px 25px;	
	border-top: 2px solid #004061;
	padding: 25px 25px 0 0;
	text-align: justify;
	font-size: 1.8rem;
}

.our-team-contact .team-person {
	width: 100;
	display: block;
	background: rgba(0, 64, 97, 0.08);
	margin-bottom: 20px;	
	height: 300px;
}

.our-team-contact .team-person img {
	height: 250px;
	margin: 25px;
	float: left;
}

.our-team-contact .team-person .name {
	padding-top: 25px;
	color: #004061;
	font-weight: bold;
	font-size: 2.8rem;
}

.our-team-contact .team-person .title {
	color: #004061;
	font-size: 1.6rem;
	padding: 15px 0;
}

.our-team-contact .team-person .phone {
	color: #004061;
	margin-top: 25px;
	font-size: 1.8rem;
}

.our-team-contact .team-person .email a {
	padding: 15px 0;
	font-size: 1.8rem;
}

#menu-item-366 a, 
#menu-item-1079 a,
#menu-item-2113 a {
	animation: blink 2.5s infinite;
}

#testimonials {
	padding: 30px 50px;
}
#testimonials .testimonial_slider__textonly .testimonial_content {
width: 100%;
}

.testimonial_slider__textonly .testimonial_content_wrap::before {
	display: none;
}
#testimonials .testimonial_wrapper{
	height: 370px !Important;
}
#testimonials .sldr_title {
	font-family: 'Open Sans',sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600 !important;
	text-align: center;
}

@keyframes blink {
  0% {
	color: rgb(0, 64, 97);
	font-weight: 800;
  }
  50%
  {	
	color: rgb(42, 190, 236);
	font-weight: 800;
  }
  100% {
	color:rgb(0, 64, 97);
	font-weight: 800;
  }
}


@media (min-width: 901px) and (max-width: 1200px) {
	.our-team .team-person .name, .our-team-contact .team-person .name {
		font-size: 2.2rem;
	}
}

@media (min-width: 751px) and (max-width: 900px) {
	.our-team .team-person .name {
		font-size: 2.1rem;
	}
}


@media (max-width: 1400px) {
	.our-team-contact .team-person {
		width: 100%;
		float: none;	
		height: auto;
		padding: 20px 0;
	}

	.our-team-contact .team-person img {
		margin: 25px 30%;
		width: 40%;
		height: auto;
		display: block;
		float: none;
	}

	.our-team-contact .team-person, .our-team-contact .team-person .name, .our-team-contact .team-person .title, .our-tea-contactm .team-person .phone, .our-team-contact .team-person .email {
		text-align: center;
	}
}

@media (max-width: 750px) {
	.our-team .team-person, .our-team-contact .team-person {
		width: 100%;
		float: none;	
		height: auto;
		margin: 0 0 30px 0;
		padding: 20px 0;
	}	

	.our-team .team-person.team-margin-left {
		margin-left: 0;
	}

	.our-team .team-person img, .our-team-contact .team-person img {
		margin: 25px 30%;
		width: 40%;
		height: auto;
		display: block;
		float: none;
	}

	.our-team .team-person, .our-team .team-person .name, .our-team .team-person .title, .our-team .team-person .phone, .our-team .team-person .email {
		text-align: center;
	}

	.our-team-contact .team-person, .our-team-contact .team-person .name, .our-team-contact .team-person .title, .our-tea-contactm .team-person .phone, .our-team-contact .team-person .email {
		text-align: center;
	}
}
@media (max-width: 480px) {
	#testimonials {
		padding: 30px 5%;
	}
}
@media (max-width:998px){
	.podatek-img{
	float:none !important;
}
}
.podatek-img{
	float:right;
}
#zwrot-podatku a{
	color:#E7463C;
	text-decoration:underline;
}