/*
font-family: Georgia, serif;
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}

input{
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    /*height: 100%;*/
}

body{
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #ffffff;
    line-height: 130%;
    color: #111111;
    margin: -1px 0px;
    padding: 1px 0px;
    width: 100%;
    min-width: 970px;
    /*height: 100%;*/
    min-height: 100%;
	overflow-x: hidden;
}

.cookiesAlert {
    background: #000 !important;
}

.cookiesAlert a {
    color: #fff !important;
    text-decoration: underline !important;
}

.cookiesAlert a:hover {
    text-decoration: none !important;
}

.cookiesAlert u {
    text-decoration: none !important;
}

.cookie-banner__button {
    border: none;
    color: #000;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 0;
    cursor: pointer;
}

.cookie-banner__button:hover {
    text-decoration: underline;
}

.acceptCookie {
    float: right;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.cookiesAlertMess {
    float: left;
    width: calc(100% - 230px);
    font-size: 12px;
}

.translator-image {
    width: 26px;
    height: 26px;
    background: url('./grafika/translator.png');
    position: relative;
}

.translator-image.active,
.translator-image:hover {
    background-position: -26px 0;
}

.translator-image.active::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.flag-photo {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-right: 5px;
}

.lang-link {
    text-indent: 0 !important;
    line-height: 15px;
    vertical-align: middle;
    display: flex !important;
    align-items: flex-end;
}

.lang-link span {
    display: block;
    line-height: 100%;
    font-size: 75%;
}

.lang-link:hover span {
    color: #904c9f;
}

.lang-li {
    margin-right: 5px;
}

body.fontsize2 .cookie-banner__button,
body.fontsize2 .cookiesAlertMess {
    font-size: 21px !important;
}

body.fontsize3 .cookie-banner__button,
body.fontsize3 .cookiesAlertMess {
    font-size: 28px !important;
}

body.fontsize2 .cookiesAlertMess,
body.fontsize3 .cookiesAlertMess {
    width: 100%;
}

ul li .result a {
    text-decoration: underline;
}

ul li .result a:hover {
    text-decoration: none;
}

.searchFile .result a {
    text-decoration: underline;
}

.searchFile .result a:hover {
    text-decoration: none;
}

body.fontsize2{font-size: 21px;}
body.fontsize3{font-size: 28px;}

body.fontsize2 li,
body.fontsize3 li {
    margin-bottom: 30px;
}

body.fontsize2 .mainMenu li,
body.fontsize2 .wcagMenu li,
body.fontsize2 .constMenu li,
body.fontsize2 #skip-links li,
body.fontsize3 .mainMenu li,
body.fontsize3 .wcagMenu li,
body.fontsize3 .constMenu li,
body.fontsize3 #skip-links li {
    margin-bottom: 0;
}

body.fontsize2 #text p,
body.fontsize2 #text a,
body.fontsize2 #text span:not(.news-title),
body.fontsize3 #text p,
body.fontsize3 #text a,
body.fontsize3 #text span:not(.news-title){
   font-size: inherit !important;
}

#fancybox-title {
    display: none !important;
}

@media all and (max-width: 970px) {
	body{overflow: auto;}
}

.mainSection{
    width: 970px;
    margin: 0 auto;
}


ul{
    /*list-style: square outside url("./grafika/pointer.jpg");*/
    list-style: square;
    margin: 15px 0 0 15px;
}
ol{
    margin-left: 15px;
}
img{
    display: block;
	padding: 7px;
	border: 1px solid #E4E6EC;
	margin: 0 20px 20px 0;	
}
a{
    color: #430F4F;
    text-decoration: none;
}
a:hover, a:focus{
    color: #9E9E9E;
    text-decoration: underline;
}

.text li {
    margin-bottom: 8px;
}

footer a,
.flooatingBox a,
.homeBoxes .more,
.homeBoxes .title,
#news-module a,
a.downloadFile,
a.news-title {
    text-decoration: underline;
}

