/*
	Theme Name: SZABLON GŁÓWNY
	Theme URI: 
	Description: 
	Version: 0.0.1
	Author: 
	Author URI: 
	License: 
	License URI: 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}

@media (min-width: 1px) {
	html {
		font-size:90%;
	}
}

@media (min-width: 576px) {
	html {
		font-size:90%;
	}
}

@media (min-width: 768px) {
	html {
		font-size:85%;
	}
}

@media (min-width: 992px) {
	html {
		font-size:100%;
	}
}

@media (min-width: 1200px) {
	html {
		font-size:105%;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	color:black;
	font-size: 0.9rem;
	transform-origin: top !important;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#004d84;
	text-decoration:none;
}
a:hover {
	color:black;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


main{
	width:100%;
	
	
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    BOOTSTRAP OVERWRITE
\*------------------------------------*/

.lead {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
	
	line-height:1.4;
	color:#0f3566;
}


/*------------------------------------*\
    CUSTOM
\*------------------------------------*/
/*
	body::before {
    content: '';
    display: block;
    width: 100%;
    height: 164px;
    background: #d1d3d4;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
	}
*/
html{
	
}


a {
	color: #004d84;
}

a:hover {
	color: black; 
	text-decoration: none; 
}


.w-img-100 img{
	width:100%;
	height:auto;
}


.row-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*------------------------------------*\
    KOLORY
\*------------------------------------*/



.bg-light-grey{
	background-color:#f5f5f5;
}



.bg-dark-grey{
	background-color:#d1d3d4;
}

.bg-dark-blue{
	background-color:#132b52;
}

.bg-light-blue{
	background-color:#004d84;
}

.bg-orange{
	background-color:#37a72d;
}

.bg-blue{
	background-color:#004d84;
}


.bg-orange{
	background-color:#37a72d;
}

.highcontrast .bg-dark-blue, .highcontrast .bg-light-blue, .highcontrast .bg-blue, .highcontrast .bg-dark-grey, .highcontrast .bg-light-grey, .highcontrast .bg-white, .highcontrast .bg-orange{
	background-color:#ff0;
	color:#000000 !important;
}


.highcontrast .bg-white .has-line{
	color:#000000;	
}

.highcontrast .title-line .color-white a, .highcontrast .title-line .color-white a:hover, .highcontrast .title-line a.color-white, .highcontrast .title-line a.color-white:hover, .highcontrast h1 a.color-white, .highcontrast h1 a.color-white:hover, .highcontrast h2 a.color-white, .highcontrast h2 a.color-white:hover, .highcontrast h3 a.color-white, .highcontrast h3 a.color-white:hover, .highcontrast h4 a.color-white, .highcontrast h4 a.color-white:hover {
	color: #000000;
}


.footer-container{
	background-color:#132b52;
}


.highcontrast .footer-container{
	background-color:#000000;
}

.footer-container .title, .footer-container a{
	color:#ffffff;
}

.highcontrast footer .title {
	color: #ff0;
}


.bg-white{
	background-color:#FFFFFF;
}

.bg-white-transparent{
	background-color:rgba(255, 255, 255, 0.8);
}

.blue{
	color:#132b52;
}

.white{
	color:#FFFFFF;
}

.black{
	color:#000000;
}


/*------------------------------------*\
    SEARCH FORM
\*------------------------------------*/


.nav{
	position:relative;
}
#searchform {
	position:relative;
	width:100%;
	display:none;
}

#searchform button.submit{
	margin:0;
	padding: 0.75rem;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background-color: #004d84;
	z-index:999999;
	border:none;
}

#searchform button.submit:hover{
	background-color: #132b52;
}

#searchform img {
    width: 1.5rem;
    height: 1.5rem;
	
}

#searchform input.txt{
	position:absolute;
	margin:0;
	font-size: 1rem;
	padding: 0.8rem 1.1rem;
	line-height: 1.3;
	right:0;
	width:100%;
	background-color:#FFFFFF;
	color: black;
	width:100%;
	border:1px solid #004d84;
	z-index:999999;
}





/*------------------------------------*\
    title
\*------------------------------------*/

.title{
	
	text-transform:uppercase;
	font-size:2rem;
	font-weight:500;
	line-height:1.2;
	padding:0 0 0.7rem 0;
	position:relative;
	margin-bottom:1rem;
	display:inline-block;
	width:100%;
	color:#132b52;
	
}

.title.line:after{
	content: '';
	display: block;
	width: 140px;
	height: 2px;
	background: #004d84;
	margin-top: 10px;
}

