/*
Theme Name:     bppn26
Description:    Theme for bppn.waw.pl
Author:         Michał Sepioło
Template:		twentytwentyfive
*/

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	color: #2B2A29;
	font-weight: 300;
	text-transform: none;
	background: #FFFAF3;
}

@media all and (min-width: 768px) {
	.container {
		max-width: 94%;
	}
}

@media all and (min-width: 992px) {
	.container {
		max-width: 94%;
	}
}

@media all and (min-width: 1200px) {
	.container {
		max-width: 94%;
	}
}

@media all and (min-width: 1300px) {
	.container {
		max-width: 94%;
	}
}

@media all and (min-width: 1600px) {
	.container {
		max-width: 94%;
	}
}

@media all and (min-width: 1920px) {
	.container {
		max-width: 1820px;
	}
}

@media all and (max-width: 767px) {
	.container {
		width: 98%;
		max-width: 98%;
	}
}

.fClear {
	clear: both;
	content: " ";
	display: table;
}

.fShow {
	display: block !important;
}

.fHide {
	display: none;
}

.fOpacity {
	opacity: 1 !important;
	transition: 1s opacity ease-in-out;
	-webkit-transition: 1s opacity ease-in-out;
}

.fGrayscale {
	filter: grayscale(1);
    -webkit-filter: grayscale(100%);
} 

p {
	margin: 0;
	margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #2B2A29;
	transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}

a:hover {

}

strong, b {
	font-weight: 600;
}

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

h1 {
	font-size: 42px;
	font-weight: 400;
	padding-bottom: 10px;
}

.fZIndex {
	z-index: -3;
}

.fStartDim {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFFAF3;
	z-index: 9999;
}

.fArrowDown {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 80px;
	background: url('images/arrowDown.png') no-repeat center;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	background-size: 60px auto;
	cursor: pointer;
	z-index: 9996;
}

.fArrowDown a {
	display: block;
	width: 100%;
	height: 100%;
}

.fArrowUp {
	position: fixed;
	bottom: 40px;
	right: 60px;
	width: 20px;
	height: 50px;
	background: url('images/arrowUp.png') no-repeat center;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	background-size: 20px auto;
	cursor: pointer;
	z-index: 9996;
	display: none;
}

.fWrapper {
	padding-top: 118px;
	background: #FFFAF3;
	padding-bottom: 80px;
}

.home .fWrapper {
	padding-bottom: 0;
	overflow-x: hidden;
}

a.fBlock {
	display: block;
	width: 100%;
	height: 100%;
}

body .fancy-ico span {
	border: none;
	width: 34px;
	height: 34px;
}

body #fancybox-next {
	right: -70px;
}

body #fancybox-prev {
	left: -80px;
}

body #fancybox-prev span::after {
	top: 12px;
	left: 14px;
	width: 10px;
	height: 10px;
}

body #fancybox-next span::after {
	top: 12px;
	left: 10px;
	width: 10px;
	height: 10px;
}

body #fancybox-close span::after, body #fancybox-close span::before {
	top: 16px;
	left: 8px;
	width: 16px;
}

section.fBreadcrumb {
	opacity: 0.5;
	padding-top: 15px;
	padding-bottom: 0;
	text-transform: none;
}

section.fBreadcrumb a {
	text-transform: none;
}

.fBreadcrumb a:hover {
	text-decoration: underline;
}

.fBreadcrumb li:last-child a {
	font-weight: 600;
}

/* HEADER */

.fHeader {
	position: fixed;
	top: 0;
	left: 0;
	height: 118px;
	width: 100%;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	z-index: 9999;
	background: #FFFAF3;
	border-bottom: 1px solid #2B2A2932;
	transition: 0.1s all;
}

.fHeader .container {
	position: relative;
	height: 100%;
}

.fHeaderCatButton {
	display: none;
	transition: 0.2s all;
}

.fLogo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 290px;
	height: 78px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	z-index: 111;
	outline: none;
	transform: scale(1);
	transition: 0.1s all;
}

.fLogo img {
	width: 100%;
	height: auto;
	outline: none;
}

.fHeader.fHeaderScrolled {
	height: 60px;
}

.fHeader.fHeaderScrolled .fLogo {
	top: -80px;
}

.fHeader.fHeaderScrolled .fMenu {
	top: 10px;
}

@media all and (max-width: 1279px) {
	.fHeader.fHeaderScrolled .fMenu {
		top: 60px;
	}
}

.fHeader.fHeaderScrolled .fSearch {
	transform: scale(0);
	height: 0;
	overflow: hidden;
}

html body #mega-menu-wrap-header_menu {
	background: transparent;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item,
html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item {
	background: transparent;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
	color: #2B2A29;
	font-weight: 500;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover,
html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #9B0101;
	background: transparent;
}

html body .mega-menu-wrap ul.max-mega-menu > li > a {
	text-transform: lowercase!important;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 > a.mega-menu-link {
	color: #FFFAF3;
	border-radius: 20px;
	padding: 8px 48px 8px 34px;
	transition: 0.2s all;
	background: url(images/arrow-right.svg) no-repeat center right 14px;
	background-color: #9B0101;
	line-height: 1.3;
	margin-right: 14px;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 > a.mega-menu-link:hover {
	transform:translateX(1px);
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	transform: translateY(4px);
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #FFF;
	color: #2B2A29;
	padding: 5px 16px;
	line-height: 1.2;
	font-size: 17px;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #FFFAF3;
	color: #2B2A29;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu {
	padding: 12px 0;
	background: #FFF;
}

html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu#mega-sub-menu-22559 {
	width: 150px;
}

.fSearch {
	position: absolute;
	/*top: 4px;*/
	top: 15px;
	right: 0;
	transform: scale(1);
	transition: 0.1s all;
}

.fSearch input.search-field {
	background: transparent;
	border: none;
	border-bottom: 1px solid #2B2A2973;
	padding: 16px 34px 1px 8px;
	outline: none;
	color: inherit;
	font-size: 15px;
	width: 320px;
}

.fSearch input.search-submit {
	width: 44px;
	height: 24px;
	border: none;
	color: transparent;
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 8px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(images/search.svg) no-repeat right;
	background-size: auto 90%;
}

.innericon {
	background: url(images/search.svg) no-repeat top;
	background-size: 80% auto;
}

.innericon svg {
	opacity: 0;
}

.fSearch input.search-field::placeholder {
	color: #2B2A2980!important;
	color: #111111!important;
}

.fSearch a.ui-input-clear {
	display: none;
}

.fSearch .ui-btn {
	color: transparent;
}

.search .page-header h3 span {
	color: #9B0101;
}

.search .fEventsDate {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6;
}

.search .fNewsTitle a {
	display: block;
	color: #9B0101;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 1.3;
}

.fSearch #ajaxsearchlite1,
.fSearch .probox {
	background: transparent!important;
}

.fSearch #ajaxsearchlite1 .probox .proinput input, .fSearch div.asl_w .probox .proinput input {
	font-family: 'Inter',sans-serif!important;
	font-size: 14px!important;
}

