/*!
Theme Name: Platforma Wydarzen BNP
Theme URI: http://underscores.me/
Author: Hagen
Author URI: http://underscores.me/
Description: Description
Version: 1.3.1
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: platforma-wydarzen-bnp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Platforma Wydarzen BNP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: Bnpp-sans;
  src: url(fonts/bnpp-sans.ttf);
}

@font-face {
  font-family: Bnpp-sans-bold;
  src: url(fonts/bnpp-sans-bold.ttf);
}

@font-face {
  font-family: Bnpp-sans-light;
  src: url(fonts/bnpp-sans-light.ttf);
}

@font-face {
  font-family: Bnpp-sans-cond-bold-v2;
  src: url(fonts/bnpp-sans-cond-bold-v2.ttf);
}

@font-face {
  font-family: Bnpp-sans-cond-v2;
  src: url(fonts/bnpp-sans-cond-v2.ttf);
}

@font-face {
  font-family: Bnpp-sans-cond-extrabold-v2;
  src: url(fonts/bnpp-sans-cond-extrabold-v2.ttf);
}

@font-face {
  font-family: Bnpp-sans-cond-light-v2;
  src: url(fonts/bnpp-sans-cond-light-v2.ttf);
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Bnpp-sans-light;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #00000008;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table.fc-scrollgrid, table.fc-scrollgrid-sync-table {
  margin: 0;
}

/* Links
--------------------------------------------- */
a {
  color: rgb(0, 131, 79)
}

a:visited {
  color: rgb(0, 131, 79)
}

a:hover,
a:focus,
a:active {
  color: rgb(0, 131, 79)
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
button.g-recaptcha.rejestuj,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e4eceb;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
#primary {

  min-height:70vh;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: black;
  background-color: #f7f7f7 !important;
  border: 1px solid #afafaf;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.main_div {
  padding: 30px;
}

.group input,
.group textarea,
.group button.g-recaptcha.rejestuj {
  background: white;
  color: #c6c6c6;
  font-size: 16px !important;
  padding: 15px 10px 9px 15px;
  display: block;
  width: 60%;
  height:60px;
  border: none;
  border-radius: 2px;
  border: 1px solid #afafaf;
}
.group button.g-recaptcha.rejestuj {
  background:#7fa7a3 ;
  color: white;
  font-size: 18px !important;
  padding: 10px 10px 9px 10px;
  display: block;
  width: 60%;
  margin-left:30%;
  height:60px;
  border: none;
  border-radius: 2px;
  border: 1px solid #8fb34b;
}
.agro-style .group button.g-recaptcha.rejestuj{
  background:#7fa7a3;
}
.bankowosc-premium .group button.g-recaptcha.rejestuj{
  background:#009155;
}
.bankowosc-premium .group button.g-recaptcha.rejestuj:hover{
  background:red;;
}
.inwestycje-style .group button.g-recaptcha.rejestuj {
  background:#009155 !important;
  border-radius: 3px;
  margin-left:0;
}
.inwestycje-style .group button.g-recaptcha.rejestuj:hover{
  background:#075436 !important;
}
.special_kv{
  width:100%;
  position: relative;
  background-size:100% auto;
  background-position: top center;
  background-repeat: no-repeat;

}
.appla_kv_special{
  position: absolute;
  left:25%;
  width:50%;
  padding:30px;
  bottom: 50px;
  background: white;
}
.special_kv::after{
  display: block;
  content:"";
  padding-bottom: 25%;
}
.special_kv2{
  width:100%;
  position: relative;
  background-size:100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.special_kv2::after{
  display: block;
  content:"";
  padding-bottom: 90%;
}
.platforma-kontakt-form .group input,
.platforma-kontakt-form .group textarea {
  color:black;
}

.platforma-kontakt-form .group textarea::-webkit-input-placeholder, #paytania-prowadzacemu-container textarea::-webkit-input-placeholder{
  color: #c6c6c6;
}

.platforma-kontakt-form .group textarea:-moz-placeholder, #paytania-prowadzacemu-container textarea:-moz-placeholder{ /* Firefox 18- */
  color: #c6c6c6;
}

.platforma-kontakt-form .group textarea::-moz-placeholder, #paytania-prowadzacemu-container textarea::-moz-placeholder{  /* Firefox 19+ */
  color: #c6c6c6;
}

.platforma-kontakt-form .group textarea:-ms-input-placeholder, #paytania-prowadzacemu-container textarea:-ms-input-placeholder{
  color: #c6c6c6;
}

.platforma-kontakt-form .group textarea::placeholder, #paytania-prowadzacemu-container textarea::placeholder{
  color: #c6c6c6;
}

#paytania-prowadzacemu-container textarea::-webkit-input-placeholder{
  color: #c6c6c6;
  padding:4px 10px;
}

#paytania-prowadzacemu-container textarea:-moz-placeholder{ /* Firefox 18- */
  color: #c6c6c6;
  padding:4px 10px;
}

#paytania-prowadzacemu-container textarea::-moz-placeholder{  /* Firefox 19+ */
  color: #c6c6c6;
  padding:4px 10px;
}

#paytania-prowadzacemu-container textarea:-ms-input-placeholder{
  color: #c6c6c6;
  padding:4px 10px;
}

#paytania-prowadzacemu-container textarea::placeholder{
  color: #c6c6c6;
  padding:4px 10px;
}

.platforma-kontakt-form .error {

}

.ankieta-schowana-przy-zaladowaniu {
  display: none;
}

.group button {
  border: 1px solid red;
  width: 100% !important;
  margin: 0;
}

.zgoda_tb {
  margin: 0;
  padding: 0;
}

.zgoda_tb td:nth-child(1) {
  vertical-align: top;
  padding-right: 10px;
}

.zgoda_tb td:nth-child(2) {
  vertical-align: top;
  font-size: 12px;
}

input:hover, .bnp_select:hover, .lokalizacja-group:hover {
  border: 1px solid #139057;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #139057;
}

input:focus~label,
input:not(:placeholder-shown),
input:valid:required~label,
input.optional:not(:placeholder-shown)~label,
input:required:not(:placeholder-shown)~label,
textarea:focus~label,
textarea:valid~label {
  top: 3px;
  font-size: 10px;
  color: #c1c1c1;
  left: 13px;
}

