/*
Autor: WEBSTE Bartosz Stefanicki, webste.pl
Version: 08.2017
Description: Kopiowanie zabronione. All rights reserved.
*/

/* OPEN SANS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
/* CONDPB */

@font-face {
  font-family: 'conduit';
  src: url('../fonts/CONDPB_.eot');
  src: url('../fonts/CONDPB_.woff') format('woff'), url('../fonts/CONDPB_.ttf') format('truetype'), url('../fonts/CONDPB_.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'conduit';
  src: url('../fonts/CONDPL_.eot');
  src: url('../fonts/CONDPL_.woff') format('woff'), url('../fonts/CONDPL_.ttf') format('truetype'), url('fonts/CONDPL_.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

/* Lato */

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato-Light.eot');
  src: local('☺'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #49455b;
}

/* MAX WIDTH OF SITE */

@media (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
  .container-fluid {
    max-width: 1330px;
  }
}

/* Google reCAPTCHA v2 */

.g-recaptcha {
  transform: scale(0.82);
  -webkit-transform: scale(0.82);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* BOOTSTRAP PADDINGS */

.nopadding {
  padding: 0;
}

.nopadding-left {
  padding-left: 0;
}

.nopadding-right {
  padding-right: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #49455b;
  font-size: 14px;
  background: #ebedef;
}

a,
a:hover {
  color: #49455b;
}

h1 {
  margin: 10px 0 40px 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 43px;
}

h1 span {
  font-family: 'lato';
  font-weight: 300;
  font-size: 27px;
  margin-top: 5px;
  letter-spacing: 1px;
  display: block;
}

h2 {
  margin: 0 0 40px 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
}

h2 span {
  font-family: 'lato';
  font-weight: 300;
  font-size: 27px;
  margin-top: 5px;
  letter-spacing: 1px;
  display: block;
}

h3 {
  margin: 20px 0 20px 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
}

/* NAGLOWEK
============================================*/

nav.navbar {
  background: #f57f20;
  margin: 0;
}

/*logo*/

.navbar-header h1 {
  margin: 28px 0 10px 0;
  text-align: right;
  padding: 0;
}

/* ikonka do rozwijania menu w wersji mobilnej */

button.navbar-toggle {
  margin-top: 22px;
  background: #fff;
  border: none;
}

/* MENU
============================================*/

nav .list-inline {
  margin: 0;
}

nav .list-inline>li {
  margin: 15px 0 0 0;
  width: 170px;
}

/* domyslny wyglad zakladek */

nav .list-inline>li>a {
  color: #fff;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.list-inline li a span.menuIkonka {
  display: block;
  height: 60px;
}

.list-inline li a span.menuIkonkaFAQ {
  background: url(../../img/menu_faq.svg) no-repeat center;
}

.list-inline li a span.menuIkonkaLista {
  background: url(../../img/menu_lista.svg) no-repeat center;
}

/* po najechaniu */

nav .list-inline>li>a:hover,
nav .list-inline>li>a:focus {
  background: none;
  color: #fff;
  text-decoration: underline;
}

/* AKTYWNA ZAKŁADKA: domyślny wygląd */

nav .list-inline>.active>a,
nav .list-inline>.active>a:hover,
nav .list-inline>.active>a:focus {
  background: none;
  color: #fff;
  text-decoration: underline;
}

/* MENU DO ZMIANY JEZYKOW
============================================*/

#jezyk ul {
  margin: 65px 0 0 0;
  border: 0;
}

#jezyk ul li {
  margin: 0;
}

#jezyk ul li a {
  background: url(../../img/arrow-down-white.png) no-repeat 10% 43%;
  padding: 10px 15px 15px 30px;
  border: 0;
  color: #fff;
}

#jezyk ul li.no-icon a {
  padding-left: 0px;
  background: none;
}

#jezyk ul li ul {
  margin: 0;
  border-radius: 0;
}

#jezyk ul li li {
  margin: 0;
}

#jezyk ul li li a {
  background: none;
  color: #333;
  padding: 5px 0 5px 32px;
}

/* PRZYCISKI
============================================*/

/* przycisk Szary */