#ajaxsearchliteres1 {
	margin-left: -200px!important;
}

div.asl_r .results .item {
	background: #FFFAF3!important;
}

.fNoResultsSearch {
	width: 440px;
	max-width: 100%;
	margin: 30px 0 60px 0;
}

@media all and (min-width: 992px) {
	.search .col-lg-7 {
		padding-right: 10%;
	}
}

.fMenu {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	transition: 0.1s all;
}

ul.menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

.fMenu ul li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
}

.fMenu ul li:first-child {
	margin-left: 0px;
}

.fMenu ul li a {
	text-transform: none;
	font-weight: 200;
	font-size: 17px;
	color: #0D153C;
}

.fMenu ul > li > a:hover {
	text-decoration: underline;
	color: #0D153C;
}


.fMenu #mega-menu-wrap-header_menu #mega-menu-header_menu {
	text-align: center;
}

ul.menu > li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

ul.menu > li.current-menu-item,
ul.menu > li:hover {

}

.fMenuIcon {
	display: none;
}

html body.home li.mega-menu-item-22193 {
	display: none!important;
}

/* HOME */

section {
	position: relative;
	padding: 60px 0;
}

.fSectionTitle {
	padding-bottom: 40px;
}

.fSectionTitle h2 {
	font-size: 36px;
	display: inline-block;
}

a.fCTA {
	display: inline-block;
	padding: 5px 24px 6px 24px;
	background: transparent;
	color: #0D153C;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	transition: 0.2s;
	border: 1px solid #0D153C;
	border-radius: 24px;
}

a.fCTA:hover {
	background: #9B0101;
	color: #FFFAF3;
	border: 1px solid #9B0101;
	text-decoration: none;
}

a.fCTA.fInverseCTA {
	background: #9B0101;
	color: #FFFAF3;
	border: 1px solid #9B0101;
}

a.fCTA.fInverseCTA:hover {
	background: #FFFAF3;
	color: #9B0101;
}

.fSectionTitle a.fCTA {
	margin-left: 80px;
	transform: translateY(3px);
}

.fSectionTitle a.fCTA:hover {
	
}

.page-template-fEventsArchive .fSectionTitle a.fCTA {
	margin-left: 40px;
}

/* HOME INFO */

section.fHomeInfo {
	background: #9B0101;
	padding: 12px;
}

.fHomeInfoDesc p {
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin-bottom: 0;
}

/* HOME BANNER */

section.fHomeBanner {
	padding: 0;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
}
 
.fHomeBannerContainer {
	width: 500vw;
	display: flex;
	transition: 1s all;
	margin-left: -100vw;
}

.fHomeBannerItem {
	position: relative;
	display: flex;
}

.fHomeBannerContent {
	position: relative;
	height: 100%;
	background: #FFFAF3;
}

.fHomeBannerContent, .fHomeBannerPhoto {
	width: 50vw;
}

.fHomeBannerDesc {
	position: absolute;
	top: 50%;
	left: 20%;
	width: 70%;
	transform: translateY(-50%);
}

.fHomeBanner .fEventsHourContainer {
	text-align: left;
}

.fHomeBanner .fEventsTitle {
	font-size: 38px;
	padding: 30px 0 20px 0;
	height: auto;
	line-height: 1.3;
}

.fEventsPlace.fSingleEventsPlace,
.fHomeBanner .fEventsPlace {
	padding-left: 28px;
	background: url('images/location.svg') no-repeat left;
	background-size: auto 24px;
	padding-top: 0;
	height: auto;
}

.fHomeBanner .fEventsMore {
	padding-top: 50px;
}

.fHomeBanner .fEventsMore a.fCTA.fInverseCTA {
	display: none;
}

.fHomeBannerNav {
	position: absolute;
	right: calc(50% + 20px);
	bottom: 4px;
	z-index: 99;
}

.fHomeBannerDot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #9B0101;
	border-radius: 99px;
	margin-left: 3px;
	margin-right: 3px;
	opacity: 0.4;
	cursor: pointer;
}

.fHomeBannerDot:hover,
.fHomeBannerDot.fActive {
	Opacity: 1;
}

.fHomeBannerContainer.fNoTransition {
	transition: 0s all!important;
}

.fHomeBannerPhoto img {
	/*height: 100%;*/
	height: auto;
	height: 100%;
	max-width: 150%;
}

/* HOME CATALOGUE */

section.fHomeCatalogue {
	padding: 0;
	width: 100%;
	height: 110px;
	background: url('images/home-catalogue.jpg') no-repeat center;
	background-size: cover;
	cursor: pointer;
	margin-top: -2px;
	margin-top: 0;
}

.fHomeCatalogueBlue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5B020BCC;
	color: #fff;
}

.fHomeCatalogueBlue a {
	display: block;
	width: 100%;
	height: 100%;
}

.fHomeCatalogueContent {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	transform: translateY(-50%);
	text-align: center;
}

.fHomeCatalogueDesc {
	font-size: 30px;
	display: inline-block;
	padding-right: 30px;
}

.fHomeCatalogueDesc h2 {
	font-weight: 400;
}

.fHomeCatalogueBlue a,
.fHomeCatalogueBlue a:hover {
	color: #fff;
}

.fHomeCatalogueDesc p {
	margin-bottom: 0;
}

.fHomeCatalogueCTA {
	display: inline-block;
	padding-left: 30px;
	transform: translateY(-2px);
}

.fHomeCatalogue button {
	width: 160px;
	height: 42px;
	background: #9B0101;
	border-radius: 30px;
	border: 1px solid #E42D24;
	border: 1px solid #9B0101;
	transition: 0.2s all;
	font-size: 19px;
	color: #fff;
	line-height: 2.1;
	cursor: pointer;
}

.fHomeCatalogue:hover button {
	background: #E42D24;
	border: 1px solid #E42D24;
}

/* HOME BOXES */

.fHomeBoxes .container {
	position: relative;
	padding-left: calc(5% + 100px);
	padding-right: 5%;
}

.fHomeBoxesTitle {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 19px;
	font-weight: 500;
}

