/*
Theme Name: bnp quiz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnp-quiz
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.

bnp quiz 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:white;
}

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;
}
b {
	font-family: Bnpp-sans-bold;
}
/* 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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.ocena-poziom .wpcf7-list-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
}

.ocena-poziom .wpcf7-list-item-label {
    margin-bottom: 6px;
    font-weight: 600; /* możesz usunąć, jeśli nie chcesz pogrubienia */
}
.wysoka{
	min-height: 50vh;
}

.qmn_mc_answer_wrap {
   width:30%;
   height:100px;
   background:white;
   color:black;
   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;
 }
 button {
	 border:1px solid #108251 !important;
	 background:#108251 !important;
	 color:white !important;
	 width:auto;
	 padding-left:50px;
	 padding-right:50px;
	 border-radius:2px;
	 text-transform: uppercase;
	 display: block;
	 margin:30px auto 30px auto;
	 cursor: pointer;
 }
 .btn {
	 border:1px solid #108251 !important;
	 background:#108251 !important;
	 color:white !important;
	 width:auto;
	 padding:15px 30px 12px 30px;
	 float:right;
	 border-radius:2px;
	 text-transform: uppercase;
	 display: inline-block;
	 margin:30px auto 30px auto;
	 cursor: pointer;
	 margin-top:-62px;
 }
 .btn2 {
	border:1px solid #108251 !important;
	background:#108251 !important;
	color:white !important;
	width:auto;
	padding:15px 30px 12px 30px;

	border-radius:2px;
	text-transform: uppercase;
	display: inline-block;
	margin:30px auto 30px auto;
	cursor: pointer;
	margin-top:-62px;
 }
 h3{
	 font-size:30px;
	 margin-top:0;
	 padding-top:0;
	 padding-bottom:5px;
	 margin-bottom:0;
	   font-family: Bnpp-sans-bold;
 }
 .top7{
	 height:7px
 }
 .wide{
	 display: inline;
	 width:30% !important;
	 margin:230px 5px 30px 5px;
 }
 .gray{
	 background:#AFAFAF !important;
	 border:1px solid #AFAFAF !important;
 }
 .green_menu{
   position: fixed;
   top:0px;
   width:100%;
   z-index: 9990;
   text-align: center;
   background: #108251;
   padding:10px 0 10px 0;
 }
  .green_menu a:link, .green_menu a:visited {
    color:white;
    text-decoration: none;
    display: inline-block;
    margin:0 24px 0 24px;
    font-size: 13px;
  }
  .mobile{
    display: none;
  }

  #check01{
    display: none;
  }
 .top-menu {
   position: fixed;
   top:60;
   width:100%;
   z-index: 9990;
   background:white;
   height:60px;
 }
 .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:40px;
 }
 .white{
	 color:white;
 }
 .spheight{
	 height:400px;
 }
 .spheight2{
	height:480px;
 }
 .spheight3{
	 height:59vh
 }
 .stl1{
	 width:100%;text-align:center;margin:0 0 20px 0;
 }
 .padding{
   padding-top:50px;
 }
 h1 {
   text-align: left;
     font-family: Bnpp-sans-cond-bold-v2;
   font-size: 60px;
	 margin:0;
	 padding:0;
	 color:white;
 }
 .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;
 }

 .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;
 }
 .site-main {
   position: relative;
   width: 96%;
   max-width: 1280px;
   margin: 0 auto 0 auto;
 }
 .site-main-top{
   position: relative;
   width: 96%;
   max-width: 1280px;
   margin: 0 auto 0 auto;


 }
 .site-white{
	 color:white;
 }
 .domek{
	 width:17px;
 }
 .dodatek{
	 margin-top:-20px !important;
 }
 .wrapper{
   position: relative;
   width: 96%;
   max-width: 1200px;
   margin: 0 auto 0 auto;
 }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu {
	display: none !important;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@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%;
}
.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: 20px;
  font-size: 16px;
  margin-left:30px;
  font-family: Bnpp-sans;
}