footer a:hover,
footer a:focus,
.flooatingBox a:hover,
.flooatingBox a:focus,
.homeBoxes .title:hover,
.homeBoxes .title:focus,
.homeBoxes .more:hover,
.homeBoxes .more:focus,
#news-module a:hover,
#news-module a:focus,
a.downloadFile:hover,
a.downloadFile:focus,
a.news-title:hover,
a.news-title:focus {
    text-decoration: none;
}

#text a,
.text a {
    color: #430F4F;
    text-decoration: underline;
}

#text a:hover, #text a:focus,
.text a:hover, .text a:focus{
    color: #9E9E9E;
    text-decoration: none;
}

.text u,
#text u {
    text-decoration: none;
}

p{margin: 10px 0px;}
.clear{clear: both;}
strong, b, .bold{font-weight: 700;}

hr{
	border: 0;
	color: #e3e3e3;
	background-color: #e3e3e3;
	height: 1px;
}

.hide{
    display: block;
    text-align: left;
    text-indent: -999999px;
    width: 0px;
    height: 0px;
}

.floatLeft{float: left;}
.floatRight{float: right;}

.w970{
    margin: 0 auto;
    width: 970px;
    position: relative;
}
.w100pr{
    margin: 0 auto;
    width: 100%;
}

header.subpage{
	border-bottom: 1px solid #D1D1D1;
}