section.fHomeBoxes {
	padding-top: 20px;
	padding-bottom: 0;
}

.fHomeBox {
	position: relative;
	border: 1px solid #00000013;
	background: #fff;
	height: 130px;
	border-radius: 10px;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
	transition: 0.2s all;
}

.fHomeBox:hover {
	box-shadow: 4px 6px 10px rgba(0,0,0,0.1);
}

.fHomeBoxIcon {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 20%;
	height: 33%;
	transform: translateY(-50%);
}

.fHomeBoxIcon img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.2s;
}

.fHomeBoxDesc {
	position: absolute;
	top: 50%;
	left: 40%;
	width: 40%;
	transform: translateY(-50%);
}

.fHomeBoxDesc p {
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 400;
	font-size: 18px;
}

.fHomeBoxes a {
	display: block;
	width: 100%;
	height: 100%;
}

.fHomeBoxes a:hover {
	color: initial;
	text-decoration: underline;
}

.fHomeBoxLine {
	position: absolute;
	bottom: -1px;
	left: 15%;
	width: 70%;
	height: 2px;
	transition: 0.2s;
}

.f1 .fHomeBoxLine {
	background: #E42D24;
}

.f2 .fHomeBoxLine {
	background: #0E8F87;
}

.f3 .fHomeBoxLine {
	background: #E9AF5E;
}

.f4 .fHomeBoxLine {
	background: #E42D24;
}

.f5 .fHomeBoxLine {
	background: #0E8F87;
}

.f6 .fHomeBoxLine {
	background: #E9AF5E;
}

.fHomeBox:hover .fHomeBoxLine {
	height: 4px;
}

.fHomeBox:hover .fHomeBoxIcon img {
	transform: scale(1.15);
}

.fHomeBox:hover .fHomeBoxDesc p {
	font-weight: 600;
}

@media all and (max-width: 1699px) {
	.fHomeBoxes .container {
		padding-left: 115px;
		padding-right: 15px;
	}
	.fHomeBoxesTitle {
		left: 0;
	}
}

/* HOME EVENTS / EVENTS */

.fEventsItem {
	background: #fff;
}

.fEventsContent {
	padding: 20px 20px 30px 20px;
}

.fEventsMeta {
	height: 26px;
}

.fEventsDate {
	height: 18px;
	background: url('images/calendar.svg') no-repeat left;
	background-size: auto 20px;
	padding-left: 28px;
	line-height: 1.1;
	font-size: 18px;
}

.fEventsHourContainer {
	text-align: right;
	transform: translateY(-2px);
}

.fEventsHour {
	display: inline-block;
	height: 18px;
	background: url('images/time.svg') no-repeat left;
	background-size: auto 20px;
	padding-left: 28px;
	line-height: 1.1;
	font-size: 18px;
}

.fEventsTitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	padding: 13px 0 18px 0;
	height: 80px;
	overflow: hidden;
}

.fEventsTitle a:hover {
	color: initial;
}

.fEventsPlace {
	padding-top: 10px;
	height: 34px;
	overflow: hidden;
	font-size: 18px;
	font-size: 16px;
}

.fEventsPlace a:hover {
	color: #9B0101;
}

.fEventsMore {
	padding-top: 20px;
}
	
.fEventsPhoto {
	overflow: hidden;
}

.fEventsPhoto img {
	transition: 0.2s;
}

.fEventsItem:hover .fEventsPhoto img {
	transform: scale(1.05);
}

.page-template-fCal .fSectionTitle,
.page-template-fProjects .fSectionTitle,
.page-template-fEventsArchive .fSectionTitle,
.page-template-fEvents .fSectionTitle {
	text-transform: lowercase;
}

.page-template-fCal .fEventsItem,
.single-biblioteki .fEventsItem,
.page-template-fEventsArchive .fEventsItem,
.page-template-fEvents .fEventsItem {
	margin-bottom: 40px;
}

section.fEvents {
	padding-top: 20px;
}

.fEventsNav {
	text-align: center;
}

.fEventsNav, .fEventsNav a {
	font-size: 20px;
	margin: 5px;
}

.fEventsNav a {
	text-decoration: underline;
}

.fEventsNav a:hover {
	color: #9B0101;
}

@media (max-width: 768px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
}

.home .fHomeEventsLoop .col-lg-3 {
	display: none;
}

.home .fHomeEventsLoop .col-lg-3:nth-child(1),
.home .fHomeEventsLoop .col-lg-3:nth-child(2),
.home .fHomeEventsLoop .col-lg-3:nth-child(3),
.home .fHomeEventsLoop .col-lg-3:nth-child(4) {
	display: flex;
}

/* HOME BOOKS */

section.fHomeBooks {
	background: #FBEFE9;
	padding: 40px 0;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
}

.fHomeBooksContainer {
	position: relative;
	width: 5000vw;
	display: flex;
	transition: 1s all;
	margin-left: 0;
}

.fHomeBooksItem {
	position: relative;
	display: flex;
	height: 300px;
	width: auto;
	margin-right: 12px;
	transition: 2s all;
}

.fHomeBooksPhoto img {
	width: auto;
	height: 300px;
	border-radius: 16px;
}

.fHomeBooksItem a {
	display: block;
	width: 100%;
	height: 100%;
}
.fHomeBooksNav {
	position: absolute;
	top: 50%;
	right: 5%;
	/*transform: translateY(-50%);*/
	background: #E42D24;
	width: 80px;
	height: 80px;
	border-radius: 99px;
}

.fHomeBooksLeft {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 32px;
	height: 20px;
	transform: rotate(180deg);
	cursor: pointer;
	background: url(images/books-right.svg) no-repeat center;
	background-size: contain;
	margin-top: -10px;
}

.fHomeBooksRight {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 32px;
	height: 20px;
	cursor: pointer;
	background: url(images/books-right.svg) no-repeat center;
	background-size: contain;
	margin-top: -10px;
}

/* HOME - LIBRARIES */

section.fHomeLibraries {
	padding: 70px 0;
	position: relative;
	overflow-x: hidden;
	width: 100vw;
}

.fHomeLibraries .fSectionTitle h2 {
	height: 50px;
	padding-right: 70px;
	background: url(images/sign.svg) no-repeat right;
	background-size: contain;
	padding-top: 4px;
}

.fHomeLibrariesContainer {
	position: relative;
	width: 1000vw;
	display: flex;
	transition: 1s all;
	margin-left: 0;
	padding-left: 5%;
}

.fHomeLibrariesItem {
	position: relative;
	display: block;
	width: 33vw;
	transition: 2s all;
}

