@charset "utf-8";

/*  G E N E R A L  S T Y L E S  */

body{
    overflow-x: hidden;
}
@media (max-width: 480px) {
  footer .column {
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  footer .column > a {
    margin: 0 auto !important;
}
}
body {
  font-family: "Brandon Grotesque Bold";
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
a,
input,
textarea,
button {
  outline: none;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
}
p {
  font-family: "Droid Serif", droid-serif, serif;
  margin: 15px 0;
  color: #003935;
}
ul,
menu {
  padding: 0;
}
li strong {
  font-style: normal;
}

.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
section {
  position: relative;
  opacity: 0;
}
i {
  font-family: Droid-italic;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
}
h2 {
  margin-top: 35px;
  font-size: 29px;
  color: #0088a1;
}
h3 {
  font-size: 27px;
  margin: 0px 0;
  line-height: 34px;
}
h4 {
  font-size: 26px;
  text-align: center;
  line-height: 29px;
}
h5 {
  text-transform: uppercase;
  font-size: 17px;
  color: #003935;
}
h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #0088a1;
  margin: 20px 0;
}

/*  N I C E  S E L E C T I O N  */
::-moz-selection {
  background: rgb(200, 200, 200);
  background: rgba(160, 160, 160, 0.3);
}
::selection {
  background: rgb(200, 200, 200);
  background: rgba(160, 160, 160, 0.3);
}
body,
a img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a,
p,
span,
h1,
h2,
h3 {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/* helpers */
p a {
  border-bottom: 1px solid;
}
p img,
img {
  height: auto;
  max-width: 100% !important;
}
.white {
  color: #fff !important;
}
.blue {
  color: #0088a1 !important;
}
.normal-header {
  position: relative;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  text-align: center;
}
.motto-normal {
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center;
  z-index: 100;
}

#procedury h4{
  font-size: 17px;
  text-transform: uppercase;
  font-size: 17px;
  color: #003935;
}

#dokumenty a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.motto-normal h2 {
  display: inline-block;
  width: 64%;
  text-align: center;
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  text-transform: uppercase;
}

.motto-normal span {
  display: inline-block;
  width: 64%;
  text-align: center;
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 600px){
    .motto-normal span {
        font-size: 22px;
        line-height: 28px;
    }
}
.margin-top {
  margin-top: 120px;
}
.margin-top-fix {
  margin-top: 100px !important;
}
#logo.smaller-logo {
  transform: scale(0.73);
  -webkit-transform: scale(0.73);
  -moz-transform: scale(0.73);
  -o-transform: scale(0.73);
  margin-top: 3px;
}

header.small-header {
  /*height: 78px;*/
}
nav.small-nav {
  padding-top: 7px;
}
#top.small-top { 
  /*height: 79px;*/
  align-items: center;
}
#search-icon{
  position: absolute;}
/*  H E A D E R  */
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  /*height: 120px;*/
  background: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
}
#logo {
  float: left;
  width: 74px;
  height: 75px;
  margin-top: 18px;
  margin-left: 17px;
  margin-bottom: 17px;
  text-indent: -9999px;
  background: url(../img/pafpio-logo.png);
  display: block;
}
a#up {
  display: none; 
  cursor: pointer;
  z-index: 99;
  right: 50px;
  bottom: 20px;
  position: fixed;
  width: 53px;
  height: 53px;
  background: url(../img/up.png) no-repeat;
}

/* NAVIGATION */
#top {
  margin: 0;
  /*height: 120px;*/
  justify-content: space-between;
  align-items: center;
}
nav a:hover {
  color: #003935 !important;
}
nav {
  display: block;
  position: relative;
  float: right;
  width: 750px;
  /*padding-top: 28px;*/
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
}
nav li {
  padding: 8px 0;
  margin-right: 12px;
  text-align: left;
}
nav ul#menu-menu {
  float: left;
}
nav img#search-icon {
  float: left;
  margin-top: 22px;
  position: absolute;
}
#search-form {
  opacity: 0;
  position: absolute;
  float: right;
  margin-right: 65px;
  width: 240px;
  height: 42px;
  background: rgba(212, 212, 212, 0.9);
}
#search-form.active {
  opacity: 1;
}
#search-form button#magnifier {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 15px;
  height: 16px;
  width: 15px;
  display: block;
  background: url(../img/search.png) no-repeat;
  border: 0;
  outline: none;
}
#search-form input {
  color: #005254;
  padding: 0 12px;
  font-size: 14px;
  font-family: "Brandon Grotesque Bold";
  height: 25px;
  width: 170px;
  border: 0;
  background: transparent;
  margin-top: 8px;
  outline: none;
  border-right: 1px solid #006874;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #005254 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1 !important;
  color: #005254 !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1 !important;
  color: #005254 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1 !005254;
  color: #01bbd0 !important;
}
nav,
ul nav ul.sub-menu {
  text-transform: uppercase;
  font-size: 12px;
}
nav li,
ul nav ul.sub-menu li {
  list-style-type: none;
  display: inline-block;
}
nav li a,
ul nav li ul.sub-menu li a {
  text-decoration: none;
  color: #006874;
  display: inline-block;
}
nav li {
  position: relative;
}