.title-2{
	text-transform:uppercase;
	font-size:1.3rem;
	font-weight:300;
	line-height:1.2;
	padding:0;
	position:relative;
	margin-bottom:0.5;
	display:inline-block;
	width:100%;
	color:#132b52;
}
.title-2:after {
    content: '';
    display: block;
    width: 220px;
    height: 2px;
    background: #004d84;
}

.title-3{
	text-transform:uppercase;
	font-size:1.1rem;
	font-weight:300;
	line-height:1.2;
	padding:0;
	position:relative;
	margin-bottom:0.5;
	display:inline-block;
	width:100%;
	color:#132b52;
}
.title-3.line:after{
	content: '';
	display: block;
	width: 140px;
	height: 2px;
	background: #004d84;
	margin-top: 10px;
}

.f-weight-600{
	font-weight:600
}

.f-weight-700{
	font-weight:600
}


p{
	color:black;
	line-height:1.5;
}



/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer .title{
	font-size: 1.2rem;
	font-weight:300;
	width:100%;
	padding:0;
}

footer ul{
	padding:0;
}
footer li{
	font-size: 0.9rem;
	font-weight:300;
	margin:0.2rem 0;
	list-style:none;
	padding:0;
	text-transform:uppercase;
	line-height:1.2;
}

/*------------------------------------*\
    HOME POSTY
\*------------------------------------*/

.home a.post-home{
	position:relative;
	width:100%;
	display:flex;
}

.home .title-archive{
	background-color: #004d84;
	color:#FFFFFF !important;
	text-transform:uppercase;
	text-align:center;
	padding:0.7rem;
	position:absolute;
	bottom:0;
	margin:0;
	width:100%;
}

.home .title-archive-2{
	background-color: #37a72d;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	padding:0.7rem;
	position:absolute;
	bottom:0;
	margin:0;
	width:100%;
	font-size:0.8rem;
}

.highcontrast .home .title-archive-2{
	background-color: #ff0;
	color:#000000;
}


.highcontrast .home a.post-home:hover .title-archive-2 {
	background-color: #000000;
	color:#ff0;
}


.home a.post-home:hover .title-archive{
	background-color: #132b52;
}

.home a.post-home:hover .title-archive-2{
	background-color: #004d84;
	color:#fff;
}

/*------------------------------------*\
    MENU SECTION
\*------------------------------------*/



.menu-section{
	display: flex; 
	justify-content: center; 
	align-items: center; 
	
	
}
.menu-section a{
	color:#132b52;
	cursor:pointer;
	width:100%;
	height: 100%;
	font-size:1.1rem;
	justify-content: center;
	align-items: center; 
	display:flex;
	padding: 0.2rem 0;
	text-transform:uppercase;
	font-weight:600;
	font-size:1rem;
}

.menu-section a:hover{
	background-color:#d1d3d4;
	
	
}



.menu-section img{
	margin-right:0.5rem;
	
}


.archive article, .search article {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
}


.highcontrast .archive article{
	border-bottom: 1px solid #000000;
}

iframe{
	max-width:100%;
	
}

.sidebar-data-archive{
	font-size:0.7rem;
	margin-bottom:0.2rem;
	
}
.sidebar-title-archive{
	font-size:0.7rem;
	color:black !important;
	margin:0;
}


.sidebar-title-archive .icon-arrow-right::before {
	font-size: 0.6rem;
	margin-top: 0.1rem;
}


.archive-description{
	text-align:justify;
	
}

#home-news .archive-description p, #home-news .archive-description p strong{
	color:#ffffff;
	line-height: 1.3;
	margin: 0 0 2rem 0;
	font-weight: 400;
	font-size: 0.9rem;
}

.highcontrast #home-news .archive-description p, .highcontrast #home-news .archive-description p strong{
	color:#000000;
}
/* NICE SCROLL */

.get-nicer {
	overflow: auto;
	
}

.nice-wrapper {
	width: 100%;
	background-color:#ffffff;
}


.nice-wrapper a{
	color:#000000;
}

.nicescroll-rails {
	background-color: #d1d3d4;
}

.nicescroll-cursors {
	border: none !important;
	background-color: #132b52 !important;
	border-radius: 0 !important;
}


.get-nicer a.view-gallery{
	background-color:#132b52
}


.get-nicer a.view-gallery:hover{
	background-color:#004d84
}

.jumbotron {
	padding-top: 80px;
}


/* Single */


h1, .h1 {
	font-size: 2rem;
}

.title-black, .title-black h1, .title-black h2, .title-black h3, .title-black a{
	font-weight: 700;
	font-size: 1.5rem;
	color:#000000 !important;
}



.single .date{
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
	display: inline-block;
}