.fLibrariesItem {
	padding-left: 40px;
	padding-right: 40px;
}

.fLibrariesPhoto {
	width: 100%;
}

.fLibrariesPhoto img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.fLibrariesTitle {
	padding: 15px 15% 15px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	min-height: 92px;
}

.fLibrariesItem .fLibrariesMeta > div,
.fLibrariesMeta.fL > div {
	padding-left: 30px;
}

.fLibrariesMeta > div {
	margin-bottom: 10px;
}

.fLibrariesAddress {
	background: url(images/location.svg) no-repeat center left -3px;
	background-size: 24px auto;
}

.fLibrariesPhone {
	background: url(images/phone.svg) no-repeat left;
	background-size: 18px auto;
}

.fLibrariesMail {
	background: url(images/mail.svg) no-repeat left;
	background-size: 18px auto;
}

.fLibrariesHours {
	background: url(images/time.svg) no-repeat top 2px left;
	background-size: 20px auto;
}

.fHomeLibrariesNav {
	position: absolute;
	top: 33%;
	right: 12%;
	/*transform: translateY(-50%);*/
	background: #E42D24;
	width: 80px;
	height: 80px;
	border-radius: 99px;
}

.fHomeLibrariesLeft {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 32px;
	height: 20px;
	transform: rotate(180deg);
	cursor: pointer;
	background: url(images/books-right.svg) no-repeat center;
	background-size: contain;
	margin-top: -10px;
}

.fHomeLibrariesRight {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 32px;
	height: 20px;
	cursor: pointer;
	background: url(images/books-right.svg) no-repeat center;
	background-size: contain;
	margin-top: -10px;
}

@media all and (max-width: 1279px) {
	.fHomeLibrariesItem {
		width: 50vw;
	}
}

@media all and (max-width: 768px) {
	.fHomeLibrariesItem {
		width: 80vw;
	}
}

/* HOME - LOGOS */

section.fHomeLogos{
	background: #fff;
	padding: 40px 0;
}

.fHomeLogos .gs_logo_single img {
	width: auto;
	max-width: 100%;
	max-height: 110px;
}

.fHeaderHead,
html body .gs_logo_title {
	position: fixed;
	left: -9999px;
}

/* PAGE - CONTACT */

.page-template-fContact .fContactWrapper h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #E42D24;
	color: #9B0101;
}

.page-template-fContact .fContactWrapper p a {
	text-decoration: underline;
}

.page-template-fContact .fContactWrapper p a:hover {
	color: #9B0101;
}

.page-template-fContact .marker {
	padding-left: 28px;
	background: url(images/location.svg) no-repeat top 4px left;
	background-size: 22px auto;
}

.page-template-fContact .telefon {
	padding-left: 28px;
	background: url(images/phone.svg) no-repeat top 5px left;
	background-size: 16px auto;
}

.page-template-fContact .email {
	padding-left: 28px;
	background: url(images/mail.svg) no-repeat top 8px left;
	background-size: 16px auto;
}

.page-template-fContact p.no-margin {
	margin-top: 0;
	font-size: 16px;
}

.page-template-fContact .fContactWrapper {
	padding-top: 30px;
}

.page-template-fContact .fContactWrapper p.wp-block-paragraph {
	margin-bottom: 3px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	background: #9B0101;
	border: 1px solid #9B0101;
	color: #FFFAF3;
	text-decoration: none;
	border-radius: 24px;
	padding: 6px 26px;
	transition: 0.1s all;
}

:root :where(.wp-element-button, .wp-block-button__link):hover {
	color: #2B2A29;
	border: 1px solid #2B2A29;
	background: #FFFAF3;
	text-decoration: none;
}

.fContactButton {
	text-align: center;
	background: #6C0000;
	padding: 30px 15px;
	margin-top: 40px;
	cursor: pointer;
}

.fContactButton > p, .fContactButton > button {
	display: inline-block;
}

.fContactButton p {
	color: #FFFAF3;
	font-size: 22px;
	font-weight: 700;
	padding-right: 40px;
	margin: 0;
	display: inline-block;
}

.fContactButton button {
	padding: 7px 24px;
	border-radius: 24px;
	background: #FFFAF3;
	color: #000;
	text-align: center;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.fContactForm {
	background: #E42D2424;
	padding: 40px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	display: none;
}

.fContactForm p label {
	width: 100%;
}

.fContactForm textarea {
	width: 100%;
	height: 130px;
}

.fContactForm select {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 14px;
}

.fContactForm select,
.fContactForm textarea,
.fContactForm input {
	max-width: 100%;
	background: #fff;
	border: none;
	padding: 8px 15px;
	margin-top: 5px;
	border-radius: 6px;
}

.fContactForm input.wpcf7-submit {
	color: #FFFAF3;
	border-radius: 20px;
	padding: 8px 48px 8px 34px;
	transition: 0.2s all;
	background: url(images/arrow-right.svg) no-repeat center right 14px;
	background-color: #9B0101;
	line-height: 1.3;
	float: right;
	text-transform: lowercase;
}

.fContactForm .wpcf7-acceptance {
	padding-left: 8px;
	font-size: 14px;
}

.fContactForm .wpcf7-acceptance input {
	position: absolute;
	top: -22px;
	top: 0;
	left: 0;
}

.page-template-fSuggest .fContactForm .wpcf7-acceptance input {
	top: -1px;
}

.fContactForm .wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #9B0101;
	border-radius: 4px;
}

@media all and (max-width: 991px) {
	.page-template-fContact .fSingleNewsThumb {
		display: none;
	}
}

/* PAGE - SUGGEST */

.page-template-fSuggest .fContactButton {
	margin-top: 0;
}

.page-template-fSuggest .fSingleNewsContent {
	padding: 30px 0;
}

.page-template-fSuggest .fContactForm select,
.page-template-fSuggest .fContactForm textarea,
.page-template-fSuggest .fContactForm input.wpcf7-text {
	width: 100%;
}

/* PAGE - PROJECTS */

.fProjectsItem {
	margin-bottom: 40px;
}
	
/* PAGE - DEFAULT */

.page-template-default h1.fSingleNewsTitle {
	padding-top: 0;
}

/* PAGE - CAL */

.fMonth {
	position: fixed;
	left: -9999px;
}

/* SINGLE */

section.fSingleNewsWrapper {
	padding-top: 30px;
}