.wcagMenuBox{
    border-bottom: 1px solid #D1D1D1;
}
.wcagMenu{
    margin: 8px 0;
    list-style: none;
    float: right;
}
.wcagMenu li{
    float: left;
}
.wcagMenu li a{
    text-indent: -999999px;
    display: block;
    float: left;
    margin-left: 7px;
	line-height: 0;
    position: relative;
}
.wcagMenu li a:after {
    content:'';
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.wcagMenu li a.active:after {
    background-color: #000;
}
.wcagMenu li a.fontsize1{
    background: url('./grafika/fontsize1Ico.jpg') no-repeat 0px 100%;
    height: 11px;
    width: 12px;
    margin-top: 6px;
}
.wcagMenu li a.fontsize2{
    background: url('./grafika/fontsize2Ico.jpg') no-repeat 0px 100%;
    height: 13px;
    width: 14px;
    margin-top: 4px;
}
.wcagMenu li a.fontsize3{
    background: url('./grafika/fontsize3Ico.jpg') no-repeat 0px 100%;
    height: 17px;
    width: 18px;
}
.wcagMenu li .sep{
    float: left;
    line-height: 16px;
    font-size: 16px;
    color: #141414;
    margin: 5px 12px 0 12px;
}

.wcagMenu li a.txt{
    background: url('./grafika/txtIco.jpg') no-repeat 0px 100%;
    width: 32px;
    height: 11px;
    margin-top: 6px;
}
.wcagMenu li a.contrast{
    background: url('./grafika/contrastIco.jpg') no-repeat 0px 100%;
    width: 14px;
    height: 14px;
    margin-top: 4px;
}
.wcagMenu li a:hover, .wcagMenu li a:focus, .wcagMenu li a.active{
    background-position: 0px 0px;
}

.logo{
    float: left;
    margin: 3px 0 5px 7px;
	position: relative;
}
.logo img{border: none; padding: 0px; margin: 0px;}
.logoKir{
	position: absolute;
	right: -50px;
    top: 14px;
}

.mainMenu{
    display: block;
    width: 100%;
    list-style: none;
    margin: 0px;
    background: #3C3C3C;
    /*height: 51px;*/
    text-align: center;
}

body.fontsize2 .mainMenu,
body.fontsize3 .mainMenu {
    padding-bottom: 15px;
}

.mainMenu li{
    display: inline-block;
    margin-right: -5px;
	margin-bottom: -4px;
}
.mainMenu li a{
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 115%;
    line-height: 100%;
    float: left;
    padding: 18px 0 0 0;
    height: 33px;
    margin-bottom: 2px;
}
.mainMenu li .sep{
    color: #ffffff;
    float: left;
    font-family: Georgia, serif;
    font-size: 115%;
    margin: 16px 9px 0 9px;
}
.mainMenu li a:hover, .mainMenu li a:focus, .mainMenu li a.active{
	color: #9A6FA4;
    text-decoration: underline;
}

.mainMenuBip{
	padding: 4px 0;
}
.mainMenuBip li a{
	height: auto;
	padding: 6px 0px;
}
.mainMenuBip li .sep{
	margin-top: 4px;
}

.searchForm{
    float: left;
    margin: 53px 0 0 90px;
    background: #EAEAEA;
}
.searchInput{
    background: #EAEAEA;
    color: #9E9E9E;
    font-family: Georgia, serif;
    font-size: 100%;
    font-style: italic;
    line-height: 100%;
    width: 147px;
    padding: 0px 18px;
    height: 40px;
    border: none;
    float: left;
    margin-right: 4px;
}

body.fontsize2 .searchForm,
body.fontsize3 .searchForm{
    margin: 60px 0 0 30px;
}

body.fontsize2 .searchInput,
body.fontsize3 .searchInput{
    width: 225px;
}

.lupa{
    background: url('./grafika/searchBtn.jpg') no-repeat 0 0;
    width: 49px;
    height: 40px;
    text-indent: -999999px;
    border: none;
    padding: 0px;
    float: left;
    cursor: pointer;
}

.linksHEaderMenu{
    float: right;
    list-style: none;
    margin: 54px 0 0 0;
}
.linksHEaderMenu li{
    float: left;
    margin-left: 5px;
}
.linksHEaderMenu li:first-child{margin-left: 0px;}
.linksHEaderMenu li a{
    display: block;
    height: 45px;
    text-indent: -999999px;
}
.linksHEaderMenu li a.aca{
    background: url('./grafika/aca.jpg') no-repeat 0 0;
    width: 77px;
}
.linksHEaderMenu li a.bip{
    background: url('./grafika/bip.jpg') no-repeat 0 0;
    width: 38px;
}

.sliderHomeBox{
    width: 100%;
	height: 500px;
    max-width: 1400px;
    position: relative;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}

.banerHomepage{
	list-style: none;
	margin: 0;	
	position: relative;
}
.banerHomepage div{
	height: 500px;
}
.banerHomepage div img{
	padding: 0;
	margin: 0;
	display: block;
}
.banerHomepage div a{display: block;}

.homeContent{
    border-top: 1px solid #D1D1D1;
    min-height: 466px;
	position: relative;
}
.homeCont{
	margin-top: -320px;
}

.constMenu{
    list-style: none;
    float: left;
    width: 262px;
    padding: 21px 0;
    margin: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px -1px #A7A7A7;
    box-shadow: 0 0 10px -1px #A7A7A7;
    behavior: url(./pie/PIE.htc);
    position: relative;
}
.constMenu > li{
    margin: 0 12px;
    border-bottom: 1px solid #E3E3E3;
}
.constMenu > li:first-child{
    border-top: 1px solid #E3E3E3;
}
.constMenu > li > a{
    display: block;
    padding: 15px 18px 13px 8px;
    background: url('./grafika/menuArrow1.png') no-repeat 97% 15px;
    line-height: 100%;
    color: #555555;
    font-size: 86%;
}
.constMenu > li > a:hover, .constMenu > li > a:focus, .constMenu > li > a.active{
    background-position: 97% -66px;
    color: #ffffff;
    background-color: #430F4F;
    text-decoration: underline;
}

.mobileMenu a.active {
    text-decoration: underline;
}

.flooatingBox{
    width: 360px;
    float: left;
    position: absolute;
    top: 0;
    left: 570px;
    padding: 12px 20px 26px 20px;
    max-height: 240px;
    overflow: hidden;
}

body.fontsize2 .flooatingBox,
body.fontsize3 .flooatingBox {
    width: auto;
    max-height: 500px;
    top: -125px;
}

.homeContent .right{
    float: right;
    width: 670px;
    margin: 319px 0 0 0;
}


/* ckeEditor style */
#ckeEditor, .subpageContent .right{
	font-size: 86%;
}