/* sub menu */
ul.sub-menu li a {
  padding-top: 2px;
}
ul.sub-menu li {
  padding: 1px 0;
  width: 100%;
  float: left;
  clear: left;
  background: rgba(245, 245, 245, 0.8);
}

ul.sub-menu li a {
  width: 184px;
  margin-left: 18px;
  border-bottom: 1px solid #777;
}
ul.sub-menu li a:hover {
  border-bottom: 1px solid #828080;
}
ul.sub-menu li:first-child {
  padding-top: 8px;
}
ul.sub-menu li:last-child {
  padding-bottom: 5px;
}
ul.sub-menu li:last-child a {
  border-bottom: 0;
}
nav li ul.sub-menu {
  padding: 0;
  z-index: 9999;
  position: absolute;
  left: 0;
  width: 220px;
  display: none;
}
li.current-menu-item a {
  color: #003935;
}
li.current-menu-item li a {
  color: #005254;
}
.menu-item-has-children {
  padding-right: 8px;
  margin-right: 10px;
}
li.menu-item-has-children {
  background: url(../img/submenu.png) no-repeat 100% 15px;
}
li.menu-item-has-children:hover {
  background: url(../img/submenu-active.png) no-repeat 100% 15px;
}
/* LANGUAGE SWITCHER */
nav li.menu-item-172 {
  padding-left: 14px;
  border-left: 1px solid #005254;
}

/* H O M E */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#start {
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  height: 100vh;
}
#start .cycle-slideshow,
#start .slide_single {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#start .slide_single {
  opacity: 0;
}
.home-bg {
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.start {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.motto {
  position: absolute;
  top: 50%;
  margin-top: -90px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.motto span {
  display: inline-block;
  padding: 0 20%;
  width: 60%;
  text-align: center;
  font-family: "Brandon Grotesque Bold";
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 600px){
    .motto span {
        font-size: 34px;
        line-height: 44px;
    }
}
a#arrow-down {
  z-index: 100;
  position: absolute;
  margin-left: -12px;
  bottom: 28px;
  left: 50%;
  display: block;
  width: 24px;
  height: 25px;
  background: url(../img/down.png) no-repeat;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: arrowmove;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: arrowmove;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
}
a#arrow-down:hover {
  -webkit-animation: 0;
}
@-webkit-keyframes arrowmove {
  0% {
    bottom: 28px;
  }
  100% {
    bottom: 16px;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 28px;
  }
  100% {
    bottom: 16px;
  }
}

a.offer {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 14px;
  width: 90px;
}
a.offer:hover {
  opacity: 0.7;
}
#header-content h1 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
}
#responsive-menu {
  display: none;
}

/* L O A N S */
#loans {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 40px 0;
}
#loans .column {
  text-align: center;
  position: relative;
  float: left;
  width: 33.333%;
}
#loans .column-content {
  position: relative;
  height: max-content;
  text-align: left;
}
#loans img {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a#more {
  font-family: "Brandon Grotesque Bold";
  position: relative;
  bottom: 0;
  display: inline-block;
  font-size: 12px;
  color: #0088a1;
  outline: 1px solid transparent;
  border: 1px solid #0088a1;
  padding: 10px 14px;
}
a#more:hover {
  outline: 2px solid #0088a1;
  opacity: 0.7;
}
#loans .column p {
  font-family: "Droid Serif", droid-serif, serif;
  color: #003935;
  font-weight: normal;
  font-size: 16px;
}
#loans .column:nth-child(1) p {
  padding: 0 22px 0 0;
}
#loans .column:nth-child(2) p,
.column:nth-child(2) h2 {
  padding: 0 11px;
}
#loans .column:nth-child(3) p,
.column:nth-child(3) h2 {
  padding: 0 0 0 22px;
}
#loans .column:nth-child(1) a#more {
  margin: 0 22px 0 0;
}
#loans .column:nth-child(2) a#more {
  margin: 0 11px;
}
#loans .column:nth-child(3) a#more {
  margin: 0 0 0 22px;
}
#loans-image {
  margin: 0 auto;
  display: block;
  width: 73px;
  height: 72px;
  background: url(../img/loans-hover.png) no-repeat;
}
#training-image {
  margin: 0 auto;
  display: block;
  width: 72px;
  height: 72px;
  background: url(../img/training-hover.png) no-repeat;
}
#consulting-image {
  margin: 0 auto;
  display: block;
  width: 73px;
  height: 72px;
  background: url(../img/consulting-hover.png) no-repeat;
}
#more.white {
  border-color: #fff;
}