.fSingleNewsWrapper > .container {
	padding-bottom: 60px;
	display: block;
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.single .fSingleNewsWrapper > .container {
	padding-top: 30px;
}

.fSingleNewsContent p > a {
	color: #9B0101;
	text-decoration: underline;
}

@media all and (min-width: 1280px) {
	.fSingleNewsContent {
		padding-right: 10%;
		font-size: 18px;
	}
	.fSearch {
		width: 320px;
	}
}

.fSingleNewsThumb {
	width: 100%;
	margin: 0px;
}

.fSingleNewsThumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 240px);
}

.fSingleNewsThumb img.fImgPlaceholder {
	width: auto;
	height: auto;
	max-width: 50%;
	margin: 0 auto;
}

h1.fSingleNewsTitle {
	padding-top: 40px;
	padding-bottom: 10px;
}

.fEventsPlace.fSingleEventsPlace {
	margin-top: 10px;
	margin-bottom: 40px;
}

.fEventsHourContainer.fSingleEventsHourContainer {
	text-align: left;
	transform: translateY(-2px);
}

.fSingleNewsMore {
	padding-top: 40px;
	padding-bottom: 60px;
}

.fSingleNewsMore .fEventsPhoto {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.fSingleNewsMore .fEventsItem {
	border-radius: 10px;
	border: 1px solid #2B2A2912;
}

/* SINGLE - LIBRARIES */

.page-template-fNews .fSectionTitle,
.page-template-fLibraries .fSectionTitle {
	text-transform: lowercase;
}

section.fLibraries {
	padding-top: 30px;
}

h1.fSingleNewsTitle.fSingleLibrariesTitle {
	padding-top: 0;
	padding-bottom: 30px;
}

.fLibrariesMeta.fR {
	padding-right: 10%;
}

.fLibrariesMetaSubtitle {
	font-size: 14px;
	text-transform: uppercase;
	color: #E42D24;
	color: #9B0101;
	font-weight: 500;
}

.fSingleLibrariesContent {
	padding-top: 30px;
	padding-right: 0;
}

.fSingleLibrariesContent .wp-block-columns {
	gap: 4em;
}

.fLibrariesTitle a:hover {
	color: #9B0101;
}

.single-biblioteki .fSingleNewsWrapper .container {
	padding-bottom: 0;
}

.page-template-fLibraries .fLibrariesItem {
	margin-bottom: 50px;
}

.fSingleLibrariesMap {
	margin-top: 50px;
}

.fLibrariesMore {
	padding-top: 20px;
}
.fRoute {
	margin: 20px 0;
	text-align: right;
}

.single-biblioteki .fSingleNewsMore {
	position: relative;
	overflow-x: hidden;
}

/* PAGE - 404 */

.f404content {
	text-align: left;
}

.f404content h2 {
	margin: 30px 0 80px 0;
}

.f404link {
	margin: 24px 0;
}

/* FOOTER */

.fFooter {
	width: 100%;
	padding: 60px 0 30px 0;
	color: #FFFAF3;
	background: #2B2A29;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	position: relative;
	z-index: 2;
}

.fFooter a.fCTA {
	border: 1px solid #FFFAF380;
}

.fFooter a.fCTA:hover {
	border: 1px solid #0D153C;
}

.fFooterTop, .fFooterBottom {
	padding-left: 3%;
	padding-right: 3%;
}

.fFooter .container {
	width: 100%;
	max-width: 100%;
}

.fFooter b, .fFooter strong, .fFooter p b, .fFooter p strong {
	font-weight: 400;
	color: #fff;
}

.fFooter p {
	margin-bottom: 10px;
}

.fFooter p,
.fFooter a {
	color: #FFFAF380;
	font-weight: 300;
	text-decoration: none;
}

.fFooter a:hover {
	color: #fff;
}

.fFooterLogo {
	width: 300px;
	max-width: 94%;
}

.fFooterLogo img {
	width: 100%;
	height: auto;
}

.fFooterSocialsHeader {
	padding-top: 20px;
	font-size: 32px;
	font-weight: 600;
	color: #FFFAF380;
	padding-bottom: 20px;
}

.fSocial {
	margin-right: 20px;
	transition: 0.2s all;
}

.fSocial.fFB {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/wp-content/themes/bppn26/images/fb.svg) no-repeat center;
	background-size: contain;
	transition: 0.2s all;
} 

.fSocial.fIG {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/wp-content/themes/bppn26/images/ig.svg) no-repeat center;
	background-size: contain;
	transition: 0.2s all;
}

.fSocial.fYT {
	display: inline-block;
	width: 42px;
	height: 32px;
	background: url(/wp-content/themes/bppn26/images/yt.svg) no-repeat center;
	background-size: contain;
	transition: 0.2s all;
}

.fBIPcontainer {
	text-align: right;
}

.fBIP {
	display: inline-block;
	width: 90px;
	height: 46px;
	background: url(/wp-content/themes/bppn26/images/bip.svg) no-repeat center;
	background-size: contain;
	transition: 0.2s all;
}

.fSocial a, .fBIP a {
	display: block;
	width: 100%;
	height: 100%;
}

.fSocial:hover {
	transform: scale(1.1);
}

.fCursor {
	cursor: pointer!important;
}

.fFooterTop {
	padding-bottom: 60px;
	border-bottom: 1px solid #FFFAF316;
}

.fFooterBottom {
	padding-top: 24px;
	color: #FFFAF380;
	font-size: 16px;
}

.fFooterBottomR {
	text-align: right;
}



@media all and (max-width: 1279px) {
	body {
		font-size: 15px;
	}
	.fFooter, .fFooter a {
		font-size: 15px;
	}
	.fFooterBottom a {
		font-size: 13px;
	}
	.fMenu {
		position: fixed;
		left: 0px;
		top: 80px;
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
		background: #EDEEEF;
		display: none;
	}
	.fMenu ul.menu {
		padding-left: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-bottom: 1px #898989;
	}
	.fMenu ul.menu li {
		display: block;
		width: 100%;
		height: 32px;
		padding-bottom: 8px;
		text-align: center;
		margin: 0;
	}
	.fMenu ul.menu li a {
		display: block;
		padding-top: 7px;
		color: #000;
	}
	.fMenu ul.menu li a:after,
	.fMenu ul.menu li.current-menu-item a:after,
	.fMenu ul.sub-menu li a:after {
		display: none!important;
	}
	.fMenu ul.menu li.current-menu-item a {
		font-weight: bold;
	}
	.fMenuIcon {
		display: block;
		position: fixed;
		right: 20px;
		top: 44px;
		width: 30px;
		height: 30px;
		transition: 0.3s all ease-in-out;
		cursor: pointer;
		z-index: 10001;
	}
	.fMenuIcon:hover {
	}
	
	.fMenuIconClicked {
		cursor: pointer;
	}
	.fMenu ul.sub-menu {
		display: block!important;
		position: relative;
		background: #fff;
		color: #000;
		top: auto;
		left: auto;
		padding: 0;
	}
	.fMenu ul.menu li {
		height: auto!important;
		min-height: 32px!important;
	}
	.fMenu ul.sub-menu li {
		border-left: none;
		height: 32px!important;
	}
	.fHeader {
	}
	.fWrapper {
	}
	.fAboutPhoto, .fAboutContent {
		padding: 0;
	}
}