.contactBox{
	font-family: Georgia,serif;
    font-size: 116%;
    font-weight: 400;
	padding: 12px 20px 26px;
	color: #fff;
	background: #430F4F url('') no-repeat 93% 81%;
}
.contactBox a{
	color: #c09fc7;
}

span.headText {
	/*Wyróżniony text -center*/	
	color: #000000;
	font-family: Georgia, serif;
	font-size: 133%;
	text-align: center;
	display: block;
}
span.headText2 {
	/*Wyróżniony text -normal*/	
	color: #000000;
	font-family: Georgia, serif;
	font-size: 133%;
}
span.header2 {
	/*Kolor 2*/  
	color: #000000;
}

h1.h1{
    /*Naglowek 1*/
    font-family: Georgia, serif;
    font-size: 250%;
    color: #000000;
    line-height: 230%;
}

h2.h2{
    /*Naglowek 1*/
    font-family: Georgia, serif;
    font-size: 200%;
    color: #000000;
    line-height: 180%;
}

h3.h3{
    /*Naglowek 1*/
	font-family: Georgia, serif;
	font-size: 150%;
	color: #000000;
	line-height: 130%;
}

h4.h4{
    /*Naglowek 1*/
    font-family: Georgia, serif;
    font-size: 100%;
    color: #000000;
    line-height: 100%;
    font-weight: 700;
}

h1.boxHeader{
    /*Naglowek kontakt home*/
    font-family: Georgia, serif;
    font-size: 222%;
    color: #ffffff;
    line-height: 120%;
    font-weight: 400;
}
h2.boxHeader{
    /*Naglowek kontakt home*/
    font-family: Georgia, serif;
    font-size: 222%;
    color: #ffffff;
    line-height: 120%;
    font-weight: 400;
}

h1.pageTitle,
h2.pageTitle{
	/*Nagłówek tytuł strony*/
    font-family: Georgia, serif;
    font-size: 258%;
    color: #141414;
    line-height: 100%;
    font-weight: 400;
    margin: 0 0 28px 0;
}

/* END ckeEditor style */

.more{
    color: #430F4F;
    font-family: Georgia, serif;
    font-size: 115%;
    font-weight: 400;
}

.homeBoxes{
    float: left;
    width: 100%;
    margin: 35px 0 80px 0;
}

.homeBoxes article{
    float: left;
    margin: 0 0 0 15px;
    width: 212px;
}

body.fontsize2 .homeBoxes article,
body.fontsize3 .homeBoxes article {
    width: 100%;
    margin: 0 0 30px 0;
}

.homeBoxes article:first-child{
    margin: 0;
}
.homeBoxes article h3{
    float: left;
    line-height: 100%;
    padding: 12px 22px 15px 22px;
    background: #430F4F;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 115%;
    font-weight: 500;
}
body.fontsize2 .homeBoxes article h3,
body.fontsize3 .homeBoxes article h3 {
    float: none;
}

.homeBoxes article .block{
	color: #fff;
}
.homeBoxes article .title{
    float: left;
    padding: 10px 0 0 0;
    background-position: 21px 27px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: 115%;
    font-weight: 500;
    color: #000;
}
.homeBoxes article .text{
    float: left;
    margin: 20px 0 0 0;
    font-size: 86%;
}
.homeBoxes article .text p{
	margin: 0;
}
.homeArticleMoreBtn{
    margin: 24px 0 0 0;
}