/* P U B L I C A T I O N S */
#publications {
  position: relative;
  overflow: hidden;
  background: #0088a1;
  padding: 54px 0;
}

#publications h5 {
  color: #fff;
}
#publications h4 {
  color: #fff!important;
  text-transform: uppercase!important;
  font-size: 17px!important;
  text-align: unset!important;
}
#publications .publication-image {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-right: 44px;
  width: 260px;
  height: 260px;
  text-align: center;
}
#publications img {
  border-radius: 200px;
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 16px;
  height: 229px;
  width: 228px;
}
#publications .image-overlay {
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 0;
  display: block;
  z-index: 9;
  width: 260px;
  height: 260px;
  opacity: 0;
  background: url(../img/add-publication.png) rgba(255, 255, 255, 0.6);
  border-radius: 200px;
}
#publications .publication-image:hover .image-overlay {
  opacity: 1;
}
.publications-right {
  position: relative;
  height: 320px;
  float: right;
  width: 420px;
  text-align: left;
}
#publications:hover #slide-nav {
  opacity: 1 !important;
}
#slide-nav {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
}
.prev-slide,
.next-slide {
  width: 30px;
  height: 48px;
  display: block;
}
.prev-slide {
  float: left;
  margin-left: 5%;
  background: url(../img/prev.png);
}
.next-slide {
  float: right;
  margin-right: 5%;
  background: url(../img/next.png);
}
#publications .cycle-slideshow {
  float: left;
  margin: 0 auto;
}
#publications .container {
  width: 750px;
}
.position-fix {
  position: relative;
  height: 50px;
  margin-bottom: 40px;
}

/* F A Q */
#faq-exerpt {
  overflow: hidden;
  background: #fff;
  padding: 40px 0;
}
#faq-exerpt h3 {
  text-align: center;
}
#faq-exerpt .column-holder {
  padding: 30px 140px;
}
#faq-exerpt .column {
  width: 33.333%;
  float: left;
  padding-bottom: 40px;
}
#faq-exerpt .column-content {
  height: 300px;
  padding: 0 20px;
  text-align: left;
}
#faq-exerpt .column-content p {
  color: #444;
  -webkit-backface-visibility: hidden;
}
#faq-exerpt .column:nth-child(2) {
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  margin-left: -1px;
}
#faq-exerpt .column:nth-child(3) {
  margin-left: -1px;
}

.faq-link p::before{
  content: "0";
  color: transparent;
  display: inline-block;
  background-image: url(../img/question.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  margin-right: 7px;
}

/* Q U O T E */
#quote {
  background: #0088a1;
  text-align: center;
  padding: 40px;
}
#quote p {
  text-transform: uppercase;
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;
}
#quote i {
  font-size: 18px;
  font-family: "Myriad Pro";
  text-transform: uppercase;
}
#quote img {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 55px;
  height: 39px;
}
#quote .cycle-slideshow {
  width: 100%;
  height: auto;
}
#quote .cycle-slideshow .slide_single {
  padding-bottom: 30px;
  width: 100%;
}
#quote .cycle-pager-active {
  background: #fff;
}
#quote #pager-container {
  position: relative;
  height: 20px;
  margin-top: 20px;
}
#quote .cycle-pager {
  text-align: center;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  z-index: 100;

  position: absolute;
}
#quote .cycle-pager span {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0;
  z-index: 500;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