@media all and (max-width: 1199px) {
	html, body {
		overflow-x: hidden;
	}
}

@media all and (max-width: 991px) {
	.fFooter {
		padding-top: 60px;
	}
	iframe {
		max-width: 100%;
	}
}

.fSingleNavContainer {
	padding-top: 60px;
	font-family: 'TTNormsBold', sans-serif;
}

.fSinglePrev {
	padding-left: 40px;
	background: url(images/arrowLeft.png) no-repeat left;
	background-size: auto 44px;
}

.fSingleNext {
	text-align: right;
	padding-right: 40px;
	background: url(images/arrowRight.png) no-repeat right;
	background-size: auto 44px;
}

.fSingleNavContainer span {
	font-size: 54px;
    font-family: 'TTNorms', sans-serif;
    padding: 10px;
}

/* MENU ICON */

.webmadewell {
  background-color: #DCF08C;
}
.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
.f-menu-button {
  width: 44px;
  height: 44px;
  background-color: #FFFAF3;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.f-menu-button:hover {
  background-color: #FFFAF3;
}
.f-menu-button.active:hover {
  background-color: #FFFAF3;
}
.f-menu-icon {
  position: absolute;
  top: 50%;
  left: 20%;
  height: 4px;
  margin-top: -2px;
  right: 0;
  width: 60%;
}
.f-menu-icon::before,
.f-menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
}
.f-menu-icon::before {
  top: -10px;
}
.f-menu-icon::after {
  bottom: -10px;
}
.f-menu-icon,
.f-menu-icon::before,
.f-menu-icon::after {
  background-color: #2B2A29;
  transition: all 0.3s ease-in-out;
}
.f-menu-button.active .f-menu-icon {
  left: 10%;
  width: 80%;
  background-color: transparent;
}
.f-menu-button.active .f-menu-icon::before,
.f-menu-button.active .f-menu-icon::after {
  top: 50%;
  margin-top: -2px;
}
.f-menu-button.active .f-menu-icon::before {
  transform: rotate(45deg);
}
.f-menu-button.active .f-menu-icon::after {
  transform: rotate(-45deg);
}


@media all and (max-width: 1699px) {
	.fEventsPlace, .fEventsPlace a {
		font-size: 14px;
	}
	html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		padding-left: 12px;
		padding-right: 12px;
	}
	.page-template-fSuggest .fContactButton p {
		display: block;
		padding-right: 0;
		padding-bottom: 12px;
	}
}

@media all and (max-width: 1599px) {
	.fEventsMeta .col-lg-9, .fEventsMeta .col-lg-3 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.fEventsItem .fEventsHourContainer {
		margin-top: 7px;
		text-align: left;
	}
	.fEventsMeta {
		height: 44px;
	}
	.fHomeBanner .fEventsTitle {
		font-size: 34px;
	}
	section.fHomeCatalogue {
		height: 120px;
	}
	.fLibrariesItem {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media all and (max-width: 1549px) {
	.fFooter {
		font-size: 14px;
	}
	.fFooterBottom {
		font-size: 13px;
	}
	.fEventsContent {
		padding: 15px;
	}
	.fEventsTitle {
		font-size: 20px;
		height: 68px;
	}
	.fEventsPlace {
		padding-top: 4px;
		overflow: visible;
	}
	.fMenu {
		padding-left: 100px;
	}
	 html body #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	 }
	 html body #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li a {
		border: none;
	 }
	 html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 16px;
	 }
	 html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
		background: #fff;
		color:#9B0101;
	 }
	html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}
	html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 > a.mega-menu-link {
		transform: translateY(2px);
	}
	section.fHomeCatalogue {
		height: 100px;
	}
	.fHomeCatalogueDesc h2 {
		font-size: 24px;
	}
	.fHomeCatalogue button {
		width: 120px;
	}
	.fFooterSocialsHeader {
		font-size: 24px;
	}
	.fSearch input.search-field {
		font-size: 14px;
	}
	.fHomeBoxes .container {
		padding-left: 15px;
	}
	.fHomeBoxesTitle {
		position: relative;
		top: auto;
		left: auto;
		transform: none; 
		padding-bottom: 20px;
	}
	.fHomeBoxDesc p {
		font-size: 15px;
	}
}

@media all and (max-width: 1399px) {
	.fMenu {
		padding-left: 190px;
	}
	.fFooter .col-lg-3 a.fCTA {
		margin-left: -80px;
		max-width: calc(100% + 80px);
	}
	.fHomeBoxDesc {
		width: 50%;
	}
}

@media all and (max-width: 1299px) {
	.fSearch {
		right: 100px;
	}
	.fHomeBanner .fEventsTitle {
		font-size: 28px;
		line-height: 1.2;
		padding: 5px 0;
	}
	.fHomeBannerDesc {
		width: 80%;
		left: 10%;
	}
	.fHomeBanner .fEventsMore {
		padding-top: 20px;
	}
	.fHomeBanner .fEventsMeta {
		height: auto;
	}
	.fHomeBanner .fEventsTitle {
		font-size: 22px;
	}
	section.fHomeEvents {
		padding: 30px 0;
	}
}