footer{
    border-top: 1px solid #D1D1D1;
    background: #EAEAEA url('./grafika/footerBg.jpg') 0 0 repeat-x;
}
footer .w970{
    padding: 45px 0 0 0;
}
.bottomFooter{
    border-top: 1px solid #D1D1D1;
}
.bottomFooter .w970{
    padding: 28px 0;
    font-size: 86%;
    line-height: 100%;
    color: #828282;
}
.bottomFooter a{color: #828282;}

.footerMenu{
    list-style: none;
    margin: 2px 0 0 0;
}
.footerMenu li{margin-bottom: 10px;}
.footerMenu li a{
    color: #430F4F;
    line-height: 100%;
    display: block;
}
.rightFoot p, .leftFoot p, .middleFoot p{
	margin: 0 0 10px 0;
}
.footerBox{
	background: #eaeaea;
	color: #838383;
	font-size: 86%;
}
.footerBox a{color: #501F5B;}

.footer-boxes {
    display: flex;
    flex-wrap: wrap;
}

.footerBox {
    flex-basis: calc(25% - 19px);
    margin-right: 25px;
}

body.fontsize2 .footerBox,
body.fontsize3 .footerBox {
    flex-basis: calc(50% - 13px);
}

.footerBox:last-child {
    margin-right: 0;
}

body.fontsize2 .footerBox:nth-child(2n),
body.fontsize3 .footerBox:nth-child(2n) {
    margin-right: 0;
}

/*subpage*/
.subpageContent{
	padding: 0 0 40px 0;
}
.subpageContent aside{
	float: left;
	width: 262px;
}
.subpageContent .right {
    float: right;
    margin: 0;
    width: 670px;
}

.breadcrumbs{
	color: #9E9E9E;
	font-size: 86%;
	line-height: 100%;
	padding: 17px 0;
}
.breadcrumbs .sep{
	margin: 0 4px 0 8px;
}
.breadcrumbs .last{
	color: #727272;
}
.breadcrumbs a {
    color: #9E9E9E;
    text-decoration: underline;
}
.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbsText{
	margin-right: 8px;
} 

.leftMenu{
    list-style: none;
    float: left;
    width: 262px;
    padding: 21px 0;
    margin: 0 0 30px 0;
    background: #541B62;
    -webkit-box-shadow: 0 0 10px -1px #A7A7A7;
    box-shadow: 0 0 10px -1px #A7A7A7;
    behavior: url(./pie/PIE.htc);
    position: relative;
}
.leftMenu > li{
    margin: 0 12px;
    border-bottom: 1px solid #784D82;
}
.leftMenu > li:first-child{
    border-top: 1px solid #784D82;
}
.leftMenu > li > a{
    display: block;
    padding: 15px 18px 13px 8px;
    background: url('./grafika/menuArrow1.png') no-repeat 97% -66px;
    line-height: 100%;
    color: #ffffff;
    font-size: 86%;
}
.leftMenu > li > a:hover, .leftMenu li a:focus, .leftMenu li a.active{
    background-color: #430F4F;
}

.leftMenuSub{
	list-style: none;
	margin: 0;
	background: #541B62;
	padding: 8px 0;
}
.leftMenuSub li{

}
.leftMenuSub li:before{
	content: '>';
	float: left;
	color: #ABABAB;
	font-size: 86%;
	margin: 6px 3px 0 14px;
}
.leftMenuSub li a{
	display: block;
	color: #ABABAB;
	padding: 6px 0 6px 24px;
	font-size: 86%;
}
.leftMenuSub li a:hover, .leftMenuSub li a:focus, .leftMenuSub li a.active{
	color: #FFFFFF;
	background: none;
    text-decoration: underline;
}

ul#filesList{
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	color: #555555;
}

ul#filesList li{
	border: 1px solid #E3E3E3;
	margin-bottom: 2px;
	float: left;
	width: 100%;
	color: #555555;
}

ul#filesList li span{
	display: table-cell;
	margin: 11px 10px 0px 0px;
	font-weight: 400;
	color: #555555;
    float: left;
}