input:focus~.bar:before,
textarea:focus~.bar:before {
  width: 320px;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

.group, .custom-select-group {
  position: relative;
  width: 48%;
  margin-left: 0%;
  margin-right: 2%;
  float: left;
}


.group label {
  ;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px;
  transition: 300ms ease all;
  background-color: transparent !important;
  padding: 2px;
}

.formtable td:nth-child(1) {
  width: 20px !important;
  vertical-align: top !important;
  padding-top: 0px;
}

.formtable td:nth-child(2) {
  ;
  vertical-align: top !important;
  padding-top: 0px;
}
/* select starting stylings ------------------------------*/
@supports (-moz-appearance:none) {
  select
  {
  -moz-appearance:none !important;

  }
}
.bnp_select, .lokalizacja-group {
  position: relative;
  width: 48%;
  border: 1px solid #afafaf;
  padding:10px 5px 0px 10px;
  margin-bottom:25px;
  margin-left: 0;
  margin-right: 2%;
  float: left;
}



.bnp-select-custom, .bnp-select-custom-other {
	position: relative;

	background-color: transparent;
	width: 100%;
	padding: 15px 10px 5px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: none;
}

/* Remove focus */
.bnp-select-custom:focus, .bnp-select-custom-other:focus{
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.bnp_select .bnp-select-custom, .lokalizacja-group .bnp-select-custom, .bnp-select-custom-other {
	appearance: none;
	-webkit-appearance:none
}

.bnp_select:after, .lokalizacja-group:after {
	position: absolute;
	top: 30px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 3px;
	transition: 0.2s ease all;
}

/* active state */
.bnp-select-custom:focus ~ .select-label, .bnp-select-custom:valid ~ .select-label {
  color:#404040 !important;;
	top: 7px;
	transition: 0.2s ease all;
	font-size: 16px !important;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 90%;;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;

	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}
.wcag:has(#wcag7.wcag-active) {

    background-image:url(img/oko_wcag.png) !important;
    background-repeat: no-repeat;
    background-size: 100% auto !important;

}

.wcag:not(#wcag7.wcag-active) {

    background-image:url(img/oko.png) !important;
    background-repeat: no-repeat;
    background-size: 100% auto !important;

}

/* active state */
.bnp-select-custom:focus ~ .select-bar:before, .bnp-select-custom:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
/* koniec select */

.group input {
  width: 100% !important;
}

.form-input {
  width: 100%;
  margin: 10px .5% 10px .5%;
  float: left;
  position: relative;
}

.form-button {
  width: 65%;
  margin: 10px .5% 10px .5%;
  float: left;
  position: relative;
}

.form-radio {
  width: 62%;
  margin: 0px .5% 10px 2.5%;
  float: left;
  position: relative;
}
*:focus
{outline:none !important}
.materialy {
  width: auto;
  display: inline-block;
  margin: 20px;
  background: #80a7a3;
  margin-left: 2.5%;
  border: 1px solid #80a7a3 !important;
  color: white;
  padding: 16px 30px 16px 30px;
}

.link, .link:visited {
  color: #139057;
}

.center {
  text-align: center;
}

.logotyp {
  width: 18%;
  margin: 0px 6% 0px 6%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

.mniejszy {
  margin-bottom: 00px;
  padding-bottom: 0px;
}

.logotyp::after {
  display: block;
  content: '';
  padding-bottom: 100%;
}
*::-moz-focus-inner {
	border-width: 0 !important;
	border-style: none !important;
	padding: 0 !important;
}

.prelegent {
  width: 30%;
  margin: 20px 1.5% 20px 1.5%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #9B9B9B;
}

.prelegent .prelegent-rozszezony-tekst{
  color:black;
}

.zdjecie_prelegenta {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 10px;
  border-bottom: 5px solid #80a7a3;
  background-size: cover;
  background-position: center center;
}
.bankowosc-premium .zdjecie_prelegenta {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 10px;
  border-bottom: 5px solid  #12294F;
  background-size: cover;
  background-position: center center;
}

.minihr {
  width: 30%;
  margin-left: 35%;
}

.zdjecie_prelegenta::after {
  display: block;
  content: '';
  padding-bottom: 100%;
}

.mieta{
  width:100%;
  position: relative;
  background:rgba(228, 236, 235, 0.6);
  padding:20px 0 30px 0;
  margin-top:20px;
}


.form-button button {
  width: 95% !important;

  margin-left: 2.5%;

  color: white !important;
}

.opis_wydarzenia{
  width:100%;
  padding-right:30%;
  color:white;
  background-color:#404950;
  background-size: 30% auto;
  background-position: center right;
  min-height:200px;
  background-repeat: no-repeat;
}
.opis_wydarzenia_tresc{
  width:100%;
  padding:30px;
}
.form-button button:hover, .materialy:hover {
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  color: white !important;
  background: rgb(0,131,79) !important;
}

.form-check {
  width: 100%;
  margin: 10px 0.5% 10px 0.5%;
  float: left;
}

.group input[type="checkbox"], .group input[type="radio"] {
  width: 20px;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  background: red;
  margin-top: 15px;
}

.group input[type="checkbox"].error {}

.css-label {
  color: #9B9B9B;
  ;
  font-size: 11px !important;
  font-weight: normal !important;
  position: relative !important;
  margin-top: -20px;
  pointer-events: auto;
  transition: none !important;

  padding: 0;
}

.css-label-disabled {
  color: #ccc !important;
}

.css-label.error {
  color: red !important;
  border: none !important;
}

.section-title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.errorTxt {
  padding: 30px;
  border-radius: 30px;
  background: red;
  color: white;
  margin-bottom: 30px;
  display: block;
}
.errorTxt a, .errorTxt a:visited, .errorTxt a:link {
  color:white !important;
}

textarea.error, input.error, .bnp_select.error {
  border: 1px solid red;
}

.error {
  color:red;
}

input[type="text"].error,
.custom-error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error {
  background-image: url(img/error.png) !important;
  background-repeat: no-repeat;
  background-position: 97% 15px;
  background-size: 20px auto;
}
.custom-error{
  border:1px solid red;
}

input[type="text"].validated,
input[type="email"].validated,
input[type="url"].validated,
input[type="password"].validated,
input[type="search"].validated,
input[type="number"].validated,
input[type="tel"].validated {
  background-image: url(img/ok.png) !important;
  background-repeat: no-repeat;
  background-position: 97% 15px;
  background-size: 20px auto;
  color: black;
  border: 1px solid #139057;
}
.lokalizacja-group.validated{
  background-image: url(img/ok.png) !important;
  background-repeat: no-repeat;
  background-position: 97% 15px;
  background-size: 20px auto;
  color: black;
  border: 1px solid #139057;
}
hr {
  margin: 50px 0 30px 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.top-menu {
  position: fixed;
  top:0;
  width:100%;
  z-index: 9990;
  background: #f7f7f7;
  height:77px;
}
.menu{
  z-index: 9999 !important;
}
.sub-menu li {
  display: block !important;
}
.lightbox{
  width:100%;
  height:100vh;
  position: fixed;
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.3);
  display:none;
  z-index: 9999;
}

.popup{
  position: absolute;
  top: 250px;
  left: 292px;
  background:white;
  padding:20px;
  min-width:200px;
  line-height:1.6em;
  z-index: 99999;
  display: none;
}
.typ{
  position: relative;
  display: inline-block;
  width:40px;
  height:38px;
  background-size: 100% auto;
  background-image:url('img/typ.png');
  background-repeat:no-repeat;
  cursor: pointer;
}
.typ:hover{
  background-image:url('img/typ_hover.png');
}
.top-menu-sep{
  position: relative;
  width: 100%;
  height:90px;
}
.padding{
  padding-top:50px;
}
h1 {
  text-align: center;
  font-family: Bnpp-sans-cond-light-v2;
  font-size: 60px;
}
.bg .site-main{
  /* background-color:#f7f7f7 !important; */
  background:none;
}


h2 {
  text-align: center;
  font-family: Bnpp-sans-cond-light-v2;
  font-size: 60px;
  text-transform: uppercase;
  color: black;
}
.site-header{
  background: white;
}
.hlink h2, .hlink:visited, .hlink {
  color:#afafaf;
  text-decoration:none !important;;
    font-family: Bnpp-sans-cond-light-v2 !important;
  font-weight: 300;
}
.hlink h2:hover{
  color:#009155;
}
.filter {
  height: 40px;
  margin-right: 30px;
}

.kalendarium-link, .kalendarium-link:visited, .type-link
{
  color:black;
  text-decoration: none;
  font-family: Bnpp-sans;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start{
  background-color:transparent !important;
  background:transparent !important;;

}

.kalendarium-link:hover, .type-link:hover
{
  color:#009155;
}

.dystans {
  margin-left: 15%;
}

.c50 {
  width: 50%;
  float: left;
  position: relative;
}
.c50a {
  width: 47%;
  float: left;
  position: relative;
  margin-left:3%;
}
.c47{
  width: 47%;
  float: left;
  position: relative;
  margin-right:3%;
}
.kontakt-h{
  min-height:60vh;
}.kontakt-h textarea{
  color:black !important;
}
.site-main {
  position: relative;
  width: 96%;
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
.wrapper{
  position: relative;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
input:focus~label, input:not(:placeholder-shown), input:valid:required~label, input.optional:not(:placeholder-shown)~label, input:required:not(:placeholder-shown)~label, textarea:focus~label, textarea:valid~label{
  top: -2px !important;
font-size: 11px;
color: #c1c1c1;
left: 12px !important;
}
input:focus~label, input:not(:placeholder-shown), input:valid:required~label, input.optional:not(:placeholder-shown)~label, input:required:not(:placeholder-shown)~label, textarea:focus~label, textarea:valid~label {
top: 10px !important;
font-size: 10px;
color: #c1c1c1;
left: 13px;
}

.promowane, .promowane2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.promowane2{

}
.tmp-otoczka{
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}

.promowane li {
  width: 31.65%;
  min-height: 44vh;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.promowane li:nth-child(1), .promowane li:nth-child(2) {
  margin-right: 0
}
.up{
  width: 189px;
  height:42px;
  position: fixed;
  right: -150px;
  line-height:42px;
  top:55vh;
  background-color: #139057;
  color:white;
  padding-left:50px;
  background-image:url('img/up.png');
  background-size:40px 42px;
  background-repeat: no-repeat;
  display: none;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.up:hover{
  right:0;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.gwiazdki{
  width: 100%;
  position: fixed;
  top:300px;
  min-height: 80vh;
  background-image: url('img/gwiazdki-BNP-background_2.png');
  background-repeat: no-repeat;
  background-size:100% auto;
}
.lista-3:nth-child(1), .lista-3:nth-child(2){
  margin-right: 2.10% !important;
}
.lista-1  {
  width:100% !important;

}
.lista-2:nth-child(1){
  width:48.5% !important;
  margin-right:2%;
}
.lista-2:nth-child(2){
  width:48.5% !important;
  margin-left: 2%;
}
.lista-1:nth-child(2), .lista-1:nth-child(3), .lista-2:nth-child(3) {
  display: none;
}
.lista-0 {
  display: none !important;
}
.apla {
  position: absolute;
  bottom: 50px;
  width: 80%;
  margin-left: 10%;
  font-size:20px;
  background: white;
  border-bottom: 3px solid #7FA7A3;
}

.appla_inside {
  position: relative;
  width: 90%;
  margin: 10px 5% 10px 5%;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.apla button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #7FA7A3;
  color: white;
  border: none;
  border-radius: 0;
  display: none;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.apla2 {
  position: absolute;
  bottom: 50px;
  width: 30%;
  margin-left: 30px;
  background: white;
  border-bottom: 3px solid #7FA7A3;
}
.lista-1 .apla {
  position: absolute;
  bottom: 50px;
  width: 30%;
  margin-left: 30px;
  background: white;
  border-bottom: 3px solid #7FA7A3;
}
.lista-2 .apla {
  position: absolute;
  bottom: 50px;
  width: 66%;
  margin-left: 30px;
  background: white;
  border-bottom: 3px solid #7FA7A3;
}
.gray_belt{
  background:#404950;
  color:white;
  position: absolute;
  top:-40px;
  left:0;
  height:40px;
  width:100%;
  font-size: 16px;
  text-align: center;
  font-family: Bnpp-sans-light;
  text-transform: uppercase;
  line-height: 43px;
}

.appla2_inside {
  position: relative;
  width: 100%;
  background:white;
  padding: 10px 5% 10px 5%;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.appla2_inside hr, .appla_inside hr{
  background:#009155;
  margin:5px 0 5px 0;
  padding: 0;
}
.bankowosc-premium .appla2_inside hr,.bankowosc-premium .appla_inside hr{
  background:#12294F;
  margin:5px 0 5px 0;
  padding: 0;
}
.apla2 button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #7FA7A3;
  color: white;
  border: none;
  border-radius: 0;
  display: none;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.bankowosc-premium .apla button {
    background:#12294F;
}
.rodzaj_wydarzenia {
  position: relative;
  float: right;
  font-family: Bnpp-sans-light;
  font-size: 13px !important;
  background-image: url('img/folder.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left:30px;
  background-size: 18px auto;
}

.data_wydarzenia {
  position: relative;
  font-family:  Bnpp-sans-light;
  float: left;
  font-size: 13px !important;
  background-image: url('img/kalendarz.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left:30px;
  background-size: 15px auto;
}
/* menu pod zdjeciem wydarzenia z i bez rejestracji */
.lista_b_rejestracji_0, .lista_b_rejestracji_1, .lista_rejestracja_0, .lista_rejestracja_1{
  list-style: none;
  margin:-8px 0 50px 0 !important;
  position: relative;
  display: flex;
  padding:0;
  width:100%;

}
.lista_b_rejestracji_0 li a, .lista_b_rejestracji_1 li a, .lista_rejestracja_1 li a, .lista_rejestracja_0 li a{
  color:white;
  text-decoration: none;
  display: list-item;
  list-style-type: none;
  text-transform: uppercase;

}
.bnp-rejestracja-message{
  font-size:20px;
  text-align:center;
  font-family: Bnpp-sans-bold;
  color:#009155 !important;
}
.lista_b_rejestracji_0 li {
  width:calc(33.33% - 1px);
  list-style: none;
  display:block;
  float: left;
  text-align:center;
  background:#6b7b84;
  color:white;
  vertical-align:middle;
  border-right:1px solid white;
  padding-top:10px;
  padding-bottom:8px;
}
.lista_b_rejestracji_1 li, .lista_rejestracja_0 li  {
  width:100%;
  list-style: none;
  display:block;
  float: left;
  text-align:center;
  background:#6b7b84;
  color:white;
  vertical-align:middle;
  border-right:1px solid white;
  padding-top:10px;
  padding-bottom:8px;
}
.lista_rejestracja_1 li {
  width:20%;
  list-style: none;
  display:block;
  float: left;
  text-align:center;
  background:#6b7b84;
  color:white;
  vertical-align:middle;
  border-right:1px solid white;
  padding-top:10px;
  padding-bottom:8px;
}
.lista_b_rejestracji_0 li:hover, .lista_b_rejestracji_1 li:hover, .lista_rejestracja_0 li:hover, .lista_rejestracja_1 li:hover{
  background:#404950;
}
.agro-style .lista_b_rejestracji_0 li:hover,.agro-style .lista_b_rejestracji_1 li:hover, .agro-style .lista_rejestracja_0 li:hover, .agro-style .lista_rejestracja_1 li:hover{
    background:#007942
}
.bankowosc-premium .lista_b_rejestracji_0 li:hover,.bankowosc-premium .lista_b_rejestracji_1 li:hover, .bankowosc-premium .lista_rejestracja_0 li:hover, .bankowosc-premium .lista_rejestracja_1 li:hover{
    background:#007942
}
.bankowosc-premium .lista_b_rejestracji_0 li:hover,.bankowosc-premium .lista_b_rejestracji_1 li:hover, .bankowosc-premium .lista_rejestracja_0 li:hover, .bankowosc-premium .lista_rejestracja_1 li:hover{
    background:#12294F;
}
.inwestycje-style .lista_b_rejestracji_0 li:hover,.inwestycje-style .lista_b_rejestracji_1 li:hover, .inwestycje-style .lista_rejestracja_0 li:hover, .inwestycje-style .lista_rejestracja_1 li:hover{
    background:#404950;
}
.inwestycje-style .lista_rejestracja_0 li{
  background:#009054;
}
.lista_b_rejestracji_0 li:last-child{
  border-right:none;
  width:33.45%;
}
.lista_b_rejestracji_1 li:last-child, .lista_rejestracja_0 li:last-child {
  border-right:none;
  width:100%;
}
.lista_rejestracja_1 li:last-child{
  border-right:none;
  width:20%;
}
/* checkbox color */
#online-checkbox, #offline-checkbox, #hybrid-checkbox, .validation-zgoda_rodo, .validation-zgoda_bnp, .validation-zgoda-na-udostepnienie-danych-winnica, .validation-zgoda_obowiazkowa, .optional, .validated, .qmn_quiz_radio, #online, #offline, #hybrydowe, .validation-zgoda_marketing{
   accent-color: #139057;
}
#chk1, #chk2, #chk3, #chk4, #chk5, #chk6. #chk7, #chk8, #chk9, #chk10, #chk11, #chk12, #chk13, #chk14, #chk15, #chk16, #chk17, #chk18, #chk19. #chk20{
  accent-color: #139057 !important;
}
/* stylowanie kalendarza */
.fc-scrollgrid {
  border: 1px solid #dde8e6 !important;
}
.fc-theme-standard td, .fc-theme-standard th {
  border:none !important;
}
.fc-col-header th {
  border:none !important;
}
.tresc .rodzaj_wydarzenia{
  float:left;
  margin-left:30px;
}
.fc-scrollgrid  td {
  border:none !important;

}
.fc-scrollgrid{
  /* background:#f8fbfa; Kuba */
}
.fc-scroller-harness{
  margin-bottom:-15px;
}
.fc-scrollgrid-sync-table{
  margin-top:30px !important;
}
.fc-next-button, .fc-prev-button{
  background-color: #eeeeee !important;
  border: none !important;
  color:#009155 !important;
  font-size:10px !important;
  padding:0px !important;
}
.fc-daygrid-day-number{
  font-size: 50px;
  font-family: Bnpp-sans-cond-light-v2;
  line-height:10px;
  color:black;
  margin-top:0px;
  margin-bottom:7px;
}
.fc-col-header-cell-cushion {
  font-size:20px;
  color:#80a7a3;
  text-transform: uppercase;

}
.bankowosc-premium .fc-col-header-cell-cushion {
  font-size:20px;
  color:#009155;
  text-transform: uppercase;
  font-weight:bold;

}
.fc-col-header-cell .fc-scrollgrid-sync-inner{
  border-top:1px solid #80a7a3;
  border-bottom:1px solid #80a7a3;
  padding-top:5px;

}

.fc-day-today{
  background: none !important;
  border:1px solid red !important; Kuba
}
.fc-day_today .fc-event-title {
  color:white !important;
}
.fc .fc-daygrid-day-number{
  padding: 0px 35% 0px 0 !important;
  text-align: center !important;
}
.fc-daygrid-event-dot, .fc-event-title, .fc-daygrid-day-bottom, .fc-today-button{
  display: none !important;
}
.fc-daygrid-event-harness {
  background:#6A7B84;
  width:90% !important;
  height:10px;
  margin-top:5px;
}

.fc-daygrid-event-harness:hover {
  background: #6d9792;
}

.fc-daygrid-dot-event:hover, .fc-daygrid-dot-event.fc-event-mirror {
  background:none !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start{
  min-height:20px !important;
}
/* kalendarza agro */
.agro-style .fc-col-header-cell .fc-scrollgrid-sync-inner{
  border-top:1px solid #74A42E;
  border-bottom:1px solid #74A42E;
  padding-top:5px;

}
.agro-style .fc-daygrid-event-harness {
  background:#74A42E;

}
.agro-style .fc-col-header-cell-cushion {
  color: #74A42E;

}
/* kalendarz premium */
.bankowosc-premium .fc-icon{
  background: #c6c6c6 !important;;
  border:none !important;
}

/* pole chat */
.wcWindowTitle, .wcFileUploadFile, .wcAddFileAttachment, .wcCustomizations, .wcTitle{
  display:none !important;
}
.wcMessageContent, .wcInput {
  border-radius: 0 !important;
  border: 1px solid #009155 !important;
  box-shadow: none !important;
}
.wcContainer input[type="button"], .wcContainer input[type="button"]:focus, .wcContainer input[type="button"]:active, .wcContainer input[type="submit"], .wcContainer input[type="submit"]:focus, .wcContainer input[type="submit"]:active {
  background:#009155 !important;
  border-radius: 0 !important;
}
.wcContainer {
  border-radius: 0 !important;
  background: white;
}
.wcUserNameForm input{
  border:1px solid #009155 !important;
  width:300px !important;
}
.wcPlainMessage, .wcCurrentUserMessage{
  color:#009155 !important;
}
.wcBrowserArea{
  display:none !important;
}
/* ankieta */
.mlw_qmn_message_before, #mlw_error_message {
  display: none !important;
}

.ankieta_opis{
  width:100%;
  position: relative;
  padding:30px;
  background: white;
  margin-top:-10px;
}
.ankieta_opis span {
  color:#009155;
  font-weight:700 !important
}
.ankieta-wrapper{
  border:1px solid #7FA7A3;
  background:white;
  padding:0px 30px 0 30px;
}
.ankieta-wrapper .qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn {

  bottom: -5px !important;
  width:100% !important;
  height:40px !important;
  line-height: 23px !important;
  left:0px !important;
  background:#7fa8a4 !important;
  border-bottom: 0;
  margin:0 0 -25px -30px !important;
  border-radius: 0 !important;
  border:1px solid #7fa8a4 !important
}


.mlw_qmn_new_question{
  font-size:30px;
  font-family: Bnpp-sans-cond-v2;
  color:black;
  width:100% !important;
    border-top:1px solid #7FA7A3;
    padding-top:20px;
    margin-top:-16px;
    display: block !important;
}

.qsm-page {
  border:none !important;
}
.qmn_radio_answers, .mlw_qmn_question {
  font-family: Bnpp-sans-light !important;
  font-size:18px;
}
.qsm-quiz_section{
  margin-bottom:20px !important;

}
.ankieta-wrapper .qmn_quiz_container .qmn_btn:hover{
  background: #7fa8a4 !important;
}
.qsm-quiz_section.mlw_qmn_new_question:first-of-type{
  border-top:none;
  padding-top:0px;
}
.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn {

  bottom: -5px !important;
  width:calc(100% + 60px) !important;
  height:40px !important;
  line-height: 23px !important;
  background:#7fa8a4 !important;
  border-bottom: 0;
  margin:0 0 -10px -30px !important;
  border-radius: 0 !important;
  border:1px solid #7fa8a4 !important
}
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {

}
.qmn_quiz_container .btn:hover{
  background:#7fa8a4 !important;
}
.qsm_retake_quiz_id{
  display: none !important;
}
.qsm-results-page {
  padding-top:30px;
  width:100%;
  text-align:center;
  padding-bottom:30px;
}
.p66 {
  width: 66%;
  position: relative;
  float: left;
  color: black !important;

}
.p66 ul li {

}

.p33 {
  width: 34%;
  position: relative;
  float: left;
}
.info-img{
  width:60px;
  min-width:45px;
  margin-right:20px;
}
.ramka_info {
  margin-top: 30px;
  position: relative;
  width: 90%;
  margin-left: 10%;

  padding: 60px 15px 0px 15px;
  line-height: 2em;
  background: white;
}
.ramka_info table{
  border-spacing: none;
   border-collapse: collapse;
}
.ramka_info td {
  white-space: nowrap;
  padding-bottom:15px;
  padding-top:15px;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
  line-height: 1.3em;


}
.ramka_info td b{
  font-family: Bnpp-sans-bold

}

.ramka_info tr:last-child td {
  border-bottom: none;
  padding-bottom:none;
}
.ramka_info span {
  font-family: Bnpp-sans;
}
.ramka_info table{
  margin-bottom:0;

}
.ramka_title {
  color: white;
  text-transform: uppercase;
  background: #009155;
  text-align: center;
  font-family: Bnpp-sans-light;
  padding: 5px 0 5px 0;
  font-size: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.agro-style .ramka_title {
    background: #8fb34b;
}
.appla_inside .data_wydarzenia, .appla_inside .rodzaj_wydarzenia {
  font-size: 16px;
}

.p66 h1 {
  margin-top: 10px;
  padding-top: 0;
  color: black;
  line-height: 1.2em;
}
.p66 p {
  color:black;
}
/* wcag2.0 */
.wcag-active{
  border:3px solid white !important;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(66, 68, 90, 1);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(66, 68, 90, 1);
box-shadow: inset 0px 0px 1px 1px rgba(66, 68, 90, 1);
}
.fontsize h4{
	font-size:100% !important;
}
.fontsize .tresc p {
	font-size:100% !important;
}
/* Otherwise, these get larger with each level of nesting. */
.fontsize li li {
	font-size: 110% !important;
}
.fontsize .group input{
	line-height:100px !important;
}
.fontsize .apla {
	width:90% !important;
}
.fontsize li li li {
	font-size: 100% !important;
}
/* wcag2.0 */

h4 {
  font-size: 25px;
  margin: 0;
  color: black;
  padding: 10px 0;
  font-family: Bnpp-sans;
}
.appla2_inside h2, .appla_inside h2, .tresc h2{
  text-decoration: none;
  font-size: 25px;
  text-align: left;
  margin: 0;
  color: black;
  padding: 10px 0;
  font-family: Bnpp-sans-cond-light-v2;
  line-height: 1.1;
}
h2 a:link, h2 a:visited{
  text-decoration: none;
}

.trwajace h4, .promowane h4, .prelegent h4 {
  line-height: 1;
  font-family: Bnpp-sans-cond-light-v2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.apla:hover .appla_inside, .apla2:hover .appla2_inside {
  margin-bottom: 50px;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.apla:hover button, .apla2:hover button {
  animation: fadeIn linear 1s;
  -webkit-animation: fadeIn linear 1s;
  -moz-animation: fadeIn linear 1s;
  -o-animation: fadeIn linear 1s;
  -ms-animation: fadeIn linear 1s;
  display: block;
}

.planowane {

  list-style: none;
  margin: 0;
  padding: 0;
}

.planowane li {
  width: 100%;
  padding:0 30px 0 33%; ;
  position: relative;
  background-repeat: no-repeat;
  background-size:31% auto !important;
  background-position: top left;
  min-height: 270px;
  background-color: #E4ECEB;
  margin-bottom: 40px;


}

.tresc {
  width: 100%;
  padding-top:30px;
  padding-bottom:60px;
  position: relative;
  float: left;
  color: black;
  font-size
}

.prevka {
  width: 30%;
  position: relative;
  top:0;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.trwajace{
  margin-top:0px;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.trwajace::after{
  display: block;
  content: "";
  padding-bottom: 30%;
}
.prevka::after {
  display: block;
  content: "";
  padding-bottom: 77%;
}
#calendar{
  width:47%;
  padding:30px 30px 0px 30px!important;
  float:left;
}
.lista_kalendarz{
  list-style: none;
  margin:0px 0 0 6% !important;
  padding:0 !important;

  width:47%;
  float:left;
}
#paytania-prowadzacemu-container{
  padding: 25px;
  position: relative;;
  background:linear-gradient(to bottom,  #e4e4e4 0%,#d9d9d9 100%) !important
}
#pytanie-dla-prowadzacego{
  float:left;
  width:80%;
  position: relative;
  max-height:78px;
  line-height: 28px;
}
#wyslij-pytanie-prowadzacemu{
  top:25px;
  border-radius: 0 !important;
  position: absolute;
  background:#404950;
  border:1px solid #404950;
  right:25px;
  line-height: 44px;
  color:white;
  padding-left:10px !important;
  width:21%;
}
.najblizsze_tb {
  width:100%;
  border-spacing: 0px;
    border-collapse: collapse;
}
.najblizsze_tb td{
  padding:0px 10px 10px 10px;
  border-bottom: 1px solid #80a7a3;
}
.agro-style .najblizsze_tb td{
  padding:0px 10px 10px 10px;
  border-bottom: 1px solid white;
}
.bankowosc-premium .najblizsze_tb td{
  padding:0px 10px 10px 10px;
  border-bottom: 1px solid white;
}
.najblizsze_tb td:nth-child(3){
  text-align:right;
}
.najblizsze_tb td:nth-child(1){
  font-size: 60px;
  text-align:left;
  font-family: Bnpp-sans-cond-v2;
}
.najblizsze_tytul{
  padding:0 20px 0px 20px;
  font-family: Bnpp-sans-cond-light-v2;
  font-size: 35px;
}

.fc-daygrid-event-harness{
  margin-bottom: 2px;
}

.fc-toolbar-title {
  color: black;
  font-family: Bnpp-sans-cond-light-v2;
}

.lista_kalendarz li {
  width:100%;
  background: #404950;
  color:white;
  padding:30px 0 30px 0;
}
.lista_kalendarz li:nth-child(3){
  background: #6A7B84;
}
.lista_kalendarz li:nth-child(4){
  background: white;
  color:#6A7B84;
}
/* kalemdarz agro */
.agro-style .lista_kalendarz li {
  width:100%;
  background: #74A42E;
  color:white;
  padding:30px 0 30px 0;
}
.agro-style .lista_kalendarz li:nth-child(3){
  background: #ADCD65;
  color:white;
}
.agro-style .lista_kalendarz li:nth-child(4){
  background: white;
  color:#6A7B84;
}
.bankowosc-premium .lista_kalendarz li {
  width:100%;
  background: #7A99AC;
  color:white;
  padding:30px 0 30px 0;
}
.bankowosc-premium .lista_kalendarz li:nth-child(3){
  background: #DDE5ED;
  color:black;
}
.bankowosc-premium .lista_kalendarz li:nth-child(4){
  background: white;
  color:black;
}
.inwestycje-style .lista_kalendarz li {
  width:100%;
  background: #009155;
  color:white;
  padding:30px 0 30px 0;
}
.inwestycje-style .lista_kalendarz li:nth-child(3){
  background: #EEEEEE;
  color:white;
}
.inwestycje-style .lista_kalendarz li:nth-child(4){
  background: white;
  color:#6A7B84;
}
.planowane_button{
  position: absolute;
  bottom:0px;
  right:30px;
  border: 1px solid #7FA7A3;
  background: #7FA7A3;
  color: white;
  border-radius: 0;
  padding: 10px 30px 10px 30px;
  margin-bottom:30px;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  cursor: pointer;
}
.planowane_button2{
  position: relative;

  border: 1px solid #7FA7A3;
  background: #7FA7A3;
  color: white;
  border-radius: 0;
  padding: 10px 30px 10px 30px;
  margin-bottom:10px;
  margin-top:10px;
  float: right;
}
.planowane_button:hover, .planowane_button2:hover{
  background: #159059;
}
.agro-style .planowane_button:hover{
  background: #009155 !important;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}
.bankowosc-premium .planowane_button:hover{
  background: #009155 !important;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}
.str {
  height: 16px;
  margin: 0 15px 0 10px
}

.top-napis:not(.home-link) a:link, .top-napis:not(.home-link) a:visited {
  color: white;
  font-size:19px;
  text-decoration: underline;

}

.top-napis, .top-napis a, .top-napis a:visited {
  font-family: Bnpp-sans;
  text-transform: uppercase;
  font-size: 18px;
  width:100%;
  color:white;
  text-decoration: none;
}
.top-napis span{
;
}
.dash {
  height:10px;
  margin: 0 10px 0 10px;
}
.w_toku{
  height:14px;
  margin: 3px 0 0 10px;

}
.kalendarze{
  height:18px;
  margin: 0px 10px 0 0px;
}
.tb_aganda td {
  text-align: left;
  vertical-align: top;
  padding: 10px 10px 0 10px;
  color: #9B9B9B;
}

.tb_aganda td p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.tb_aganda td:nth-child(1) {
  text-align: right;
  padding-right: 30px;
  color: black;
  width: 30%;
  font-family: Bnpp-sans-bold;
}

.tb_aganda td:nth-child(2) {
  color: #009155;
  font-family: Bnpp-sans;
}

/* footer */
footer {
  /* margin-top: 35px; kuba */
  width: 100%;
  padding: 25px;
  border-top: 1px solid #009155;
  position: relative;
  margin-bottom: -30px;
  background: #f7f7f7;
}

#fot-right {
  float: right;
  text-align: right;
}

.foot-table td {
  padding-right: 10px;
  font-size: 10px;
  color: black;
}

.foot-logo {
  float: left;
  height:35px;

}

.foot-claim {
  float: left;
  font-size: 12px;
  color:black;
  height: 55px;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  margin-left: 0px;
}
.menu-primary_pl-container, .main-navigation{
  background: white;
}
.trwajace_img{
  height:20px;
  position: absolute;
  right:-40px;
  top:-1px;
}
.menu_color{
  color:white !important;
}
h5{
  font-size:20px;
  text-align:center;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Google maps
--------------------------------------------- */
#mapa-wydarzenia {
  width: 100%;
  height: 400px;
}

/* FullCalendar tooltip
--------------------------------------------- */
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;

  background: white;;
  color: #494a4c;
  width: auto;
  min-width: 200px;
  max-width: 320px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: left;
  border:1px solid #7fa8a4;
  font-weight: 600 !important;

}
.agro-style .popper,
.tooltip {
  position: absolute;
  z-index: 9999;

  background: white;;
  color: #404950;
  width: auto;
  min-width: 200px;
  max-width: 320px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: left;
  border:1px solid #8EB443;
  font-weight: 600 !important;

}
.tooltip ul {
  margin:0 0 0 15px;
  padding:0;
}

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: white;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #494a4c;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip-data-label, .tooltip-tryb-label, .tooltip-tytul-label, .tooltip-opis-label{
  color:#9f9f9f;
  font-size:12px;
}
.tooltip-data, .tooltip-tryb, .tooltip-tytul{
  margin-bottom:20px;
}
.tooltip-opis{
  font-weight: normal;
  font-size:12px;
  margin-bottom:20px;
}
.tooltip-button {
  width: 100%;
  display: block;
  background:#7fa8a4;
  color:white !important;
  text-decoration: none;
  line-height: 50px;
  font-weight:300;
  font-size:20px;
  text-align: center;
  border-radius: 5px;

}
.tooltip-button_agro {
  width: 100%;
  display: block;
  background:#7fa8a4;
  color:white !important;
  text-decoration: none;
  line-height: 50px;
  font-weight:300;
  font-size:20px;
  text-align: center;
  border-radius: 5px;
  background:#8EB443 !important;
}

.popper[x-placement^="bottom"], .tooltip[x-placement^="bottom"] {
  margin-top: -5px;
}
/* cookiex */
.cookie_button{
  background:#009155 !important;
  color:white !important;;
  padding:5px 5px 2px 5px;;
  float:right !important;
  font-family: Bnpp-sans-light;
  text-transform:uppercase;
  text-decoration: none !important
}
.cookie-notice-container {
  text-align:left !important;
  padding-left:10% !important;
  padding-right:5% !important;
  background-image:url(img/cookie-white.svg);
  background-repeat: no-repeat;
  font-family: Bnpp-sans-light;
  background-position: 5% 20px;;
}
.cn-buttons-container{
  width:100%;
  display: block;
}
/* Navigation
--------------------------------------------- */
.green-belt {
  padding: 12px 0 8px 0;
  background: #009155;
  color: white;
  width:100%;
  position: fixed;
  top:77px;
  z-index: 9950;
  font-size: 1.4em;
}

.searchform {
  width: 100% !important;
  background: #fafafa !important;
  color: black;
  padding: 7px 0px 2px 0px !important;
  font-size: 15px !important;
  border-top:none !important;
  border-right:none !important;
  border-left:none !important;
  border-bottom:1px solid black !important;
}
::-webkit-input-placeholder { /* Edge */
  color: black;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::placeholder {
  color: black;
}
.bnp {
  color: #373a3c;
  float:left;
  margin-top: 26px;
  font-size: 16px;
  margin-left:30px;
  font-family: Bnpp-sans;
}

  clear: both;
  display: block;
  background: white;
  width: 100%;
}

#primary {
  padding-top: 100px;
  min-height:80vh;
}

.mainnavigation {
  width: 100%;
  padding:  0px;
  position: fixed;
  top:76px;
  /*border-bottom: 1px solid #009155;*/
  background: #6A7B84 ;
  font-family: Bnpp-sans;
  color: white;
  font-size: 20px;
  z-index: 9950;
  float: right;
}
.agro{
  background: #009155 !important;
}
.agro-style button, .agro-style .planowane_button{
  background:#8fb34b !important;
  border:1px solid #8fb34b !important;
}
.agro-style .apla, .agro-style .apla2 {

  border-bottom: 3px solid #8fb34b !important;
}
.agro-style .planowane li{
  background-color:#EBF1DF !important;
}
.agro-style .lista_rejestracja_0 li, .agro-style .lista_rejestracja_1 li, .agro-style .lista_rejestracja_2 li{
  background:#009155 ;
}
.agro-style .ramka_title{
  background:#8fb34b;
}
.agro-style .tb_aganda td:nth-child(2) {
  color: #8fb34b;
  font-family: Bnpp-sans;
}
.bankowosc-premium .planowane_button{
  background: #009155 !important;
  border:1px solid #009155 !important;
  border-radius:3px;
}
.bankowosc-premium button:hover, .bankowosc-premium .planowane_button:hover{
  background:#12294F !important;
  border:1px solid #12294F !important;
}

.bankowosc-premium .planowane li{
  background-color:#DDE5ED !important;
}
.bankowosc-premium .lista_rejestracja_0 li, .bankowosc-premium .lista_rejestracja_1 li, .bankowosc-premium .lista_rejestracja_2 li{
  background:#009155 ;
}
.bankowosc-premium .ramka_title{
  background:#8fb34b;
}
.bankowosc-premium .tb_aganda td:nth-child(2) {
  color: #8fb34b;
  font-family: Bnpp-sans;
}
.inwestycje-style .planowane li{
  background-color:#eeeeee !important;
}
 .inwestycje-style .planowane_button{
  background:#139057 !important;
  border:1px solid #139057 !important;
  border-radius: 3px;
}
.inwestycje-style  button {
  background:#139057 !important;
  border:1px solid #139057 !important;
}
.inwestycje-style button:hover, .inwestycje-style .planowane_button:hover{
  background:#075436 !important;
  border:1px solid #075436 !important;
}
.inwestycje-style .apla2 {
  border-bottom:3px solid #009155;
}
.menu{
    background: #6A7B84 ;
}
.agro .menu{
    background: #009155 !important;
}
.wcag{
  position: relative;
  float: right;
  height:36px;
  width:50px;
  background-image:url(img/oko.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top:20px;
}

.wcag_nav{
  position: absolute;
  top:57px;
  left:-250px;
  width:300px;
  z-index: 9999;
  height:144px;
  color:white;
  padding:20px;
  background: #159761;
    font-size: 12px;
    display: none;
    -webkit-box-shadow: -6px 1px 17px -14px rgba(66, 68, 90, 1);
-moz-box-shadow: -6px 1px 17px -14px rgba(66, 68, 90, 1);
box-shadow: -6px 1px 17px -14px rgba(66, 68, 90, 1);
}

.wcag.hovered .wcag_nav{
  display: block;
}
.wcag_nav td:nth-child(2), .wcag_nav td:nth-child(3), .wcag_nav td:nth-child(4) ,.wcag_nav td:nth-child(5){
  width:45px;
}
.wcag_btn{
  width:40px;
  height:40px;
  background-position: center center;
  background-size:80% auto !important;
  background-repeat: no-repeat;
  border-radius: 7px;
  border:3px solid transparent;

}
.wcag_btn:hover{
  border:3px solid white;
}
#wcag1{
  background-image:url(img/a1.png) !important;
  background-color:black;
  background-size:80% auto !important;
  background-repeat: no-repeat !important;
}
#wcag2{
  background-image:url(img/a2.png)!important;
  background-color:black;
  background-size:80% auto !important;
  background-repeat: no-repeat !important;
}
#wcag3{
  background-image:url(img/a3.png)!important;
  background-color:black;
  background-size:80% auto !important;
  background-repeat: no-repeat !important;
}
#wcag4{
  background-image:url(img/k1.png)!important;
  background-color:white;
  background-size:100% auto !important;
  background-repeat: no-repeat !important;
}
#wcag5{
  background-image:url(img/k2.png)!important;
  background-color:black;
  background-size:100% auto !important;
  background-repeat: no-repeat !important;
}
#wcag6{
  background-image:url(img/k3.png)!important;
  background-color:#fffd38;
  background-size:100% auto !important;
  background-repeat: no-repeat !important;
}
#wcag7{
  background-image:url(img/k4.png)!important;
  background-color:black;
  background-size:100% auto !important;
  background-repeat: no-repeat !important;
}

.wcag-active {
  background:url(img/k3.png) !important;
}


.input_data>.error {}

.mainnavigation ul {}

.logo {
  float: left;
  margin:15px 0 0px 0;
  height: 45px;
}
.premium{
  float: right;
  margin:15px 50px 0px 0;
  height: 45px;
}
.phz {
  height: 26vh;
  position: absolute;
  left: 15%;
  top: 50px;
}

.nav-link {
  float: right;
  text-decoration: none;
  color: #009155;
  margin-top: 7px;
  margin-left: 50px;
}

.slide {
  width: 100%;
  position: relative;
  min-height: 80vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.clearfix {
  clear: both;
}

.form-error {
  color: red !important;
}

.wrapper {
  position: relative;
  width: 96%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #606060;
  font-family: Bnpp-sans-light;
}

.center {
  text-align: center;
}

.bg-special {
  padding-bottom: 100px;
  padding-top: 50px;
  background-image: url(img/bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.nav-link:visited {
  color: #009155;
}

.nav-link:hover {
  border-bottom: 1px solid #009155;
  color: #009155;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.main-navigation ul {
  list-style: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding-left: 0;
  z-index: 990;
}

.mainnavigation ul li {
  position: relative;
  font-family: Bnpp-sans;
  font-size: 14px;
  margin: 15px 40px -1px 0px;
  text-transform: uppercase;
}
.szukaj img{
    width:15px !important;
    position: relative;
    float:right;
    font-family: Bnpp-sans;
    font-size: 14px;
    margin: -26px 10px 0px 0px;
    text-transform: uppercase;
    z-index: 10000;
    padding-bottom:4px;
}
.kontakt{
  position: relative;
  float:right;
  font-family: Bnpp-sans;
  font-size: 14px;
  margin: -30px 0px 0px 0px;
  text-transform: uppercase;
  z-index: 10000;
  padding-bottom:4px;
  border-bottom:6px solid #6A7B84;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}
.agro .kontakt{
  border-bottom:6px solid #009155
}
.kontakt:hover{
  border-bottom:6px solid white;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}
.main-navigation ul ul {
  display: none;
}
.main-navigation ul li:hover ul {
  display: block;
}
.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  color: black;
}
.main-navigation ul ul li {
  position: absolute;
  width:auto;
  min-width:200px !important;
  top:-13px;
  padding:10px 30px 10px 30px;
  background:white;
  border-bottom: none !important;
}
.main-navigation ul ul li:hover{
  background: gray;
}
.main-navigation ul ul li:nth-child(2){
  top:40px;
}
.main-navigation ul ul li:nth-child(3){
  top:100px;
}
.main-navigation ul ul li:nth-child(1)::after{
  content:'';
  position: relative;

}
.main-navigation ul li:nth-child(1)::after{
/*  content:'▼';
  font-size:10px;
  position: absolute;
  right:-15px;
  top:2px;*/
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto;
}
.current-menu-item{

}
.separator {
  padding-top:75px;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-top: 9px;
  padding-bottom:5px;
  border-bottom:6px solid #6A7B84;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}
.agro.main-navigation li {
  border-bottom:6px solid #009155 ;;
}
.agro.main-navigation li li {
  border-bottom:none !important;
}
.main-navigation li:hover{
  border-bottom:6px solid white !important;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color:white;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.mobile{
  display:none;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.pojo-a11y-toolbar-toggle{
  display: none !important;
}
/*.qmn_mc_answer_wrap {
  width:30%;
  height:100px;
  background:red;
  color:white;
  margin-right:3% !important;
  text-align:center !important;
  display: inline-block !important;
}
.qmn_mc_answer_wrap input{
  width:50% !important;
  margin-left:46%;
  text-align:center !important;
}

/* middle */
@media screen and (min-width:900px) and (max-width:1050px){
  .lista-3:nth-child(1), .lista-3:nth-child(2){
    margin-right: 2% !important;
  }
  .main-navigation li {
font-size:11px !important;
  }
  .trwajace_img{
    top:-4px;
  }
}
/* --- mobile only  responsive--*/


@media screen and (min-width:160px) and (max-width:900px){

  .promowane .lista-1 ,   .promowane .lista-2 ,   .promowane .lista-3   {
    width:100% !important;
    margin-left:0 !important;;

  }
  .tb_aganda td {
    display: block;
    width:100% !important;;
    text-align: left;
    padding-left:0 !important;
    margin-left: 0;

  }
  .main-navigation ul ul li:nth-child(2){
    top:auto;
  }
  .main-navigation ul ul li:nth-child(3){
    top:auto;;
    margin-top:0px;
  }
  .tb_aganda td:nth-child(1) {
    text-align: left;

  }
  .main-navigation ul ul li:nth-child(2){
    top:0px;
    margin-top:-10px;
  }
  .main-navigation ul ul li:nth-child(1)::after{
    content:'';
    position: relative;

  }
  ul.sub-menu li {
    background: transparent !important;
  }

  .group button.g-recaptcha.rejestuj{
    margin-left:0;
    width:105% !important;
  }

  .lista_b_rejestracji_0, .lista_b_rejestracji_1, .lista_rejestracja_0, .lista_rejestracja_1{

    z-index: 5000;
  }

  .desktop{
    display: none;
  }
  .mobile{
    display:block;
  }
  .sub-menu li {
    background: #009155 !important;

  }
  .fc-daygrid-day-number{
    font-size: 25px;
    font-family: Bnpp-sans-cond-light-v2;
    line-height:10px;
    color:black;
    margin-top:0px;
    margin-bottom:7px;
  }
  .opis_wydarzenia{
    width:100%;
    padding-right:0%;
    color:white;
    padding-bottom:50vh;
    background-color:#404950;
    background-size: 100% auto;
    background-position: bottom center;
    min-height:200px;
    background-repeat: no-repeat;
  }
  #wyslij-pytanie-prowadzacemu{
    font-size: 10px !important;
    line-height: 26px;
    width:30%;
    white-space: nowrap !important;
  }
  .main-navigation li:hover, .kontakt:hover{
    border-bottom:none !important;
  }
  .popup{
    position: absolute;
    top: 250px;
    left: 10px;
    background:white;
    padding:20px;
    min-width:200px;
    line-height:1.6em;
    z-index: 99999;
    display: none;
  }
  .lista-1 .apla, .lista-2 .apla {
    margin:0 0% 0 1%;
    width:98% !important;

  }

  .kalendarium-link{
    font-size:12px;
  }

  .up{
    width: 189px;
    height:42px;
    position: fixed;
    right: -150px;
    line-height:42px;
    top:90vh;
    background-color: #139057;
    color:white;
    padding-left:50px;
    background-image:url('img/up.png');
    background-size:40px 42px;
    background-repeat: no-repeat;
    display: none;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  .apla2, .apla{
    width:90% !important;
    margin-left:5%;
  }
  .tmp-otoczka .apla{
    top:100px;
    width:80% !important;
    margin-left:10% !important;
  }
  .trwajace_img{
    right:10%;
    top:7px;
  }
  .trwajace::after{
    display: block;
    content: "";
    padding-bottom: 120%;
  }
  .slicknav_menu img{
    height:20px !important;
  }
  .logo, .bnp, .top-menu, .green-belt, .top-menu-sep {
    display: none;
  }
 .slicknav_menu img{
  height:40px;
}
.foot-claim {
  float: left;
  font-size: 9px;
  height: auto;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  margin-left: 0px;
}
.lista_b_rejestracji_0 li, .lista_b_rejestracji_1 li, .lista_rejestracja_1 li, .lista_rejestracja_0 li
{
  width:100% !important;
  border-bottom:1px solid white;
  font-size:10px;
}
h1{
  font-size:2em;
}
h2{
  font-size:2.5em;
}
.main-navigation li{
  width:100% !important;
  position: relative !important;
  display: block !important;
  text-align: center;
}
.appla_inside {
  position: relative;
  width: 90%;
  margin: 10px 5% 10px 5%;
  padding-bottom:30px;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.main-navigation li:hover{
  border-bottom:6px solid white;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.filtrowanie td{
  width: 100% !important;
  display: block;
  text-align:center;
  font-size:16px !important;

}
.type-link, .kalendarium-link{
  font-size:16px !important;
}
.filter{
  margin:0;
}
.searchform {
  text-align: center;
  margin-top:20px;
}
#szukaj{
  display: none;
}
.dystans{
  margin:0;
}
  .apla button {
    display: block;
  }
  .apla:hover .appla_inside, .apla2:hover .appla2_inside {
    margin-bottom: 10px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
  }
  .planowane li {
    width: 100%;
    padding:0 0 0 0px; ;
    position: relative;
    min-height:47vh;
    background-repeat: no-repeat;
    background-size:100% auto !important;
    background-position: top center;

    background-color: white;
    margin-bottom: 30px;


  }
  .mainnavigation {
    width: 100%;
    padding:  0px;
    position: relative;
    top:auto;;
    border-bottom: 1px solid #009155;
    background: #6A7B84;
    font-family: Bnpp-sans;
    color: #009155;
    font-size: 20px;
    z-index: 9950;
    float: none;
  }
  .kontakt{
    position: relative;
    float:none;
    display: block;
    font-family: Bnpp-sans;
    font-size: 16px;
    margin:auto;
    text-transform: uppercase;
    width:100%;
    margin:20px 0 40px 0 !important;
    text-align: center;

  }
  .szukaj{
    display: none !important;
  }

  #calendar, .lista_kalendarz{
    width:100%;
    margin:0 0px 30px 0 !important;
  }
  .tresc{
    background: rgba(255, 255, 255, 0.5);
    width:100%;
    padding:20px;
  }
  .c50, .c50a, .p66, .p33, .ramka_info, .prelegent, .c47 {
    width:100%;
    margin:0 0 30px 0 !important;
  }
  .tresc{
    margin-bottom:30px;
  }
   .form-check, .form-input{
    width:100% !important;
  }
  .group, .lokalizacja-group, .bnp_select{
    width:95%;
  }
  .logotyp{
    width: 45%;
    margin: 0px 2.5% 0px 2.5%;
  }
  .slicknav_brand img {
    margin-top:5px;
    margin-bottom:-10px;
  }
  .slicknav_menu .slicknav_no-text{
    margin:5px 0 -5px 0;
  }
  .slicknav_nav li a, .kontakt {
    text-transform: uppercase !important;
    color:black !important
  }

  h4{
      font-size: 18px;
  }
}
@media screen and (min-width:600px) and (max-width:1024px){
  .mobile{
    display: none;

  }
  .desktop{
    display: block;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