a.btnSzary,
input.btnSzary,
a.btnKolor,
input.btnKolor,
a.btnKolor2,
input.btnKolor2,
a.btnSzaryMaly,
input.btnSzaryMaly,
a.btnKolorMaly,
input.btnKolorMaly {
  background: #9ea7b1;
  border-radius: 8px;
  border: none;
  padding: 8px 60px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

a.btnSzary:hover,
a.btnSzary:active,
input.btnSzary:hover,
input.btnSzary:active,
a.btnKolor:hover,
a.btnKolor:active,
input.btnKolor:hover,
input.btnKolor:active,
a.btnKolor2:hover,
a.btnKolor2:active,
input.btnKolor2:hover,
input.btnKolor2:active,
a.btnSzaryMaly:hover,
a.btnSzaryMaly:active,
input.btnSzaryMaly:hover,
input.btnSzaryMaly:active,
a.btnKolorMaly:hover,
a.btnKolorMaly:active,
input.btnKolorMaly:hover,
input.btnSzaryMaly:active {
  background: #8d959d;
  color: #fff;
  border: none;
  text-decoration: none;
}

#stronaGlownaZaloguj {
  margin-right: 90px;
}

/* przycisk Kolorowy */

a.btnKolor,
input.btnKolor {
  background: #49455b;
}

a.btnKolor:hover,
a.btnKolor:active,
input.btnKolor:hover,
input.btnKolor:active {
  background: #393647;
}

/* przycisk Kolorowy - Pomaranczowy, Wiekszy przycisk */

a.btnKolor2,
input.btnKolor2 {
  padding: 14px 70px 20px 70px;
  background: #f57f20 !important;
  color: #ffffff !important;
  font-size: 22px;
}

a.btnKolor2:hover,
a.btnKolor2:active,
a.btnKolor2:focus,
input.btnKolor2:hover,
input.btnKolor2:active,
input.btnKolor2:focus {
  background: #dc731e !important;
  text-decoration: none !important;
}

input.btnKolor2[disabled],
input.btnKolor2[disabled]:hover {
  background: #aaa;
  color: #fff;
}

/* przycisk Szary Maly */

a.btnSzaryMaly,
input.btnSzaryMaly,
a.btnKolorMaly,
input.btnKolorMaly {
  border-radius: 4px;
  border: none;
  padding: 5px 30px 7px 30px;
  font-size: 16px;
}

/* przycisk Maly Kolorowy */

a.btnKolorMaly,
input.btnKolorMaly {
  background: #49455b;
}

a.btnKolorMaly:hover,
a.btnKolorMaly:active,
input.btnKolorMaly:hover,
input.btnKolorMaly:active {
  background: #393647;
}

/* BLOK BIAŁY
============================================*/

.blokBialy {
  background: #fff;
  padding: 25px 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}

form.form {
  text-align: center;
}

form.form select.form-control {
  margin-bottom: 15px;
}

table.table {
  background: #fff;
  margin-bottom: 0;
  text-align: left;
}

table.table tr td,
table.table tr th {
  vertical-align: middle;
  padding: 15px 10px;
}

table.table a.btnKolorMaly {
  padding: 4px;
}

/* LISTA POZYCZEK, STRONA GLOWNA
============================================*/

.pozyczkaLista {
  padding: 20px;
}

.pozyczkaZdjecie {
  padding: 6px 0 40px 0;
}

.pozyczkaZdjecie img {
  width: 225px;
}

.pozyczkaTarcza img {
  margin: -40px 0 0 140px;
  width: 60px;
}

.pozyczkaOpis {
  padding: 0 20px;
}

.pozyczkaOpis h2 {
  margin: 0 0 2px 0;
}

.pozyczkaOpisP1 {
  color: #f57f20;
  margin: 0 0 15px 0;
}

.pozyczkaOpisP2 {
  margin: 0 0 25px 0;
}

.pozyczkaLink {
  margin-bottom: 15px;
}

.pozyczkaCzas {
  background: #f9f9f9;
  text-align: center;
  padding: 45px 15px 45px 15px;
  font-size: 12px;
}

.pozyczkaCzas p {
  color: #777;
}

.pozyczkaCzas span {
  display: block;
  color: #777;
}

.pozyczkaCzas2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* Loans Completed List & Loans Canceled List */
#loans-completed-list,
#loans-canceled-list {
  margin-top: 60px;
}

#loans-completed-list .pozyczkaLista,
#loans-canceled-list .pozyczkaLista {
  position: relative;
}

#loans-completed-list .completed-text,
#loans-canceled-list .canceled-text {
  display: block !important;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-size: 100px;
  text-transform: uppercase;
  transform: rotate(-30deg);
  opacity: .3;
  color: #bbb;
  font-weight: 900;
  z-index: 9999;
}