/*
	.single .date {
    width: auto;
    padding: 0.2rem 0.5rem;
    background: #004d84;
    color: #ffffff;
    font-size: 1rem;
    position: relative;
    z-index: 1;
	line-height: 1.5;
	}
	
	
	.single h1 {
    font-size: 2rem;
	margin:0;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0.5rem;
    position: relative;
    z-index: 1;
	line-height:1;
	width:600px;
	max-width:100%;
	}
	
	.single h1 > span {
    background: #004d84;
    display: inline;
    -webkit-box-shadow: 0.5rem 0 0 #004d84, -0.5rem 0 0 #004d84;
    -moz-box-shadow: 0.5rem 0 0 #004d84, -0.5rem 0 0 #004d84;
    -o-box-shadow: 0.5rem 0 0 #004d84, -0.5rem 0 0 #004d84;
    -ms-box-shadow: 0.5rem 0 0 #004d84, -0.5rem 0 0 #004d84;
    box-shadow: 0.5rem 0 0 #004d84, -0.5rem 0 0 #004d84;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
	padding: 0.2rem 0;
	line-height: 1.3;
	}
*/
.single-news-image{
	position:relative;
}

.title-wrapper{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
}

.title-wrapper p{
	margin:0;
}

main article ul{
	padding-left:0.7rem;
}
main article li{
	margin:0.3rem 0;
}

/* ARCHIVE MENU */

ul.archive-menu{
	padding:0;
	
}

ul.archive-menu li{
	list-style:none;
	
}

.archive-menu-title{
	background-color: #004d84;
	color:#FFFFFF;
	padding:0.8rem 1rem;
	width:100%;
	display:inline-block;
	font-size:0.8rem;
	margin:0;
}



ul.archive-menu li a, .archive-menu label{
	background-color: #132b52;
	color:#FFFFFF;
	padding:0.8rem 1rem;
	width:100%;
	display:inline-block;
	font-size:0.8rem;
	text-transform:uppercase;
}


.highcontrast .archive-menu-title, .highcontrast ul.archive-menu li a, .highcontrast .archive-menu label{
	background-color: #ff0;
	color:#000000;
}

.highcontrast #btn-filter, .highcontrast .filter input[type="checkbox"] + span::before {
	background-color: #000000;
	color:#ff0;
}


.highcontrast .filter input[type="checkbox"]:checked + span::before{
		background-color: #000000;
	color:#ff0;
	
	
}


@media(max-width:767px){
	.archive-menu-title{
		font-size:1rem;
		
	}
	ul.archive-menu li a, .archive-menu label span{
		font-size:1rem;
	}
}


ul.archive-menu li a:hover{
	background-color: #004d84;
}

.links-projects a{
	background-color: #004d84;
	color:#FFFFFF;
	padding:0.5rem 0.8rem;
	display:inline-block;
	font-size:1rem;
}


.links-projects a:hover{
	background-color: #132b52;
	
}

.multimedia .title-3{
	
	
	
}

.w-iframe-100 iframe{
	width:100;
}


/* LIGHTBOX */

#jqlb_loading {
    height: 100px !important;
}
#imageDataContainer #numberDisplay {
	display:none !important;
}



/* STICKY LABEL */

@media(max-width:767px){
	.sticky-label{
		display:none;
	}
}
.sticky-label {
	position:fixed;
	right:0;
	top:15rem;
	z-index:999999;
	display:none;
}

.zoom-label {
	background-color: #132b52;
	color:#FFFFFF;
	padding:0.6rem;
	
}

.sticky-label span{
	cursor:pointer;
	margin:0 0.1rem;
	opacity:0.4;
}

.contrast-label{
	
	
	background-color: #004d84;
	color:#FFFFFF;
	padding:0.8rem;
	
}

.contrast-label img{
	opacity:0.4;
	cursor:pointer;
}

.contrast-label img:hover, .contrast-label img.active{
	opacity:1;
}

.sticky-label span:hover,.sticky-label span.active{
	opacity:1;
}
.sticky-label span[data-size="small"]{
	font-size:0.8rem;
}

.sticky-label span[data-size="medium"]{
	font-size:1.15rem;
}

.sticky-label span[data-size="big"]{
	font-size:1.4rem;
}



/* OGOLNE */
.wrapper{
	transform-origin: top;	
}

main .editor ul{
	padding-left:1rem;
	position:relative;
}
main .editor ul li{
	line-height:1.5;
	list-style:none;
}

main .editor ul li:before{
	content:'■';
	color: #132b52;
	margin-right: 0.4rem;
	position: absolute;
	left: 0;
	
}

main iframe{
	width:100%;
}

#access_container button.close_container {
    background: #004d84 !important;
	color:white;
	
}