body.fontsize2 ul#filesList li span.name,
body.fontsize3 ul#filesList li span.name {
    display: block;
    float: none;
}

body.fontsize2 ul#filesList li span,
body.fontsize3 ul#filesList li span {
    display: inline-block;
    margin-left: 5px;
    float: none;
}

ul#filesList li span.name{
	margin-left: 5px;
	font-weight: 700;
}
ul#filesList li span.weight{
	text-transform: uppercase;
}

#skip-links {
    list-style: none;
    margin: 3px;
}

#map ul {
    margin-top: 0;
}

body.fontsize2 #map ul,
body.fontsize3 #map ul {
    margin-top: 30px;
}

#skip-links a.show-on-focus {
    color: #fff;
    font-size: 115%;
    text-decoration: none;
    padding: 0 16px 0 16px;
    border: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #430F4F;
    display: table;
}

#skip-links a {
    outline: none;
}

.show-on-focus {
    position: absolute !important;
    left: 3px;
    top: 3px;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

ul#filesList li a.downloadFile{
	float: right;
	color: #430F4F;
	margin: 11px 17px;
	padding-right: 19px;
	background: url('./grafika/downloadArrow.png') no-repeat 100% 70%;
	text-transform: lowercase;
	line-height: 100%;
	font-size: 133%;
	font-family: Georgia, serif;
}
ul#filesList li .fileListIco{
	margin: 8px 12px;
	float: left;
}

.filesTitle, .registryChangesTitle{
	font-family: Georgia, serif;
    font-size: 133%;
	font-weight: 400;
	line-height: 100%;
	color: #000000;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.registryChangesTitle{
	float: none;
}

.pager{
	text-align: right;
	padding: 17px 0 0 0;
	color: #747474;
}
.pager .page{
	padding: 6px;
	color: #747474;
}
.pager .current, .pager .page:hover, .pager .page:focus{
	background: #F2F2F2;
	color: #430F4F;
	text-decoration: none;
	font-weight: 700;
}
.pagerTitle{
	margin-right: 14px;
}

table{
	background: #ffffff;
	margin: 10px 0px;
	border-spacing: 2px;
	color: #656565;
	border-spacing: 0px;
	border-collapse: collapse;
}

table thead{
	font-weight: bold;
	color: #535353;
	background: #EAEAEA;
	padding: 5px 20px;
	text-align: left;
	border: 1px solid #D1D1D1;
}

table th{
	font-weight: bold;
	color: #535353;
	background: #EAEAEA;
	padding: 5px 15px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #D1D1D1;
}
table td{
	padding: 5px 15px;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	border: 1px solid #D1D1D1;
}


table.noStyle, table.noStyle td, table.noStyle th {
	border: none;
	background: none !important;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	vertical-align: top;
	text-align: left;
	color: inherit;
}

.rejestrZmian{
	width: 100%;
}

.registryChangesModule{
	margin-top: 40px;
}

.bipTitle{
	font-family: Georgia, serif;
    font-size: 133%;
	font-weight: 400;
	line-height: 100%;
	color: #000000;
	float: left;
	padding: 8px 0 0 0;
}

.bipMainLogo{
	float: left;
}
.bipMainLogo img{
	padding: 0;
	margin: 10px 10px 10px 0;
	border: none;
	height: 35px;
}

[role=button]:focus {
    outline: none !important;
}