@media only screen and (max-width: 500px) {
  #loans-completed-list .completed-text,
  #loans-canceled-list .canceled-text {
    font-size: 40px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 995px) {
  #loans-completed-list .completed-text,
  #loans-canceled-list .canceled-text {
    font-size: 60px;
    top: 35%;
  }
}

#loans-completed-list .pozyczkaZdjecie > img,
#loans-canceled-list .pozyczkaZdjecie > img {
  filter: grayscale(100%);
}

#loans-completed-list .pozyczkaTarcza img,
#loans-canceled-list .pozyczkaTarcza img {
  filter: grayscale(100%);
}

#loans-completed-list .pozyczkaOpis h2 a,
#loans-canceled-list .pozyczkaOpis h2 a,
#loans-completed-list p,
#loans-canceled-list p {
  color: #888;
}

#loans-completed-list .btnKolorMaly,
#loans-canceled-list .btnKolorMaly {
  background: #bbb;
}

/* SZCZEGOLY POZYCZKI */

.o-pozyczce {}

.zalacznikBlok {
  float: left;
  margin: 20px 20px 25px 0;
  font-size: 9px;
}

.zalacznikBlok img {
  height: 100px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  padding: 5px;
  display: block;
}

p.zalacznik2 img {
  width: 100%;
  margin: 5px 0 0 0;
  border: 2px solid #eee;
  padding: 5px;
}

p.zalacznikOpis {
  font-size: 10px;
  margin-bottom: 20px;
}

p.zalacznik a img,
p.zalacznik2 a img {
  border-color: #eee;
}

.o-pozyczce .inwestowanie {
  padding-top: 20px;
  background: #f0f0f0;
}

.o-pozyczce .inwestowanie input.btn-default {
  margin-top: 20px;
}

ul#indexPozyczkiStatystyki li {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin: 0 5px 10px 0;
}

ul#indexPozyczkiStatystyki #kontakt {
  background: #f57f20;
  padding: 0;
}

ul#indexPozyczkiStatystyki #kontakt a {
  padding: 20px;
  display: block;
  color: #fff;
  font-weight: 600;
}

/* WYKAZY UL, OL
============================================*/

ul,
ol {
  margin: 20px 0;
}

ul li,
ol li {
  margin: 5px 0 0 30px;
}

ul li li,
ol li li {
  margin: 5px 0 0 60px;
}

/* KLASY DLA FORMULARZA DODAWANIA POZYCZKI
POLA ADMINA POKOLOROWANE NA ZOLTO
============================================*/

div.input_zolty input,
div.input_zolty select,
div.input_zolty textarea {
  background: #f8f4e2;
}

/*UL .NAV-PILLS*/

ul.nav-pills ul li {
  margin: 0;
}

ul.nav-pills ul li a {
  padding: 8px 45px;
}

/* STOPKA
============================================*/

footer {
  background: #49455b;
  font-size: 13px;
  padding: 30px 0 60px 0;
  margin-top: 80px;
}

footer p {
  color: #eee;
}

footer strong {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

footer ul {
  margin: 0 0 20px 0;
}

footer ul li {
  margin: 5px 0;
}

footer a,
footer a:hover {
  color: #eee;
}

footer .copyright p {
  color: #aaa;
  margin-top: 40px
}

footer .copyright p a {
  color: #aaa;
}

/* ZADZWON IKONKA PULSUJACA
============================================*/

#zadzwon_link {
  right: 35px;
  left: auto;
  position: fixed;
  z-index: 1;
  bottom: 35px;
  width: 70px;
  height: 70px;
  background: url('../../img/ikona_animowana.svg') no-repeat center;
}

#zadzwon_link a {
  display: block;
  width: 70px;
  height: 70px;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* PANEL LOGOWANIA
============================================*/

input.form-control,
select.form-control,
textarea.form-control {
  border-radius: 0 !important;
  border-color: #ddd;
  border-width: 1px;
  box-shadow: none;
}

.input-group textarea.form-control {
  height: 200px;
}

#panel-info {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

#panel-info .container {
  padding: 0;
}

#panel-info h2 {
  margin: 6px 0 0 0;
  font-size: 20px;
}

#panel-info h2 span {
  display: block;
  margin: 2px 0 4px 0;
  font-size: 15px;
  font-family: 'lato';
  font-weight: 300;
}

#panel-info h2 a {
  color: #49455b;
  text-decoration: none;
}

#panel-info ul {
  float: right;
  margin: 0;
}

#panel-info li a {
  color: #000;
  margin: 0;
  padding: 10px 5px;
}

#panel-info li.active a,
#panel-info li a:hover {
  background: #eee;
}