.koniec{
	box-shadow: 0px 22px 24px #0000000D;
	position: absolute;
	bottom:-110px;
	padding:40px 30px 10px 10px;
	width:100%;
	background:white;

}
.koniec p {
	padding:0;
	margin:0;

}
.koniec_odpowiedz
{
	float:left;
	position:relative;
	width:60%;
}
.ile_procent{
	position: relative;
	float:left;
	font-size:130px;
	line-height: 130px;
	font-family: Bnpp-sans-cond-extrabold-v2;
	text-align: center;
	width:30%;

}
#primary {
  padding-top: 95px;

}
.bg_image{
  width:100%;
  height:400px;
	background-repeat: no-repeat;

  background-position: top center;
  background-size:cover;
  position: relative;
}
.bg_image2{
  width:100%;

	background-repeat: no-repeat;

  background-position: top center;
  background-size:cover;
  position: relative;
}
.bg_imge2::after{
	display: block;
	content: "";
	padding-bottom:30%;
}
.tresc{
	color:black;
  position: absolute;
  right:1.5%;
  width:64%;
  bottom: -30px;
  background:white;
  padding:15px 30px 15px 30px;;
  font-size:18px;
  box-shadow: 0px 22px 24px #0000000D;
	font-family: Bnpp-sans-light;


}
.pytanie{
  width:30%;
  text-align: center;
  position: relative;
  float:left;
  margin:30px 1.5% 30px 1.5%;
  border:1px solid #EEEEEE;
  padding:15px 30px 30px 30px;;
}
input[type="radio"]{
  width: 20px; /*Desired width*/
  height: 20px; /*Desired height*/
  cursor: pointer;
  accent-color: #009155;
	margin-bottom:15px;

}
.incorrect input[type="radio"]{
  accent-color: red;
}
.incorrect{
background:#FDF6F6;
}
.correct{
background:#E8EFEF;
}
.linksp{
	text-decoration: none !important;
}
.foot-sp{
	float:right
}
#wpforms-css-vars-root{
	display: none !important;
}
	.odpowiedz_dobra{
  width:97%;
	color:black;
  margin-left:1.5%;
  padding:15px 30px 30px 10%;;
  border:1px solid #EEEEEE;
  background-color:#E8EFEF;
  background-image: url(img/ok.png);
  background-size:5% auto;
  background-repeat: no-repeat;
  background-position: 25px 30px;
	min-height:100px;
	display:none;


}
.licznik{
  position: relative;
  margin-top:5px;
  font-family: Bnpp-sans-cond-v2;
  font-size:24px;
  margin-left:1.5%;
}
.guziki-dalej{
	display:none;position:relative;z-index:1;
}
  .odpowiedz_zla{
    width:97%;
		color:black;
    margin-left:1.5%;
    padding:15px 30px 30px 10%;;
    border:1px solid #EEEEEE;
    background-color:#FDF6F6;
    background-image: url(img/no.png);
    background-size:5% auto;
    background-repeat: no-repeat;
    background-position: 25px 30px;
		min-height:100px;
		display: none;

}
.pytanie label {
  display: block;
	color:black;
  text-align: left !important;
}

.mainnavigation {
  width: 100%;
  padding:  0px 0px 4px 1px;
  position: fixed;
  top:95px;
  /*border-bottom: 1px solid #009155;*/
  background: white ;
  font-family: Bnpp-sans;
  color: white;
  font-size: 20px;
  z-index: 9950;
  float: right;
}
.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;
  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);
  background-color:black;
}
#wcag2{
  background-image:url(img/a2.png);
  background-color:black;
}
#wcag3{
  background-image:url(img/a3.png);
  background-color:black;
}
#wcag4{
  background-image:url(img/k1.png);
  background-color:white;
}
#wcag5{
  background-image:url(img/k2.png);
  background-color:black;
}
#wcag6{
  background-image:url(img/k3.png);
  background-color:#fffd38;
}
#wcag7{
  background-image:url(img/k4.png);
  background-color:black;
}


.menu{
    background: white ;
}

.input_data>.error {}

.mainnavigation ul {}

.logo {
  float: left;
  margin:15px 0 0px 0;
  height: 30px;
}

.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: 100%;
  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: 999;
    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: 999;
  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;

}
.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 {}

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

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto;
}
.separator {
  padding-top:75px;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-top: 9px;
  padding-bottom:5px;

  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;

}
.main-navigation li:hover{

  -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:black;
  font-size:12px !important;
  white-space: nowrap !important
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@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;
}
/* footer */
footer {
  /* margin-top: 35px; kuba */
  width: 100%;
	margin-top:30px;
  padding: 25px;
  border-top: 1px solid #009155;
  position: relative;
  margin-bottom: -30px;
  background: white;
}