[data-whatinput=keyboard] [role=button]:focus,
[data-whatinput=keyboard] a:active,
[data-whatinput=keyboard] a:focus,
[data-whatinput=keyboard] button:active,
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] input:active,
[data-whatinput=keyboard] input:focus,
[data-whatinput=keyboard] label:active,
[data-whatinput=keyboard] label:focus,
[data-whatinput=keyboard] select:active,
[data-whatinput=keyboard] select:focus,
[data-whatinput=keyboard] textarea:active,
[data-whatinput=keyboard] textarea:focus,
[data-whatinput=keyboard] a:active,
[data-whatinput=keyboard] a:focus,
[data-whatinput=keyboard] button:active,
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] input:active,
[data-whatinput=keyboard] input:focus,
[data-whatinput=keyboard] label:active,
[data-whatinput=keyboard] label:focus,
[data-whatinput=keyboard] select:active,
[data-whatinput=keyboard] select:focus,
[data-whatinput=keyboard] textarea:active,
[data-whatinput=keyboard] textarea:focus,
[data-whatintent=keyboard] [role=button]:focus,
[data-whatintent=keyboard] a:active,
[data-whatintent=keyboard] a:focus,
[data-whatintent=keyboard] button:active,
[data-whatintent=keyboard] button:focus,
[data-whatintent=keyboard] input:active,
[data-whatintent=keyboard] input:focus,
[data-whatintent=keyboard] label:active,
[data-whatintent=keyboard] label:focus,
[data-whatintent=keyboard] select:active,
[data-whatintent=keyboard] select:focus,
[data-whatintent=keyboard] textarea:active,
[data-whatintent=keyboard] textarea:focus,
[data-whatintent=keyboard] a:active,
[data-whatintent=keyboard] a:focus,
[data-whatintent=keyboard] button:active,
[data-whatintent=keyboard] button:focus,
[data-whatintent=keyboard] input:active,
[data-whatintent=keyboard] input:focus,
[data-whatintent=keyboard] label:active,
[data-whatintent=keyboard] label:focus,
[data-whatintent=keyboard] select:active,
[data-whatintent=keyboard] select:focus,
[data-whatintent=keyboard] textarea:active,
[data-whatintent=keyboard] textarea:focus {
    -webkit-box-shadow: 0 0 0 3px #EB0000 !important;
    box-shadow: 0 0 0 3px #EB0000 !important;
    outline: none !important;
}

.mobileMenu {
    display: none;
}

.mobileMenu a.active{
    color: #9A6FA4;
}

#hamburger {
    display: none;
    width: 40px;
}

.hamburger {
    color: #000;
}

.hamburger {
    padding: 12px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger--3dxy .hamburger-box {
    perspective: 60px;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #430F4F;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--3dxy.is-active .hamburger-inner, .mm-opened .hamburger--3dxy.hamburger .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(
            180deg
    ) rotateY(
            180deg
    );
}

.hamburger--3dxy.is-active .hamburger-inner::before, .mm-opened .hamburger--3dxy.hamburger .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(
            45deg
    );
}

.hamburger--3dxy.is-active .hamburger-inner::after, .mm-opened .hamburger--3dxy.hamburger .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(
            -45deg
    );
}

html.mm-opened .mm-page {
    box-shadow: none !important;
}

iframe {
    max-width: 100%;
}

table {
    overflow: auto;
    max-width: 100%;
    display: block;
    height: auto !important;
}

.venti {
    position: relative;
}

.new-window-alert {
    display: none;
}

.venti:hover .new-window-alert {
    display: block;
    position: absolute;
    top: -2em;
    left: 0;
    width: 160px;
    background-color: #430F4F;
    color: #fff;
    padding: 5px;
    text-align: center
}

.sliderHomeBox {
    position: relative;
}

.sliderHomeBox .slider-buttons {
    position: absolute;
    top: 125px;
    left: 0;
    z-index: 5;
}

.sliderHomeBox .slider-buttons .button {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('https://www.nsa.gov.pl/grafika/navi.png');
}

.sliderHomeBox .slider-buttons .button.prev {
    background-position: 0 0;
}

.sliderHomeBox .slider-buttons .button.next {
    background-position: -96px 0;
}

.sliderHomeBox .slider-buttons .button.play {
    background-position: -64px 0;
}

.sliderHomeBox .slider-buttons .button.pause {
    background-position: -32px 0;
}