@media all and (max-width: 1279px) {
		.fMenu {
			padding-left: 0;
			top: 115px;
		}
		html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 {
			display: none;
		}
		html body #mega-menu-wrap-header_menu .mega-menu-toggle + #mega-menu-header_menu {
			background: #FFFAF3;
			padding-bottom: 30px;
			padding-top: 20px;
		}
		html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
			text-align: left;
			padding-right: 30px;
		}
		html body #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link {
			text-align: left;
			padding-right: 40px;
			border-top: 1px solid #e9e9e9;
		}
		html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 a.mega-menu-link {
			border-top: none;
		}
		.fHeaderCatButton {
			display: block;
			position: absolute;
			top: 46px;
			left: 50%;
		background: none;
			border: none;
		}
		.fHeader.fHeaderScrolled .fHeaderCatButton {
			top: 19px;
		}
		.fHeaderCatButton a {
			color: #FFFAF3;
			border-radius: 20px;
			padding: 8px 48px 8px 34px;
			transition: 0.2s all;
			background: url(images/arrow-right.svg) no-repeat center right 14px;
			background-color: #9B0101;
			line-height: 1.3;
		}
		.fHeaderCatButton a:hover {
			text-decoration: none;
		}
		.fSearch {
			top: 46px;
			right: auto;
			left: calc(50% + 200px);
		}
		.fMenuIcon.fMenuIconScrolled {
			top: 15px;
		}
		.fEventsItem .fEventsTitle {
			font-size: 16px;
			height: 57px;
		}
		.fFooterBottomR,
		.fFooterBottom .col-lg-8,
		.fFooterBottom .col-lg-4 {
			width: 100%;
			max-width: 100%;
			flex: 0 0 100%;
			text-align: left;
		}
		.fFooterBottomR {
			margin-top: 10px;
		}
		
	.fSingleNewsMoreLoop > .row > .col-lg-3,
		.fEventsLoop > .row > .col-lg-3,
		.fHomeEventsLoop > .row > .col-lg-3 {
			width: 50%;
			max-width: 50%;
			flex: 0 0 50%;
			margin-bottom: 30px;
		}
		.fHomeBoxes .col-lg-2 {
			width: 33.3%;
			max-width: 33.3%;
			flex: 0 0 33.3%;
			margin-bottom: 30px;
		}
		html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu#mega-sub-menu-22559 {
			width: calc(100% - 30px);
		}
	}
	
	@media all and (max-width: 1199px) {
		section.fHomeCatalogue {
			height: 70px;
		}
		.fHomeCatalogueDesc h2 {
			font-size: 20px;
		}
		.fHomeCatalogueDesc p {
		}
		.fHomeCatalogue button {
			height: 38px;
			font-size: 17px;
			transform: none;
		}		
	}	

@media all and (max-width: 991px) {
	.fFooter .col-lg-3 {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
	.fFooterSocialsHeader {
		text-align: left;
		font-size: 24px;
	}
	.fFooterSocials {
		text-align: left;
		margin-bottom: 20px; 
	}
	.fSocial {
		margin-right: 12px;
	}
	.fSocial.fFB {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/wp-content/themes/bppn26/images/fb.svg) no-repeat center;
	background-size: contain;
	transition: 0.2s all;
} 
	.fSocial.fIG {
		width: 22px;
		height: 22px;
		background: url(/wp-content/themes/bppn26/images/ig.svg) no-repeat center;
		background-size: contain;
		transition: 0.2s all;
	}
	.fSocial.fYT {
		display: inline-block;
		width: 28px;
		height: 22px;
		background: url(/wp-content/themes/bppn26/images/yt.svg) no-repeat center;
		background-size: contain;
		transition: 0.2s all;
	}
	.fBIPcontainer {
		text-align: right;
	}
	.fBIP {
		width: 48px;
		background-position: top;
	}
	.fHomeBanner .fEventsHourContainer {
		margin-top: 10px;
	}
	.fSearch {
		display: none;
	}
	.fLogo {
		top: 11px;
		width: 180px;
	}
	.fHeader {
		height: 70px;
	}
	.fHeaderCatButton {
		top: 24px;
	}
	.fMenuIcon {
		top: 21px;
	}
	.fMenu {
		top: 55px;
	}
	.fWrapper {
		padding-top: 70px;
	}
	.fHomeInfoDesc p {
		font-size: 15px;
	}
	.fHeader.fHeaderScrolled {
		height: 49px;
	}
	.fHeader .fHeaderCatButton {
		top: -50px;
	}
	.fHeader.fHeaderScrolled .fHeaderCatButton {
		top: 13px;
		transform: translateX(-50%);
	}
	.fHeader.fHeaderScrolled .fMenu {
		top: 30px;
	}
	.fMenuIcon.fMenuIconScrolled {
		top: -80px;
	}
	html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 {
			display: block;
			text-align: right;
			padding-right: 12px;
			padding-bottom: 10px;
	}
	html body #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 a.mega-menu-link {
		display: inline-block;
		padding-top: 7px;
		padding-bottom: 7px;
		height: auto;
	}
	.fHeader.fHeaderScrolled .fMenu #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-22146 {
		display: none!important;
	}
	.fHomeBox {
		height: 100px;
	}
	.fFooterIconsContainer .col-lg-6{
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
	.fFooterTop .col-lg-3 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.fFooter .col-lg-3 a.fCTA {
		margin-left: 0;
		max-width: 100%;
	}
	.fFooterTop {
		padding-bottom: 20px;
	}
	.fFooter p {
		margin-bottom: 4px;
	}
	.fFooter p a {
		font-size: 13px;
	}
	.fFooter b, .fFooter strong, .fFooter p b, .fFooter p strong {
		font-size: 15px;
	}
	.fFooterSocialsHeader {
		padding-top: 0;
	}
	.fSectionTitle a.fCTA {
		margin-left: 0;
	}
	.fEventsHourContainer.fSingleEventsHourContainer {
		transform: translateY(5px);
	}
	.fContactForm {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single .fSingleNewsWrapper > .container {
		padding-top: 10px;
	}
	h1.fSingleNewsTitle {
		padding-top: 20px;
	}
	h1 {
		font-size: 32px;
	}
	.fSingleNewsThumb img {
		max-height: 100%;
	}
	.search .fEventsNav {
		margin-bottom: 30px;
	}
}	

@media all and (max-width: 899px) {	
	.fHomeBannerItem {
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	.fHomeBannerContent, .fHomeBannerPhoto 	{
		width: 100vw;
	}
	.fHomeBannerContent {
		height: auto;
	}
	.fHomeBannerDesc {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 24px;
		padding-bottom: 34px;
		width: 100%;
	}
	.fHomeBannerPhoto img {
		max-width: 100%;
	}
	.fHomeBannerNav {
		right: auto;
		left: 50%;
		transform: translateX(-50%);	
	}
	.fHomeBanner .fEventsTitle {
		height: 59px;
		height: auto;
		overflow: hidden;
	}
	.fHomeBanner .fEventsMore {
		padding-bottom: 5px;
		padding-top: 20px;
	}
	.fHomeBanner .fEventsPlace {
		margin-top: 10px;
	}
	.fHomeBanner .fEventsMore a.fCTA:nth-of-type(1) {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.fHomeBanner .fEventsMore a.fCTA.fInverseCTA {
		display: inline-block;
	}
	section.fHomeCatalogue {
		margin-top: 10px;
	}
	section.fHomeEvents {
		display: none;
	}
	.fHomeBoxesTitle {
		display: none;
	}
	.fContactButton p {
		display: block;
		padding-right: 0;
		padding-bottom: 12px;
	}
}

@media all and (max-width: 799px) {
	.fHomeBoxes .col-lg-2 {
			width: 50%;
			max-width: 50%;
			flex: 0 0 50%;
			margin-bottom: 20px;
	}
	.fSingleNewsMoreLoop > .row > .col-lg-3,
		.fEventsLoop > .row > .col-lg-3,
		.fHomeEventsLoop > .row > .col-lg-3 {
			width: 100%;
			max-width: 100%;
			flex: 0 0 100%;
			margin-bottom: 30px;
		}
}

@media all and (max-width: 699px) {
	section.fHomeCatalogue {
		height: auto;
	}
	.fHomeCatalogueDesc {
		text-align: center;
		padding-right: 0;
		display: block;
	}
	.fHomeCatalogueBlue {
		position: relative;
	}
	.fHomeCatalogueContent {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-left: 5%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.fHomeCatalogueCTA {
		padding-top: 15px;
		padding-left: 0;
	}
}

/* ADDENDA */

.single .fWrapper {
	padding-bottom: 0;
}

.fEventsPhoto img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 991px) {
	.fSectionTitle h2 {
		display: block;
		font-size: 32px;
	}
	.fHomeLibraries .fSectionTitle h2 {
		height: auto;
		min-height: 50px;
		background: none;
		padding-right: 0;
	}
}

/* WCAG / ACCESSIBILITY */

html body #acwp-toolbar-btn-wrap {
	border-color: transparent;
}

html body .acwp-heading p.acwp-title {
	font-size: 20px;
}

html body .acwp-footer {
	display: none;
}

html body.acwp-contrast #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff!important;
	background: #000!important;
}

html body.acwp-contrast #ajaxsearchlite1 .probox .proinput input::placeholder, html body.acwp-contrast div.asl_w .probox .proinput input::placeholder,
html body.acwp-contrast #ajaxsearchlite1 .probox .proinput input, html body.acwp-contrast div.asl_w .probox .proinput input {
	color: #fff!important; }

html body.acwp-contrast #ajaxsearchlite1 .probox, div.asl_w .probox {
	border: 1px solid #fff!important;
}