/* C O N T A C T  F O R M */
#form {
  overflow: hidden;
  padding: 40px 0;
  background: #dedede;
  text-align: center;
}
#form #contact-form,
.wpcf7-form {
  width: 640px;
  height: 400px;
  margin: 0 auto;
  padding-top: 30px;
}
#form fieldset.group {
  height: 212px;
  border: 0;
  padding: 0;
  float: left;
}
#form span:nth-child(1) input {
  margin-top: 0;
}
.wpcf7-form-control-wrap {
  display: block;
  height: 48px;
  margin-top: 6px;
}
#message {
  float: right;
}
#form input {
  font-family: "Droid sansregular", Helvetica, Arial;
  width: 260px;
  color: #0088a1;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #cac4c4;
  outline: none;
  float: left;
  clear: left;
}
#form input:focus,
#form textarea:focus {
  border: 1px solid #0088a1;
}
#form textarea {
  font-family: "Droid sansregular", Helvetica, Arial;
  width: 280px;
  height: 175px;
  color: #0088a1;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 12px;
  border: 1px solid #cac4c4;
  resize: none;
  float: right;
  outline: none;
}
#form input[type="submit"] {
  background: url(../img/send.png) no-repeat;
  text-indent: -9999px;
  height: 61px;
  width: 60px;
  margin-top: 30px;
  border: 0;
  cursor: pointer;
  outline: none;
}
#form input[type="submit"]:hover {
  opacity: 0.75;
}
#form .button {
  width: 60px;
  margin: 0 auto;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}
:-moz-placeholder {
  opacity: 1;
  color: #999;
}
::-moz-placeholder {
  opacity: 1;
  color: #01bbd0;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}
.captcha_text {
  display: inline-block;
  float: left;
  clear: both;
}
.captcha_photo {
  position: absolute;
  bottom: 70px;
}
/*  G O O G L E  M A P  */
#localization {
  width: 100%;
}
#localization #map {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
#localization #map img {
  max-width: none !important;
}
#localization iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* P A G E -> L O A N S */
#background-container {
  position: relative;
  height: 620px;
  background: rgba(0, 0, 0, 0.1);
}
.background {
  text-align: center;
  z-index: -100;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
}
.background h1 {
  margin-top: 10%;
  text-align: center;
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
  font-size: 46px;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
}
#oferta h3 {
  padding: 50px 0;
  text-align: center;
}
#oferta {
  padding: 40px 0 40px 0;
  color: #003935;
}
#oferta .columns {
  float: left;
  margin-bottom: 50px;
}
#oferta .column {
  text-align: center;
  width: 33.333%;
  float: left;
}
#oferta .column img {
  text-align: center;
}
#oferta p {
  text-align: left;
}
#oferta .column p {
  font-family: "Droid Serif", droid-serif, serif;
  color: #003935;
  font-weight: normal;
  font-size: 16px;
}
#oferta .column:nth-child(1) p {
  padding: 0 22px 0 0;
}
#oferta .column:nth-child(2) p {
  padding: 0 11px;
}
#oferta .column:nth-child(3) p {
  padding: 0 0 0 22px;
}

#procedury {
  text-align: center;
  background: #dedede;
  padding: 50px 0;
}
#procedury h3 {
  color: #0088a1;
}
#procedury p {
  text-align: left;
}

#kalkulator {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 50px;
  background: #444;
}
#kalkulator iframe {
  height: 620px;
  overflow-x: hidden;
}

#dokumenty {
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}
#dokumenty .columns {
  margin: 0 auto;
  width: 480px;
  padding-top: 30px;
}
#dokumenty .column {
  float: left;
  width: 160px;
}
.download {
  position: relative;
  display: inline-block;
  width: 73px;
  height: 73px;
  border: 1px solid #0088a1;
  border-radius: 50px;
}
.download-arrow-1 {
  z-index: 1;
  position: absolute;
  top: 21px;
  left: 14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #0088a1 transparent transparent transparent;
}
.download-arrow-2 {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #fff transparent transparent transparent;
}
.download-line {
  position: absolute;
  left: 14px;
  top: 48px;
  height: 1px;
  width: 44px;
  background: #0088a1;
}

#lacznie-pozyczylismy {
  background: #dedede;
  overflow: hidden;
  text-align: center;
  padding: 24px 0;
}
#lacznie-pozyczylismy img {
  padding-bottom: 20px;
  width: 100%;
}