#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;
}

/* 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:960px){
	.mobile-sptop{
		margin-top:0px !important;
	}
	.koniec{
		box-shadow: 0px 22px 24px #0000000D;
		position: relative;
		bottom:auto;
		padding:40px 30px 10px 10px;
		width:100%;
		background:white;

	}
	.koniec_odpowiedz
	{
		float:left;
		position:relative;
		width:100%;
	}
	.wide{
		display: inline;
		width:80% !important;
		margin:30px 10% 0px 10%;
	}
  .promowane .lista-1 ,   .promowane .lista-2 ,   .promowane .lista-3   {
    width:100% !important;

  }
  .mainnavigation,
  .desktop{
    display: none !important;
  }
  .slicknav_menu{
    margin-top:38px !important;
  }
  .mobile {
    display: block;
  }
	form{
		margin-top:20px;
	}
	.licznik{
		position: absolute;
		top:-550px;
		right:0;
		padding:10px 10px 6px 10px;
		background:white;
	}
	.licznik2{
		position: absolute;
		bottom:30px;
		right:0;
		padding:10px 10px 6px 10px;
		background:white;
		font-family: Bnpp-sans-cond-v2;
	}
	.odpowiedz_dobra, .odpowiedz_zla {
		padding: 15px 30px 30px 15%;
		color:black !important;
		display: none;
	}
	.bg_image, .bg_image2{
	  width:100%;

		margin-top:-110px;
		height: 350px;
		background-color:white;
	  background-position: top center;
	  background-size:100% auto;
	  position: relative;

	}
  .green_menu{
    text-align: left;
    padding-left:20px;
  }
  /*hide the inputs/checkmarks and submenu*/
ul.submenu {
  display: none;
}

/*position the label*/
.mobile label {
  position: relative;
  display: block;
  cursor: pointer;
  color:white !important;
  font-size:12px;
}

/*show the submenu when input is checked*/
input:checked~ul.submenu {
  display: block;
}
.submenu li {
  list-style: none;
  padding-left:0;
  margin-left:-80px;
}
.submenu li:first-child{
  margin-top:20px;
}
  .apla2, .apla{
    width:90% !important;
  }
  .trwajace_img{
    right:20%;
    top:10px;
  }
  .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;
}
h1{
  font-size:2em;
}
h2{
  font-size:2.5em;
}
.main-navigation li{
  width:100% !important;
  position: relative !important;
  display: block !important;
  text-align: center;
}
#primary{
	min-height:auto !important;
}
.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;
}
  .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: #E4ECEB;
    margin-bottom: 40px;


  }
  .mainnavigation {
    width: 100%;
    padding:  0px;
    position: relative;
    top:auto;;

    background: white; ;
    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: 14px;
    margin:auto;
    text-transform: uppercase;
    width:100%;
    margin:20px 0 40px 0 !important;
    text-align: center;

  }


  #calendar, .lista_kalendarz{
    width:100%;
    margin:0 0px 30px 0 !important;
  }
  .tresc{
    bottom:auto;
    width:100%;
    right:auto;
		left:auto;
		position: relative;

  }
  .c50, .c50a, .p66, .p33, .ramka_info, .prelegent {
    width:100%;
    margin:0 0 30px 0 !important;
  }
   .form-check, .form-input{
    width:100% !important;
  }
  .group{
    width:95%;
  }
  .logotyp{
    width: 45%;
    margin: 0px 2.5% 0px 2.5%;
  }
}
@media screen and (min-width:160px) and (max-width:650px){
	.pytanie{
	  width:97%;
	  text-align: center;
	  position: relative;
	  float:left;
	  margin:30px 1.5% 30px 1.5%;
	  border:1px solid #EEEEEE;
	  padding:15px 30px 30px 30px;;
		color:black !important;
	}
	.mobile-sptop{
		margin-top:-50px !important;
	}
	.bg_image, .bg_image2{
	  width:100%;

		margin-top:-110px;
		height: 300px;
		background-color:white;
	  background-position: top center;
	  background-size:100% auto;
	  position: relative;

	}
}
/* 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;
}