.zoom-container {
    position: relative;
}

.zoom-icon {
    position: absolute;
    bottom: 28px;
    right: 28px;
    z-index: 5;
    border: none;
    padding: 0;
    margin: 0;
}




@media only screen and (max-width: 970px) {
    .cookiesAlert {
        padding: 0 20px;
        width: calc(100% - 40px) !important;
    }

    .cookiesAlertMess {
        width: 100%;
        float: none;
    }

    .sliderHomeBox .slider-buttons {
        top: auto;
        bottom: -4px;
    }

    .slider-box-buttons-container {
        position: static;
    }

    .sliderHomeBox {
        height: auto;
    }

    .banerHomepage div{
        height: auto;
    }

    .homeCont {
        margin-top: 0;
    }

    .banerHomepage li {
        height: auto;
    }

    .flooatingBox {
        position: static;
        float: none;
        width: calc(100% - 30px);
        left: auto;
        padding: 15px;
        max-height: none;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .homeContent .right {
        margin-top: 30px;
    }

    .bip-page .bipMainLogo {
        margin-left: 15px;
    }

    .bip-page .bipTitle {
        display: block;
        width: calc(100% - 70px);
        padding-top: 15px;
    }

    .bip-page #hamburger {
        top: 50px;
    }

    .bip-page .wcagMenuBox {
        min-height: 97px;
    }

    .bip-page .wcagMenu {
        margin-top: 33px;
    }

    h1.pageTitle,
    h2.pageTitle {
        margin: 0 0 52px 0;
    }

    ul#filesList li span,
    ul#filesList li span {
        display: inline-block;
        margin-left: 5px;
        float: none;
    }

    ul#filesList li span.name,
    ul#filesList li span.name {
        display: block;
        float: none;
    }

    table {
        width: 100% !important;
    }

    #hamburger {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .wcagMenuBox {
        min-height: 47px;
    }

    #skip-links {
        display: none;
    }

    body {
        min-width: auto;
    }

    .w970 {
        width: 100%;
    }

    .logo {
        max-width: 100%;
        float: none;
        margin: 0 15px 0 15px;
        display: block;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    .wcagMenu {
        margin-right: 15px;
        margin-top: 13px;
    }

    .wcagMenu .fontsize {
        display: none;
    }

    .font-size-sep .sep {
        display: none;
    }

    .searchForm {
        margin: 20px 15px 0 15px;
        width: calc( 100% - 165px);
    }

    .searchInput {
        padding: 0 5px;
        width: calc(100% - 43px);
        margin-right: 0;
    }

    .linksHEaderMenu {
        margin: 15px 15px 15px 0;
    }

    .lupa {
        float: right;
        background-position: center;
        width: 33px;
    }

    aside {
        display: none;
    }

    .homeContent .right,
    .subpageContent .right {
        width: calc(100% - 30px) !important;
        padding: 0 15px 0 15px;
        float: none;
    }

    .breadcrumbs {
        padding: 15px;
        line-height: 150%;
    }

    .breadcrumbsText {
        display: none;
    }

    footer.w100pr {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    .bottomFooter .w970 {
        line-height: 150%;
    }

    .mainMenu {
        display: none;
    }

    .homeBoxes {
        display: flex;
        float: none;
        flex-wrap: wrap;
    }

    .homeBoxes article {
        width: auto;
        flex-basis: calc(33% - 15px);
        float: none;
    }

    .homeBoxes article h3 {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .footerBox {
        flex-basis: calc(50% - 13px);
    }

    .footerBox:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .homeBoxes article {
        width: auto;
        flex-basis: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .homeBoxes article:first-child {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 476px) {
    .footerBox {
        flex-basis: 100%;
        margin-right: 0;
    }

    .mobile-clear {
        float: none !important;
    }

    .lang-li {
        margin-bottom: 14px;
    }

    .lang-li .sep {
        display: none;
    }
}