html body.acwp-contrast button,
html body.acwp-contrast a.fCTA {
	border: 1px solid yellow!important;
}

html body.acwp-contrast .fHomeBox {
	border: 1px solid yellow!important;
}

html body.acwp-contrast .fHomeBoxLine {
	display: none!Important;
}

html body.acwp-contrast .fSocial.fFB {
	background-image: url(/wp-content/themes/bppn26/images/fb-acwp.svg)!important;
	background-size: contain!important;
} 

html body.acwp-contrast .fSocial.fIG {
	background-image: url(/wp-content/themes/bppn26/images/ig-acwp.svg)!important;
	background-size: contain!important;
}

html body.acwp-contrast .fSocial.fYT {
	background-image: url(/wp-content/themes/bppn26/images/yt-acwp.svg)!important;
	background-size: contain!important;
}

html body.acwp-contrast .fBIP {
	background-image: url(/wp-content/themes/bppn26/images/bip-acwp.svg)!important;
	background-size: contain!important;
}

html body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .fSearch a,
html body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .fBIP a,
html body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .fFooterSocials a {
	background: none!important;
}

html body.acwp-contrast div.asl_w .probox .promagnifier .innericon {
	background: url(/wp-content/themes/bppn26/images/search-acwp.svg)!important;
	background-size: 90% auto!important;
	background-repeat: no-repeat!important;
}

html body.acwp-contrast section.fBreadcrumb {
	opacity: 1;
}

html body.acwp-contrast section.fBreadcrumb span.separator {
	color: #fff!important;
}

html body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .pswp * {
	background: none!important;
} 

html body.acwp-contrast .mwl .pswp__button--arrow--prev .pswp__icn, html body.acwp-contrast .pswp__button svg,
html body.acwp-contrast .mwl .pswp__button--arrow--prev .pswp__icn, html body.acwp-contrast .mwl .pswp__button--arrow--prev svg,
html body.acwp-contrast .mwl .pswp__button--arrow--next .pswp__icn, html body.acwp-contrast .mwl .pswp__button--arrow--next svg {
	filter: invert(1)!important;
}

html body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) .fHomeLibrariesLeft,
html body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) .fHomeLibrariesRight,
html body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) .fHomeBooksLeft,
html body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) .fHomeBooksRight {
	background-image: url(images/books-right.svg)!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}

html body.acwp-contrast .fContactForm input.wpcf7-text,
html body.acwp-contrast .fContactForm input.wpcf7-mail,
html body.acwp-contrast .fContactForm select,
html body.acwp-contrast .fContactForm textarea {
	border: 1px solid #fff;
}

html body.acwp-contrast .fContactForm input ::placeholder {
	color: #fff!important;
}

html body.acwp-contrast .fContactForm input.wpcf7-submit {
	border: 1px solid #fff!important;
}

html body.acwp-contrast .fLogo img {
	opacity: 0;
}

html body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) .fLogo {
	background-image: url(images/logo_bppn-biale.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

html body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) .fLogo a {
	background-color: transparent!important;
}

html body.acwp-contrast .f-menu-icon, html body.acwp-contrast .f-menu-icon::before, html body.acwp-contrast .f-menu-icon::after {
	background-color: #fff!important;
}

html body.acwp-contrast .fMenuIconClicked .f-menu-icon {
	background-color: #000!important;
}

html body.acwp-contrast #mega-menu-wrap-header_menu .mega-menu-toggle + #mega-menu-header_menu {
	background: #000!important;
}

html body.acwp-contrast #acwp-toolbar-btn-wrap {
	background-color: transparent!important;
}

html body.acwp-contrast .fSearch input.search-submit {
	width: 52px;
}

html body.acwp-contrast .fSearch input.search-field {
	border-bottom: 1px solid #fff!important;
}

/* ADDENDA */

.fSingleNewsThumb {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.page-template-fContact .fContactButton {
	margin-top: 15px;
}

.page-template-fContact .fSingleLibrariesMap {
	margin-top: 20px;
}

.page-template-fCal .fSectionTitle a,
.page-template-fEvents .fSectionTitle a {
	text-transform: none;
}

.fLibrariesMail a {
	text-decoration: underline;
}

.page-id-22932 .owl-carousel.owl-drag .owl-item {
	width: auto!important;
	height: 300px!important;
}

.page-id-22932 .owl-wrapper {
	height: 300px!important;
	overflow-y: hidden!important;
}