#lacznie-pozyczylismy .columns {
  height: 330px;
  padding: 20px 0;
}
#lacznie-pozyczylismy .column {
  position: relative;
  float: left;
  width: 33.333%;
  text-align: center;
  height: 300px;
}
#lacznie-pozyczylismy .column:nth-child(1) strong {
  color: #065354;
}
#lacznie-pozyczylismy .column:nth-child(3) strong {
  color: #0088a1;
}
#lacznie-pozyczylismy strong {
  font-size: 46px;
}
#lacznie-pozyczylismy input {
  outline: none;
  width: 220px;
  height: 80px;
  position: absolute;
  vertical-align: middle;
  margin-top: 80px;
  margin-left: -230px;
  border: 0px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: normal;
  font-family: "Brandon Grotesque Bold";
  text-align: center;
  padding: 0px;
  -webkit-appearance: none;
  opacity: 1;
  background: none;
}
.knob1,
.knob2,
.knob3 {
  opacity: 0;
}
.preloader-circle {
  position: relative;
  height: 240px !important;
  padding: 6px;
  border-radius: 250px;
}
.columns .column:nth-child(1) .preloader-circle {
  border: 2px solid #065354;
}
.columns .column:nth-child(2) .preloader-circle {
  border: 2px solid #006874;
}
.columns .column:nth-child(3) .preloader-circle {
  border: 2px solid #0088a1;
}
.columns .column:nth-child(1) h4 {
  color: #065354 !important;
}
.columns .column:nth-child(2) h4 {
  color: #006874 !important;
}
.columns .column:nth-child(3) h4 {
  color: #0088a1 !important;
}
.columns .column:nth-child(1) input {
  color: #065354 !important;
}
.columns .column:nth-child(2) input {
  color: #006874 !important;
}
.columns .column:nth-child(3) input {
  color: #0088a1 !important;
}
.preloader-circle input {
  font-size: 45px !important;
}

#nasi-pozyczkobiorcy {
  overflow: hidden;
  padding: 24px 0 40px 0;
  text-align: center;
}
.organizations {
  width: 660px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.state {
  font-size: 13px;
  color: #0088a1;
  display: inline-block;
  margin-bottom: 10px;
}
.organizations h5 {
  float: left;
  margin-bottom: 50px;
  text-align: left;
}
#pafpio-map {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  width: 297px;
  height: 293px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#pafpio-map .map-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#pafpio-map .number {
  font-size: 11px;
  z-index: 1;
  position: absolute;
}
#pafpio-map .kujawsko-pomorskie + .number {
  left: 119px;
  top: 84px;
}
#pafpio-map .podlaskie + .number {
  left: 248px;
  top: 78px;
}
#pafpio-map .wielkopolskie + .number {
  left: 78px;
  top: 125px;
}
#pafpio-map .lodzkie + .number {
  left: 143px;
  top: 158px;
}
#pafpio-map .pomorskie + .number {
  left: 100px;
  top: 30px;
}
#pafpio-map .swietokrzyskie + .number {
  left: 190px;
  top: 199px;
}
#pafpio-map .podkarpackie + .number {
  left: 238px;
  top: 240px;
}
#pafpio-map .lubelskie + .number {
  left: 255px;
  top: 179px;
}
#pafpio-map .mazowieckie + .number {
  left: 193px;
  top: 116px;
}
#pafpio-map .warminsko-mazurskie + .number {
  left: 182px;
  top: 47px;
}
#pafpio-map .malopolskie + .number {
  left: 174px;
  top: 248px;
}
#pafpio-map .slaskie + .number {
  left: 134px;
  top: 213px;
}
#pafpio-map .opolskie + .number {
  left: 95px;
  top: 208px;
}
#pafpio-map .dolnoslaskie + .number {
  left: 55px;
  top: 181px;
}
#pafpio-map .lubuskie + .number {
  left: 20px;
  top: 126px;
}
#pafpio-map .zachodniopomorskie + .number {
  left: 29px;
  top: 55px;
}
#pafpio-map .pomorskie + .number {
  left: 97px;
  top: 30px;
}

#pafpio-borrowers {
  float: left;
  clear: left;
}