#access_container button.close_container:hover {
    background: #132b52 !important;
	color:white !important;
}

/* VIDEO LIGHTBOX */

.video-lightbox{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255, 0.8);
	z-index:2147483648;
}

.video-lightbox iframe{
	width: 70vw !important;
	height: 40vw !important;
	margin: 3vw auto !important;
	display: block !important;
	
}

.video-lightbox .close-video{
	width:35px;
	height:35px;
	position:absolute;
	top:10px;
	right:10px;
	background-color:#004d84;
	cursor:pointer;
	padding:4px;
	
}

.video-lightbox .close-video:hover{
	background-color:#132b52;
}
.video-lightbox .close-video:before{
	content:'';
	background-image:url('img/close.svg');
	width:100%;
	height:100%;
	width:25px;
	height:25px;
	top:5px;
	left:5px;
	position:absolute;
}

.lightbox-video-wrapper{
	cursor:pointer;
}
@media(min-width:768px){
	.lightbox-video-wrapper iframe{
		pointer-events: none;
	}
}

@media(max-width:767px){
	.lightbox-video-wrapper iframe{
		width:100%;
		height:50vw;
	}
}

.video-preloader{
	width:85px;
	height: 85px;
	background-image:url('img/loading.gif');
	background-repeat:none;
	position:absolute;
	top:calc(50% - 42px);
	left:calc(50% - 42px);
}

.cn-button.bootstrap {
	color: #000000;
    background-color: #FFFFFF;
    background-image: none !important;
}

.cn-button.bootstrap:hover {
	color: #FFFFFF;
	background-color: #132b52;
}

.filter form#filter label {
    width: 100%;
    display: inline-block;
    cursor: pointer;
	margin:0;
}

.filter .filter-checkbox {
    padding: 0;
	
}


.filter .filter-checkbox span{
	position:relative;
}
.filter input[type="checkbox"] + span {
    margin: 0.8rem 1rem;
	padding-left: 1.5rem;
    display: inline-block;
    position: relative;
}

.filter input[type="checkbox"] + span::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: white;
    border: none;
    position: absolute;
    left: 0;
    top: -0.1rem;
}
.filter .filter-checkbox input {
    display: none;
}

.filter input[type="checkbox"]:checked + span::before {
    background-color: #FFF;
    content: '\f00d';
    color: #004d84;
    font-family: FontAwesome;
    line-height: 1.1;
    text-align: center;
}

#btn-filter {
    background-color: #004d84;
    color: white;
    text-align: center;
    padding: 0.4rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
    cursor: pointer;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
}


body .uwy.userway_p1 .uai{
	bottom: 2rem !important;
	right: auto !important;
	top: auto !important;
	left: calc(100vw - 21px) !important;
	transform: translate(-100%) !important;
}

footer a, footer .title {
	color:#ffffff;
}


footer a {
	text-transform: none;
	font-size:0.8rem;
}

footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	
}

.home #multimedia h3{
	font-weight:700
	
}


body.multimedia .lightbox-video-wrapper, body.multimedia .lightbox-video-wrapper iframe{
	aspect-ratio:1920/1080;
}


.btn-outline-fourthtier {
	border-color: #e9e9e9;
	color: #074677 !important;
	position:relative;
	padding: .5rem 2.2rem .5rem 1.2rem !important;
	text-transform:uppercase;
}

.btn-outline-fourthtier:hover {
	border-color: #004d84;
	
}



.btn-outline-fourthtier::before {
	content: "";
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position:absolute;
	right: 0.7rem;
	top: 0.65rem;
	transition: all 300ms ease-in-out 0s;
}

.btn-outline-fourthtier:hover:before {
	right: 0.3rem;
	transition: all 300ms ease-in-out 0s;
}


.file-list-wrapper .icon-file {
	font-size: 2.4rem;
	margin-right: .9rem;
	color:#132b52;
	display: inline-block;
}


article a{
	color:#000000;
}

article a:hover{
	text-decoration:underline;
	color:#000000;
}

#mainNav li a {
    tabindex: 9;
}

#filter .open {
  position: absolute;
  right: 0;
  top: 0;
  height: 2.55rem;
  width: 2.55rem;
}


#filter .filter-checkbox{
	position:relative;
}

#filter .open::after {
  content: '';
  background-image: url('img/open-menu.svg');
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: .5rem;
  transition: all .2s linear;
  top: .65rem;
  cursor: pointer;
}


#filter .active.open::after {
  content: '';
  background-image: url('img/close-menu.svg');
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: .5rem;
  transition: all .2s linear;
  top: .65rem;
  cursor: pointer;
}