#faq {
  background: #f2f2f2;
  overflow: hidden;
  text-align: center;
  padding: 24px 0 60px 0;
}
.questions-and-answers {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.questions-and-answers h5 {
  color: #828080;
  border-bottom: 1px solid #aaa;
  padding-bottom: 16px;
  margin-bottom: 5px;
}
.answer p {
  padding-left: 40px;
  color: #828080;
  text-align: left;
}
.question p {
  color: #444444;
  text-align: left;
}
.question {
  width: 34%;
  float: left;
  clear: left;
}
.answer {
  width: 64%;
  float: left;
}

#czarne-owce {
  font-family: "Droid Serif", droid-serif, serif;
  color: #828080;
  background: #212121;
  overflow: hidden;
  padding: 24px 0 60px 0;
}
#czarne-owce h4 {
  text-align: center;
}
#czarne-owce ul {
  padding-left: 50px;
  font-size: 16px;
}
#czarne-owce p {
  color: #828080;
}
#foundations {
  border-top: 1px solid #aaa;
  padding-top: 12px;
  margin-top: 34px;
}
#foundations .columns {
  width: 100%;
}
#foundations .column {
  width: 100%;
  float: left;
  column-count: 3;
}
#foundations p {
  color: #444;
}
#foundations .column:nth-child(1) p {
  padding: 0 22px 0 0;
  margin-top: 0;
}
#foundations .column:nth-child(2) p {
  padding: 0 11px;
}
/*#foundations .column:nth-child(3) p{padding:20 0 0 22px;}*/
#foundations p.foundation-name {
  color: #828080;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #aaa;
}

footer {
  overflow: hidden;
  background: #444;
  padding: 30px 0 80px;
}
footer .column:nth-child(1) p {
  padding: 0 22px 0 0;
}
footer .column:nth-child(2) p {
  padding: 0 11px;
}
footer .column:nth-child(3) p {
  padding: 20 0 0 22px;
}
footer .column {
  width: 25%;
  float: left;
}
footer p,
footer a {
  color: #fff;
  font-family: "Droid sansregular", Helvetica, Arial;
  font-size: 12px !important;
  line-height: 18px;
  text-align: left;
}
footer a {
  border-bottom: 1px solid transparent;
}
footer a:hover {
  border-bottom: 1px solid #fff;
}

#page-consulting {
  text-align: center;
  z-index: -100;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#consulting-container {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 60px;
  color: #003935;
}

#page-learning {
  font-family: "Droid Serif", droid-serif, serif;
  color: #003935;
}
#learning-top {
  padding: 40px 0;
  background: #fff;
}
#learning-bottom {
  background: #dedede;
  padding: 40px 0;
}
#learning-bottom h4,
#learning-bottom h4 {
  color: #003935;
}

#address {
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
  background: #f2f2f2;
}
#address h2 {
  margin-bottom: 30px;
}
#address a {
  color: #0088a1;
  border-bottom: 1px solid #0088a1;
}
#address p {
  line-height: 24px;
}

/* P A G E -> A B O U T */
#about {
  background: #fff;
}
#about h1 {
  color: #0088a1;
  padding: 40px 0 20px;
}
#about h6 {
  padding: 40px 0 20px;
  font-size: 23px;
}
#about h2,
#about h3,
#about h4,
#about h5 {
  color: #0088a1;
}
#team {
  background: #d4d4d4;
  overflow: hidden;
  padding: 30px 0 60px;
}
#team .container {
  width: 700px;
}
#team h2 {
  text-align: center;
}
#team .column {
  float: left;
  width: 100%;
  text-align: center;
}
#team .person {
  width: 50%;
  float: left;
}
.column .person img {
  width: 220px;
  margin: 50px 0 20px;
  border: 0;
  border-radius: 300px;
}
.person-name {
  color: #444;
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
}
.person-position {
  color: #828080;
}
.person p {
  font-family: Droid-italic;
  margin: 0;
  padding: 5px 40px;
}

/* P A G E -> P U B L I C A T I O N S */
#page-publications {
  text-align: center;
}
#page-publications img {
  margin-bottom: 20px;
  border-radius: 200px;
}
#page-publications h4 {
  color: #0088a1 !important;
}

#page-publications p {
  text-align: left;
}
#page-publications .single-publication {
  overflow: hidden;
  padding: 60px 0;
}
#page-publications .single-publication {
  background: #dedede;
}
#page-publications .single-publication:nth-child(2n) {
  background: #eceaea;
}
#page-publications .image-overlay {
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: -16px;
  display: block;
  z-index: 9;
  width: 260px;
  height: 260px;
  opacity: 0;
  background: url(../img/add-publication.png) rgba(255, 255, 255, 0.6);
  border-radius: 200px;
}
#page-publications .publication-image:hover .image-overlay {
  opacity: 1;
}
#page-publications .publication-image {
  margin-bottom: 20px;
  width: 260px;
  display: inline-block;
}

/* P A G E -> N E W S */
#page-news {
  text-align: center;
}
#page-news img {
  padding-bottom: 20px;
}
#page-news p {
  text-align: left;
}
#page-news h2 {
  margin-bottom: 0;
  color: #0088a1 !important;
}
#page-news h5 {
  margin-top: 6px;
}
#page-news strong {
  color: #003935;
}
#page-news a {
  color: #003935;
  border-bottom: 1px solid transparent;
}
#page-news i {
  color: #003935;
}
#page-news .single-news {
  overflow: hidden;
  padding: 60px 0;
}
#page-news .single-news {
  background: #dedede;
}
#page-news .single-news:nth-child(2n) {
  background: #eceaea;
}

/* P A G E -> P R O J E C T S */
#page-projects {
  text-align: center;
}
#page-projects img {
  padding-bottom: 20px;
}
#page-projects p {
  text-align: left;
}
.project-top p,
.project-top h1,
.project-top h2,
.project-top h3,
.project-top h4,
.project-top h5,
.project-top a,
.project-top li,
.project-top i,
.project-top strong {
  color: #003935;
}
#page-projects ul li {
  text-align: left;
  font-family: "Droid Serif", droid-serif, serif;
}
#page-projects .project-top a {
  color: #003935;
  border-bottom: 1px solid transparent;
}
#page-projects .project-top a:hover {
  border-bottom: 1px solid #003935;
}
#page-projects .project-top h4 {
  color: #003935;
}
#page-projects h5 {
  margin-top: 6px;
}
#page-projects .project-top {
  background: #dedede;
  overflow: hidden;
  padding: 40px 0 60px;
}
#page-projects .projects {
  margin: 80px 0 10px;
}
#page-projects .project-bottom {
  background: #fff;
  overflow: hidden;
  padding: 20px 0 60px;
}
#page-projects .project-bottom a {
  color: #828080;
  border-bottom: 1px solid transparent;
}
#page-projects .project-bottom a:hover {
  border-bottom: 1px solid #828080;
}
.project-bottom p,
.project-bottom h1,
.project-bottom h2,
.project-bottom h3,
.project-bottom h4,
.project-bottom h5,
.project-bottom a,
.project-bottom li,
.project-bottom i,
.project-bottom strong {
  color: #828080;
}

#english {
  overflow: hidden;
  background: #fff;
  padding: 30px 0 50px;
}
#english h1,
#english h2,
#english h3,
#english h4,
#english a {
  color: #003935;
}

#search-page {
  padding: 20px 0 60px;
  background: #dedede;
}
#search-page h2 {
  margin-bottom: 50px;
}
#search-page p.small {
  color: #828080;
  font-size: 12px;
}
#search-page p.large a {
  color: #0088a1;
  text-transform: uppercase;
}
#search-page a {
  color: #666;
}
#search-page .navigation {
  height: 50px;
}

#style-1 {
  background: #dedede;
  padding: 40px 0 60px;
}
#style-1 p,
#style-1 li,
#style-1 h1,
#style-1 h2,
#style-1 h3,
#style-1 h4,
#style-1 h5 {
  color: #003935;
}
#style-1 h3 {
  font-size: 26px;
  margin: 40px 0 20px;
}
#style-1 li {
  font-family: "Droid Serif", droid-serif, serif;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #0088a1 !important;
}

@media (max-width: 850px) {
  #top h1 a {
    display: block;
    position: static;
  }
}

/* @media (max-width: 936px){
nav {
  width: 877px !important;
}
} */

@media (min-width: 1265px) {
  #top h1 .text-logo {
    margin-top: 26px !important;
    margin-left: 8px !important;
  }
}
@media (max-width: 936px) {
  .container {
    width: 95%;
  }
}

.text-red {
  color: red !important;
}

#top {
  width: auto;
  display: flex;
  justify-content: space-between;
}
#top h1 {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  color: red;
  font-size: 15px !important;
}
#top h1 .text-logo {
  display: block;
  margin-top: 18px;
  margin-left: 5px;
  width: 100px;
}
#quote .slide_single.cycle-slide.cycle-sentinel {
  display: none !important;
  }#quote .cycle-slideshow .slide_single.cycle-slide-active {
  position: relative !important;
  }
  
  .single-product.woocommerce .additional-info .wch-upsell .title .price{color: white!important;}