
/* <editor-fold defaultstate="collapsed" desc="CZCIONKI"> */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,100;1,700&display=swap');        
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,300,300i,400,400i,500,500i,600,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');

@font-face {font-family: 'FontAwesome';src:url('/fonts/awesome-icons/fontawesome-webfont.eot?v=4.2');src:url('/fonts/awesome-icons/fontawesome-webfont.eot?#iefix&v=4.2') format('embedded-opentype'),url('/fonts/awesome-icons/fontawesome-webfont.woff?v=4.2') format('woff'),url('/fonts/awesome-icons/fontawesome-webfont.ttf?v=4.2') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: "custom-font-icons";src: url("/fonts/custom-font/custom-font-icons.eot");src: url("/fonts/custom-font/custom-font-icons.eot?#iefix") format("embedded-opentype"),url("/fonts/custom-font/custom-font-icons.woff") format("woff"),url("/fonts/custom-font/custom-font-icons.ttf") format("truetype"),url("/fonts/custom-font/custom-font-icons.svg#custom-font-icons") format("svg");font-weight: normal;font-style: normal;}
@font-face {font-family: 'Icomoon';src: url('/fonts/icomoon/fonts-icomoon.eot');src: url('/fonts/icomoon/fonts-icomoon.eot?#iefix') format('embedded-opentype'), url('/fonts/icomoon/fonts-icomoon.woff') format('woff'), url('/fonts/icomoon/fonts-icomoon.ttf') format('truetype'), url('/fonts/icomoon/fonts-icomoon.svg#Icomoon') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: "Flaticon";src: url("/fonts/flaticon/Flaticon.eot");src: url("/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),url("/fonts/flaticon/Flaticon.woff") format("woff"),url("/fonts/flaticon/Flaticon.ttf") format("truetype"),url("/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");font-weight: normal;font-style: normal;}
@media screen and (-webkit-min-device-pixel-ratio:0) {@font-face {font-family: "Flaticon";src: url("/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");}}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="OGOLNE ZNACZNIKI"> */
/** OGOLNE ZNACZNIKI  *********************************************************/
body {
    font: normal normal 400 16px/153% 'Lato',Arial;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: white;
    user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
    top:0px !important;	
}

body > .skiptranslate iframe {
    display: none;
}

a[accesskey]{ 
	font-size: 0%;
}

a{
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

:focus {
	outline:none;
}

body.keyboard-navigated a:focus,
body.keyboard-navigated input:focus,
body.keyboard-navigated button:focus,
body.keyboard-navigated select:focus,
body.keyboard-navigated textarea:focus,
body.keyboard-navigated *[onclick]:focus,
body.keyboard-navigated *[tabindex]:focus{ 
    outline: 2px solid red;
	outline-offset:-2px;
    background-clip: padding-box;
}

a:active{
    outline: none !important;
}

a:hover{ 
	text-decoration: none;
}

a img {
	border: none; 
}

h1{ 
    margin: 0;
    font-size: 200%;
    line-height: 125%;
    font-weight: bold;    
}

body > h1{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

h2{ 
    margin: 0;
    font-size: 175%;
    line-height: 125%;
    font-weight: bold;    
}

h3{ 
    margin: 0;
    font-size: 150%;
    line-height: 125%;
    font-weight: bold;    
}

h4{ 
    margin: 0;
    font-size: 125%;
    line-height: 125%;
    font-weight: bold;    
}

input,
textarea,
select
{ font: normal normal 400 16px/153% 'Roboto Condensed',Arial; }

input.button, span.button,a.button{
    width: auto;
    background-color: #E26A0B;
    border: none !important;
    color: white;
    height: 34px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    font: normal normal 400 16px/100% 'Lato',Arial;
    text-transform: none;
	border-radius: 0px;
}

.button:hover,
.common-filters .button.cancel:hover{
	background-color:#000001;
}



input.button + input.button,
input.button + input.submit{ 
	margin-left: 15px;
}

input[disabled]{
    opacity: 0.3;
    filter: grayscale(1);
	cursor: default;
}

fieldset {
	margin:0px;
	padding: 0px;
	border: none;
}

legend {
	font-size: 0px;
}

abbr{ 
    border: none;
    text-decoration: none; 
}

optgroup { 
	font-style: normal;
}
/* </editor-fold> */


/** OGOLNE KLASY  *************************************************************/
.page_content {
    padding: 10px 15px;
    width: auto;
    background: #fff;
}

.content{
    width: 100%;
    padding: 0px 0px 0px 0px;
}

/* BODY > page_content > page_content_bgr > page_container */
#page_content{
    clear: both;	
}


body.module-portal.action-index #page_content{
    clear: both;
	background: none;
}


/* body > page_content > PAGE_CONTENT_BGR > page_container */
#page_content_bgr{
    clear: both;
    padding: 0px 0px 10px 0px;
}

/* body > page_content > page_content_bgr > PAGE_CONTAINER */
#page_container{
    clear: both;
    margin: auto;
    position: relative;
    overflow: hidden;
	min-height: 900px;
}

#page_container > .panel > div{
    margin: 0 10px;
    position: relative;
}

#error404{
    width: 100%;
    min-height: 462px;   
    clear: both;
    float: left;
    margin: 10px 0px 0px 0px;
}

#error401{
    width: 100%;
    min-height: 462px;
    background: transparent url('/images/401.png') no-repeat top center;
    clear: both;
    float: left;
    margin: 10px 0px 0px 0px;
}

/*ostrzezenie przed ie6*/
#ie6sux{
    display: block !important;
    border: 1px solid #FFD700;
    padding: 2em;
    background-color: #FFFFDD;
}
#ie6sux h2{
    margin: 0.5em 0 1em 0;
    line-height: 1.4;
    color: #f00;
    border-bottom: 1px #f00 solid;
    font-size: 1.2em;
    font-family: Verdana, Sans-serif;
}

#ie6sux p{
    margin: 0 0 1em 0;
    font-family: Verdana, Sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

#ie6sux a{
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: blue;
    text-decoration: none;
}
#ie6sux a:hover{ 
	color: #015f8a;
}

#ie6sux strong  { 
	font-weight: bold 
}

#ie6sux table{
    border: 1px solid #FFD700;
    background-color: white;
}

#ie6sux table td, #ie6sux table th{ 
	border: none;
}

.rss_ul {
    background: url("/images/portal/rss_ul.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 22px;
    position: relative;
    top: 0;
    width: 21px;
    cursor: pointer;
    font-size: 0;
}

.hidden{ 
	display: none;
}

.hidden-wcag {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    margin: 0;
    overflow: hidden;
}

.belka.hidden-wcag h2 span{
	color: black;
}

.kal_prev, .kal_next {
    color: white;
}

.link{
	padding: 0px;
    margin: 15px 0px 15px 0px;
    text-align: right;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    right: 0px;
    color: #000001;
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    word-spacing: 0px;
    letter-spacing: 0.2px;
    font-family: 'Lato',Arial;
	text-shadow: 0px 0px;
}

.link.common{ 
	float: right;
}

.link a:hover{   
    color: #d34014;
}

.link.common a{
	margin-left:15px;
}


.link.common a {
    display: inline-block;
    padding-left: 0;
}

.link a:hover:after,
.link a:focus:after{
    background-color: #E26A0B!important;
}

.link a:hover,
.link a:focus{
    color: #E26A0B;
}

.link a.arch {
    text-transform:uppercase;
    margin: 0px 0px 0px 44px;
}

.link a.act_big {
    text-transform:uppercase;
}

#overlay{
    display: none;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11; /* min 11, zeby przykryc newsboxa */
}

.flex{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.flex > div{
    position: relative;
    flex-grow: 1;
}

/* uzywane do listy liter w ksiazce adresowej na przyklad */
.flex-list{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flex-list > *{
    flex: 0 0 auto;
    min-width: 25px;
    max-width: 100%;
    min-height: 20px;
    margin: 0 0 5px 0;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.flex-list.decorated > *{
    flex: 1 1 50%; 
    min-width: 240px; 
    text-align: left;
    padding: 10px;
    background: #fff;
    color: #000;
}

.flex-list > a:hover,
.flex-list > a:focus{
    background-color: #8C0000;
    color: #fff;
}

.cl, 
.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
}

.clr,
.baner_clr{
    clear: both;
    width: 100%;
    height: 15px;
    font-size: 15px;
}

.zaj_cl, 
.cl_hr{
    width: 100%;
    height: 0px;
    clear: both;
    font-size: 0px;
    margin: 15px 0px 15px 0px;
    border-top: 1px solid #898989;
}

.bottom{
    width: 100%;
    clear: both;
    margin: 0px 0px 0px 0px;
}

.top{
    margin: 0px 0px 10px 0px;
    clear: both;
}

.links_bottom{
    clear: both;
    margin: auto;
    position: relative;
    width: 995px;
    padding: 0px 5px 0px 5px;
}

.page_content_links div {
    float:left;
}

.page_content_links {
    padding: 10px 15px;
    height: 60px;
    width: auto;
    background: #fff;
    box-shadow: 0 0 5px 0 silver;
}

#page_content_bottom{
    width: 705px;
    margin: 0px 0px 0px 0px;
    float: left;
    clear: left;
}

#page_content_right{
    width: 275px;
    float: right;
    margin: 0px 0px 0px 15px;
}

#page_footer{
    margin: auto;
    clear: both;
}

#tresc_box {
    padding: 0px 0px 0px 0px;
}

td#PAN_1 {
    width: 897px;
	margin: 0px 27px 0 0;
}

/* zwykla tabela */
table.table_common{
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    margin: 0px 15px 0px 0px;
    table-layout: fixed;
}

table.table_common tr[onclick]{ 
	cursor: pointer;
}

table.table_common tr:nth-child(2n+1){
    background-color: #ffffff;
}

table.table_common tr:nth-child(2n){
    background-color: #f6f6f6;

}

table.table_common tr.even{
    background-color: #ffffff;
}

table.table_common tr.odd{
    background-color: #f4f4f4;
}

table.table_common tr.hidden-day > td:first-child{
    text-indent: -9999px;
    font-size: 0px;
}

table.table_common tbody tr:hover{
    text-shadow: 0 0;  
    color: #000;
	cursor:pointer;
	background: #E26A0B;
}

table.table_common tbody tr:hover td span,
table.table_common tbody tr:hover td{
	cursor:pointer;
	color:white;
}

table.table_common td.kategorie {
    text-align: center;
}

table.table_common td.kategorie .label {
      display: none;
}

table.table_common td {
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
}

table.table_common td a{ 
	display: inline-block; 
}

table.table_common th {
    padding: 5px;
    background: #000001;
    color: white;
    text-align: center;
    font-size: 16px;
}

table.table_common textarea,
table.table_common input[type="text"],
table.table_common input[type="password"],
table.table_common select {
    width:100%;
}

table.table_common label {
	font-weight:bold;
}

table.table_common td.help {
	font-size:90%; 
	padding: 0px 6px;
}

/******************************************************************************/
table.table_data{
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border: none;
    border-collapse: collapse;
}

table.table_data th,
table.table_data td{ 
	padding: 5px 10px;
}

table.table_data td.help{
    padding: 0 0 10px 10px;
}

table.table_data th{
    background: white;
    vertical-align: top;
    text-align: left;
    width: 32%;
}

table.table_data th label{
    text-align: left;
    float: left;
    font-size: 11pt;
    line-height: 150%;
}

.promowana{
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0px;
    display: inline-block;
    background: url('/images/common/promowana.png') no-repeat center center;
    background-size: 15px 15px;
    vertical-align: text-bottom;
}

/** BELKA *********************************************************************/
.belka{
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: white;
    background: #E26A0B;
    clear: both;
    position: relative;
    text-align: left;
    line-height: 0px;
}

.belka.hidden-wcag{ 
	position: absolute; 
}

.belka:after{ 
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}

.belka .title{ 
	display: inline-block;
}

.belka .title > span,
.belka .title > a{
    display: inline-block;
    margin: 0px;
    padding: 8px 20px 5px 20px;
    text-align: left;
    font: normal normal bold 16px/150% 'Lato',Arial;
    text-transform: uppercase;
    color: white;
	vertical-align: top;
}

.belka .title a:hover{
	color: white;
    background: #000001;
}

.belka .small a {
    text-transform: none;
}

.belka .info{
	float: right;
}

.belka_sep{
	font-size:16px;
	padding: 0px 4px 0px 9px;
}

.belka_arch{
	font-size:16px;
}

/** napis pogrubiony **********************************************************/
.napis_pogrubiony {
    padding: 0px;
    margin: 0 0 20px 0;
    color: #000;
    text-align: right;
    font-size: 18px;
}

.napis_pogrubiony.empty-results span{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #707070;
    font-size: 150%;
    padding: 30px 0;
    font-weight: normal;
}

.napis_pogrubiony.empty-results span:before{
    content: '\e25e';
    font-family: 'Icomoon';
    font-size: 150%;
    padding: 0 10px 0 0;
    font-weight: normal;
    vertical-align: sub;
}

.napis_pogrubiony b,
.napis_pogrubiony span{ 
    font-weight: bold;
}

/* trafnosc w zajawkach */
.zajawka .napis_pogrubiony
{
    float: right;
    padding: 2px 20px;
    color: #E26A0B;
    background: #fff;
    position: absolute;
    top: 25px;
    right: -30px;
    transform: rotateZ(45deg);
    transform-origin: 50%;
	display: none;
}

/* PAGER **********************************************************************/
.page_bar{
    padding: 5px 0;
    margin: 25px 0px 25px 0px;
    clear: both;
}

.page_bar table{
    margin: auto; 
    width: 100%;
}

.items_counter{
    clear: both;
    padding: 10px 0px 0px 0px;
    display: block;
    color: #000;
    font-size: 16px;    
}

.page_bar td.prev,
.page_bar td.next{
    width: 15%;
    min-width: 90px;
}

.page_bar td.prev{
	text-align:left;
}


.page_bar td.next{
	text-align:right;
}

.page_bar td.num_pages{
    font-size: 125%;
    font-weight: 400;
    text-align: center;
    cursor: default;
}

.num_pages a,
.num_pages > strong{
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #000001;
}

.page_bar div.full_prev a::before,
.page_bar div.full_next a::before,
.page_bar div.prev a::before,
.page_bar div.next a::before{
    font-family: 'FontAwesome', Helvetica;
    font-size: 300%;
    cursor:pointer;
    padding: 0px 8px;
    display:block;
}

.page_bar div.full_prev a::before{
	content: "\f100";
}

.page_bar div.full_next a::before{
	content: "\f101";
}

.page_bar div.prev a::before{
	content: "\f104";
}

.page_bar div.next a::before{
	content: "\f105";
}

.page_bar td.num_pages,
.page_bar div.full_prev a::before,
.page_bar div.full_next a::before,
.page_bar div.prev a::before,
.page_bar div.next a::before{
	color: #000001;
}

.num_pages a:hover,
.num_pages a:focus,.num_pages > strong,
.page_bar div.full_prev a:hover::before,
.page_bar div.full_prev a:focus::before,
.page_bar div.full_next a:hover::before,
.page_bar div.full_next a:focus::before,
.page_bar div.prev a:hover::before,
.page_bar div.prev a:focus::before,
.page_bar div.next a:hover::before,
.page_bar div.next a:focus::before{
    background-color: #E26A0B;
    color: white;
}

.page_bar div.full_prev,
.page_bar div.full_next,
.page_bar div.prev,
.page_bar div.next{
    display: inline-block;
    position: relative;
}

.page_bar .full_prev a span,
.page_bar .full_prev a:hover span,
.page_bar .full_next a,
.page_bar .full_next a:hover,
.page_bar .prev a,
.page_bar .prev a:hover,
.page_bar .next a,
.page_bar .next a:hover{
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 47px;
    vertical-align:middle;
}

.page_bar .full_prev a span,
.page_bar .full_prev a:hover span,
.page_bar .full_next a span,
.page_bar .full_next a:hover span,
.page_bar .prev a span,
.page_bar .prev a:hover span,
.page_bar .next a span,
.page_bar .next a:hover span
{    font-size: 0;
    position:absolute;
    top:0;
}

.page_bar table {
    margin: auto;
    width: 100%;
    display: block;
}


.page_bar table > tbody {
    display: block;
    width: 100%;
}

.page_bar table > tbody > tr{
	width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
}


.page_bar table > tbody > tr > td.prev{
	display: inline-block;
    float: none;
	min-width: auto;
	max-width: 100%;
	vertical-align: top;	
	width: auto;
	position: relative;
    top: -9px;
}

.page_bar table > tbody > tr > td.num_pages{
	float: none;
    display: inline-block;
    margin: 0px 25px;
}

.page_bar table > tbody > tr > td.next{
	display: inline-block;
    width: auto;
    min-width: auto;	
	vertical-align: top;
	position: relative;
    top: -9px;
}

.page_bar table > tbody > tr > td.next > div{
	float:left;
}

.page_bar table > tbody > tr > td.prev > div{
	float:left;
}

/* end pager */

ul.dynamic-pager{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.dynamic-pager + .next{
    position: absolute;
    top: -38px;
    right: 0px;
    width: 22px;
    height: 22px;
    background: url('/images/portal/calendar.gif') no-repeat 0 -29px;
    cursor: pointer;
}

ul.dynamic-pager + .next:hover{ 
	background-position: 0 -87px;
}

ul.dynamic-pager + .next + .prev{
    position: absolute;
    top: -38px;
    right: 25px;
    width: 22px;
    height: 22px;
    background: url('/images/portal/calendar.gif') no-repeat 0 0;
    cursor: pointer;
}

ul.dynamic-pager + .next + .prev:hover{ 
	background-position: 0 -58px;
}

/**  KARUZELE  ****************************************************************/
ul.carousel-pagination{
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
    text-align: center;
}

ul.carousel-pagination > li{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

ul.carousel-pagination > li.carousel-pagination-active{
    color: #982A41;
    cursor: default;
}

ul.carousel-pagination > li.first{ 
	height: 15px;
	margin-top: 5px;
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px 0px;
}

ul.carousel-pagination > li.first:hover{ 
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -30px; 
}

ul.carousel-pagination > li.prev{ 
	height: 15px;
	margin-top: 5px;
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -60px;
}

ul.carousel-pagination > li.prev:hover{ 
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -90px; 
}

ul.carousel-pagination > li.next{ 
	height: 15px;
	margin-top: 5px;
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -75px;
}

ul.carousel-pagination > li.next:hover{ 
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -105px; 
}

ul.carousel-pagination > li.last{
	height: 15px;
	margin-top: 5px;
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -15px;
}

ul.carousel-pagination > li.last:hover{ 
	background: transparent url('/images/portal/portalIcons.png') no-repeat scroll 0px -45px;
}

/**  POWIAZANE  ***************************************************************/
.powiazane{
    margin-top: 10px;  
    padding-top: 10px;
}

.powiazane .grafika{
    float: left;
    margin: 0 10px 10px 0;
}

.powiazane .title,
.powiazane .info{
    display: inline;
}

.powiazane .gal_icon, 
.powiazane .file_icon { 
    float: left;
    margin: 0px 5px 0px 0px;
}

.zal_items + .zal_items {
    margin: 15px 0px 0px 0px;
}

.powiazane .file_title {
    float: left;
}

.powiazane .gal_title a {

    color: #000000;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-align: left;
}

.powiazane h4{
    margin: 20px 0;
}

.powiazane .file_title a {
    min-height: 38px;
    color: #E26A0B;
    display: block;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
    padding: 0px 0 5px 50px;
    text-align: left;
    font-size: 16px;
    text-shadow: 0px 0px;
}

.powiazane .file_title a span{
    width: 100%;
    display: inline-block;
}

.powiazane .file_title_info {
    display: block;
    clear: left;
    font-size: 90%;
    line-height: 125%;
    padding: 10px 0px 10px;
    border-bottom: 1px solid #e7e7e7;
}


/**  NUMBERS  *****************************************************************/
div.numbers{
    margin: 0px;
    text-align: center;
    display: block;
    flex-flow: row nowrap;
    justify-content: center;
    float: right;
    padding: 9px 5px 0px 0px;
}

.component.ci-rotator header.belka {
	text-align:center;
}

.component.ci-rotator header.belka > h2 {
    float: left;
}

.component.ci-rotator header.belka > h2.title > span, .component.ci-rotator header.belka > h2.title > a {
    padding-right: 5px;
}

div.numbers div{
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 2px;
    flex-basis: auto;
    flex-shrink: 1;
    background: white;
    color: black;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: 'PT Sans',Arial;
	display: inline-block;
}

div.numbers div:hover, 
div.numbers div.sel{
    background: #000001;
    color: white;
}

/**  ZAKLADKI   ***************************************************************/

ul.tabs {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

ul.tabs li{
    color: black;
    cursor: pointer;
    flex-basis: auto;
    text-align: center;
    white-space: nowrap;
    margin: 0px 1px 1px 0px;
    position: relative;

}

/* dla zakladek w formach dodawania */
ul.tabs.form li{
    float: left;
    width: auto;
    list-style: none;
    border: 1px solid silver;
    padding: 0px 0px 0px 0px;
    margin: 0px 1px 0px 0px;
    font-size: 12px;

}



ul.tabs.form li > * {
	background: none;
}

ul.tabs li.filtr{
    text-shadow: 0 0;
    vertical-align: middle;
    cursor: default;
}

ul.tabs li.filtr:before{
    content: "\e340";
    font-family: 'Icomoon';
    font-size: 150%;
    display: inline-block;
    margin: 2px 5px 0 0;
	}

ul.tabs li > *{  
	padding: 2px 18px 3px 22px;
    margin: 0px 0px 0px 0px;
    display: block;
    line-height: 24px;
    background: #E26A0B;
    color: white;
}

ul.tabs li .tabs_etykieta{
	border-bottom: 2px solid #3376bc;
	display: block;
}

ul.tabs li:focus > *,
ul.tabs li:hover > *,
ul.tabs li.sel > *{
	background: #000001;
	color:white;
}


.naj_pop_gal ul.tabs{
    position: relative;
    top: 0px;
}


ul.tabs li a.error{
    background-image: url(/sfPropelPlugin/images/error.png);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    padding-left: 25px;
}

/** PRZYCISKI AKCJI  **********************************************************/
.actions{

	float:right;
	font-size:100%;
	color:#01812c;
	cursor:pointer;
	margin:30px 0px 15px 0px;
	padding:0px;
	list-style-type:none;
	display:block;
}

.actions li.next,
.actions li.prev,
.actions li.pdf,
.actions li.print,
.actions li.back,
.actions li.zglos,
.actions li.pobierz,
.actions li.trip{
    float: left;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    display: block;
    color: #E26A0B;
    font-size: 15px;
    text-shadow: 0px 0px;
}

.actions li.next:hover,
.actions li.prev:hover,
.actions li.pdf:hover,
.actions li.print:hover,
.actions li.back:hover,
.actions li.zglos:hover,
.actions li.pobierz:hover,
.actions li.trip:hover{
	color:black;
}

.actions li.next::before,
.actions li.prev::before,
.actions li.pdf::before,
.actions li.print::before,
.actions li.back::before,
.actions li.zglos::before,
.actions li.pobierz::before,
.actions li.trip::before{
	font-size:190%;
	cursor:pointer;
	padding:0px 6px;
	margin:0px 5px 0px 0px;
	vertical-align:middle;
	background-color:white;
	color:#E26A0B;
}

.actions li.trip::before{content: "\f126";}
.actions li.prev::before{content:"\f100";}
.actions li.next::before{content:"\f101";}
.actions li.pdf::before{content:"\f1c1";}
.actions li.print::before{content:"\f02f";}
.actions li.back::before{content:"\f102";}
.actions li.zglos::before{content:"\f0e5";}
.actions li.pobierz::before{content:"\f019";}

.actions li.next:hover::before,
.actions li.next:focus::before,
.actions li.prev:hover::before,
.actions li.prev:focus::before,
.actions li.pdf:hover::before,
.actions li.pdf:focus::before,
.actions li.print:hover::before,
.actions li.print:focus::before,
.actions li.back:hover::before,
.actions li.back:focus::before,
.actions li.zglos:hover::before,
.actions li.zglos:focus::before,
.actions li.pobierz:hover::before,
.actions li.pobierz:focus::before,
.actions li.trip:hover::before,
.actions li.trip:focus::before{
	background-color:white;
	color:#000001;
}

.actions li.next:hover,
.actions li.next:focus,
.actions li.prev:hover,
.actions li.prev:focus,
.actions li.pdf:hover,
.actions li.pdf:focus,
.actions li.print:hover,
.actions li.print:focus,
.actions li.back:hover,
.actions li.back:focus,
.actions li.zglos:hover,
.actions li.zglos:focus,
.actions li.pobierz:hover,
.actions li.pobierz:focus,
.actions li.trip:hover,
.actions li.trip:focus{
	color:#000001;
}

/** filtry ********************************************************************/
.common-filters
{
    padding: 0;
    margin: 0 0 15px 0;
    max-height: 42px;
    max-width: 120px;
    color: #000;
}

.common-filters:not(.active)
{
    position: absolute;
    top: -2px;
    right: 0;
    overflow: hidden;
}


.common-filters.active h3{
    float: left;
    
}

.common-filters.active h3:after{
	font-size: 25px;
}

.view_change + .common-filters:not(.active)
{
    right: 100px;
}

.common-filters.active
{
    max-height: 1999px;
    max-width: 1999px;
    transition: max-height 0.75s ease;
    overflow: hidden;
}

.common-filters:not(.active) .button.filter {
    width: auto;
    float: right;
    clear: right;
    margin-right: 0px;
}

.common-filters h3
{
    padding: 6px 15px 5px 15px;
    margin: 2px 0 15px 0;
    font-size: 22px;
    background-color: #000001;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    color: white;
    font-weight: normal;;
}

.common-filters h3:before
{
    content: '\e340';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 15px 0 0;
    color: white;
    vertical-align: text-bottom;
}

.common-filters.active
{
	padding: 10px 20px;
    margin: 0 0 15px 0;
    background: #fff;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
}

.common-filters.active.comments-filters
{
    transform: translateY(15px);
}

.common-filters.active h3:after
{
    content: '\e268';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 0 0 15px;
    color: black;
    vertical-align: text-bottom;
    font-weight: normal;
    position: absolute;
    right: 30px;
}

.common-filters h4
{
    width: 100%;
    padding: 5px 15px;
    margin: 0 0 15px 0;
    background-color: #fff;
    white-space: nowrap;
    box-sizing: border-box;
}

.common-filters .filter
{
	width: 101%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	float:left;
	align-items: center;
}

.common-filters .filter label
{
    width: 170px;
    flex: 0 1 auto;    
    font-weight: normal;
    text-align: right;
    padding: 0px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
	color: black;
}


.common-filters .filter input,
.common-filters .filter select {
    font-size: 16px;
}

.common-filters .filter label:after
{ content: ": "; }

.common-filters .filter .field
{
    width: calc(100% - 170px);
    flex: 0 1 auto; 
    font-weight: bold;
    text-align: left;
    padding: 0px 10px 5px 0px;
    box-sizing: border-box;
}

.common-filters .filter .field input,
.common-filters .filter .field select
{
    width: 100%;
    padding: 6px 5px 5px 5px;
    box-sizing: border-box;
}

.common-filters .button.cancel
{
    width: auto;
    float: left;
    clear: left;    
    margin-top: 15px;
    margin-right: 15px;
    background-color: #4c4c4c;
    color: white;
}

.common-filters.active h3 {
    color: black;
    background: white;
}

.common-filters.active h3:before {
    color: black;
}

.common-filters .button.cancel:hover{
	color:White;
}

.common-filters .button.filter
{
    width: auto;
    float: right;    
    clear: right;   
    margin-top: 15px; 
}


body.module-kontakt .new_form_label label {
    font-size: 15px;
}

.semi-filters
{
    display: inline-block;
    margin-left: 20px;
    padding: 3px 5px 3px 5px;
    max-width: 180px;
}

.common-filters .filter .field input[type="date"][id$="_from"],
.common-filters .filter .field input[type="date"][id$="_to"]
{
    width: calc(50% - 10px);
}

.common-filters .filter .field .range-separator
{
    width: 20px;
    display: inline-block;
    text-align: center;
}

ul.active-filters
{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

ul.active-filters li
{
    flex: 0 1 30%;
    background: #E26A0B;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: black;
    box-sizing: border-box;
    display: inline-block;
    font-weight: normal;
}

ul.active-filters li span
{
    
}

ul.active-filters li .clear-filter
{
    margin: 0 0 0 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}

ul.active-filters li .clear-filter:before
{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.common-filters h3:focus{
	outline-offset: -4px;
}

/** WYNIKI WYSZUKIWANIA  ******************************************************/
.highlight{
	padding: 0 5px;
    color: white;
    background-color: #E26A0B !important;
    border-radius: 3px;
    /* text-shadow: 0 0 #fff; */
    letter-spacing: 0.75px;
}

.highlight > .highlight{
    padding: 0;
}

.highlighted:hover .info-icon + div{
    font-size: 100%;
    max-height: 999px;
    display: block;
}

.highlighted:hover .info-icon + div ul{
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.highlighted:hover .info-icon + div ul li{
    padding: 0 0 0 10px;
}

.match-rate-bg{
    width: 100%;
    height: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    background: #f6f6f6;
    position: relative;
    display: block;
}

.match-rate-bg > .text{
    width: 100%;
    height: 12px;
    padding: 2px 0;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 12px;
    font-weight: bold;
    z-index: 1;
}

.match-rate-bg > .bar{
    height: 16px;
    padding: 0;
    margin: 0;    
    position: absolute;
    top: 0;
    left: 0;
    background: #ffa;
    z-index: 0;
}
/** pseudo-tabelka lewo-prawo **/
.box-iobiekt {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    font-size: 120%;

}

.zajawka .box-iobiekt{ 
	width: 100%;
}

.zajawka .box-iobiekt > .obiekt_typ{ 
	padding-left: 0;
}

.box-iobiekt .obiekt_typ, 
.box-iobiekt .obiekt_dane {    
    padding: 5px 10px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
}

.box-iobiekt .obiekt_typ { 
    flex-basis: 35%;
    background-color: #fff;
    color: #3376bc;
    text-align: left;
	display: flex;
    align-items: center;
    font-weight: bold;
}

.zajawka .title + .box-iobiekt{ 
	margin-top: 10px; 
}

.tresc a {
	display:inline-block;
}

.left {
    padding: 0px 0px 0px 0px;
    float: left;
}

.zajawka .box-left, .zajawka .box-right {
    display: block;
    float: none;
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="PANELE"> */
/******************************************************************************/
/*  PANELE ********************************************************************/
/******************************************************************************/

table.sekcja-paneli{ 
    width: 100%;
    max-width: 1191px;
    table-layout: fixed;
    margin: 0 auto;    
    border-collapse: collapse; 
    border-spacing: 0;
}

.panel{ 
    vertical-align: top; 
    padding: 0;
    overflow: visible;
}

.panel > div{ 
    position: relative;
    margin: 0 auto;
    max-width: 1191px;
}

.panel#PAN_1 > div{ 
    margin: 0px 27px 0 0;
}

.panel#PAN_2 > div{ 
    margin: 0px 0px 0 34px;
}

table#table_1.sekcja-paneli,
table#table_3.sekcja-paneli{
	max-width: none;
}



#PAN_HEAD > div,
#PAN_FOOT > div{ 
    width: 1191px !important;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="KOMPONENTY I ELEMENTY"> */
/******************************************************************************/
/* KOMPONENTY *****************************************************************/
/******************************************************************************/
.component{
    background: #fff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    position: relative; /* potrzebne do view_changer */
}

.switcher{
    position: relative; 
}

.switcher > div[id],
.switcher > li[id]{
	width: 100%;
}


/******************************************************************************/
/* STOPKA *********************************************************************/
/******************************************************************************/
.page_footer{
    width: 100%;
    display: table;
    font-size: 10px;
    font-weight: normal;
    line-height: 150%;
    background: #ffffff;
    color: black;
    margin: 25px auto 50px auto;
}

.footer_right{
    padding: 0px;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: top;
    width: 60%;
    text-align: right;
}

.footer_left {
	padding: 15px 10px 25px 0px;
    display: table-cell;
    vertical-align: top;
    width: 40%;
    font-size: 16px;
    position: relative;
    left: -2px;
}

.footer_left p{ 
	margin: 0px 0px;
    float: left;
    font-family: 'Lato',Arial;
    font-size: 14px;
    color: black;
    font-weight: 400;
}


.icon_stopka {
    float: left;
    margin-right: 0px;
    margin-top: 3px;
    margin-left: 42px;
}

.concept{
    color:#ea1920;
}

.bip a{
    color:black;
}

.intermedia{
    color:black;
}

.icon_stopka > div.icon{
    float:left;
    font-size: 0px;
}


.author_stopka {
	float: right;
    font-weight: normal;
    font-size: 10px;
    margin: 4px 0px 0 0px;
    line-height: 175%;
    text-shadow: 0px 0px;
    color: #6f6f6f;
    word-spacing: -2px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}


.icon_stopka .icon a {
    display: block;
    height: 100%;
}

.icon.w3c {
	background: url(/images/portal/certyfikaty.png) no-repeat scroll -146px 0px;
	display: block;
	width: 53px;
	height: 33px;
}

.icon.html5 {
	background: url(/images/portal/certyfikaty.png) no-repeat scroll -204px 0px;
	width: 22px;
	height: 33px;
	display: block;
	margin-left: 6px;
	cursor: pointer;
}

.icon.css3 {
	background: url(/images/portal/certyfikaty.png) no-repeat scroll -231px 0px;
	display: block;
	width: 22px;
	height: 33px;
	margin-left: 8px;
	cursor: pointer;
}

.icon.wcag {
	background: url(/images/portal/certyfikaty.png) no-repeat scroll -257px 0px;
	display: block;
	width: 82px;
	height: 31px;
	margin-left: 11px;
	cursor: pointer;
}

a.akceslab {
	background: url(/images/portal/akceslab.png) no-repeat scroll 0px 0px; 
	width: 179px; 
	height: 43px;
	display: block;
	float: left;
    margin: 0px 16px 0px 47px;
	font-size: 0px;
}

/******************************************************************************/
/*  POLA BANEROWE  ************************************************************/
/******************************************************************************/
.miejsce-banerowe{ 
    /* STANDARD: */
	text-align: center;
	
	/* FLEX */
	/*display: flex;
	flex-flow: row;
	flex-wrap: wrap;*/
}

.miejsce-banerowe > .pole-banerowe{ 
	display: inline-block;
}

.miejsce-banerowe > .cl{
    width: 100%;
    display: inline-block;
}

.pole-banerowe{ 
    margin-bottom: 15px;
    text-align: center;
}

.pole-banerowe a{ 
	display: block;
}

.pole-banerowe img{
    max-width: 100%;
    display: inline-block;
}

/** Translator Google *********************************************************/
.translate-bar.component{
    float: left;
    padding: 0px;
    margin: 0px;
    min-width: 0px;
    position: absolute;
	top: 28px;
    right: 260px;
}


.goog-te-gadget-simple{
    border:none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-transform: lowercase;
}

.translate-bar{ 
    text-align: center;
}

.translate-bar > a > img{ 
    margin: 5px 5px 10px;
    border: none;
}

#google-translation-flags {
    float: left;
    margin: 3px 5px 0px 5px;
}


#google-translation-flags > span {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    line-height: 0px;
}

#google-translation-flags > span img{
    border:1px solid #666666;
}

#google-translation-flags > span img:hover{
    border:1px solid red;
    cursor:pointer;
}

#google_translate_element .goog-te-gadget-icon{
    width:18px;
}

.goog-te-menu-value > span + img + span{
    display:none;
}

.goog-te-menu-value > span + img + span + img + span,
.goog-te-menu-value > span + img + span + img{
    display: inline-block;
    color: rgb(155, 155, 155) !important;
}

div#google_translate_element {
    float: left;
	margin-left: 2px;
}

#google-translation-flags > span:focus {
    outline-offset: -2px;
}

.goog-te-gadget-simple a,
.goog-te-gadget-simple > span,
.goog-te-gadget-simple > img{
    display:block;
}

.goog-te-gadget-simple > span,
.goog-te-gadget-simple > img{
    float: left;

}

.goog-te-gadget-simple > span{
	margin-left:4px;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	position:relative;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child:after{
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    background: white url(/images/portal/transaltor.png) no-repeat;
    top: 4px;
    left: -7px;
}

#google-translation-flags > span.niemiecki {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value:focus {
    outline-offset: 0px;
}

.pole-banerowe > a {
    font-size: 0px;
    line-height: 100%;
}

/** CONCEPT HYPER TITLE SLIDER ************************************************/
.naglowek_homepage {
    margin: 7px -1920px 0px -1920px;
    position: relative;
    background: #E26A0B;
    clear: both;
    width: 1200px;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    height: 300px;
    overflow: hidden;
    padding: 0px 1920px;
}
.hyperss-text .hyperss-title {
    color: #FFFFFF;
    font-size: 17pt;
    padding: 0 15px;
    text-align: left;
}

.hyperss-text .hyperss-description {
    color: #FFFFFF;
    font-size: 14pt;
    padding: 0 15px;
    text-align: left;
}

#hyperss{
    border-left: 40px solid white;
    position: relative;
    left: -40px;
    border-right: 40px solid white;
}

#hyperss .slide{
	width: 100% !important;
	overflow: hidden;
}

#hyperss a.title-container.current {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 3;
	position: absolute;
	top:0;
}

#hyperss .slide-image {
	max-width: 100% !important;
	width: 100% !important;
}

#hyperss .slide-image  img{
    margin: 0px !important;
    height: auto !important;
    width: auto !important;
}

#hyperss .slide-image .the-image {
	height: 100%;
	background-size:cover !important;
}

#hyperss a.title-container {
	position: absolute;
	display: block;
	height: 100%;
	top:0;	
}

#hyperss a.title-container.disabled > div.title-wrapper {
	
}

#hyperss .hyperss-text {
    bottom: 86px;
    left: -5px;
}

#hyperss .hyperss-text .hyperss-title {
	z-index: 3;
	color: #000;
	font-size: 14pt;
	padding: 0 0px;
	text-align: left;
	max-width: 1190px;
	margin: 0px auto 0px auto;
	position: relative;
	letter-spacing: -0.2px;
	bottom: 0px;
}

#hyperss .hyperss-text .hyperss-title span {
    padding: 6px 25px 6px 25px;
    background-color: white;
    white-space: nowrap;
    font-size: 28px;
    text-transform: none;
}


#hyperss .hyperss-text .hyperss-title span:empty {
	display:none;
}

#hyperss .hyperss-text .hyperss-description {
    z-index: 3;
    color: #000;
    font-size: 14pt;
    padding: 0 0px;
    text-align: left;
    max-width: 1190px;
    margin: 0px auto 0px auto;
    position: relative;
    letter-spacing: -0.2px;
    bottom: -15px;
}

#hyperss .hyperss-text .hyperss-description > span
{
    padding: 0px 42px 17px 33px;
    background-color: white;
    white-space: nowrap;
    font-size: 24px;
    color: black;
    text-transform: none;
}

#hyperss .pager_container {
    position: absolute;
    z-index: 4;
    width: 100%;
	top: 15px;
	left: 15px;
    text-align: center;
}

#hyperss .pager{
    margin: 0px auto;
    position: relative;
    display: inline-block;
    width: 1200px;
    margin-right: 0px;
    text-align: right;
}

#hyperss .pager > div {
	width: 23px;
    height: 23px;
    padding: 0px;
    margin: 0px 12px 0px 0px;
    display: block;
    float: left;
    color: #000;
    background: #f3f3f3;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    font-size: 110%;
    font-weight: bold;
    transition: all .15s;
}

#hyperss .pager > div:hover {
	background: #d43f14;
}



#hyperss:not(.has-many-pages) .arrows_container {
	display:none;
}

#hyperss .arrows_container {
	position: absolute;
    top: 110px;
    margin-left: 0px;
    z-index: 10;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
	height:0;
}

#hyperss .arrows {
    width: 1200px;
    transform: none;
    display: inline-block;
	height:0;
}

#hyperss .nav-arrow {
	width: 35px;
	height: 85px;
	position:relative;
	float:left;
	cursor:pointer;
}



#hyperss .nav-arrow.arrow-right {
	float:right;
	background:url(/images/portal/right4.png) no-repeat;
	right: -110px;
}

#hyperss .nav-arrow.arrow-right:hover {
	background:url(/images/portal/righth.png) no-repeat;
}


#hyperss .nav-arrow.arrow-left {
	float:left;
	background:url(/images/portal/left4.png) no-repeat;
	left: -110px;
}

#hyperss .nav-arrow.arrow-left:hover{
	background:url(/images/portal/lefth.png) no-repeat;
}


.naglowek_homepage.only_one .arrows_container,
.naglowek_homepage.only_one .pager_container{
	display:none;
}

.naglowek_homepage a.disabled:hover,
.naglowek_homepage a.disabled{
	cursor:default !important;
}

#hyperss > a.disabled .hyperss-text .hyperss-title span:hover{
	background:#d43f14;
}



/*****************************************************************************/
/** MENU BLOKOWE *************************************************************/
/*****************************************************************************/
.blockMenu{
    width: 100%;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    list-style-type: none;
    box-sizing: border-box;
}

.blockMenu .block{
    width: 19%;
    padding: 10px 10px 5px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
}

.blockMenu .block > a{
    padding: 0 5px 5px 5px;
    margin: 0 0 5px 0;
    display: block;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;    
    border-bottom-color: inherit;
}

.blockMenu .block .list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blockMenu .block .list a{
    padding: 0px 0 5px 5px;
    display: block;    
}

.blockMenu .block a:not(:hover){
    background-color: transparent !important;
}

/* glowny blok menu portalu */
.showPortalMenu_menu{
    clear: both;
    float: left;
    display: block;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.showPortalMenu_menu a {
    color: #000000;
    cursor: pointer;
    display: block;
}
/* pierwszy poziom */
.showPortalMenu_menu .menu_level_1, .isubkat_list {
    padding: 0px 0px 0px 0px;
    position: relative;
}

.showPortalMenu_menu .level_1_item  {
    cursor: pointer;
}

.showPortalMenu_menu .level_1_item span a, .showPortalMenu_menu .level_1_item a span,
.showPortalMenu_menu .level_1_item b, .showPortalMenu_menu .level_1_item_select a {
    cursor:pointer;
    display:block;
    margin: 0px 0px 0px 0px;
    padding:7px 0 7px 10px;
    color: #982a41;
    font-weight: bold;
}

.showPortalMenu_menu .level_1_item span.menu,.showPortalMenu_menu .level_1_item_select span.menu{
    cursor:pointer;
    display:block;
    margin:0px 25px 0px 0px;
    padding:7px 0 7px 10px;
    color: #982a41;
    font-weight: bold;
    display: block;
}

/* drugi poziom */
.showPortalMenu_menu .menu_level_2, .isubkat_list {
    padding: 0px 0px 0px 0px;
}

.showPortalMenu_menu .level_2_item {
    padding: 2px 0px 0px 0px;
}

.showPortalMenu_menu .level_2_item a {
    cursor:pointer;
    display:block;
    margin:0 0 0 0;
    padding:5px 0 5px 11px;
    color: #000000;
    font-weight: normal;
}

.showPortalMenu_menu .level_2_item_select a {
    cursor:pointer;
    display:block;
    margin:0 0 0 0;
    padding:5px 0 5px 11px;
    font-weight: normal;
}

.showPortalMenu_menu .level_2_item span {
    cursor:pointer;
    display:block;
    margin:0 0 0 0;
    padding:5px 0 5px 11px;
    color: #000000;
    font-weight: normal;
}

/* drugi poziom w info i mapie */
.showPortalMenu_menu .menu_level2_name, .menu_level_sub, .menu_level_sub_selected {
    margin: 2px 0px 0px 0px;
}
.showPortalMenu_menu .level_2_info_item {
    color: #000000;
    cursor: pointer;
    display: block;   
}

.showPortalMenu_menu .level_3_item a {
    margin:0px 0px 0px 20px;
}

.showPortalMenu_menu .level_3_item a, .obiekt_row {
    cursor:pointer;
    display:block;
    margin:0px 0px 0px 0px;
    padding: 2px 0 2px 25px;
    color: #000000;
    font-weight: normal;
}
.showPortalMenu_menu .level_3_item_select a {
    cursor:pointer;
    display:block;
    margin:0px 0px 0px 0px;
    padding: 2px 0 2px 25px;
    font-weight: normal;
}

.showPortalMenu_menu .level_2_item:hover, .showPortalMenu_menu .level_2_item_select,
.showPortalMenu_menu .level_2_item_select:hover, .menu_level_sub_selected .level_2_info_item,
.showPortalMenu_menu .level_2_item_select a, .showPortalMenu_menu .level_2_item a:hover,
.showPortalMenu_menu .level_2_info_item a:hover, .showPortalMenu_menu .level_3_item_select a,
.showPortalMenu_menu .level_3_item a:hover, .showPortalMenu_menu .level_2_item:hover span,
.showPortalMenu_menu .level_2_info_item:hover{
    color: #982a41;
}

.showPortalMenu_menu div.show_all, .showPortalMenu_menu div.hide_all {
    width: 20px;
    height: 20px;
    background: transparent url("/images/admin/button_icons.gif") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 0px;
}

.showPortalMenu_menu div.hide_all {
    background: rgba(0, 0, 0, 0) url("/images/admin/button_icons.gif") no-repeat scroll 0px -180px;
}

/* style menu */
.showPortalMenu_menu .level_1_item,
.showPortalMenu_menu .level_2_item,
.showPortalMenu_menu .level_3_item,
.showPortalMenu_menu .level_4_item{
	background-color: #8b273c;
	margin-top: 2px;
}

/** info o cookies ************************************************************/
#cookies-message {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid rgb(249, 217, 118);
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #f9d976;
    width: 100%;
    z-index: 25;
}

#accept-cookies-checkbox {
    background-color: #615F5A;
    padding: 1px 10px;
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration:none;
    cursor: pointer;
}

#accept-cookies-checkbox:hover {
    background-color: #EC393F;
}

/**  PRGRESS BAR **/
.progress_bar{
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress_bar > div{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #8C0000;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    animation: progress-bar-stripes 2s linear infinite;
}

/** RATING **/
.rating-back{
    position: relative;
    width: 100%;
}

.rating-back > span{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}

.rating-back > span[onclick]{
	cursor: pointer;
}

.strech{
    display: inline-block;
    width: 100%;
    height: 0;
}

.rating-help{
    margin: 0px 0 -5px 10px;
    display: inline-block;
    vertical-align: text-bottom;
}

.rating-help > span.wizytowka{ 
	display: none; 
}

.rating-help:hover > span.wizytowka{ 
	display: block;
}

#rating-updater > span{ 
	float: left;
}

span.rating {
	display:block;
	text-align:left;
}

span.rating img {
	vertical-align: bottom;
}

article .left span.rating a {
	display:inline-block;
}

/*****************************************************************************/
/* PORTAL MENU ***************************************************************/
/*****************************************************************************/
.portal-menu{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

.portal-menu a,
.portal-menu li > span { 
	display: block;
}

.level-2-wrapper,
.level-3-wrapper,
.level-4-wrapper,
.level-5-wrapper{
    padding: 0;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

.level-1,
.level-2,
.level-3,
.level-4,
.level-5{
    margin: 0px 0px;
    text-align:left;
}

ul.portal-menu .level-1,
ul.portal-menu .level-2,
ul.portal-menu .level-3,
ul.portal-menu .level-4,
ul.portal-menu .level-5{
	position: relative;
}

.level-1 > a,
.level-2 > a,
.level-3 > a,
.level-4 > a,
.level-5 > a,
.level-1 > span,
.level-2 > span,
.level-3 > span,
.level-4 > span,
.level-5 > span{
	padding: 10px 10px 10px 25px;
    display: block;
    border-bottom: 2px solid #fff;
    cursor: pointer;	
	color: white;
    text-transform: uppercase;
    font-family: 'Lato', Arial;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}





.level-1 > span > span.label,
.level-1 > a > span.label {
    position: absolute;
    left: 8px;
}

.level-2 > span > span.label,
.level-2 > a > span.label {
    position: absolute;
    left: 25px;
}

.level-3 > span > span.label,
.level-3 > a > span.label {
    position: absolute;
    left: 40px;
}

.level-4 > span > span.label,
.level-4 > a > span.label {
    position: absolute;
    left: 55px;
}

.level-5 > span > span.label,
.level-5 > a > span.label {
    position: absolute;
    left: 70px;
}


#PAN_2 .level-1:hover > a,
#PAN_2 .level-2:hover > a,
#PAN_2 .level-3:hover > a,
#PAN_2 .level-4:hover > a,
#PAN_2 .level-5:hover > a,

#PAN_2 .level-1:hover > span,
#PAN_2 .level-2:hover > span,
#PAN_2 .level-3:hover > span,
#PAN_2 .level-4:hover > span,
#PAN_2 .level-5:hover > span,

#PAN_2 .level-1 > a:focus,
#PAN_2 .level-2 > a:focus,
#PAN_2 .level-3 > a:focus,
#PAN_2 .level-4 > a:focus,
#PAN_2 .level-5 > a:focus,

#PAN_2 .level-1:hover > a,
#PAN_2 .level-2:hover > a,
#PAN_2 .level-3:hover > a,
#PAN_2 .level-4:hover > a,
#PAN_2 .level-5:hover > a,

#PAN_2 .level-1:hover > span,
#PAN_2 .level-2:hover > span,
#PAN_2 .level-3:hover > span,
#PAN_2 .level-4:hover > span,
#PAN_2 .level-5:hover > span,

#PAN_2 .level-1 > a:focus,
#PAN_2 .level-2 > a:focus,
#PAN_2 .level-3 > a:focus,
#PAN_2 .level-4 > a:focus,
#PAN_2 .level-5 > a:focus,

#PAN_2 .level-1.select > a,
#PAN_2 .level-2.select > a,
#PAN_2 .level-3.select > a,
#PAN_2 .level-4.select > a,
#PAN_2 .level-5.select > a,

#PAN_2 .level-1.select > span,
#PAN_2 .level-2.select > span,
#PAN_2 .level-3.select > span,
#PAN_2 .level-4.select > span,
#PAN_2 .level-5.select > span{ 
    background-color: #E26A0B !important;
    color: white;
    cursor: pointer;
    outline-offset: -2px;
}


.level-2 > a,
.level-2 > span{ 
   padding: 10px 10px 10px 40px;
}

.oferty_inwestycyjne_menu .level-2 > span {
	padding: 7px 20px 7px 45px;
}

.level-3 > a,
.level-3 > span{ 
	padding: 10px 10px 10px 55px;
}

.level-4 > a{ 
	padding: 10px 10px 10px 70px;
}

.level-5 > a{ 
	padding: 10px 10px 10px 85px;
}


nav.informator_menu.component .level-1 > span,
nav.mapa_menu.component .level-1 > span{
	padding: 8px 30px 7px 10px;
}

nav.informator_menu.component .level-2 > a,
nav.mapa_menu.component .level-2 > span{
	padding: 7px 40px 7px 40px;
}

nav.informator_menu.component .level-2 span.informator-label {
    position: absolute;
    left: 15px;
    top: 8px;
}

nav.mapainwestycji_menu.component span.informator-label {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}

nav.mapainwestycji_menu span.informator-label {
    width: 45px;
    height: 45px;
}

nav.mapainwestycji_menu .level-2 > span {
    padding: 15px 40px 15px 60px;
}

nav.mapa_menu.component span.informator-label {
    position: absolute;
    left: 10px;
}

nav.mapa_menu.component .level-3-wrapper span.informator-label {
    position: absolute;
    left: 35px;
}

#PAN_2 nav.informator_menu.component .level-2 > a{
    padding: 8px 10px 8px 45px;
}

nav.mapa_menu.component .level-3 > span {
    padding: 7px 20px 7px 60px;
}

span.etykietka {
    width: 5px;
    margin-right: 10px;
    min-width: 5px;
    min-height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.glowneMenu.mobile-active .menu-toggler,
.portal-menu .menu-toggler,
.portal-menu .level-1 > span + span.menu-toggler{
    width: 16px;
    height: 16px;
    font-size: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 1px;
    font-weight: normal;
    border: none;
    padding: 6px 12px;
}

.glowneMenu.mobile-active .menu-toggler:before,
.portal-menu .menu-toggler:before,
.portal-menu .level-1 > span + span.menu-toggler{
    content: "\e2ac";
    font-family: 'Icomoon';
    width: 16px;
    height: 16px;
    display: block;
    font-size: 17px;
    line-height: 100%;
}


.glowneMenu.mobile-active .menu-toggler.sel:before,
.portal-menu .menu-toggler.sel:before,
.portal-menu .level-1 > span + span.menu-toggler{ 
    content: "\e2aa";
    font-family: 'Icomoon';
    font-size: 17px;    
    line-height: 100%;
}

.portal-menu .level-1 > span + span.menu-toggler {
	padding: 0px 0px 0px 0px;
}

.portal-menu span.menu-toggler{ 
	display:none; 
}

.portal-menu.mobile-active .menu-toggler{ 
	display:block; 
}



/** bez barier  **/
.miejsce-banerowe.ikonki_standardowe {
    padding:0px;
    color:#000000;
    min-height: 20px;
    position: relative;
    float: right;
    margin: 0px 0px 0px 557px;
}

.miejsce-banerowe.ikonki_standardowe > div {
    margin: 0px;
    padding: 0px;
}

.miejsce-banerowe.ikonki_standardowe .clr {
    display: none;
}

.topMenu_infobar > div,
.topMenu_infobar .stop-anim{
    margin-right: 5px;
    color:#000000;
    display: block;
}


.topMenu_infobar .stop-anim:hover,
.topMenu_infobar .stop-anim:active,
.topMenu_infobar .stop-anim:focus{
    color:#202020;
    background-color:#fff;
}

/** iconbar **/
.topMenu_infobar .links {
    padding: 0px 0;
    position: relative;
}

.topMenu_infobar .links * {
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 22px;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-top: 0px;
	font-weight: 300;
    text-shadow: 0px 0px;
    color: #4b494a;
}

.topMenu_infobar .links a + a,
.topMenu_infobar .links div + div {

}

.topMenu_infobar .links div.hidden{
    display: block;    
}

.topMenu_infobar .links div.hidden > *{
    display: block;
    position: absolute;
    top: -999px;
    left: -999px;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.topMenu_infobar .links div.hidden > *:focus{
    top: 0;
    left: 0;
    padding: 5px 15px;
    background: #fff;
    color: #000;
    display: block;
    opacity: 1;
    transition: opacity 0.15s ease;
}


.topMenu_infobar .links .home {
    background: url(/images/portal/icon.png) no-repeat 0px 2px;
}

.topMenu_infobar .links .mapa_strony {
    background: url(/images/portal/icon.png) no-repeat 0px -18px;
    padding-left: 19px;
}

.topMenu_infobar .links .poczta {
    background: url(/images/portal/icon.png) no-repeat 0px -55px;
    margin-left: 23px;
}

.topMenu_infobar .links .rss {
    background: url(/images/portal/icon.png) no-repeat 0px -37px;
    margin-left: 22px;
    padding-left: 18px;
}

/* flagi jezykowe */
#ico_lang {
    float:left;
}

#ico_lang .lang_ico { 
	display: inline-block;
}

#ico_lang .lang_ico + .lang_ico{ 
	margin-left: 10px;
}

#ico_lang .lang_ico img{
    border: 1px solid #ffffff;
}

/* accesible */
div.accesible{
    margin: 0px;
    float: left;
    position: absolute;
    z-index: 2;
    left: 676px;
    top: 70px;
}

div.accesible div{
    float: left;
    font-size: 0px;
    cursor: pointer;
    color: white;
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 1px;
    background-color: #E26A0B;
    background-image: url(/images/common/bariera.png);
    background-repeat: no-repeat;
}

.stop-anim {
	background-position: 12px 11px;
}

.stop-anim.play {
	background-position: 11px -185px;
}

.wheelchair {
	background-position: 6px -34px;
}

.deaf {
	background-position: 4px -86px;
}

.contrast {
	background-position: 3px -136px;
}

.deklaracja_dostep:focus,
.deklaracja_dostep:hover,
.stop-anim.play:hover,
.stop-anim.play:focus,
.deaf:hover,.deaf:focus,
.contrast:hover,.contrast:focus,
.wheelchair:hover,.wheelchair:focus,
.stop-anim:hover,.stop-anim:focus{
	background-color: #000001;
}

/* MIKROBLOG ******************************************************************/
.microblog{
    width: auto;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 15px 0px;
    text-align: right;
    display:inline-block;
    position:relative;
}

.microblog_icons{    
     width: auto;
     margin: auto;
     white-space: nowrap;
     overflow: hidden;
     display: block;
     height: 32px;
     padding: 4px 4px 4px 0px;
}

.microblog_icons > div,
.microblog_icons > a{
    width: 32px;
    height: 32px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 0;
    position:relative;
    top: 16px;
    margin: 0px 0px 0px 4px;
    transition: top 0.1s ease;

}

.fb-share{
	background: url("/images/microblog/facebook.png") no-repeat scroll 0px 0px transparent;
}

.tweeter-share{
	background: url("/images/microblog/twitter.png") no-repeat scroll 0px 0px transparent;
}

.nk-share{
	background: url("/images/microblog/nk.png") no-repeat scroll 0 0px transparent;
}

.wykop-share{
	background:url("/images/microblog/wykop.png") no-repeat scroll 0px 0px transparent;
}

.gg-share{
	background:url("/images/microblog/gg.png") no-repeat scroll 0px 0px transparent;
}

.google_plus{
	background:url("/images/microblog/googleplus.png") no-repeat scroll 0px 0px transparent;
}

.mailto {
	background:url("/images/microblog/emailButton.png") no-repeat scroll 0px 0px transparent;
}

.qrcode {
	background:url("/images/microblog/QR-code.png") no-repeat scroll 0px 0px transparent;
}

.component.search_all_content .zajawka .napis_pogrubiony{
	display:none;
}

/* NAWIGATOR ******************************************************************/
.navigator{
	width:100%;
	color:#4c4c4c;
	float:none;
	margin: 20px 0px 11px 0px;
	font-size: 13px;
    font-family: 'PT Sans',Arial;
}

.module-portal.action-index .navigator{
	margin: 10px 0px 11px 0px;
}

.navigator ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}

.navigator ul > li{
	display:inline-block;
	vertical-align:top;
	background:#343539;
	color:white;
	position:relative;
	margin-right:19px;
	font-size: 13px;
	margin-bottom: 10px;
    text-transform: uppercase;
}

.navigator ul > li + li:after{
	content:'';
}


.navigator ul > li:first-child{
	margin-right:0px;
}

.navigator ul > li:nth-child(2) > span:before,
.navigator ul > li:nth-child(2) a:before{

}

.navigator ul > li + li > span:before,
.navigator ul > li + li a:before{
	content:'';
	background:url(/themes/skin_01/images/nav_a.png) no-repeat;
	width:13px;
	height:26px;
	position:absolute;
	left: -13px;
	margin-right:14px;
	top: 0px;
}

.navigator ul > li + li > span:after,
.navigator ul > li + li a:after{
	content: '';
    background: url(/themes/skin_01/images/nav_b.png) no-repeat;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 0px;
    right: -13px;
}

.navigator ul > li > a{
	display:block;
}

body .navigator .navigator_home span{
	text-transform:none;
}

.navigator ul > li span{
	display:inline-block;
    padding: 1px 15px 1px 8px;
}

.navigator .navigator_home{
	padding: 1px 30px 0px 47px;
    text-transform: uppercase;
    background: url(/themes/skin_01/images/navigator_start.png) no-repeat;
    font-family: Pt Sans;
    font-weight: normal;
    color: black;
    text-shadow: 0px 0px;
    font-size: 112%;
    text-transform: none;
    height: 26px;
    box-sizing: border-box;
}

.navigator .navigator_home span{
	padding:0px;   
	font-size: 13px;
}


.navigator .navigator_home span {
    background-color: #e3e1e2;
}


.navigator .navigator_home:hover {
    background: url(/themes/skin_01/images/navigator_starth.png) no-repeat;
    background-color: #E26A0B;
	color: white;
}

.navigator .navigator_home:hover span,
.navigator .navigator_home:focus span{
	background-color: transparent;
}

.navigator ul > li + li:hover{
	background:#E26A0B;
}

.navigator ul > li:hover{
	color:white;
}

.navigator ul > li + li:hover > span:before,
.navigator ul > li + li:hover > a:before {
	background: url(/themes/skin_01/images/nav_ahhh.png) no-repeat;
	background-color:#E26A0B;
}


.navigator ul > li:nth-child(2):hover > a:before {
	background: url(/themes/skin_01/images/nav_ahhh2.png) no-repeat;
	background-color:#E26A0B;
}

.navigator ul > li+li:hover > span:after ,
.navigator ul > li+li:hover > a:after {
	background: url(/themes/skin_01/images/nav_bhh.png) no-repeat;
	background-color:#E26A0B;
}

.navigator .navigator_home:focus{
	position:relative;
	z-index:22;
}

.navigator .navigator_home:hover:focus{
	position:static;
}

/* WYSZUKIWARKA ***************************************************************/
.comn-wyszukiwarka{ 
	position: relative;
}

*[id^="search_box"] {

}

*[id^="adv_form"] .closer{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color:  #000001;
    position: absolute;
    top: 10px;
    right: 10px;
}

*[id^="adv_form"] .closer:before{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
}

*[id^="adv_form"] .closer:hover{ 
    color: #E26A0B;
}

.rollas{
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 115%;
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 13;
    cursor: pointer;
    color: #8C0000;
}

.rollas:hover,
.rollas:focus{ 
	color: #8C0000;
}

.rollas:after{ 
    font-family: 'Icomoon', 'FontAwesome';
    display: block;
    vertical-align: baseline;
    content: '';
    background: url(/themes/skin_01/images/szuk1.png) no-repeat 0px 2px;
    width: 20px;
    height: 20px;
}

.rollas.roll_sel:after{ 
    font-family: 'Icomoon', 'FontAwesome';
    display: block;
    vertical-align: baseline;
    content: '';
    background: url(/themes/skin_01/images/szuk2.png) no-repeat 0px 2px;
    width: 20px;
    height: 20px;
}

*[id^="adv_form"] #search_data_od, *[id^="adv_form"] #search_data_do,
*[id^="adv_form"] #search_data_rozpoczecia, *[id^="adv_form"] #search_data_zakonczenia,
*[id^="adv_form"] #search_od, *[id^="adv_form"] #search_do,
*[id^="adv_form"] input[type="text"]#search_www,
*[id^="adv_form"] #search_miasto,
*[id^="adv_form"] #search_ulica,
*[id^="adv_form"] #search_telefon,
*[id^="adv_form"] #search_powierzchnia_od,
*[id^="adv_form"] #search_powierzchnia_do,
*[id^="adv_form"] #search_cena_od,
*[id^="adv_form"] #search_cena_do,
*[id^="adv_form"] #search_typ{
    border: 1px solid silver;
    float: left;
    height:22px;
}

*[id^="adv_form"] #search_wiek,
*[id^="adv_form"] #search_stopien,
*[id^="adv_form"] #search_przyczyna,
*[id^="adv_form"] #search_kategoria,
*[id^="adv_form"] #search_przeznaczenie{
    border: 1px solid silver;
    width: 100%;
    max-width: 196px;
    margin: 0px 0px 10px 0px;
}

*[id^="adv_form"]{
	float: right;
    width: 1198px;
    padding: 10px;
    border: 1px solid #E26A0B;
    position: relative;
    z-index: 21;
    background: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 15px;
}

*[id^="adv_form"] .search-menu-wrapper{
    padding: 20px 15px 15px 15px;
    margin: 10px -15px -15px -15px;
}

section.wyszukiwarka-wrapper[style*="position"] *[id^="adv_form"]{
	box-sizing: border-box;
}

*[id^="adv_form"] .info{
    text-align: center;
    margin: 5px 0px 5px 0px;
}

*[id^="adv_form"] .center{ 
	padding-bottom: 6px;
}

*[id^="adv_form"] .left{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #E26A0B;
    width: 100%;    
    display: block;
}

.strony_szukaj_left table,
.strony_szukaj_left table tbody,
.strony_szukaj_left table tbody tr,
.strony_szukaj_left table tbody tr td,
.strony_adv_left table,
.strony_adv_left table tbody,
.strony_adv_left table tbody tr,
.strony_adv_left table tbody tr td{
	display:block;
}

.left.strony_szukaj_left table,
.left.strony_adv_left table{
	width:100%;
}

 section.component.wyszukiwarka-wrapper.advanced .left.strony_szukaj_left table tbody tr td,
 section.component.wyszukiwarka-wrapper.advanced .left.strony_adv_left table tbody tr td {
    padding: 6px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 23%;
}

.strony_szukaj_left table + table tbody tr td,
.strony_adv_left table + table tbody tr td {
    width: 100%;
}

section.component.wyszukiwarka-wrapper.advanced img.ui-datepicker-trigger{
	float:none;
}

section.component.wyszukiwarka-wrapper.advanced .left table,
section.component.wyszukiwarka-wrapper.advanced .left table tbody,
section.component.wyszukiwarka-wrapper.advanced .left table tbody tr,
section.component.wyszukiwarka-wrapper.advanced .left table tbody tr td{
    width: 100%;
    display: block;
}


section.component.wyszukiwarka-wrapper.advanced .left.szukaj_left > table,
section.component.wyszukiwarka-wrapper.advanced .left.adv_left > table{
	display:inline-block;
	width:30%;
	min-width: 30%;
	margin-right:30px;;
}

section.component.wyszukiwarka-wrapper.advanced .left.szukaj_left *[id^="adv_form"] input[type="text"].hasDatepicker,
section.component.wyszukiwarka-wrapper.advanced .left.szukaj_left input[type="text"].hasDatepicker,
section.component.wyszukiwarka-wrapper.advanced .left.szukaj_left *[id^="adv_form"] input[type="text"].hasDatepicker,
section.component.wyszukiwarka-wrapper.advanced .left.szukaj_left input[type="text"].hasDatepicker {
    width: 85%;
}

section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_szukaj_left *[id^="adv_form"] input[type="text"].hasDatepicker,
section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_szukaj_left input[type="text"].hasDatepicker,
section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_adv_left *[id^="adv_form"] input[type="text"].hasDatepicker,
section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_adv_left input[type="text"].hasDatepicker {
    width: 80%;
}

section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_szukaj_left > table,
section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_adv_left > table {
    display: inline-block;
    width: 20%;
    min-width: 20%;
    margin-right: 50px;
}

section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_szukaj_left img.ui-datepicker-trigger,
section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_adv_left img.ui-datepicker-trigger {
    float: right;
}

section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_szukaj_left > table tr,
section.component.wyszukiwarka-wrapper.advanced .left.zamowienia_adv_left > table tr{
	clear:both;
}

section.wyszukiwarka-wrapper[style*="position"] *[id^="adv_form"] .left{
	flex-flow: row wrap;
}

*[id^="adv_form"] table {   
    width: auto;
    min-width: 33%;
    display: inline-block;
    vertical-align: top;
}

*[id^="adv_form"] label{
    cursor: pointer;
    float: none;
    padding: 2px 5px 5px 1px;
    max-width: 88%;
    font-weight: bold;
	font-family: 'Lato',Arial;
}

*[id^="adv_form"] select{
    margin-top: 5px;
    width: 100%;
    padding: 1px 0;
}

*[id^="adv_form"] td input[type="checkbox"]{
    float: left;
    margin: 10px 8px 0px 0px;
}

*[id^="adv_form"] input[type="text"] {
	clear:left;
	float:left;
	width:100%; 
	border: 1px solid silver;
}

*[id^="adv_form"] input[type="text"].hasDatepicker,input[type="text"].hasDatepicker {
	height:22px;
	clear:left;
	float:left;
	width:94%;
	border: 1px solid silver;
}

/* wyszukiwarka zaawansowana */
	section.component.wyszukiwarka-wrapper.advanced{
		width:304px;
	}
/* end wyszukiwarka zaawansowana */

.search_menu{
    text-align: center;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
    color: black;
    list-style-type: none;
}

.search_menu li.item,
.search_menu li.item_sel {
    color: black;
    cursor: pointer;
    display: inline-block;    
    padding: 5px 2px;
    margin: 0;
}

.search_menu li + li:before{ 
    width: 40px;
    content: " | ";
    color: black;
    display: inline-block;
    margin-left: -10px;
}


.search_menu li.item_sel,
.search_menu li.item:hover, 
.search_menu li.item_sel:hover {
    color: #EB0000;
}

.srch_inp {
    display: flex;
}

.module-ofertyinwestycyjne table#dane_lokalizacja td {
    padding: 0px 10px;
}

.module-ofertyinwestycyjne table.table_data.dodawanie_obiektow th {
    padding: 8px 0px;
}

.module-zamowienia article .table_data td > p:first-child,
.module-dokumenty article .table_data td >p:first-child{
	margin-top:0px;
}


*[id^="search_box"] label[for$="search_query"]{
    font-size: 0;
    display: none;
}

#zamp_szuk input#search_search_query{
	width: calc(100% - 2px);
    border: 1px solid gray;
}

#zamp_szuk input[name="search[nr1]"]{
	width: calc(100% - 4px);
}

span#dokuSearch.button,
span#zampSearch.button {
    display: block;
    float: right;
    padding: 10px 10px 0px 10px;
}

.article_oferty_inwestycyjne h3{
	margin-bottom:20px;
}

.table_data.galeria_oferty td img{
	margin:5px;
}

.wyszukiwarka-wrapper[style*="position: fixed"]{ 
    margin: 0 -500px 0 0 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    box-sizing: border-box;
    overflow: visible !important;
}
.module-ofertyinwestycyjne table.table_data th label,
.module-ofertyinwestycyjne table.table_data th,
.module-ofertyinwestycyjne table.table_data th label *,

.module-zamowienia table.table_data th label,
.module-zamowienia table.table_data th,
.module-zamowienia table.table_data th label *,

.module-dokumenty table.table_data th label,
.module-dokumenty table.table_data th,
.module-dokumenty table.table_data th label * {
    text-align: left;
    font-size: 16px;
    line-height: 150%;  
    padding-left: 0px;
	float:none;
}

#zamp_szuk table.table_data .help,
#doku_szuk table.table_data .help {
    font-size: 12px;
    text-shadow: 0px 0px;
}


.module-zamowienia table.table_data td *,
.module-zamowienia table.table_data td,
.module-dokumenty table.table_data td *,
.module-dokumenty table.table_data td {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
}

.module-zamowienia table.table_data select,
.module-dokumenty table.table_data select {
    padding: 2px;
}

#standalonesearcher_input {
    width: 100%;
}

#search_query, 
*[id$="search_query"], 
*[id$="query"], 
#sz_query{
    width: 232px;
    height: 34px;
    border: none;
    background: white url(/themes/skin_01/images/szukaj.png) no-repeat 0px 0px;
    box-sizing: border-box;
    font-size: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 39px;
    margin-right: 0px;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
    font-family: 'Open Sans', Arial;
    letter-spacing: 0.2px;
    color: #464749;
	text-shadow: 0px 0px;
}

.wyszukiwarka_dokumentow_box.component input[type="text"],
.wyszukiwarka_dokumentow_box.component *[id$="query"]{
	width: 100%;
    border: 1px solid silver;
}

.module-zamowienia #standalonesearcher_input input[type="text"]#search_query{
	width: calc(100% - 4px);
    border: 1px solid silver;
    height: auto;
    padding: 0px 10px;
    box-sizing: border-box;
}

section.component.wyszukiwarka-wrapper.advanced #search_query, 
section.component.wyszukiwarka-wrapper.advanced *[id$="search_query"], 
section.component.wyszukiwarka-wrapper.advanced *[id$="query"], 
section.component.wyszukiwarka-wrapper.advanced #sz_query{
	padding: 0px 10px 0px 57px;
	border-radius: 0px;
	background: white url(/themes/skin_01/images/szukaj.png) no-repeat 18px 0px;
}

.searchall{
    color: #333333;
    font-weight: bold;
    padding: 0px 1px 5px 1px;
    width: 100%;
}

.searchall a{
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    padding: 0px 1px 10px 1px;
    float: left;
    width: 100%;
}

.searchall a:hover{ 
	color: #cd0216;
}

.searchall p{
    color: #333333;
    font-weight: normal;
    padding: 0px 1px 10px 1px;
    clear: left;
}

.searchall_short, .searchall_short a{
    clear: left;
    font-weight: normal;
    color: #333;
}

/** infobar Przewijana treść **************************************************/
#infobar_div {
    position:relative;
    width: 94%;
    float:left;
    z-index: 11;
    overflow:hidden;
    margin-left: 20px;
}

#infobar_floating #infobar_div {
    position:relative;
    width: 97%;
}

.infobar-container {
    height: 32px;
    position:relative;
    width: 100%;
    margin-left: 4px;
}

.infobar-title {
    padding: 0 0 0 28px;
    padding:0;
    margin: 3px 40px 0 0;
    margin:0;
    float:left;
    white-space:nowrap;  
}

.infobar-news {
    float:left;
}

.infobar-title{
    float: left;
    padding-left: 28px;
    padding-top: 0px;
    height: 20px;
    font-family: inherit;
    font-size: 18px;
}

.infobar-clip {
    position: absolute;
    padding: 5px 0;
}

.infobar-clip > .infobar-news {
    margin-right:30px;
}


#infobar_static{
    width: 100%;
    height: 32px !important;
    margin: 0px auto 25px auto;
    padding: 0px 0px 0px 0px;
	clear: both;
}

.infobar_close{
    background-image: url("/images/portal/infobar_closer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 14px;
    width: 15px;
    position: absolute;
    right: 11px;
    top: 60%;  
    cursor: pointer;
    transform: translateY(-50%);
}



.infobar_float {
    width: 100%;
    max-width: 100%;
    padding: 9px 0px 9px 0px;
    z-index: 11;
    position: fixed !important;
    bottom: 0px;
    left: 0;
}

#infobar_floating {
    height: 30px;
    margin: auto;
    position: relative;
    text-align: center;
}

#infobar_floating .infobar {
    float: left;
    height: 30px;
    margin: 0px auto;
}

#infobar_floating .infobar_closer {
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 0 0 0;
    width: 30px;
}

/** info w zajawkach i artykulach **/

.info{
    margin: 5px 0px 10px 0px;
    text-align: left;
    color: black;
    cursor: default;
    font-size: 16px;
}

.info > b,
.info > strong,
.info .subtree strong,
.info .subtree b{
	margin: 0 15px 5px 0;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
}

.info .data{
    margin: 0px 0px 10px 0px;
    text-align: left;
    color: #8C0000;
    clear: right;
    font-size: 11px;
}

.info .date:before{
    margin: 0 5px 0 0;
    font-family: "FontAwesome";
    content: '\f073';
    vertical-align: top;
}

.info .author:before{
    margin: 0 5px 0 0;
    font-family: "Icomoon";
    content: '\e07f';
    vertical-align: top;
}

.info .photos:before{
    margin: 0 5px 0 0;
    font-family: "FontAwesome";
    content: '\f1c5';
    vertical-align: top;
}

.info .views:before{
    margin: 0 5px 0 0;
    font-family: "FontAwesome", "Icomoon";
    content: '\e238';
    vertical-align: top;
}

.info .currency:before{
    margin: 0 5px 0 0;
    font-family: "Icomoon";
    content: '\e478';
    vertical-align: top;
}

.info .data span,
.info span{
    margin: 0px 3px 0px 3px;
    color: black;
}

.info .data span:first-child,
.info span:first-child{ 
	margin: 0px 0px 0px 0px;
}

.info span.promowana{
	margin-right: 5px;
}

.info div.subdesc a {
    padding: 0px 0px 0px 0px;
    float:left;
    color: #8C0000;
    font-weight: bold;
}

.info div.subdesc a:hover {
    color: #126A92;
}

/** NEWSLETTER **/
ul.checkbox_list{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.checkbox_list li{
    min-height:18px;
    clear:both;
}

ul.checkbox_list li label{
    display: inline-block;
    max-width: calc(100% - 30px);
}

/** Plan podrozy **/
.plan_hover {
    background-color: #8C0000;
    height:20px;
    font-size:20px;
    display:block;
}
.del a{
    background: transparent url("/images/portal/recycle.png") no-repeat scroll 0 0;
    padding: 4px 0px 0px 30px;
    float: left;
    font-size: 12pt;
    height: 24pt;
    display:block;
    color: #982A41;
    font-weight: bold;
    float:none;
}

.del a:hover {
    color: #015F8A;
}

/** ulubione linki **/
#favourite-link{
    position:relative;	
    width: 309px;
    height: 280px;
    padding: 10px 10px 10px 35px;
    margin-top: -150px;
    background: #ddd;
    position: fixed;
    top: 55%;
    right: -320px;
    border: 1px solid silver;
    border-right: none;
    z-index: 10;
}

.favourite-link-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
}

#favourite-link.focused{
    right: 0px !important;	
}

.favourite-link-list {
    margin: 0px 0 5px 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    max-height: 90%;
    overflow-y: auto;
}

.belka.title_ulubione {
    transform: rotate(-90deg);
    position: absolute;
    left: -160px;
    top: 128px;
    padding: 0px;
    margin: 0px;
    background: transparent;
    width: 100%;
    text-align: center;
}

.favourite-link-closer{
    width: 10%;
    padding: 2px;
    margin: 0 0px;
    display: block;
    cursor: pointer;
    float: right;
    text-align: center;
    background: red;
}

a.favourite-link{
    width: 81%;
    display: block;
    float: left;
    overflow: hidden;
    padding: 2px 10px;
    margin-right: 5px;
    background: #982A41;
    word-wrap: break-word;
}

.ulubione-linki-pozycja {
    color: white;
    margin-bottom: 2px;
    padding: 3px 3px 3px 10px;
    display:flex;
}

/** Ankiety **/
div.ankieta_box{
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

iframe.ankieta_box{ 
	display: block !important
}

section.ankieta_box.component{
	margin:0px;
}

#PAN_2 section.ankieta_box.component{
	margin-top:30px;
	margin-bottom:15px;
}

.ankieta_next{
    height: 60px;
    width: 30px;
    background: url(/images/portal/right4.png) no-repeat center center;
    cursor: pointer;
}
.ankieta_next:hover{
        background: #000001 url(/images/portal/rr.png) no-repeat center center;
}

section.ankieta_box.component input.button + input.button,
section.ankieta_box.component input.button + input.submit {
    float: right;
}


section.ankieta_box.component input[type="checkbox"],
section.ankieta_box.component .pytanie input[type="radio"] {
    margin: 4px 10px 0px 0px;
}



.ankieta_prev{
    height: 60px;
    width: 30px;
    background: url(/images/portal/left4.png) no-repeat center center;
    cursor: pointer;
}

.ankieta_prev:hover{
    background: #000001 url(/images/portal/ll.png) no-repeat center center;
}

.ankieta_prev a,
.ankieta_next a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 0px;
}

.ankieta_navigacja {
    position: absolute;
    right: 0px;
    top: -15px;
}

.pytanie {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

input[type="text"]#newsletter_users_email {
    width: 198px
}

.odpowiedz input[type="text"]{
	width: calc(100% - 4px);
}

#ankietaPodgladFrame .component {
	margin:0;
	padding: 10px; 
	background-color: #fff;
}

/** OKNO POPUP **/

#popup-bg{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    background: #000;
    opacity: 0.8;
    z-index: 26;
}

.popup_closer {
    position: absolute;
    top: 0px;
    right: 0px;
}

.popup {
    margin: 0px !important;
    transform: translateX(-50%);
    top: 50% !important;
}

.popup{
	width: 80%;
}

.popup > div:first-child{
	float: none !important;
	max-width: 90%;  
	display: inline-block;
	transform: translateY(-50%);
	position: relative;
}

.popup .popup_closer{
    position: absolute;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    top: 0px;
    right: 0px;
}

.popup img{
	max-width:100%;	
}


/**	Flipbook **/
html.flipbook-opened, 
body.flipbook-opened {
	overflow:hidden!important;
}

/** wysuwany baner **/
.wysuwany_baner_prawo {
    right: -246px;
    top: 17%;
    width: 279px;
    position: fixed;
    z-index: 10;
}

.wysuwany_baner_lewo {
    left: -246px;
    top: 17%;
    width: 279px;
    position: fixed;
    z-index: 10;
}

.wysuwany_baner_lewo > div,
.wysuwany_baner_prawo > div {
    width: 279px;
    height: 36px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all .3s;
}


.wysuwany_baner_prawo .pole-banerowe.focused,
.wysuwany_baner_prawo > div:hover {
    margin-left: -245px;
}

.wysuwany_baner_lewo .pole-banerowe.focused,
.wysuwany_baner_lewo > div:hover {
    margin-left: 245px;
}

.wysuwany_baner_lewo a,
.wysuwany_baner_prawo a{
    line-height: 100%;
    font-size: 0px;
}

.wysuwany_baner_prawo .pole-banerowe img,
.wysuwany_baner_lewo .pole-banerowe img {
    max-width: none;
}

a.link_polityka {
    color: white;
    float: right;
    font-size: 16px;
    margin: 50px 0px 30px 0px;
    text-shadow: 0px 0px;
}

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

/**   1210px  ******************************************************************/
@media screen and (max-width: 1210px)
{
	a.link_polityka {
		float:none;
		display:inline-block;
	}
}

/* MIKROBLOG ******************************************************************/
.microblog{
    width: auto;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 15px 0px;
    text-align: right;
    display:inline-block;
    float:left;
    position:relative;
}

.microblog_icons{    
	 width: auto;
     margin: auto;
     white-space: nowrap;
	overflow: visible;
     display: block;
     height: 32px;
     padding: 4px 4px 4px 0px;
}
.microblog_icons > div,
.microblog_icons > a{
    width: 33px;
    height: 33px;
    float: left;
    cursor: pointer;
    display: block;
    font-size: 0;
    position:relative;
    top: 16px;
    margin: 0px 0px 0px 4px;
    transition: top 0.1s ease;
	color: white;

}

.fb-share{
	background: url("/images/microblog/facebook.png") no-repeat scroll 0px 0px transparent;
}

.tweeter-share{
	background: url("/images/microblog/twitter.png") no-repeat scroll 0px 0px transparent;
}

.nk-share{
	background: url("/images/microblog/nk.png") no-repeat scroll 0 0px transparent;
}

.wykop-share{
	background:url("/images/microblog/wykop.png") no-repeat scroll 0px 0px transparent;
}

.gg-share{
	background:url("/images/microblog/gg.png") no-repeat scroll 0px 0px transparent;
}

.google_plus{
	background:url("/images/microblog/googleplus.png") no-repeat scroll 0px 0px transparent;
}

.mailto {
	background:url("/images/microblog/emailButton.png") no-repeat scroll 0px 0px transparent;
}

.qrcode {
	background:url("/images/microblog/QR-code.png") no-repeat scroll 0px 0px transparent;
}



/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="LISTA ZAJAWEK"> */
/******************************************************************************/
/* LISTA ZAJAWEK  *************************************************************/
/******************************************************************************/
.zaj-list{ 
    width: 100%;
    display: flex; 
    flex-flow: row wrap; 
    justify-content: space-between; 
    align-content: flex-start;
    padding: 0px; 
    list-style-type: none; 
    margin: 0px; 
    position: relative;
    z-index: 2;
}

.zaj-list > .zaj-wrapper{
	margin: 0px 0px 22px 0px;
	border: 1px solid #d0d0d0;
    background: white;
}

.zaj-list.columns-8 > .zaj-wrapper {
    width: 12%;
}

.zaj-list.columns-7 > .zaj-wrapper {
    width: 13%;
}

.zaj-list.columns-6 > .zaj-wrapper {
    width: 16%;
}

.zaj-list.columns-5 > .zaj-wrapper{ 
	width: 17%;
}

.zaj-list.columns-4 > .zaj-wrapper{ 
    width: 22.503%;
}


.zaj-list.columns-3 > .zaj-wrapper{
   /* width: 31.143%; */
    width: 30.576%;
}

.zaj-list.columns-2 > .zaj-wrapper{
	width: 47%;
}

.zaj-list.columns-1 > .zaj-wrapper{ 
	width: 100%; 
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="ZAJAWKI"> */
/******************************************************************************/
/* ZAJAWKI ********************************************************************/
/******************************************************************************/

/* ================================ */
/* domyslne wyswietlanie            */
/* ================================ */
.zajawka{ 
    visibility: hidden; /* to jest po to, zeby nie skakalo */ 
    vertical-align: top;
    margin: 0 0 23px 0;
} 

.zajawka:after{ 
	content: " ";
}


.zajawka + .zajawka:before,
.zajawka + .filler:before{
	content: " "; 
}

.zajawka > a{ 
    display: block; 
	position: relative;
}

.lista-zajawek .zajawka > a:after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -18px;
    background: silver;
}

.zajawka .box-left,
.zajawka .box-right{ 
    display: block;
    float: left;
    clear: none;
    vertical-align: top;
}

.zajawka .box-left{ 
    text-align: center; 
    max-width: 100%;
	line-height: 0px;
}

.zajawka .box-left img{ 
	max-width: 100%; 
	
}

.zajawka > a:hover .box-left {
 
}


.zajawka .box-left + .box-right{ 
	padding-left: 15px;
}

.zajawka .title{
	display: block;
    text-align: initial;
    font: normal bold 18px/130% 'Lato',Arial;
    text-transform: uppercase;
    color: black;
	position: relative;
}

.zajawka .title:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #E26A0B;
    position: absolute;
    top: 3px;
    left: 0px;
}

.zajawka .tresc{ 
    padding: 10px 0px 0px 0px;
    text-align: initial;	
}

.zajawka .tresc p{ 
    margin: 0px 0px 0px 0px;
}

.zajawka > a:focus .box-left{
	position:static;
}


.zajawka .status{ 
    font-weight: bold;
    display: inline-block;
    padding: 10px 0px 0px 0px;
    text-align: initial;
    font-size: 110%;  
}

.zajawka.non_tresc .box-right .tresc
{
    display: none;
}

/* ================================ */
/*  in-row                          */
/* ================================ */

.zajawka.in-row{
	visibility: visible;
}

.zajawka.in-row > a{ 
    display: table;
    width: 100%;    
}

.zajawka.in-row .box-left,
.zajawka.in-row .box-right{ 
    display: table-cell;
    float: none;
    clear: none;
    vertical-align: top;
}

.zajawka.in-row .box-left{
	line-height:0;
}

.zajawka.in-row .box-left + .box-right{ 
    padding-left: 30px; 
    vertical-align: top;
}

/* ================================ */
/*  in-flow                         */
/* ================================ */
.zajawka.in-flow{ 
	visibility: visible;
}

.zajawka.in-flow > a{ 
    display: block;
    width: 100%;
}

.zajawka.in-flow .box-left{ 
    display: block;
    float: left;
    clear: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.zajawka.in-flow .box-left + .box-right{ 
    padding-left: 0;
    display: inline;
    float: none;
}

.zajawka.in-flow .box-left + .box-right .title{ 
	display: inline;
}

/* ================================ */
/*  in-column                       */
/* ================================ */
.zajawka.in-column { 
    visibility: visible; 
    display: flex;
    height: 100%;
	margin:0px;
	padding: 1px;
}

.component.newsbox .zajawka.in-column { 
	padding: 0px;
}


.component.newsbox .zaj-list > .zaj-wrapper {
    border: none;
}

.zajawka.in-column > a{ 
	display: block;
	height: 100% !important;
	width: 100%;
}

.zajawka .title {
    padding: 0px 0px 10px 27px;
}

.zajawka .tresc {
    padding: 0px 0px 15px 0px;
	position: relative;
}

.zajawka .tresc:after{
	content:'';
	display:inline-block;
	width:19px;
	height:12px;
	background:url(/themes/skin_01/images/tresc.png) no-repeat;
	background-color:#E26A0B;
    top: 1px;
    right: -10px;
    position: relative;
}

.zaj-list > .zaj-wrapper .zajawka.in-column:hover{
   /* box-shadow: 0px 4px 20px 0px grey; */
	box-shadow: 0px 2px 38px -5px grey;
}

/* wyjatek dla newsboxa */
.newsbox .zaj-wrapper .zajawka.in-column > a > .box-right,
.newsbox  .zaj-wrapper .zajawka.in-column > a .box-right{
	padding: 0px;
    box-sizing: border-box;
}

.newsbox  .zaj-list > .zaj-wrapper .zajawka.in-column:hover{
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}

/* wyjatek dla newsboxa */

.zajawka.in-column > a > .box-left,
.zajawka.in-column > .box-left,
.zajawka.in-column > a > .box-right,
.zajawka.in-column > .box-right{
    padding: 0;
    margin: 0;
    float: none;
    clear: both;
    display: block;
}

.zajawka.in-column > a > .box-right,
.zajawka.in-column > .box-right{
    width: 100% !important;
}

.zajawka.in-column > a > .box-left, 
.zajawka.in-column > .box-left { 
    margin-bottom: 3px; 
    margin-left: auto;
    margin-right: auto;
}


.zajawka.in-column .box-left img{
    width: 100%;
}


.zajawka.in-column:not(.non_tresc) > a:focus .box-right .tresc,
.zajawka.in-column:not(.non_tresc) > a:hover .box-right .tresc{
	display:block;	
}

.zajawka.in-column > a .box-left{
	position:relative;
}


.zajawka.in-column > a:focus{
	outline-offset: 0px;
}





/* ================================ */
/*  modyfikacje                     */
/* ================================ */

.filler{
    background:transparent;
}

.zajawka .info,
article .info{
    color: #737373;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 90%;
    display: block;
}

.zajawka .info > strong{
    color: #424242;
}

.zajawka a .link:hover{
	background: #3376bc;
}

.zajawka .link{ 
	margin: 15px 0 0 0;
    padding: 2px 12px 2px 12px;
    display: inline-block;
    font-weight: lighter;
    color: white;
    background: #d92c26;
    font-size: 16px;
}

.zajawka span.label,
.zajawka div.label,
*[class^="level-"] span.label,
*[class^="level-"] div.label{
    background-image: none !important;
}

.zajawki .tresc, 
.zajawki .tresc a,
.tresc, 
.tresc_box .tresc a,
.news_footer_menu{
    color: black;
    padding: 0px 0px 0px 0px;
    display: block;
    font: normal normal 300 15px/153% 'PT Sans',Arial;
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="TRESCI"> */
/******************************************************************************/
/*  TRESCI  *******************************************************************/
/******************************************************************************/

article{
    background: #fff;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

article > header
{ padding: 0;     margin-bottom: 10px;}


article > header > .title{ 	
	display: block;
    text-align: initial;
    font:  normal bold 18px/130% 'Lato',Arial;
    text-transform: uppercase;
    border: none;
    padding: 2px 0px 8px 33px;
    color: black;
    position: relative;
	font-size: 28px;
    line-height: 28px;
}

article > header > .title:before{
	content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #E26A0B;
    position: absolute;
    top: 4px;
    left: 0px;
}

article .sub-title {
    color: #000;
    font-size: 18px;
    text-shadow: 0 0;
}

article .sub-description{ 
	 color: #000;
    font-size: 18px;
    text-shadow: 0 0;
}

article .left
{}

article .left a{ 
	display: block;
}

article .left .coordinates{ 
	text-align: center; 
}

article .left .coordinates a{ 
	display: inline-block; 
}

article .right{ 
	float:left; 
}

article .tresc p:first-child{
    padding-top: 0px;
    margin-top: 0px;
}

article a.zip_link {
    display: inline-block;
	vertical-align: text-bottom;
}

article a.zip_link {
	margin-top: 0px;
    margin-right: 13px;
}

/* ikonka przy tytule obiektu */
span.info_label {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 10px 0px 0px;
}

.zalacznik_info {
    background: #e7e7e7;
    padding: 15px;
    font-size: 100%;
	margin: 15px 0px;
    font-weight: lighter;
}

article .powiazane .left .zalacznik_info a,
article .powiazane .zalacznik_info a{
	display:inline-block;
	color:#2c5782;
}

article .powiazane .left .zalacznik_info a:hover,
article .powiazane .zalacznik_info a:hover{
	display:inline-block;
	color:#d9271d;
}


a.zip_link {
    text-align: left !important;
}

article .grafika_tresc{
    padding: 0px 0px 15px 0px;
	display: block;
    text-align: center;
}

article .grafika_tresc a{
    line-height:0px;
    display:block;
}

article .grafika_tresc a img{ 
	max-width: 100% !important;
}

article .tresc a{ 
    display: inline; 
    color: blue;
}

article .tresc a:hover{ 
    color: #E26A0B;
}

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


article > .tresc ul, 
.article > .tresc ul, 
article > .tresc ol, 
.article > .tresc ol { 
	list-style-position: inside;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="FORMULARZE"> */
/* formularz dodawania obiektow ***********************************************/
table.table_data.dodawanie_obiektow th{
    background: white;
    vertical-align: top;
    text-align: left;
    width: 32%;
	padding: 5px 0px;
}

table.table_data.dodawanie_obiektow tr:nth-child(2n){ 
	background-color: #F9F8F8; 
}

table#dane_lokalizacja td {
    padding: 5px 0px;
}

table.table_data.dodawanie_obiektow span.help{
	clear: both;
	display: block;
	padding: 4px 0px;
	font-size: 12px;
	color: black;
}

ul.tabs.form li {
    background: transparent !important;
}

ul.tabs.form li > * {
    padding: 5px 10px 0px 10px;
}

ul.tabs.form li:hover,
ul.tabs.form li.sel {
    border-color: red;
}

table.table_data.dodawanie_obiektow input[type="text"],
table.table_data input[type="password"],
table.table_data select{ 
	width: 100%;
}

input[type="text"]#ofertyinwestycyjne_terminprzetargu{
	width: 90%;
}

table.table_data.dodawanie_obiektow textarea{ 
	width: 100%;
}

.form_actions input.button + input.button,
.form_actions input.button + input.submit {
	margin-left: 15px;
}

/*Klasy div uzywane do zakladek yetii*/
div.zakladki,
div.jezyki,
div.jezyki_1,
div.jezyki_2{

}

/*ustawienia captcha - kontakt - polecaneLinki itd.*/
div.captcha_zglos{
	width: 100%;
}

input.input_captcha{
	border: 1px solid silver;
}

div.kontakt_uwagi{
	margin-bottom: 15px;
	margin-top: 15px;
}

div.kontakt_details{
	margin-top: 5px;
	line-height: 160%;
}

img#captcha_img{
	width:100%;
	height:auto;
}

span.label,
div.label{
    width: 5px;
    min-height: 20px;
    margin-right: 3px;
	margin-left: 3px;
    display: block;
    float: left;
    vertical-align: baseline;    
}

span.informator-label{
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
    display: inline-block; 
    vertical-align: middle;  
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="KALENDARZYKI"> */

section.kalendarz_box,
section.kalendarz_box .zajawka.in-column > .box-left{
    overflow: visible;
}

div.calendar_box {
    clear: both;
    padding: 0px 0px 0px 0px;
}

div.header_navigator {
    padding: 0px 0px 0px 0px;
    font-size: 100%;
    display: table;
    text-align: center;
    width: 100%;
}

div[class*="kali_harmonogram"] div.header_navigator {
    margin-bottom: 5px;
    margin-top: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

div[class*="kali_harmonogram"] div.link{
    margin-bottom:0;
	text-align: center;
}

div.header_navigator div {
	display: table-cell;
}

div.header_navigator .calendar_header span a{
    cursor: pointer;
    display: block;
    font-weight:bold;
    padding: 9px 0px 0px 0px;
    color: #6A4326;
    font-size: 100%;
    letter-spacing: 0.3px;
}
div.header_navigator .calendar_header span a:hover {
    color: #ED1C24
}

.header_navigator .prev, 
.header_navigator .next {
    width: 30px;
    height: 30px;
    font-size: 100%;
    font-family: 'FontAwesome', Helvetica;
    font-size: 200%;
    cursor: pointer;
    color: #982A41;
    vertical-align: middle;
    flex: 0 0 24px;
}

.header_navigator .prev{
	background: url(/images/portal/prev_kal.png) no-repeat center center;
    font-size: 0px;
    cursor: pointer;
    padding-left: 0px !important;
}

.header_navigator .next{
    background: url(/images/portal/next_kal.png) no-repeat 5px center;
    font-size: 0px;
    cursor: pointer;
    padding-right: 13px !important;
}


/* kalendarzyk */
table.icalendar {
    table-layout: fixed;
    clear: both;
    cursor: default;
    font-size: 100%;
    width: 100%;
    border-collapse: collapse;
    empty-cells: hide;
    /*overflow: hidden;*/
    margin-bottom: 15px;
}
th.calendarHeader {
    font-weight: bold;
    color: #6A4326;
    width: 100%;
}

th.calendarHeader .sobota, 
th.calendarHeader .niedziela, 
tr.week td.weekend a {
    color: black;
    outline: 1px solid black;
}

th.calendarHeader .sobota{
    color: #323cbb;
}

tr.week {
    text-align: center;
}
tr.week > td {
    position: relative;
}

tr.week.actual {
    text-align: center;
}


tr.header_days td, tr.week td {
    text-align: center;
}

tr.week td a {
    padding: 0px;
    display: block;
	color: #000000;
	background: #e3e1e2;
	height: 62px;
	width: 49px;
	line-height: 135%;
}

tr.week td.today a {
    background-color: #E26A0B;
    color: black;
    display: block;
}

tr.week td a:hover {
    background-color:#898989;
    color: #fff;
}

tr.week td.today a:hover {
    background-color:#f00;
    color: #fff;
}

body tr.week span a {
    border: none;
    font-weight: bold;
    display: block;
    background: #E26A0B;
    color: white;
	height: 62px;
}

tr.week span a:hover {
    color: #000100;
}

table.impreza_form {
    width: 100%;
    text-align: left;
    padding:0px 0px 0px 0px;
}

body tr.week td a:hover {
    background: #E26A0B;
    color: white !important;
	overflow: hidden;
}

table.impreza_form td { 
	padding: 6px 6px 6px 6px;
}

table.impreza_form th { 
	padding: 0px 0px 0px 0px;
}


table.impreza_form input[type="text"] { 
	width: 100%;
}

table.impreza_form select {
    width: 55px;
    margin: 0px 8px 0px 8px;
}

#mapa_id {
	float: left;
}

.miejsce-adres strong {
    display: block;
	margin-bottom: 15px;
}

div.miejsce-adres{
    float: left;
    text-align: left;
    width: 49%;
    margin-top: 30px;
    font-size: 16px;
	font-family: 'Lato', Arial;
    font-weight: normal;
}

.impreza_lst{
    margin: 0 0 15px 0;
}

.occurances-wrapper{
	align-items: center;
    background: #E26A0B;
    display: flex;
    flex-flow: row wrap;
    padding: 10px;
    color: white;
    margin: 0px 0px 30px 0px;
	align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
}

.occurances-wrapper h4{
    width: 100%;
}

.occurances-wrapper.selected-day{
    
}

body.module-kalendarz_imprez .kal_top {
    margin-bottom: 30px;
	position: relative;
    z-index: 1;
}

.occurances-wrapper .occurances-day-header{
    max-width: 60%;
    min-width: 60px;
    flex: 0 0 auto;
    text-align: center;
	padding: 12px 10px;
}

.occurances-wrapper .occurances-day-header.decorative{
    max-width: 100%;
    text-align: left;
    text-indent: 3px;
    background: #fff;
    color: white;
}

body .occurances-wrapper .occurances-day-wrapper-separator {
    border-bottom: 1px dotted white;
}

.occurances-wrapper .occurances-day-header span > a{
    margin: 0px 0 0px 0;
    padding: 0px 0px;
    text-align: center;
    color: white;
    display: block;
}

.occurances-wrapper.selected-day .occurances-day-header span > a{
    background: #982A41;
    color: #fff;
    border: none;
}

.occurances-day-wrapper a:hover,
.occurances-day-wrapper a:focus{
    text-decoration:underline;
}

.occurances-wrapper .occurances-day-header.decorative > a{
    border: none;
}

.occurances-wrapper .occurances-day-header > a > span > strong{
    width: 100%;
    display: block;
    font-size: 150%;
}

.occurances-wrapper .occurances-day-wrapper{
    flex: 1 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    float: right;
    max-width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    right: 0px;
    top: 0px;
    float: right;
    width: 30%;
    display: block;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
}


.occurances-wrapper .occurances-day-wrapper-separator{
    content: '';
    width: 100%;
    display: block;
    flex: 1 0 100%;
    border-bottom: 1px dotted silver;
}

.occurances-wrapper .occurances-day-wrapper .occurance{
    margin: 3px 10px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.occurances-wrapper .occurances-day-wrapper .occurance.decorative{
    border: none;
    cursor: default;
    color: #404040;
    background-color: inherit;
    text-align: left;
    width: 100%;
    margin: 3px 5px;    
}

.occurances-wrapper .passed,
.occurances-wrapper .passed a,
.occurances-wrapper .passed a:hover
{ 
    text-decoration: line-through; 
}

.occurances-wrapper .selected,
.occurances-wrapper .selected a,
.occurances-wrapper .selected a:hover
{ 
    text-decoration: underline;
}



.occurances-wrapper .occurances-day-wrapper span > span.occurance-info,
tr.week > td > a + span.occurance-info{
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 15px;
    transform: translateX(-50%);
    width: 220px;
    padding: 10px;
    text-align: left;
    display: flex;    
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
    color: #000;
    border: 1px solid silver;
    box-shadow: 0 0 10px silver;
    border-radius: 10px;
    font-size: 90%;
    z-index: 1;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info:before,
tr.week > td > a + span.occurance-info:before{
    content: ' ';
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -20px;
    border-top: 15px solid silver;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info:after,
tr.week > td > a + span.occurance-info:after{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -20px;
    margin-top: -1px;
    border-top: 15px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info > span,
tr.week > td > a + span.occurance-info > span{ 
    flex: 1 0 33%;
    padding: 5px;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info > span.nazwa,
tr.week > td > a + span.occurance-info > span.nazwa{ 
    font-weight: bold; 
    flex-basis: 100%;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info > span.naglowek,
tr.week > td > a + span.occurance-info > span.naglowek{ 
    font-weight: bold; 
    flex-basis: 100%;
    text-align: center;
    font-size: 115%;
    border-bottom: 1px solid silver;
    box-sizing: border-box;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info .separator,
tr.week > td > a + span.occurance-info .separator{
    flex-basis: 100%;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info .link{
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.occurances-wrapper .occurances-day-wrapper span:hover > span.occurance-info,
.occurances-wrapper .occurances-day-wrapper span > a:focus + span.occurance-info,
tr.week > td > a:focus + span.occurance-info,
tr.week > td > a:hover + span.occurance-info{
    visibility: visible;
    transition: visibility 1.25s ease;
    transition-delay: 0.15s;
}


.occurances-wrapper.selected-day .occurances-day-wrapper span:hover > span.occurance-info,
.occurances-wrapper.selected-day .occurances-day-wrapper span > a:focus + span.occurance-info{
    bottom: auto;
    top: 100%;
    z-index: 2;
    margin-top: 15px;
}

.occurances-wrapper.selected-day .occurances-day-wrapper span > span.occurance-info:before{
    border-top: 0px solid silver;
    border-bottom: 15px solid silver;    
    top: auto;
    bottom: 100%;
}

.occurances-wrapper.selected-day .occurances-day-wrapper span > span.occurance-info:after{
    margin-top: 0px;
    margin-bottom: -1px;
    border-top: 0px solid #fff;
    border-bottom: 15px solid #fff;
    top: auto;
    bottom: 100%;
}

.podtytul{
    font-style: italic;
    color: #686868;
    background-color: inherit;
}

.seans-info{
    color: #982A41;
    background-color: inherit;
}

.occurance-details-header{
	padding: 3px 10px;
    font-size: 150%;
    line-height: 150%;
    color: white;
    margin-bottom: 5px;
    background-color: #E26A0B;
    font-family: 'Lato';
    font-weight: normal;
}

.occurance
{
    color: inherit;
}

tr.week td:not(.today) a.with-events
{
    background: #f4f4f4;
    color: #000;
}

tr.week td:not(.today) a.with-events:hover{
    background: #f00;
    color: #fff;
}

.event-marker{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
}

.event-marker:after{
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -4px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #000;
    transform: rotateZ(45deg);
    opacity: 0.4;
}

.napis_godz {
    font-weight: normal;
    font-size: 20px;
}

.etykieta-dnia {
	background: #000001;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	width: 55px;
	height: 55px;
	padding: 5px 5px 5px 5px;
	margin: 14px 0px 0px 3px;
	line-height: 165%;
}

.miesiac {
	text-transform: uppercase;
}

.numerdnia {
	font-size: 200%;
}

.today_table {
	display:table;
	width:100%; 
	margin: 0px auto;
}

.today_table div.okTermin,
.today_table div.okHours {
	display:table-cell;
	vertical-align: top;
} 

.today_table > div + div + div {
    position: relative;
    top: 20px;
}

.today_table > div + div + div + div {
    position: static;
}

.today_table div.okHours {
	text-align:center;
} 

.today_table div.okHours span{
	margin-top: 14px;
	display: inline-block;
} 

.today_table div.okHours span a:hover,
.today_table div.okHours span a:focus{
	text-decoration:underline;
} 

.component.ocur .link_news {
	width:100%;
	display:block;
    float: left;
}

.component.ocur a.news {
	display:block; 
	width:100%;
	padding:0;
}
.component.ocur a.news span {
	padding:16px; 
	display:inline-block;
}


.calendar_box .header_navigator h4{
    float: left;
    width: 50%;
    margin-bottom:0;
    line-height:26px;
}

.calendar_box .header_navigator h4:first-letter{
    text-transform: uppercase;
}

.icalendar[class*="harmonogram"] thead .calendarHeader{
    text-align: left;
    padding: 6px 9px;
    border: 1px solid silver;
    border-bottom-width: 2px;
    font-size: 110%;
    color: #000;
    font-weight: normal;
}

.icalendar[class*="harmonogram"] tbody tr:nth-child(even) .current-week,
.icalendar[class*="harmonogram"] tbody tr:nth-child(odd) .current-week{
	background: #f2f2f2;
}

.icalendar[class*="harmonogram"] tbody tr:nth-child(even) .current-week.today,
.icalendar[class*="harmonogram"] tbody tr:nth-child(odd) .current-week.today{
	background: #e0e0e0;
}

.icalendar[class*="harmonogram"] tbody .day,
.icalendar[class*="harmonogram"] tbody .empty{
    border: 1px solid silver;
    padding: 7px 10px;
    height: 20px;
    vertical-align: top;
}

.icalendar[class*="harmonogram"] tbody .empty{  

}

.icalendar.minified[class*="harmonogram"] tbody .day,
.icalendar.minified[class*="harmonogram"] tbody .empty,
.icalendar.minified[class*="harmonogram"] thead .calendarHeader{
    padding: 1px;
    height: 15px;
    text-align: center;
}

.icalendar.minified[class*="harmonogram"] thead .calendarHeader{
    border-color: #e0e0e0;
    padding: 5px 15px;
    background: #e0e0e0;
}

.icalendar[class*="harmonogram"] tbody .day .event{
    background-image: -webkit-linear-gradient(left, #888 2%, rgba(255, 255, 255, 0) 0%);
    background-image: -moz-linear-gradient(left, #888 2%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(left, #888 2%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #888 18%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding: 0px 0 5px;
}
.icalendar[class*="harmonogram"] tbody .day .event:last-child,
.icalendar[class*="harmonogram"] tbody .day .event-details .zajawka{	
    border:none;
    background-image:none;
    padding-bottom:3px;
}

.icalendar[class*="harmonogram"] tbody .day .event-description{
    line-height: 1.3em;
    font-weight: normal;
    display: flex;
    flex-flow: row nowrap;
}

.icalendar.minified[class*="harmonogram"] .event-description{
    justify-content: center;
}

.icalendar.minified[class*="harmonogram"] .event-description .event-title{
    font-weight: bold;
}

.icalendar.minified[class*="harmonogram"] .event.empty .event-description .event-title{
    font-weight: normal;
}

.icalendar[class*="harmonogram"] tbody .day .event.title .label{
    margin-right: 2px;
}

.icalendar[class*="harmonogram"] tbody .day .event .title .label:last-child{
    margin-right: 7px;
}

.icalendar[class*="harmonogram"] tbody .day span.date{
    display: block;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 115%;
}

.kalendarz_promowane_box div.header_navigator, 
section.component.kalendarz_miesieczny div.header_navigator, 
div[class*="kali_harmonogram"] div.header_navigator {
    margin-bottom: 5px;
    margin-top: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.icalendar[class*="harmonogram-tydzien"] tbody .day span.date{
    padding-bottom:5px;
    margin-bottom: 9px;
    border-bottom: 1px solid silver;
}

.icalendar[class*="harmonogram"] tbody .day span.date > a > span:first-child{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.icalendar[class*="harmonogram"] tbody .day span.date > a > span:first-child + span{
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 135%;
    font-weight: bold;
}

.icalendar[class*="harmonogram"] tbody .day span.date > a > span:first-child + span + span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 90%;
}

.icalendar.minified[class*="harmonogram"] tbody .day > span.event span.date{
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    border: none; 
}

.icalendar[class*="harmonogram"] tbody tr td.day.saturday span.date{ 
	color: #323cbb;
}

.icalendar[class*="harmonogram"] tbody tr td.day.sunday span.date{
	color: #bd0a11;
}

.icalendar[class*="harmonogram"] tbody .day span.event{
    display: block;
    margin: 8px 0 0 0;
    font-size: 85%;
    position: relative;
}

.icalendar.minified[class*="harmonogram"] tbody .day > span.event{
    margin: 0;
    padding: 8px 13px;
}

.icalendar.minified[class*="harmonogram"] tbody .day > span.event.empty{

}

.icalendar[class*="harmonogram"] tbody .day span.event.active{
    outline:2px solid red;
    outline-offset:3px;
}

.icalendar[class*="harmonogram"] tbody .day span.event .godzina{
    color: #ED1C24;
}

.icalendar[class*="harmonogram"] tbody .day span.event > .event-description > .label{
    float: none;    
    flex: 0 0 auto;
    min-height: 8px;
    height: 8px;
    width: 8px;
    border-radius:50%;
    margin-top: 2px;
}

.icalendar[class*="harmonogram"] tbody .day span.event-details{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 280px;
    margin: 0 0 0 -250px;
    background: #fff;   
    max-height: 0;
    overflow: hidden;
    box-shadow: 1px 3px 15px 0 #404040;
    z-index: 2;
}

.icalendar[class*="harmonogram"] tbody .day:first-child span.event-details,
.icalendar[class*="harmonogram"] tbody .day:first-child + .day span.event-details,
.icalendar[class*="harmonogram"] tbody .day:first-child + .day + .day span.event-details{
    left: 0;
    right: auto;
    margin: 0;
}

.icalendar[class*="harmonogram"] tbody tr .day:nth-last-child(1) span.event-details,
.icalendar[class*="harmonogram"] tbody tr .day:nth-last-child(2) span.event-details,
.icalendar[class*="harmonogram"] tbody tr .day:nth-last-child(3) span.event-details{
    left: auto;
    right: 0;
    margin: 0;
}

.icalendar[class*="harmonogram"] tbody .day span.event-details > span{
    padding: 10px;
    border: 1px solid silver;
    display: block;
}

.icalendar[class*="harmonogram"] tbody .day span.event:hover  span.event-details,
.icalendar[class*="harmonogram"] tbody .day span.event.active  span.event-details{
    max-height: 999px;
    transition: all 0.35s ease;
    transition-delay: 0.25s;
}

.icalendar[class*="harmonogram"] tbody .day .zajawka{
	margin: 0;
}

.harmonogram-kat-select{
    float: right;
    display: block !important;
    white-space: nowrap;
    padding-right: 15px;
    box-sizing: border-box;
}

.harmonogram-kat-select label{
    color: #404040;
    font-weight: bold;
    display: inline-block;
    width: 70px;
}

.harmonogram-kat-select div.SumoSelect{
    display: inline-block !important;
    vertical-align: middle;
    text-align: left;
}

.harmonogram-kat-select div.SumoSelect > .CaptionCont{
    border:none;
    background:#f2f2f2;
}

.harmonogram-kat-select div.SumoSelect li.opt > label > span{
	display: inline-block !important;
}

.kal-detail,
.kal-global{
    max-height: 0;
    overflow: hidden;
}

.kal-detail.active,
.kal-global.active{
    transition-delay: 0.15s;
    transition: max-height 0.75s ease;
    max-height: 999px;
}

.kalendarzyk,
.kalendarzyk-month{
    width: 100%;
    margin: 5px 0 15px 0;
	position:relative;
    clear: both;
}

.kalendarzyk-month,
.kal-mth-page{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex: 0 0 auto;
	width: 100% !important;
}

.kal-mth-container{
    display: flex;
    flex-flow: row nowrap;
}

.kalendarzyk-month .kalendarzyk-month-buttons{
    width: 100%;
    flex: 0 0 auto;
    margin: 0 0 15px 0;
}

.kalendarzyk-month .kal-mth-wrapper{
    width: 30%;
    flex: 0 0 auto;
    margin: 0 0 15px 0;
}

.kalendarzyk > div.header_days{ 
    width: 100%;
    height: 100%;
    display: table; 
    table-layout: fixed;
    background: #f2f2f2;

}

.kalendarzyk-month div.header_days{ 
    width: 100%;
    height: auto;
    display: table; 
    table-layout: fixed;
    background: #ebebeb;

}

.kalendarzyk div.days{ 
    width: 100%;
    height: 100%;
    display: table; 
    table-layout: fixed;
}


.kalendarzyk-month div.days{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.kalendarzyk > div.header_days > div,
.kalendarzyk-month div.header_days > div,
.kalendarzyk div.week > div,
.kalendarzyk-month div.week > div{
    display: table-cell;
    padding: 5px;
    cursor: default;
	text-align: center;
}

.kalendarzyk-month div.days > div,
.kalendarzyk-month div.header_days > div{
    width: 14%;
    flex: 1 1 auto;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.kalendarzyk div.week > div.past,
.kalendarzyk-month div.past{ 
	color: #969696;
	opacity: 0.5;
	cursor: default !important;
}

.zajawka .link.link-rezerwuj {
    display: inline-block !important;
    float: right;
    background: transparent;
    color: #d92c26;
    font-weight: 600;
    margin: 15px 0px 15px 15px;
    padding: 0px;
}

/* REZERWACJA --- */
.kalendarzyk div.week > div.rezerwacja,
.kalendarzyk-month div.rezerwacja{
	background-color: #ffffb0; 
}

div.rezerwacja.first{
    background: linear-gradient(-45deg, transparent 0%, transparent 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -moz-linear-gradient(-45deg, transparent 0%, transparent 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -o-linear-gradient(-45deg, transparent 0%, transparent 49%, #ffffb0 51%, #ffffb0 100%) !important;
}

div.rezerwacja.first.chosen-last{
    background: linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -o-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, #ffffb0 51%, #ffffb0 100%) !important;
}

div.rezerwacja.first.zajete-last{
    background: linear-gradient(-45deg, red 0%, red 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -webkit-linear-gradient(-45deg, red 0%, red 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -moz-linear-gradient(-45deg, red 0%, red 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -o-linear-gradient(-45deg, red 0%, red 49%, #ffffb0 51%, #ffffb0 100%) !important;
}

div.rezerwacja.first.wylaczone-last{
    background: linear-gradient(-45deg, lightgray 0%, lightgray 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgray 0%, lightgray 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgray 0%, lightgray 49%, #ffffb0 51%, #ffffb0 100%) !important;
    background: -o-linear-gradient(-45deg, lightgray 0%, lightgray 49%, #ffffb0 51%, #ffffb0 100%) !important;
}

div.rezerwacja-last{
    background: linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, transparent 51%, transparent 100%) !important;
    background: -webkit-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, transparent 51%, transparent 100%) !important;
    background: -moz-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, transparent 51%, transparent 100%) !important;
    background: -o-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, transparent 51%, transparent 100%) !important;
}

/* ZAJETE --- */
.kalendarzyk div.week > div.zajete,
.kalendarzyk-month div.zajete{
	background-color: red; 
}

div.zajete.first{
    background: linear-gradient(-45deg, transparent 0%, transparent 49%, red 51%, red 100%) !important;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 49%, red 51%, red 100%) !important;
    background: -moz-linear-gradient(-45deg, transparent 0%, transparent 49%, red 51%, red 100%) !important;
    background: -o-linear-gradient(-45deg, transparent 0%, transparent 49%, red 51%, red 100%) !important;
}

div.zajete.first.chosen-last{
    background: linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, red 51%, red 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, red 51%, red 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, red 51%, red 100%) !important;
    background: -o-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, red 51%, red 100%) !important;
}

div.zajete.first.rezerwacja-last{
    background: linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, red 51%, red 100%) !important;
    background: -webkit-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, red 51%, red 100%) !important;
    background: -moz-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, red 51%, red 100%) !important;
    background: -o-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, red 51%, red 100%) !important;
}

div.zajete.first.wylaczone-last{
    background: linear-gradient(-45deg, lightgray 0%, lightgray 49%, red 51%, red 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgray 0%, lightgray 49%, red 51%, red 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgray 0%, lightgray 49%, red 51%, red 100%) !important;
    background: -o-linear-gradient(-45deg, lightgray 0%, lightgray 49%, red 51%, red 100%) !important;
}

div.zajete-last{
    background: linear-gradient(-45deg, red 0%, red 49%, transparent 51%, transparent 100%) !important;
    background: -webkit-linear-gradient(-45deg, red 0%, red 49%, transparent 51%, transparent 100%) !important;
    background: -moz-linear-gradient(-45deg, red 0%, red 49%, transparent 51%, transparent 100%) !important;
    background: -o-linear-gradient(-45deg, red 0%, red 49%, transparent 51%, transparent 100%) !important;
}

/* WYLACZONE --- */
.kalendarzyk div.week > div.wylaczone,
.kalendarzyk-month div.wylaczone{ 
	background-color: lightgray;
	color: #606060;
}

div.wylaczone.first{
    background: linear-gradient(-45deg, transparent 0%, transparent 49%, lightgray 51%, lightgray 100%) !important;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 49%, lightgray 51%, lightgray 100%) !important;
    background: -moz-linear-gradient(-45deg, transparent 0%, transparent 49%, lightgray 51%, lightgray 100%) !important;
    background: -o-linear-gradient(-45deg, transparent 0%, transparent 49%, lightgray 51%, lightgray 100%) !important;
}

div.wylaczone.first.chosen-last{
    background: linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, lightgray 51%, lightgray 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, lightgray 51%, lightgray 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, lightgray 51%, lightgray 100%) !important;
    background: -o-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, lightgray 51%, lightgray 100%) !important;
}

div.wylaczone-last{
    background: linear-gradient(-45deg, lightgray 0%, lightgray 49%, transparent 51%, transparent 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgray 0%, lightgray 49%, transparent 51%, transparent 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgray 0%, lightgray 49%, transparent 51%, transparent 100%) !important;
    background: -o-linear-gradient(-45deg, lightgray 0%, lightgray 49%, transparent 51%, transparent 100%) !important;
}

/* CHOSEN --- */
.kalendarzyk div.week > div.chosen,
.kalendarzyk-month div.chosen{ 
	background-color: lightgreen;
}

div.chosen-first{
    background: linear-gradient(-45deg, transparent 0%, transparent 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -moz-linear-gradient(-45deg, transparent 0%, transparent 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -o-linear-gradient(-45deg, transparent 0%, transparent 49%, lightgreen 51%, lightgreen 100%) !important;
}

div.chosen-first.rezerwacja-last{
    background: linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -webkit-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -moz-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -o-linear-gradient(-45deg, #ffffb0 0%, #ffffb0 49%, lightgreen 51%, lightgreen 100%) !important;
}

div.chosen-first.zajete-last{
    background: linear-gradient(-45deg, red 0%, red 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -webkit-linear-gradient(-45deg, red 0%, red 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -moz-linear-gradient(-45deg, red 0%, red 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -o-linear-gradient(-45deg, red 0%, red 49%, lightgreen 51%, lightgreen 100%) !important;
}

div.chosen-first.wylaczone-last{
    background: linear-gradient(-45deg, lightgray 0%, lightgray 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgray 0%, lightgray 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgray 0%, lightgray 49%, lightgreen 51%, lightgreen 100%) !important;
    background: -o-linear-gradient(-45deg, lightgray 0%, lightgray 49%, lightgreen 51%, lightgreen 100%) !important;
}

div.chosen-last{
    background: linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, transparent 51%, transparent 100%) !important;
    background: -webkit-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, transparent 51%, transparent 100%) !important;
    background: -moz-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, transparent 51%, transparent 100%) !important;
    background: -o-linear-gradient(-45deg, lightgreen 0%, lightgreen 49%, transparent 51%, transparent 100%) !important;
}

.kalendarzyk-box {
	overflow:hidden;
}

.kalendarzyk-button,
.kalendarzyk-month-button{
	margin:10px 10px 10px 0;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-align:center;
	background:#E26A0B;
	cursor:pointer;
}

.kalendarzyk-button-global,
.kalendarzyk-button-detail{
    width: 30px;
    height: 30px;
    margin: 5px 10px 5px 0;
    color: #E26A0B;
    background-color: #fff;
    font-size: 20px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 30px;

}

.kalendarzyk-button-global:before{
    content: '\e00d';
    font-family: 'Icomoon';
}

.kalendarzyk-button-detail:before{
    content: '\e010';
    font-family: 'Icomoon';
}

.kalendarzyk-button:hover,
.kalendarzyk-month-button:hover{
	background:red;
}

.kalendarzyk-days-container,
.kalendarzyk-month-days-container{
	height:30px;
	position:relative;
    overflow: hidden;
}

.kalendarzyk-days-container .week,
.kalendarzyk-month-days-container .week{
	float:left;
	overflow:hidden;
}

.kalendarzyk-miesiac{
    margin-top: 7px;
    text-align: left;
    font: normal normal 500 18px/150% 'Fira Sans Condensed',Arial;
}

.kalendarzyk-month-miesiac{
	text-align: center;
    font-weight: bold;    
}

.kalendarzyk-miesiac .separator {
	margin:0 10px;
	color:#ccc;
}

.kalendarzyk-loader{
	top:0;
	display:none;
}
.kalendarzyk-loader .bgd{
	background:#fff;
	opacity:0.8;
}

.kalendarzyk-loader .image{
	/* obrazek laodera */
}

.kalendarzyk-minimize {
	padding:20px;
	margin-left:-150px;
	position:absolute;
	cursor:pointer;
	background:#ccc;
}

#wynajem-rezerwacja-bg{ 
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index:15;
    width: 100%;
    height: 100%;
}

#wynajem-rezerwacja-form{ 
    background: #fff;
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 900px;
    margin-left: -450px;
    z-index: 3;
    box-sizing: border-box;
    padding: 20px 10px 10px 10px;
    z-index: 1000;
    overflow: auto;
}

.kalendarzyk-loader > .image{
	background: url('/images/wait.gif') no-repeat center center;
}


table.wynajem_table {
    width: 100%;
}

table.wynajem_table th, table.wynajem_table td {
    padding: 10px 0px 10px 10px;
    vertical-align: top;
}

table.wynajem_table th {
    width: 25%;
    text-align: left;
}

table.wynajem_table input[type="text"] {
    width: calc(100% - 4px);
}

table.wynajem_table .help {
    clear: none;
}

table.wynajem_table table {
    width: 100%;
}

.module-wynajem_miejsce .links{
	text-align: right;
	width: 100%;
    display: block;
}

.kalendarzyk-minimize {
    display: none;
}

.kalendarzyk > div.header_days > div,
.kal-detail .header_days > div
{
	background:#000001;
	border: 2px solid white;
}

.wynajem_table textarea {
    width: 100% !important;
}

/* end wynajem style */

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="STYLE AKAPITOW"> */
blockquote{
    padding-left: 50px !important;
    margin: 0 !important;
    background-image: url("/images/common/quote-b.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: auto;
}

blockquote > p{
    padding-right: 50px !important;    
    margin: 10px 0 10px 0 !important;
    background-image: url("/images/common/quote-q.png");
    background-position: right top;
    background-repeat: no-repeat;
}

/* </editor-fold> */

.center_item {
    clear: both;
    padding: 5px 2px 5px 2px;
}

.menu_kat_icon{
    width: 16px;
    height: 16px;
    float: left;
    margin: 0px 2px 0px 0px;
}

.menu_kat_icon + span{
    display: block;
    padding: 0px 0px 0px 20px;
}

/**  FORMULARZE  **************************************************************/


div.concept-gallery{
    cursor: pointer;
    height: 0;
    overflow: hidden;
}

p.tekst_img_zajawka { 
	cursor:pointer;
	float: left;
	margin: 0px 10px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

p.tekst_tytul_zajawka { 
	cursor:pointer;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
}

p.tekst_zajawka_zajawka {  
	cursor:pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
}

p.tekst_ilosc_zajawka {  
	cursor:pointer;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
}

p.tekst_img_zajawka { 
	cursor:pointer;
	float: left; 
	margin: 0px 10px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}

.author{
	position: relative; 
}

/* WIZYTOWKA */
.author:hover > .wizytowka{ 
	display: block !important;
}

.wizytowka{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 330px;
    padding: 8px;
    border: 1px solid #8C0000;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 0 15px 0px #B1B1B1;
    background: #fff;
    z-index: 2;
    color: #898989;
}

.wizytowka > .left + div{ 
    width: 150px; 
    float: right; 
}

.wizytowka .right{
    margin: 0 0 0 10px;
    float: right;
    display: block;
}

#template-preview{
    width: 300px;
    padding: 10px 10px 10px 50px;
    margin: 0 -160px;
    position: fixed;
    top: 0;
    left: 50%;
    background: #fff url('/images/portal/info.png') no-repeat left center;
    opacity: 0.6;
    box-shadow: 0 0 15px 0 #333;
    border-radius: 0 0 15px 15px;
    color: #000080;
    cursor: pointer;
    z-index: 20;
}

#template-preview:hover{
    opacity: 0.9;    
}

/* komunikat dla przestarzalych przegladarek **********************************/
#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
}

#mobileMessage {
	position: fixed;
	top: -200%;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: rgb(0, 0, 0) 0px 0px 25px 0px;
	opacity: 0.9;
	color: rgb(0, 0, 0);
	font-size: 14px;
	text-align: left;
	z-index: 1000;
	display: block;
	background-color: rgb(255, 255, 255);
}

a.niet {
	padding: 25px 25px 30px 130px;
	background: url(/images/portal/cancel.png) no-repeat scroll 18px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 50px;
	border: 1px solid black;
	border-radius: 10px;
}

a.tak {
	padding: 25px 15px 30px 125px;
	background: url(/images/portal/ok.png) no-repeat scroll 18px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 50px;
	max-width: 168px;
	border: 1px solid black;
	border-radius: 10px;
}


/* oznaczenie wymaganych pol w formularzach dodawania tresci od strony internauty */
abbr.required {
	font-size:150%;
	color:#c10000;
	position: relative;
    top: 4px !important;
    padding: 0px 3px;
}

section.component.wyszukiwarka-wrapper.advanced abbr.required {
    top: 10px !important;
}

ul.error_list{
	margin: 0px 0px 7px 0px;
	padding: 0;
}

ul.error_list li{
	padding: 2px;
	padding-left: 25px;
	list-style: none;
	color: #f33;
	font-weight: bold;
	background: url('/sfPropelPlugin/images/error.png') no-repeat 2px 2px;
}

.valid {
	border: 1px solid #969696;
	background-color: lightyellow;
}

input.valid-err,
.valid-err {
	border: 1px solid #f33;
	background-color: lightyellow;
}

.box_valid {
	width: 98%;
	padding: 5px;
	border: 1px solid #ddd;
	text-align:center;
	margin: 5px auto 15px;
	background-color: #eee;
}

.box_invalid {
	width: 98%;
	padding: 5px;
	border: 1px solid #f33;
	background-color: lightyellow;
	text-align:center;
	margin: 5px auto;
}

/* formy dodawania od strony użytkownika */
div.new_form {
	display:table;
	width:100%;
	border-collapse: collapse;
}

div.new_form_row {
	display:table-row;
}

div.new_form_row > div {
	display:table-cell;
	padding:0px 10px;
	vertical-align: top;
}

div.new_form_row div.new_form_label {
    width: 200px;
    font-weight: normal;
    vertical-align: top;
    padding: 3px 10px;
}


div.new_form.small div.new_form_label {
	width:110px;
	font-weight: bold;
	vertical-align: top;
}

div.new_form_row span.new_form_help,
.help {
    font-size: 95%;
    display: block;
    color: black;
    padding: 0 0 6px 0px;
    clear: left;
}

.help > .sub-help{
    font-weight: normal;
}

.help > .sub-help:before{
    content: '* ';
    font-size: 150%;
    color: #8C0000;
}

div.new_form select {
	width: 100%;
	margin: 3px 0px;
	padding: 3px 3px;
}

div.new_form input[type="text"],
div.new_form_common input[type="password"] {
	width: 99%;
	margin: 3px 0px;
	padding: 3px 3px;
}

div.new_form textarea {
	width: 99%;
}

div.new_form table.mceLayout {
	width: 100% !important;
}

div.new_form_cl {
	clear: both;
	height: 1px;
	font-size: 0px;
	margin: 5px 0px 10px 0px; 
	background-color: #eee;
	display:block;
}

.extra-toggler {
	cursor: pointer;
}

#geoCode {
	width: 80%;
    float: left;
    margin: 0px 0px;
    padding: 7px 15px;
}

/* mała forma kontaktu */
.smallForm.component div.new_form_row {
	width:100%;
	font-weight: normal;
	vertical-align: top;
}

.smallForm.component div.new_form_row > div {
	display:inline-block;
	padding:0px; 
	width: 100%;
}

.smallForm.component div.new_form_label {
	background: #f6f6f6;
	width:auto;
	font-weight: bold;
	vertical-align: top;
	padding: 3px 10px;
}

div.new_form input[type="text"].hasDatepicker {
	width:75%;
}

/*triger kalendarzyka*/
img.ui-datepicker-trigger {
    vertical-align: middle;
    margin-left: 5px;
    height: 25px;
    cursor:pointer;
    float:right;
}
/** AUDIO PLAYER **************************************************************/
.audioMiniPlayer {
    margin: 0px 0px 0px 10px;
    float: right;
}

/** OCENY ARTYKULOW / RATING **************************************************/
.article-rating{
    padding: 15px 0 0 0;
    clear: both;
}

/** struktura drzewiasta ******************************************************/
.tree_small{
    margin: 10px 0 0 0;
    font-size: 90%;
    display: block;
    text-align: left !important;
    color: #898989;
}

.tree_small .subtree{
    padding: 3px 0 0px 25px;
    margin: 5px 0 0px 0px;
    display: block;
    background: url('/images/tree_menu/minusbottom.gif') no-repeat top left;
    text-align: left !important;
}

.tree_small .subtree a:hover {
	color:red;
}


/******************************************************************************/

#files.files > div{
    width: 100px;
    overflow: hidden;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: top;
}

#files.files > div > p{
    margin: 0;
}

article aside.left {
    float: none;
}

a.software_attach,
a.zip_link
{
    float: right;
    font-size: 0px;
    display: block;
    margin: 0px 0px 10px 20px;

}

a.software_attach:before,
a.zip_link:before
{
    color: #014691;
    font-family: Flaticon;
    font-size: 30px;
    content: "\f100";
    vertical-align: text-top;
}

a.zip_link:before
{
    color: #014691;
    font-family: Icomoon;
    font-size: 30px;
    content: "\e1b6";
    vertical-align: text-top;
}

a.software_attach:hover:before,
a.zip_link:hover:before
{
    color: white;
}

/*
.zip_link:before
{
    margin: 15px 10px 0 0;
    content: '\e44f';
    font-family: 'Icomoon';
    vertical-align: baseline;
    font-size: 250%;
}
*/

/*------------------------------------------------------------*/

div.decorate{
    padding: 12px 0 0 0;
    margin: 0 0 12px 0;
}

.mapa-strony ul{
    list-style-type: square;
    margin: 0;
}

.mapa-strony ul li h3{
    margin: 20px 0 0 0;
}

.article-archived{
    width: 100px;
    text-align: center;
    transform: rotateZ(45deg);
    transform-origin: 100% 0;
    color: #fff;
    background: #eb0000;
    font-size: 110%;
    float: right;
    padding: 2px 20px;
    margin: 35px -15px 0 0;
    font-weight: bold;    
  /*  position: relative; */
	
	position: absolute;
    right: 0px;
    top: 66px;
}

.article-archived:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid #eb0000;
    border-left: 27px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

.article-archived:after{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid #eb0000;
    border-right: 27px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

#hyperss-loader{
    display:none !important;
}

.popup_newsletter div.new_form_row div.new_form_label{
    width:100px;
}


.popup_newsletter #submit_id{
    width: auto !important;
    margin-right: 3px;
}

#ibox_wrapper #ibox_footer_wrapper{
    position: absolute;
    font-size: 0px;
    top: -10px;
    right: -10px;
    left: auto;
    padding: 0;
    margin: 0;
}

#ibox_footer_wrapper{
    height:30px;
}

#ibox_wrapper #ibox_footer_wrapper a{
    font-size: initial;
    color: #000;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    font-weight: normal;
}

#ibox_wrapper #ibox_footer_wrapper a:after{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
}

div.new_form_row div.new_form_label,
#ibox_content {
    background-color: white !important;
}

/** PRZELACZNIK WIDOKU  *******************************************************/
.view_change{
    padding: 5px 10px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 13;
    background: #000001;
    height: 37px;
    box-sizing: border-box;
}

.view_change > *{ 
    display: inline-block;    
    vertical-align: middle;
}

.view_change > a.view_normal:before{ 
    content: '';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
    background: url(/themes/skin_01/images/view_box.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.view_change > a.view_list:before{ 
    content: '\e197';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}


.view_change > a.view_table:before{ 
	content: '';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
    display: block;
    background: url(/themes/skin_01/images/view_table.png) no-repeat;
    width: 30px;
    height: 26px;
}

.view_change > a{ 
    color: #aeaeae;
    background: inherit;
    margin: 0 3px;
	opacity: 0.6;
}

.view_change > a.sel{ 
    color: white;
    background: inherit;
	opacity: 1;
}

/** WAITER / LOADER  **********************************************************/
.waiter-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.85);
    background-position: center center;
    background-repeat: no-repeat;
    color: #898989;
    transition: all 0.25s ease;
    -webkit-animation: fadein 0.35s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.35s; /* Firefox < 16 */
    -ms-animation: fadein 0.35s; /* Internet Explorer */
    -o-animation: fadein 0.35s; /* Opera < 12.1 */
    animation: fadein 0.35s;
}

.waiter-wrapper > .waiter:before{
    position: absolute;
    top: 15%;
    left: 50%;
    background: url('/images/common/sam3-loader.svg') no-repeat center center;
    content: '';
    width: 50px;
    height: 50px;
}

@keyframes spin { 100% 
	{ 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg);
	}
}

/** licznik odwiedzin  ********************************************************/
.visit-counter{ 
    display: block;
	margin: 15px 10px 10px 30px;
}


.visits-label{
    width: auto;
    text-align: left;
    display: block;
    color: white;
    float: left;
	color: white;
    font-size: 16px;
}

.visits-today,
.visits-yesterday,
.visits-week,
.visits-month,
.visits-total{
	color: white;
}

.visits-total{ 
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-left: 22px;
    letter-spacing: 5px;
}

@keyframes fadein {
    from { 
		opacity: 0;
}

    to { 
		opacity: 1; 
	}
}

.kup-bilet{
    padding: 3px 8px;
    margin: 5px 0 0 0;
    display: inline-block;
    background: #47464C;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}

.kup-bilet:after{
    content: '\e2bd';
    font-family: 'Icomoon';
    vertical-align: baseline;
    margin-left: 5px;
}

.play-trailer{
    width: 46px;
    height: 50px;
    padding: 0 0 0 4px;
    margin: -40px auto 0;
    display: block;
    background: #47464C;
    color: #fff;
    border-radius: 25px;
    font-weight: normal;
    cursor: pointer;
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
    position: relative;
    z-index: 2;
}

.play-trailer:after{
    width: 50px;
    height: 50px;
    line-height: 50px;
    content: '\f04b';
    font-family: 'FontAwesome';
    vertical-align: baseline;
    text-align: center;
    font-size: 30px;
    display: block;
}

.kup-bilet:hover,
.kup-bilet:focus,
.play-trailer:hover,
.play-trailer:focus{
    background: #d54113;
}

.ci-rotator-news > li.zaj-wrapper,
.ci-rotator-news > tr{ 
	position: absolute;
}

.scroll-top{
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 25px;
    z-index: 20;
    opacity: 0.5;
}

.scroll-top:focus,
.scroll-top:hover{ 
	opacity: 1.0; 
}

.scroll-top:focus{
    outline: none !important;
}

.scroll-top:after{
    display: block;
    content: '\f106';
    color: white;
    background: #E26A0B;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    float: right;
    text-indent: 0;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
}

ul.tabber-tabs{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

ul.tabber-tabs > li + li{ 
	margin-left: 5px;
}

ul.tabber-tabs > li a{
    color: #aeaeae;
    background: #fff;
}

ul.tabber-tabs > li a:hover,
ul.tabber-tabs > li a:focus,
ul.tabber-tabs > li.sel a{
    color: #8C0000;
}

ul.tabber-tabs > li + li a:before,
ul.tabber-tabs > li + li a:hover:before,
ul.tabber-tabs > li + li a:focus:before{
    content: ' / ';
    margin: 0 10px;
    color: #aeaeae;
    background: #fff;
}

.tabber-content > .tab .component{
    padding: 0;
    margin: 0;
}

.tabber-content > .tab .component .view_normal .zajawka{ 
	margin-bottom: 0;
}

.tabber-content > .tab .component .belka .title.hidden-wcag + .numbers{ 
	margin-top: 0;
}



.abtlikebox:before {
    content: url(/images/common/fb.png);
    float: left;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    left: -32px;
    top: 0;
}

.abtlikebox {
    float: right;
    height: 271px;
    padding: 0px 0px 0px 0px;
    width: 292px;
    z-index: 30;
    position: fixed;
    right: -292px;
    top: 171px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
}


.instagram:before {
    content: url(/images/common/instagram.png);
    float: left;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    left: -32px;
    top: 0;
}

.instagram {
    float: right;
    height: 271px;
    padding: 0px 0px 0px 0px;
    width: 292px;
    z-index: 30;
    position: fixed;
    right: -292px;
    top: 211px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.abtlikebox:hover,
.abtlikebox:focus,
.instagram:hover,
.instagram:focus{
    z-index: 31;
}

#instagram-ajax{
    width: 100%;
    height: 100%;
    background-color: #ccc;
    color: #000;
}

.instagram-wrapper{
    width: 100%;
    padding: 1px;
    box-sizing: border-box;    
    background-color: #fff;
    color: #000;
    background-clip: content-box;
    cursor: default;
    background-repeat: no-repeat;
    background-position: top left;
}

.instagram-wrapper img{
    display: block;
    float: left;
    max-width: 40%;
    margin: 10px 5%;
    height: auto;
    filter: none;
}

.instagram-wrapper .full_name{
    width: 100%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    font-weight: bold; 
    font-size: 115%;    
    filter: none;
}

.instagram-wrapper .bio,
.instagram-wrapper .website{
    width: 100%;
    padding: 0px 10px 10px 0;
    box-sizing: border-box;    
    font-size: 90%;
    filter: none;
}

.instagram-wrapper.recent_media{
    display: flex;
    flex-flow: row wrap;    
    filter: none;
}

.instagram-wrapper.recent_media > *{
    flex: 0 0 24%;
    max-width: 24%;
    height: auto;
    filter: none;
}

/** editPix  ******************************************************************/
div[id^="editPix_mini"], 
div[id^="editPix_thumb"], 
div[id^="editPix_normal"], 
div[id^="editPix_flash"] {
    position: fixed;
    width:94%;
    height:94%;
    padding: 0px;
    border:5px solid #CCC;
    background-color: #ffffff;
    z-index:1000;
    top: 3%;
    left: 3%;
    margin: -5px 0 0 -5px;
    box-shadow: 0 0 30px #333, 0 0 50px #333;
} 

/* dla galerii internauty */
.big_save, .big_del{
	float: left;
	width: auto;
	height: 22px;
	padding: 0px 2px 4px 24px;
	margin: 0 0 0 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #808080;
	font-size: 11px;
	box-sizing: border-box;
	line-height: 22px;
}

.big_save{
	background: transparent url(/images/admin/button_icons.gif) no-repeat scroll 3px -20px;
}

.big_del{
	background: transparent url(/images/admin/button_icons.gif) no-repeat scroll 3px -200px;
}

/* z nysy do kafelkow -- masonery */
ul.kafelki {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0px 0px 24px;
    overflow:hidden;
    position:relative;
}

ul.kafelki .grid-sizer,
ul.kafelki .grid-item {
    float:left;
    height:134px;
    width:24.5%;
    margin-bottom:8px;
}

ul.kafelki .gutter-sizer {
    width:calc( 2% / 3 );
}

ul.kafelki .grid-item.grid-item--width2 {
    width: calc( 49% + 2% / 3 );
}

ul.kafelki .grid-item.grid-item--height2 {
    height:276px;
}

ul.kafelki li,
ul.kafelki li > div {
    width:100%;
}

ul.kafelki a.grid-item {
    line-height:134px;
}

ul.kafelki a.grid-item:hover {
    background:#000!important;
}

ul.kafelki .k-icon {
    width:100px;
    height:134px;
    margin-left: 15px;
    margin-right: 15px;
    float:left;
    display:inline-block;
    transform:scale3d(1,1,1);
}

ul.kafelki a.grid-item:hover .k-icon {
}

ul.kafelki .k-title {
    text-transform:uppercase;
    color:#fff;
    font-size:24px;
    font-weight:100;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: calc( 100% - 130px );
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
}


@media screen and (max-width: 960px){
    ul.kafelki .grid-sizer,
    ul.kafelki .grid-item {
        float:left;
        height:134px;
        width:49%;
        margin-bottom:8px;
    }
	
    ul.kafelki .gutter-sizer {
        width:2%;
    }
	
    ul.kafelki .grid-item.grid-item--width2 {
        width: calc( 49% );
    }
	
    ul.kafelki .grid-item.grid-item--height2 {
        height:276px;
    }
}

@media screen and (max-width: 640px){
    ul.kafelki .grid-sizer,
    ul.kafelki .grid-item {
        float:left;
        height:134px;
        width:100%;
        margin-bottom:8px;
    }
	
    ul.kafelki .gutter-sizer {
        width:0%;
    }
	
    ul.kafelki .grid-item.grid-item--width2 {
        width: 100%;
    }
	
    ul.kafelki .grid-item.grid-item--height2 {
        height:134px;
    }
}
/* koniec z nysy do kafelkow -- masonery */

video, audio[controls], audio.webshims-controls {
    display: inline-block;
    min-height: 29px;
    min-width: 180px;
}

/** Flipbook ******************************************************************/
.flipbook-pdf{
	cursor:pointer;
}

.flipbook-gallery{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}

.flipbook-gallery > *{
    margin:0 0 15px 0;
    cursor:pointer;
}

.flipbook-gallery > a{
    position:relative;
    line-height:0;
}

.flipbook-gallery > a > span{
    position:absolute;
    left:0;
    bottom:40px;
    padding:10px 15px;
    color:white;
    background-color:#E26A0B;
    font-size:128%;
    font-weight:400;
    line-height:150%;
    opacity:0;
}

.flipbook-gallery > a:hover span,
.flipbook-gallery > a:focus span{
	opacity:1;
}

article .powiazane .belka .title span.pobierz_flipbook{
    margin-left:15px;
    float:right;
    color:#fff;
    cursor:pointer;
    font-weight:300;
}


.flipbook-gallery > a.concept-iframe-launcher.last-flipbook .overlay-hover{
    opacity:1;
    transform:translateX(-50%);
    bottom:40%;
    left:50%;
    font-size:200%;
}

.powiazane.flipbook .belka > h3 a:hover{
	color:#E26A0B;
	text-decoration:none;
}

.flipbook-gallery a:hover,
.epub_lista.component .zajawka > a:hover{
    box-shadow:0px 0px 30px 0px black;
    transition:none;
}


.powiazane.flipbook .belka > h3{
    font-size:130%;
    float:right;margin:0px;
}

.powiazane.flipbook .belka > h3 a{
    color:white;
    font-weight:normal;
    margin-left:15px;
}

.powiazane.flipbook .belka > h3 a:hover{
	color:white;
}

a.concept-iframe-launcher.last-flipbook img{
    filter: contrast(60%);
    -webkit-filter: contrast(60%);
}
/* end flipbook*/

/*** ACCESS LAB YouTube patch ***/

/* 
  Sample CSS for "Accessible Controls for the YouTube Embedded Video Player"
  http://wac.osu.edu/examples/youtube-player-controls/
*/
div.ytplayerbox {
    margin: 0 0 20px 0;
    padding: 5px 10px;
    width:100% !important;
    border:1px solid #ddd;
    background:#fff;
    text-align:center;
}
ul.ytplayerbuttons {
    margin: 3px auto 3px auto !important;
    text-align:center;
}

ul.ytplayerbuttons li {
    list-style-type: none;
    display:inline;
    margin: 0 1px 0 0;
}

ul.ytplayerbuttons a { 
    padding: 4px 8px;
    font-size:0.7em;
    margin:0 5px 5px 0;
    text-decoration: none;
    border: none;
    -moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;
    display:inline-block; /* helps with IE7 and earlier rendering */
}

ul.ytplayerbuttons a:link,
ul.ytplayerbuttons a:visited{
    color: #fff;
    background: #000;
}

ul.ytplayerbuttons a:hover,
ul.ytplayerbuttons a:active,
ul.ytplayerbuttons a:focus{
    background:white; color:#000; 
}

div.ytplayerbox h3.semantic{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
div.ytplayerbox h3.playlisth{
    color: #333;
    line-height:0.8;
    margin: 12px 0 3px 0;
}

div.ytplayerbox h4 {
    color: #555;
    margin: 3px 0 0 0;
}

ul.ytplaylistl{
    background: #999;
    padding: 1px;
    margin: 0;
}

ul.ytplaylistl li {
    list-style-type: none;
    background: transparent url("img/control_play.png") no-repeat 3px .3em;
    padding: 5px 0 3px 21px;
    margin: 0;
}

ul.ytplaylistl li.ytlisteven{
    background-color: #ebebeb;
}

ul.ytplaylistl li.ytlistodd{
    background-color: #ddd;
}

ul.ytplaylistl li a{
    font-weight: bold;
    text-decoration: none;
    border: none;
    display: block;
    margin: 0 3px 0 1px;
}

ul.ytplaylistl li a:link{
    color: #000;
}

ul.ytplaylistl li a:visited{
    color: #333;
}

ul.ytplaylistl li a:hover,
ul.ytplaylistl li a:active,
ul.ytplaylistl li a:focus{
    color: #fff;
    background-color: #333;
}

.czas {
	font-family: monospace;
	text-align:center;
}
.nono {
	display:none !important;
}


/* ------------------------------------------------------ */ 
/* boksy informacyjne - dla admina sa w tinyStyle.css     */ 
/* ------------------------------------------------------ */ 
/* boksy informacyjne - dla internauty sa w common.css */ 
.Zielony_blok_informacyjny, .Pomaranczowy_blok_informacyjny, .Szary_blok_informacyjny
{
    padding: 10px 20px 10px 74px;
    display: block;
}

.Zielony_blok_informacyjny
{
    border: 5px solid #E26A0B;
    background: #fff url('/images/common/greenbox.png') no-repeat scroll 13px 13px;
}

.Pomaranczowy_blok_informacyjny{
	border: 5px solid #000001;
    background: #fff url('/images/common/orangebox.png') no-repeat scroll 13px 13px;
}

.Szary_blok_informacyjny
{
    border: 5px solid gray;
    background: #fff url('/images/common/graybox.png') no-repeat scroll 13px 13px;
}



.Zielony_blok_informacyjny::first-line, .Pomaranczowy_blok_informacyjny::first-line, .Szary_blok_informacyjny::first-line
{
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-shadow: 1px 0px;
    letter-spacing: 0.5px;
    line-height:150%;
}
/** skip linki ****************************************************************/
.wcag_links {
    margin: 0px;
    position: absolute;
	top: 70px;
    left: 430px;
    z-index: 22;
}

.wcag_links div.links {
    position: relative;
}

.wcag_links div.links div.hidden {
    display: block;
}

.wcag_links > div,
.wcag_links .stop-anim {
    margin-right: 5px;
    color: #000000;
    display: block;
}

.wcag_links div.links div {
    float: left;
    cursor: pointer;
    font-size: 0px;
}

.wcag_links div.links div {
    font-size:100%;
}

.wcag_links div.links div.hidden > * {
    display: block;
    position: absolute;
    top: -999px;
    left: -999px;
    opacity: 0;
    transition: opacity 0.15s ease;
    height: auto;
    width: auto;
}

.wcag_links div.links div.hidden > *:focus {
    top: 0;
    left: 0;
    padding: 5px 15px;
    background: #fff;
    color: #000;
    display: block;
    opacity: 1;
    transition: opacity 0.15s ease;
    position: relative;
}

.wcag_links.topMenu_infobar div.links div {
    height: auto;
}

article > .tresc > .tresc,
.news_footer_menu,
article > .tresc{
	line-height: 145%;
    font-size: 18px;
    font-weight: lighter;
}

.rejestracja_table td.empty:after {
    content: '-';
    color: gray;
}

.rejestracja_table td.empty {
    text-align: center;
    border: 1px solid silver;
    background: #ebebeb;
}

.gallery_download {
    line-height: 150%;
    color: #8C0000;
    font-weight: bold;
    font-size: 0px;
    margin: 8px 0px 0px 0px;
    padding: 2px 0px 2px 20px;
    background: #fff url(/images/common/zip_download.png) no-repeat scroll 0px 0px;
    float: right;
    display: block;
    height: 20px;
    background-size: contain;
    filter: saturate(0);
}

/** komentarze ****************************************************************/
.c_nick {
    margin: 1px 0 0;
    width: 65%;
}

.c_title {
    float: left;
    margin: 6px 0px 6px 0px;
}

.c_text b.comment_title { 
    display: inline-block;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.c_odpowiedz{
	float:right;
}

.c_response {
    float: left;
    font-weight: normal;
    margin: 6px 0px 6px 0px;
    color: #3376bc;
}

.c_response:before{
    content: "\e04e";
    font-family: 'Icomoon';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 20px;
    vertical-align: middle;
}

.c_response.violation:before{
    content: "\e050";
}

.c_response:hover{
	color:#d43f14;
}

.c_name {
    float:left;
    font-weight:bold;
    margin: 6px 0px 6px 0px;
}

.c_text {
    font-size: 14px;
}

.c_form_div {
    clear:both;
}

.c_txt {
    width: 99%;
    height:100px;
    margin: 10px 0px 0px 0px;
}


.c_entry {
    padding: 15px;
    border: 1px solid #c0c0c0;
    font-size: 16px;
}
/* end komentarze*/


form ul.radio_list{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
}

.tab-content-wrapper{
    width: 100%;
    margin-top: -15px;
    padding: 15px 15px 0 15px;    
    border-style: solid;
    border-color: silver;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    box-sizing: border-box;
}

.info-icon{
    width: 16px;
    height: auto;
    display: inline-block;
    margin: 0 10px 0 10px;
    vertical-align: middle;
    float: right;
}

.info-icon + div{
    height: auto;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 10px;
    border: 1px solid silver;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    transition: max-height 0.35s;
    display: none;
}

.box-iobiekt a:hover {
    color: white;
}

/** wyciete fragmenty z tresci dla Aplikacji mobilnej  ************************/
.aunavailable-content{
    width: 100%;
    height: 10px;
    margin: 0 0 10px 0;
    display: block;
    background: #efefef;
    color: #000;
}

.aunavailable-content:before{
    content: '(…)'; /* „ … ” */
    color: #646464;    
}

/* ustawienia dla boksow w lewym panelu */
.panel_box {
    background: #fff;
    box-shadow: 0px 0px 5px 0 silver;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
}

.title_border {
    border-left-style: solid;
    border-left-width: 7px;
    padding:0px 0px 0px 9px;
    margin: 0px 0px 8px 0px;
}

.title .subdesc {
    padding: 0px 9px 0px 0px;
    float:left;
}


input[type="checkbox"],
.pytanie input[type="radio"]{
	float: left;
	margin: 5px 5px 0px 0px;
}

#lista_kategorii{
    color:#000000;
    text-align: center;
    height:27px;
    width:450px;
    margin:0px 0px 0px 0px;
}

select.lista_kategorii{
    display:block;
    float:left;
    height:20px;
    margin:3px 10px 3px 3px;
    width:310px;
    text-align: left;
    color:#000000;
}

select.kategoria_select{
    margin: 7px 0 0 8px;
    border: 1px solid #015f8a;
    color: #015f8a;
}

/* termin zamowienia biletow */
.termin{ 
	color:#cd0216;
}

.termin span{ 
	color: white;
    background: #E26A0B;
	font-family: 'Lato', Arial;
    font-weight: 400;
    font-size: 14px;
}

/** ankiety **/
.ankt_option{
    float: left;
    width: 88%;
    margin-bottom: 10px;
}

/* style kalendarz i Infomrator article */
.aside_kal{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.aside_kal .box-iobiekt {
	width: 100%;
    display: flex;
    flex-flow: row nowrap;
    font-size: 14px;
    flex: 0 1 48%;
    margin-bottom: 5px;
    font-family: 'Lato',Arial;
    font-weight: normal;
}

.aside_kal .box-iobiekt:nth-child(4n+1) > .obiekt_typ,
.aside_kal .box-iobiekt:nth-child(4n+2) > .obiekt_typ {
    background-color: #E26A0B;
    color: white;
}

.aside_kal .box-iobiekt:nth-child(4n+1) > .obiekt_dane,
.aside_kal .box-iobiekt:nth-child(4n+2) > .obiekt_dane {
	background-color: white;
}

article.grafika_half .aside_kal .box-iobiekt {
    flex: 0 1 100%;
}


.aside_kal .box-iobiekt .obiekt_dane {
    flex-grow: 1;
    align-items: center;
    display: flex;
}


article.grafika_half .grafika_tresc{
	width: auto !important;
    max-width: 300px !important;
	float: left;
}

article.grafika_half .grafika_tresc + .cl{
	display:none;
}

article.grafika_half .box{
	float:right;
}

.miejsce-adres a + a {
    display: block;
}

div.miejsce-adres a:hover, div.miejsce-adres:focus {
    text-decoration: underline;
    color: black;
}

article.grafika_half.lock .grafika_tresc,
article.grafika_half.lock .grafika_tresc img{
	width:300px;
	height:auto;
}

article.grafika_half.lock .box {
    float: right;
    width: calc(100% - 300px - 25px) !important;
}

zajawka .box-iobiekt > .obiekt_typ
{ padding-left: 0; }

.box-iobiekt .obiekt_typ, 
.box-iobiekt .obiekt_dane 
{
    flex-basis: auto;    
    padding: 5px 10px;
    box-sizing: border-box;
}
.box-iobiekt .obiekt_typ 
{  
    color: white;
    background: #E26A0B;
    font-size: 16.8px;}

article .box-iobiekt .obiekt_typ 
{
    min-width: 195px;
}
.box-iobiekt .obiekt_dane 
{
    text-shadow: 0 0;
    flex-grow: 1;
    font-size: 16px;
}

.box-iobiekt.termin .obiekt_dane span{
	font-size: 16px;
}

.termin .obiekt_dane span {
    background: white;
    font-weight: normal;
}

.box-iobiekt.termin .obiekt_dane,
.box-iobiekt.cena .obiekt_dane{
	display:block;
}

.termin .obiekt_dane,
.termin .obiekt_dane span {
    color: black;
}

.kup-bilet:hover, .kup-bilet:focus {
    color: white !important;
}

.box-iobiekt .obiekt_typ {
    font-weight: normal;
}

@media screen and (max-width: 850px){
	.aside_kal {
		display: block;
	}	
}
/* end style kalendarz i Infomrator article */

/*Filtry w inwestycjach */
div.mapa_filtry {
	padding:0px;
	clear:both; 
	margin: 0px 0px 20px 0px;
}

div.select_filter {
	clear:both; 
	display:block;
	margin-bottom: 14px;
}

div.mapa_filtry label {
	color:#000;
	padding-top: 2px;
	font-size: 14px;
}

div.mapa_filtry select {
	width:100%;
	font-size: 14px;
	height:24px;
	cursor: pointer;
	clear:both;
}

.module-mapaInwestycji .level-2 > span {
    background-color: #8C0000;
	color:white;
}


body.module-galeria.action-show .fancybox-title >h4{
	display:none;
}

.Informacja_aplikacji_mobilnej_uwaga{
    display: none;
}

span.info_seperator {
    display: none;
}

article span.info {
    padding: 0px;
    margin-bottom: 10px;
}

.zgody abbr{
	float:left;
}

.zgody label{
	display: inline-block;
	width: calc(100% - 40px);
    margin-bottom: 20px;
}


.miejsce a:hover > img {
    border: 1px solid red;
}

.miejsce img {
    border: 1px solid silver;
}


/* my style */

.miejsce-banerowe.logo_w_naglowku {
    float: left;
    position: relative;
    margin-top: 21px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.miejsce-banerowe.logo_w_naglowku  > div.pole-banerowe{
	margin:0px;
}


.panel_top {
    width: 1047px;
    height: 129px;
    background: white;
    position: relative;
    float: right;
	box-sizing: border-box;
    padding: 24px 22px 0px 17px;
    margin: 20px 0px 50px 0px;
}

body.module-portal.action-index .panel_top {
    margin: 20px 0px 432px 0px;
}


.icon_social {
    float: left;
    margin: 3px 0px 0px 33px;
	display:none;
}

.icon_social > div{
	margin-right:7px;
	 float: left;
}

.icon_epup_bip {
    float: left;
    margin: -1px 0px 0px 17px;
}

.icon_epup_bip > div {
    float: left;
    margin: 0px 8px 0px 0px;
}

section.component.wyszukiwarka-wrapper {
    float: right;
    margin: 70px 0px 0px 0px;
}

.miejsce-banerowe.banery_do_podstron_w_naglowku a:hover {
    box-shadow: 0px 2px 38px -5px grey;
}

.miejsce-banerowe.logo_w_naglowku_zadokowane {
    display: none;
}


.logosy_naglowek {
    clear: both;
    position: relative;
    top: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: space-between;  
    flex-wrap: inherit;	
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px;
    list-style-type: none;
}

.logosy_naglowek .pole-banerowe{
	position:relative;
	margin-bottom: 41px;
}

span.baner_title {
    font-size: 16px;
    display: block;
    line-height: 120%;
    position: absolute;
    font-weight: normal;
    color: black;
    bottom: 13px;
    left: 0px;
    width: 121px;
    text-shadow: 0px 0px;
    text-align: center;
    text-transform: none;
}


.logosy_naglowek .pole-banerowe.baner_nr_13 span.baner_title,
.logosy_naglowek .pole-banerowe.baner_nr_16 span.baner_title{
	bottom: 25px;
}


.component.search_all_content .zajawka a .box-left {
    overflow: hidden;
}

#PAN_HEAD > div {
    min-height: 0px;
}


.przedstopka {
    padding: 0px 1920px;
    margin: 20px -1920px 0px -1920px;
    background: #3376bc;
	width: 100%;
}

.stopka_logo {
    float: left;
	margin: 35px 20px 0px 0px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 16px;
    /* background: url(/themes/skin_01/images/stopka.png) no-repeat 0px 0px;
    padding-left: 24px; */
}

.przedstopka_content_dane{
    box-sizing: border-box;
    padding: 4px 0px 8px 0px;
    float: none;
    width: 100%;
}

.stopka_logo > div {
    margin-bottom: 9px;
}

#FULL_FOOT .pole-banerowe {
    border-top: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    clear: both;
    margin: 0px 0px 10px 0px;
}


.stopka_dane {
    font-size: 14px;
    color: white;
    text-align: left;   
    padding: 1px 0px 0px 0px;
    box-sizing: border-box;
}

.stopka_dane .pole-banerowe {
    text-align: left;
}

.stopka_adres {
    background: url(/images/portal/adres.png) no-repeat 0px 4px;
    padding-left: 44px;
    margin-top: 22px;
}

.stopka_tel {
    background: url(/images/portal/tel.png) no-repeat 0px 4px;
    padding-left: 44px;
    margin-top: 10px;
}

.stopka_tel > span {
    width: 19px;
    display: block;
    float: left;
}

a.stopka_link {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    background: url(/images/portal/mail.png) no-repeat 2px 1px;
    padding-left: 44px;
    margin-top: 12px;
    padding-bottom: 3px;
}

.stopka_napis {
    font-size: 16px;
    float: left;
    padding: 9px 0px 0px 0px;
}


.stopka_menu .mainMenu .block:first-child > a {
    background: transparent url(/images/portal/domek.png) no-repeat center center !important;
    border: none !important;
    font-size: 0px !important;
    display: block;
    width: 50px;
    height: 30px;
    position: relative;
    top: -4px;
    left: 15px;
}

.stopka_menu .mainMenu .block:first-child a:after{
	display:none !important;
}

.stopka_menu .mainMenu .block.sel a.menu-level-1 {
    text-decoration: underline;
}

.stopka_menu .glowneMenu {
    margin-right: 0px;
    width: 102%;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.stopka_menu .mainMenu .block a.menu-level-1{
    color: white;
    border: none;
    font-weight: 300;
    text-shadow: none;
    font-size: 18px;
    text-transform: none;
    padding: 2px;
    height: auto;
}

.stopka_menu .mainMenu .block a.menu-level-1:after {
    background-color: rgba(255,255,255,0.2);
	z-index: auto;
    top: 2px;
    left: -25px;
}





.stopka_dane .pole-banerowe {
    text-align: left;
}

.stopka_adres {
	background: url(/themes/skin_01/images//adres.png) no-repeat 0px 0px;
    padding-left: 40px;
    margin-top: 10px;
    float: left;
    margin-left: 0px;
    font-weight: 400;
    font-size: 15px;
}

.stopka_tel {
    background: url(/themes/skin_01/images/tel.png) no-repeat 0px 1px;
    padding-left: 39px;
    margin-top: 12px;
    float: left;
    margin-left: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.stopka_mail a {
    display: inline-block;
}

.stopka_mail {
    background: url(/themes/skin_01/images/mail.png) no-repeat 0px 5px;
    padding-left: 39px;
    margin-top: 0px;
    float: left;
    margin-left: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.stopka_godziny {
    margin: 3px 0px 6px 0px;
    padding-left: 50px;
    line-height: 28px;
	font-family: 'Lato';
    font-size: 16px;
    font-weight: normal;
	background: url(/themes/skin_01/images/zegar.png) no-repeat 0px 7px;
}

a.stopka_links {
    margin-top: 20px;
    margin-bottom: 0px;
}

.stopka_tel > span {
    width: 60px;
    display: block;
    float: left;
}

a.stopka_link {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    background: url(/images/portal/mail.png) no-repeat 2px 1px;
    padding-left: 44px;
    margin-top: 12px;
    padding-bottom: 3px;
}

a.stopka_mail {
    float: left;
    font-size: 14px;
    margin: 14px 0px 0px 58px;
    background: url(/images/portal/mail.png) no-repeat;
    padding-left: 42px;
    padding-bottom: 5px;
    font-weight: 300;
}





.stopka_menu .glowneMenu .mainMenu {
    display: block;
	height: auto;
}



.stopka_menu .mainMenu .block a.menu-level-1:hover{
	text-decoration:underline;
}


.jednostki {
    float: left;
    width: 890px;
    border-top: 1px solid #5e91ca;
    border-bottom: 1px solid #5e91ca;
    margin-left: 30px;
    margin-top: 29px;
	display:flex;
	color: white;
    text-align: left;
    font-size: 14px;
}

.jednotstki_tytul {
    float: left;
    width: 80px;
    font-weight: bold;
    margin: 23px 10px 0px 0px;
	letter-spacing: 0.3px;
}

.jednostki_linki {
    width: calc(100% - 80px);
	margin: 23px 0px 18px 0px;
    padding: 0px;
    list-style-type: none;
}

.jednostki_linki a {
    display: inline-block;
    margin: 0px 0px 4px 0px;
    text-shadow: none;
    font-weight: 100;
    height: 20px;
}

.stopka_menu .glowneMenu .mainMenu .block {
	margin-right: 54px;
    height: auto;
	float: left;
}

ul.jednostki_linki li {
    float: left;
}

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

.stopka_multisite > div.clr {
    display: none;
}

span.jednostki_sep {
    width: 1px;
    height: 13px;
    background: #5f90c8;
    display: inline-block;
    margin: 3px 18px 0px 19px;
    display: inline-block;
}

.licznik_odwidzin {
    float: left;
}


.licznik_odwidzin > .component {
   background:transparent;
}


.karuzela_border_top {
    border-top: 2px solid #000001;
    margin-bottom: 20px;
    margin-top: 10px;
	position:relative;
}

.component.aktualnosci_promowane > header.belka > h2 > span{
	float:left;	
}

.component.aktualnosci_promowane div#news_tabs {
    float: left;
}


.component.aktualnosci_promowane ul.tabs {
    margin: 5px 15px 0px 5px;
}

.component.aktualnosci_promowane ul.tabs li {
    position:relative;
}

.component.aktualnosci_promowane ul.tabs li.rss{
	visibility:visible;
}


.component.aktualnosci_promowane ul.tabs li:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: -1px;
    background: #cccccc;
	visibility: hidden;
}

.component.aktualnosci_promowane ul.tabs li.sel:after,
.component.aktualnosci_promowane ul.tabs li:first-child:after {
	display:none;
}

.component.aktualnosci_promowane ul.tabs li.rss {
    background: url(/themes/skin_01/images/rssh.png) no-repeat;
    width: 80px;
    height: 37px;
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
}


.component.aktualnosci_promowane ul.tabs li > * {
    padding: 2px 19px 3px 19px;
}


.component.aktualnosci_promowane ul.tabs li .tabs_etykieta {
    display: none;
}

span.etykieta_zajawka {
    display: flex;
	margin-bottom: 11px;
	margin-left: -3px;
    margin-right: -3px;
	display: none;
}


span.etykieta_zajawka .label {
    width: 100%;
    min-height: 2px;    
    display: block;
    float: none;
}

span.etykieta_zajawka .label:first-child{

	 position: static !important;
}

span.etykieta_zajawka .label:last-child {
    position: relative;   
}

.component.aktualnosci_promowane .news_full_form span.etykieta_zajawka .label:last-child {
    position: static;
}


.component.aktualnosci_promowane .news_compact_shrunk_form .zajawka > a{
	min-height:0px
}


section.component.aktualnosci_promowane {
    margin-top: 0px;
    margin-bottom: 10px;
}

.miejsce-banerowe.banery_na_stronie_glownej_w_prawym {
    margin-top: 46px;
}

.component.aktualnosci_promowane ul.tabs li.rss:after {
    display: none;
}

.kalendarz_box header.belka > h2{
	float:left;
}

.kalendarz_box ul.tabs {
    margin: 0px 0px 0px 0px;
}


.kal_top{
    margin-bottom: 7px;
	border: 1px solid #d0d0d0;
	padding: 6px 0px 4px 0px;
	position: relative;
    z-index: 1;
}

body .kal_top tr.week td.kalednarz_text {
    text-align: left !important;
    width: 90px !important;
    text-transform: uppercase;
    color: black;
    line-height: 100%;
    display: inline-block;
    float: left;
}

body .calendar_box td.kalednarz_text {
    padding: 10px 0px 0px 10px !important;
    line-height: 101%;
    position: relative;
    font-family: 'PT Sans',Arial !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase !important;
}

.kal_top table.icalendar{
	margin-bottom: 0px;
	width: 100%;
}

td.kal_prev {
	background: url(/themes/skin_01/images/left9.png) no-repeat center center;
    font-size: 0px;
    width: 22px !important;
    height: 100%;
    cursor: pointer;
    padding-left: 10px !important;
    background-color: #E26A0B;
}

td.kal_prev .prev{
	display: block;
    height: 72px;	
}


td.kal_next {
    background: url(/themes/skin_01/images/right9.png) no-repeat center center;
    font-size: 0px;
    width: 22px !important;
    height: 100%;
    cursor: pointer;
    padding-right: 10px !important;
    background-color: #E26A0B;
}




td.kal_next .next{
	display: block;
}

.kal_top tr.week td{
	text-transform: uppercase;
	width: 49px !important;
    padding: 0px 4.5px;
}


.kal_top .kalendarz_miesiac_name{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 0px;
}

.kal_top .kalendarz_numer_dnia{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: -1px;
}


.kalendarz_box header.belka > h2{
	margin-right: 66px;
}


.kal_top .kalendarz_tydzien_name{
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -7px;
}



.kalendarz_box header.belka{    
	margin-bottom: 19px;
}

.kali_data_od,
.kali_data_do{
    display: block;
    font-weight: lighter;
    font-size: 15px;
    text-shadow: 0px 0px;
}

span.kali_data {
    display: block;
    margin-top: 12px;
}


section.component.kalendarz_box .columns-5 .box-right .tresc{
	font-size:13px;
}

.kal_top tr.week td {
    font-family: 'Lato', Arial;
}

body .kal_top tr.week td.kal_next,
body .kal_top tr.week td.kal_prev {
    width: 30px !important;
    padding: 0px !important;
    margin: 0px;
}

body .kal_top tr.week td.kal_next .next,
body .kal_top tr.week td.kal_prev .prev {
    display: block;
    height: 62px !important;
    width: 30px;
}

/*
.kalendarz_box .zajawka > a {
	height:auto !important;
}
*/

.kali_data_od > span,
.kali_data_do > span{
	display: inline-block;
    float: right;
    width: calc(100% - 30px);
}


.kali_data_od > span.cl,
.kali_data_do > span.cl{
	display: block;
    float: none;
    width:100%;
}

span.kali_data strong {

}

.waznebox {
    margin-top: -13px;
    margin-bottom: 43px;
}


section.component.kalendarz_box {
    margin-bottom: 21px;
	z-index: 1;
}

#hyperss .hyperss-text .hyperss-description > span:empty {
    display: none;
}



.switcher.mapa-strony {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 165%;
	font-family: 'Lato',Arial;
    font-weight: normal;
}

.switcher.mapa-strony a:hover{
	color:red;
}

ul.tabs li:hover .tabs_etykieta,
ul.tabs li.sel .tabs_etykieta,
ul.tabs li.select .tabs_etykieta{
	display:none;
}


.powiazane .file_title a:hover span,
.powiazane .file_title a:hover,
span.size {
    color: #d43f14;
}


.gallery-title, .gallery-title > h3 {
    font-weight: 500;
    display: block;
    text-align: initial;
    font-size: 18px;
    text-transform: none;
    color: #393939;
	margin-bottom: 15px;
}



.new_form_label label {
    font-size: 18px;
    font-weight: normal;
}

.link > a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.icalendar.harmonogram-miesiac .sobota,
.icalendar.harmonogram-miesiac .niedziela,
.icalendar.harmonogram-tydzien .sobota,
.icalendar.harmonogram-tydzien .niedziela{
	border:none;
}

table.icalendar.harmonogram-miesiac th,
table.icalendar.harmonogram-tydzien td,
table.icalendar.harmonogram-tydzien th {
    text-align: center !important;
}

@media screen and (min-width: 1200px){
	.module-kalendarz_imprez nav.kalendarz_menu,
	.module-kalendarz_imprez.action-impreza #PAN_2 nav.kalendarz_menu{
		display:none;	
	}
}

#c_form .new_form textarea,
#c_form .new_form input[type="text"]{
    font-size: 18px;
    font-weight: normal;
}

.naj_pop_gal ul.tabs li:focus,
.naj_pop_gal ul.tabs li:hover,
.naj_pop_gal ul.tabs li.sel {
    background: #3376bc;
}


.naj_pop_gal .component,
.naj_pop_gal{
	min-height:202px;
}


.goog-te-menu-value > span:last-child{
	color:black !important;
}

/* box strona strona główna */
.box_strona .box-left{
	width:594px;
}


.box_strona .zajawka .box-right,
.box_strona .zajawka.in-row .box-left + .box-right {
    padding-left: 33px;
}

.box_strona .zajawka .box-right .title{
	color:#38659e;
}

/* end box strona strona główna */


/* banery na stronie glownej */
.box_banery {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 0px;
    list-style-type: none;
    margin: 37px 0px 0px 0px;
}

.box_banery > .cl {
    display: none;
}

/* end banery na stronie glownej */

.component.aktualnosci_promowane .rss {
    background: url(/images/portal/rss.png) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
	cursor:pointer;
}

.zajawka .link{display:none !important;}
.component.aktualnosci_promowane .zajawka .link{display:inline-block;}
#PAN_HEAD .mainMenu:hover a.menu-level-1:focus {
    outline: 0px;
}


body .karuzela-container {
    margin: 0px 0px 28px 0px;
}


.miejsce-adres a:hover, .miejsce-adres a:focus,
.obiekt_dane a:hover, .obiekt_dane a:focus {
    color: red;
}


.kalendarz_trailer .fancybox-opened {
    width: 95% !important;
}

.kalendarz_trailer .fancybox-opened iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.kalendarz_trailer .fancybox-inner {
    padding-bottom: 40% !important;
    width: 95% !important;
}



div#kontakt_uwagi .new_form_field > p {
    padding-top: 0px;
    margin-top: 5px;
}

.logosy_naglowek a:hover, .logosy_naglowek a:focus {
    box-shadow: 0px 4px 35px 0px grey;
}

.news_compact_shrunk_form .zajawka > a:hover .box-right .title{
	color:red;
}

.news_compact_shrunk_form .zajawka > a:hover .box-right .title .label{
	background:red !important;
}


.obiekt_dane {
    max-width: 270px;
}

.occurances-day-wrapper.info_only {
    text-align: left !important;
	padding: 2px 2px;
}

.okTermin {
    vertical-align: bottom;
}

.icalendar[class*="harmonogram"] .label {
    display: none;
}

.portal-menu > li {
    background: #343539 !important;
}


/* menu multisite 5 */
@media screen and (min-width: 1210px){
	#PAN_2 nav .level-1 > span > span.label,
	#PAN_2 nav .level-1 > a > span.label
	{
		background: red;
		width: 16px;
		height: calc(100% - 5px);
		top: 0px;
		left: -3px;
		z-index: 1;
		position: absolute;
		border-right: 1px solid white !important;
	}

	#PAN_2 nav .level-1 > a:before {
		content: '';
		display: block;
		background: #E26A0B;
		width: 100%;
		height: 1px;
		position: relative;
		top: -10px;		
	}
	
	
	#PAN_2 nav .level-1 > a:focus:after,
	#PAN_2 nav .level-1:hover > a:after,
	#PAN_2 nav .level-1.select > a:after,
	#PAN_2 nav .level-1.sel > a:after{
		content: '';
		display: block;
		background: #E26A0B;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: -1px;
		z-index: 2;
		left: 0px;
	}
	
	#PAN_2 nav .level-1.select > a:after{
		visibility:hidden;
	}
	
	#PAN_2 nav .level-1.select:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #000001;
		position: absolute;
		left: 0px;
		z-index: 2;
	}
	
	
	#PAN_2 nav .level-1:first-child > a:before{
		display:none;
	}
	
	#PAN_2 nav .level-1 > a:focus	{
		outline-offset: 1px;
		z-index: 3;
		position: relative;
	}
	
	#PAN_2 nav .level-1 > a{
		padding: 10px 20px 10px 20px;
		border-bottom: none;
		position: relative;
	}
	
	
	#PAN_2 nav .level-5 > a,
	#PAN_2 nav .level-4 > a,
	#PAN_2 nav .level-3 > a,
	#PAN_2 nav .level-2 > a{
		position: relative;
		z-index: 2;
		background: white !important;
		color: black;
		border: none;
	}
	
	#PAN_2 nav .level-5 > a .label,
	#PAN_2 nav .level-4 > a .label,
	#PAN_2 nav .level-3 > a .label,
	#PAN_2 nav .level-2 > a .label{
		display:none;
	}
	
	
	#PAN_2 nav .level-2-wrapper {
		border-top: 5px solid white;
		border-bottom: 5px solid white;
		position: relative;
	}
	
	#PAN_2 nav .level-5-wrapper,	
	#PAN_2 nav .level-3-wrapper,	
	#PAN_2 nav .level-4-wrapper {		
		position: relative;
	}
	
	#PAN_2 nav .level-5-wrapper:before,
	#PAN_2 nav .level-4-wrapper:before,
	#PAN_2 nav .level-3-wrapper:before,
	#PAN_2 nav .level-2-wrapper:before {
		content: '';
		display: block;
		width: 16px;
		height: 10px;
		background: #f2f2f2;
		position: absolute;
		top: -10px;
		left: 0px;
		z-index: 2;
	}
	
	#PAN_2 nav .level-2-wrapper:before {
		background:white;
		visibility: hidden;
	}
	
	#PAN_2 nav .level-5-wrapper:after,
	#PAN_2 nav .level-4-wrapper:after,
	#PAN_2 nav .level-3-wrapper:after,
	#PAN_2 nav .level-2-wrapper:after {
		content: '';
		display: block;
		width: 16px;
		height: 5px;
		background: white;
		position: absolute;
		bottom: -5px;
		left: 0px;
		z-index: 2;
	}
	
	#PAN_2 nav .level-5 > a, .level-3 > span,
	#PAN_2 nav .level-4 > a, .level-3 > span,
	#PAN_2 nav .level-3 > a, .level-3 > span,
	#PAN_2 nav .level-2 > a, .level-2 > span {
		padding: 10px 10px 8px 30px;
		text-transform: none;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: -0.5px;
	}
	
	#PAN_2 nav .level-2.select > a {
		margin-bottom: 2px;
	}
	
	#PAN_2 nav .level-5.select,
	#PAN_2 nav .level-4.select,
	#PAN_2 nav .level-3.select,
	#PAN_2 nav .level-2.select{
		background: white !important;
		z-index: 2;
	}
	
	#PAN_2 nav .level-5.select > a ,
	#PAN_2 nav .level-4.select > a ,
	#PAN_2 nav .level-3.select > a ,
	#PAN_2 nav .level-2.select > a {
		border: 1px solid #E26A0B;
		position: relative;
		z-index: 3;
		background: white !important;
		color: black;
	}
	
	#PAN_2 nav .level-5.select:after,
	#PAN_2 nav .level-4.select:after,
	#PAN_2 nav .level-3.select:after,
	#PAN_2 nav .level-2.select:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #f2f2f2;
		z-index: 2;
		position: relative;
	}
	
	#PAN_2 nav .level-5.select:before,
	#PAN_2 nav .level-4.select:before,
	#PAN_2 nav .level-3.select:before,
	#PAN_2 nav .level-2.select:before {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: white;
		z-index: 2;
		position: relative;
	}

	#PAN_2 nav .level-3 > a {
		padding: 10px 10px 8px 45px;
	}	
	
	#PAN_2 nav .level-4 > a {
		padding: 10px 10px 8px 55px;
	}
	
	#PAN_2 nav .level-5 > a {
		padding: 10px 10px 8px 65px;
	}
	
	
	#PAN_2 nav header.belka{
		margin: 0px 0px 13px 0px;
		border-bottom: none;
	}
	
	 #PAN_2 nav .level-2-wrapper:after {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		z-index: 1;
		top: 0px;
	}
	
	#PAN_2 nav .level-2-wrapper:after {
		background: #000001;
		content: '';
		display: block;
		height: 1px;
		z-index: 2;
		bottom: -6px;
		position: absolute;
		top: auto;
	}
	
	 #PAN_2 nav .level-2-wrapper {	
		padding-left: 0px;
		background: #eeeeee !important;
	}
	
	#PAN_2 nav .level-1 > a:focus > span.label{
		height:100%;	
	}
	
}

/* end menu multisite 5 */



.miejsce-banerowe.herb {
    float: left;
	position: relative;
    margin: 16px 35px 0px -6px;
}


.miejsce-banerowe.herb:after {
    display: block;
    content: '';
    width: 1px;
    height: 76px;
    background: #b6b6b6;
    position: absolute;
    right: -24px;
    top: 3px;
    z-index: 2;
}

.topMenu_infobar div.links a:hover, .topMenu_infobar div.links a:focus,
.topMenu_infobar div.links div:hover, .topMenu_infobar div.links div:focus {
    color: red;
    background-image: url(/themes/skin_01/images/icon2h.png);
}

a.button:hover,
a.button:focus,
input.button:hover,
input.button:focus{
	color:white;
	background:#000001;
}


.miejsce-banerowe.epupbip {
    position: absolute;
    right: -4px;
    top: 62px;
}


.miejsce-banerowe.epupbip > div + div {
    margin-left: 13px;
}



.head_expand {
    position: relative;
    right: 0px;
    top: 40px;
    z-index:12;
    background: white url(/images/portal/zwin.png) no-repeat right center;
    padding: 0px 16px 0px 8px;
    font-size: 13px;
    cursor: pointer;
	float: right;
}


div.accesible div:hover, div.accesible div:focus {
    background-image: url(/images/common/bariera.png);
}

span.category_list {
    font-size: 14px;
    display: block;
}


.module-kalendarz_imprez.action-index .columns-1 .zajawka > a,
.module-kalendarz_imprez.action-index .columns-2 .zajawka > a{
	height:auto !important;
}



#PAN_2 .level-1:hover > a, #PAN_2 .level-2:hover > a, #PAN_2 .level-3:hover > a, #PAN_2 .level-4:hover > a, #PAN_2 .level-5:hover > a, #PAN_2 .level-1:hover > span, #PAN_2 .level-2:hover > span, #PAN_2 .level-3:hover > span, #PAN_2 .level-4:hover > span, #PAN_2 .level-5:hover > span, #PAN_2 .level-1 > a:focus, #PAN_2 .level-2 > a:focus, #PAN_2 .level-3 > a:focus, #PAN_2 .level-4 > a:focus, #PAN_2 .level-5 > a:focus, #PAN_2 .level-1.select > a, #PAN_2 .level-2.select > a, #PAN_2 .level-3.select > a, #PAN_2 .level-4.select > a, #PAN_2 .level-5.select > a, #PAN_2 .level-1.select > span, #PAN_2 .level-2.select > span, #PAN_2 .level-3.select > span, #PAN_2 .level-4.select > span, #PAN_2 .level-5.select > span {
    color: white;
}



a.stopka_full_link {
    font-size: 15px;
    display: block;
    padding: 4px;
}

.stopka_linki {
    float: right;
}

.stopka_linki {
    float: right;
    margin: 9px 0px 0px 0px;
}

a.stopka_full_link {
    font-size: 15px;
    display: block;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.7px;
}


.stopka_dane .clr {
    height: 7px;
}

.naj_pop_gal .link{
	margin: 0px 0px 30px 15px;
}


section.component.aktualnosci_promowane .belka_sep,
section.component.aktualnosci_promowane .belka_arch{
	display:none;
}


section.component.aktualnosci_promowane .link{
	margin: 0px 0px 0px 0px;
}

.widok_listy_table {
    margin-bottom: 20px;
	font-family: 'Lato',Arial;
    font-weight: normal;
}

td.with-events:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000001;
    position: relative;
    top: 3px;
	display:none;
}


body.module-portal.action-index .kali_data_od.miejsce{
	display:block !important;
}


table.table_common tbody tr:hover *{
	color:white !important;
}

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

.stopka_napis,
.stopka_tel,
.stopka_adres{
	position:relative;
}



.embeded_content .title,
.embeded_content .title{
	overflow:hidden;
}

.embeded_content .zajawka > a{
    height: calc(100% - 25px);
}

/*****************************************************************************/
/** MENU GLOWNE **************************************************************/
/*****************************************************************************/
/*****************************************************************************/
.glowneMenu{
	min-height: 47px;
    max-height: 47px;
    margin: 4px 0px;
    clear: both;
    padding-top: 0px;
}

.topMenu_main,
.mainMenu{
    width: 100%;
    height: 47px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    position: relative;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    float: right;
	display: flex;
	background: #343539;
}


.mainMenu:not(.docked){
   width: 100% !important;
}

.mainMenu.docked{
    padding: 0px 0 0px 0px;
    border-bottom: 2px solid white;
    background: #E26A0B;
    color: #000;
}

.mainMenu.docked:before,
.mainMenu.docked:after{
    content: "";
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    border-bottom: 2px solid white;
    background: #000001;
    color: #000;
}

.mainMenu.docked:before{ 
	right: 100%;
}

.mainMenu.docked:after{ 
	left: 100%; 
}

.mainMenu .block {
	height: 47px;
    vertical-align: top;
    margin: 0px 0px 0px 1px;
    padding: 0;
    border: none;
    list-style-type: none;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    flex: 1 1 auto;
	background: #343539;
}

.mainMenu .block:first-child {
    margin: 0px;
}


.mainMenu .block > .sub-block-menu{
    width: 100%;
    padding: 15px 0px 0px 0px;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 47px;
    background: #fff;    
    z-index: 22;
    opacity: 0;
    box-shadow: 0px 5px 15px 0px black;
    overflow-y: auto;	
	max-height: 750px !important;
	border-color:#E26A0B !important;
}

.mainMenu .level-1 > a > span{
	padding:0px 30px;
	position: relative;
	display: block;
}

.mainMenu .level-1 > a > span:before{
	content:'';
	display:block;
	height:1px;
	width:100%;
	background:#E26A0B;
	position: relative;
    top: -7px;
}

.mainMenu .block > .sub-block-menu .level-1:first-child > a > span:before {
    visibility: hidden;
}

.mainMenu.simplified .block > .sub-block-menu .level-1:hover > a:after,
.mainMenu.simplified .sub-block-menu .level-1 > a > span:before,
.mainMenu.simplified.light .sub-block-menu .level-1 > a > span:before{
	 visibility: hidden;
}

.mainMenu.simplified:not(.light) .block .sub-block-menu > ul > li a{
	color:black !important;
	background:white !important;
}

.mainMenu.simplified:not(.light) .block .sub-block-menu > ul > li a:hover{
	color:white !important;
	background:#E26A0B !important;
}

.mainMenu .block > .sub-block-menu .level-1:hover > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000001;
    position: absolute;
    bottom: -2px;
	left:0px;
}

.mainMenu .level-1 > a{
	border:none !important;
}

body .tiled-list > * > a,
body .mainMenu .block > .sub-block-menu .level-1{
	background:#000001 !important;
}

body .mainMenu.simplified.light .block > .sub-block-menu .level-1 {
    background: #E26A0B !important;
}

.mainMenu.docked .block > .sub-block-menu{ 
	top: 38px;
}

td.panel[id*="FOOT"] .mainMenu .block > .sub-block-menu{
    top: auto;
    bottom: 43px;
}

.mainMenu.simplified .block > .sub-block-menu{
    width: 1191px;
    right: 0px;
    margin: 0px 0px;
    left: auto;
}

.mainMenu.simplified .block:nth-last-of-type(2) > .sub-block-menu{
    left: auto;
    right: 0;
}


.mainMenu .label{
	display:none !important;
}

.mainMenu .block > .sub-block-menu > h2{  
    padding: 0px;
    margin: 0px 20px 10px 20px;
    border-bottom-width: 2px;
    color: white;
    text-align: left;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 20px;
    display: none;
}

.main-menu-toggler{
    display: none;
}



.mainMenu .block a.menu-level-1{
    color: black;
    font-weight: 300 !important;
    padding: 9px 0px 9px 0px;
    display: block;
    vertical-align: top;
    line-height: 25px;
    white-space: nowrap;
    font-size: 19px;
    text-transform: none;
    text-align: center;   
    position: relative;
    text-shadow: 0px 0px;
}

.mainMenu .block a.menu-level-1 .tytul_menu{
	height: 25px; 
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-family: 'Lato', Arial;
    font-size: 13px;
    font-weight: normal;
    text-shadow: none;
}

.mainMenu .block a.menu-level-1:focus:after,
.mainMenu .block.opened a.menu-level-1:after,
.mainMenu .block.sel a.menu-level-1:after,
.mainMenu .block:hover a.menu-level-1:after{
    content: '';
    display: block !important;
    width: 1px;
    height: 47px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #343539;
    z-index: 222;
}


#PAN_HEAD .mainMenu .block:first-child a {
    margin: 0px;
    font-size: 0px;
	background-image: url(/themes/skin_01/images/domekh.png) !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
    padding: 0px;
	background-color: #343539 !important;
}

#PAN_HEAD .mainMenu .block:first-child a .tytul_menu {
	border:none;
	font-size: 0px;
}

#PAN_HEAD .mainMenu .block:first-child{
    width: 62px;
    height: 47px !important;
    font-size: 0px;
    flex-grow: 0;
}

#PAN_HEAD .mainMenu .block:first-child a span {
	background: transparent !important;
	color: white !important;
}

#PAN_HEAD .mainMenu .block.sel:first-child a span {
	background: transparent !important;
	color: white !important;
}


#FULL_FOOT > div 
{
	color: white;
}

#FULL_FOOT.panel .block a span 
{
	color: white;
    font-weight: 300;
    text-shadow: none;
    font-size: 18px;
    font-family: Fira Sans Condensed;
    text-transform: none;
    padding: 2px;
	border: none;
}
	
.mainMenu .block.sel a.menu-level-1 .tytul_menu,
.mainMenu .block:focus a.menu-level-1 .tytul_menu,
.mainMenu .block:hover a.menu-level-1 .tytul_menu{
	border:none;
	color: white !important;
}


.mainMenu .block a.menu-level-1:before {
    content: '';
    display: block;
    background-color: white;
    height: 21px;
    width: 1px;
    position: absolute;
    right: auto;
    left: -1px;
    top: 13px;
	z-index: 1;
}



#PAN_HEAD .mainMenu .block:first-child a span.menu_select_bottom,
#PAN_HEAD .mainMenu .block:first-child a span.menu_select_right,
#PAN_HEAD .mainMenu .block:first-child a span.menu_select_left {
	display:none !important;
}


.mainMenu .block a.menu-level-1 img{
    max-width: 25px;
    max-height: 25px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}



.mainMenu .block .sub-block-menu > ul {
	width: 297px;
    padding: 0 0 0px 0px;
    float: left;
    background: #000001;
    box-sizing: border-box;
    list-style-type: none;
	margin-top: -14px;
}

.sub-block-menu.js-display-block {
    display: flex !important;
}

.mainMenu .block .sub-block-menu > ul + .extra-content{
    width: 75%;
    float: right;
}



.mainMenu.simplified .block .sub-block-menu > ul > li{
    display: block;
    margin: 10px;
    width: 18%;
}

.mainMenu .block .level-1 a + div.extra-box,
.mainMenu .block .level-2 a + div.extra-box,
.mainMenu .block .level-3 a + div.extra-box,
.mainMenu .block .level-4 a + div.extra-box{
    position: absolute;
    top: 15px;
	bottom: 0px;
    right: 0px;
    left: 24.9%;
    display: none;
    background: #fff;
    color: #000;
    z-index: 14;
    height:auto;
    float:left;
}

.mainMenu .block:not(.active) .level-1 a:hover + div.extra-box,
.mainMenu .block:not(.active) .level-1 a:focus + div.extra-box,
.mainMenu .block:not(.active) .level-1 a + div.extra-box:hover,
.mainMenu .block:not(.active) .level-1.level-opened > div.extra-box,
.mainMenu .block:not(.active) .level-2 a:hover + div.extra-box,
.mainMenu .block:not(.active) .level-2 a:focus + div.extra-box,
.mainMenu .block:not(.active) .level-2 a + div.extra-box:hover,
.mainMenu .block:not(.active) .level-2.level-opened > div.extra-box,
.mainMenu .block:not(.active) .level-3 a:hover + div.extra-box,
.mainMenu .block:not(.active) .level-3 a:focus + div.extra-box,
.mainMenu .block:not(.active) .level-3 a + div.extra-box:hover,
.mainMenu .block:not(.active) .level-3.level-opened > div.extra-box,
.mainMenu .block:not(.active) .level-4 a:hover + div.extra-box,
.mainMenu .block:not(.active) .level-4 a:focus + div.extra-box,
.mainMenu .block:not(.active) .level-4 a + div.extra-box:hover
.mainMenu .block:not(.active) .level-4.level-opened > div.extra-box,
.mainMenu .block:not(.active) .level-4.level-opened  div.extra-box,
.mainMenu .block:not(.active) .level-4.level-opened  div.extra-zajawka{ 
	display: block; 
}

/******************************************************************************/
.mainMenu .block h2 + .sub-block-menu > ul + .extra-content{
    width: 75%;
    float: left;
    background: #fff;
}

.mainMenu .block div.extra-box{
    padding: 0 10px 15px 10px;        

}

.mainMenu .block div.extra-box > .info,
.mainMenu .block div.extra-box > .component{
    vertical-align: top;
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.mainMenu .block div.extra-box > ul.tiled-list{
    margin: -10px 0 0;
    padding: 0;
    list-style-type: none; 
    position: relative;
}

.mainMenu .block div.extra-box > ul.tiled-list > li{
    margin-top: 2px;
}

.mainMenu .tiled-list a:hover + .menu-extra-zaj,
.mainMenu .tiled-list a:focus + .menu-extra-zaj,
.mainMenu .tiled-list a + .menu-extra-zaj:hover,
.mainMenu .tiled-list .tile-wrapper.level-opened a + .menu-extra-zaj{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    display: block !important;
    background: #fff;
    padding-top: 15px;
}

.mainMenu .block div.extra-box > ul.tiled-list + .zajawka{ 
	margin-top: 10px;
}

.mainMenu .block.opened a.menu-level-1:before,
.mainMenu .block.sel a.menu-level-1:before,
.mainMenu .block:hover a.menu-level-1:before{
    top: 0px;
    height: 103%;
}


.mainMenu .block:first-child > a {
    font-size: 19px;
    display: inline-block;
    height: 27px;
    padding: 8px 0px 0px 0px;
    margin-top: 0px;
    color: #00468e;
}

#PAN_HEAD .mainMenu .block:first-child:hover > a,
.mainMenu .block:first-child:hover > a,
#PAN_HEAD .mainMenu .block.sel:first-child > a,
.mainMenu .block.sel:first-child > a{
    background-image: url(/themes/skin_01/images/domekh.png) !important;
    background-color: #E26A0B !important;
}

.mainMenu .block:first-child .menu_select_left,
.mainMenu .block:first-child .menu_select_right,
.mainMenu .block:first-child .menu_select_bottom{
	top: 0px;
}


span.menu_select_left {
    width: 15px;
    height: 43px;
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    left: -15px;
	display:none;
}


span.menu_select_right {
    width: 15px;
    height: 43px;
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    right: -15px;
	display:none;
}

span.menu_select_bottom {
    width: 100%;
    height: 47px;
    top: 0px;
    display: block;
    position: absolute;
    z-index: 0;
    background: #343539 !important;
}

#FULL_FOOT span.menu_select_left,
#FULL_FOOT span.menu_select_right,
#FULL_FOOT span.menu_select_bottom {
	display:none !important;
}

.mainMenu .block.sel .menu_select_bottom,
.mainMenu .block:hover .menu_select_bottom{
    background: inherit !important;
}



span.menu_select_right,
span.menu_select_left{
	display:none !important;
}

span.tytul_menu {
    position: relative;
}


.mainMenu .block > a:focus span.menu_select_bottom,
.mainMenu .block.opened span.menu_select_bottom,
.mainMenu .block.opened span.menu_select_right,
.mainMenu .block.opened span.menu_select_left,
.mainMenu .block.sel span.menu_select_bottom,
.mainMenu .block.sel span.menu_select_right,
.mainMenu .block.sel span.menu_select_left,
.mainMenu .block:hover span.menu_select_bottom,
.mainMenu .block:hover span.menu_select_right,
.mainMenu .block:hover span.menu_select_left{
	display:block;
	background: #E26A0B !important;
}

.mainMenu .block > a:focus .tytul_menu{
	color:white;
}


.mainMenu .block.opened span.tytul_menu,
.mainMenu .block.sel span.tytul_menu,
.mainMenu .block:hover span.tytul_menu {
    position: relative;
    color: white;
    text-shadow: none;
}

.mainMenu .block.sel span.tytul_menu{
	background: transparent !important;
}

.block:not(.sel) span.tytul_menu {
    position: relative;
    background: #343539 !important;
}

#FULL_FOOT.panel .block a,
#FULL_FOOT .block:not(.sel) span.tytul_menu {
    background: transparent !important;
}

#FULL_FOOT .mainMenu .block a.menu-level-1.sel .tytul_menu,
#FULL_FOOT .mainMenu .block a.menu-level-1:hover .tytul_menu{
    text-decoration: underline;
}


.mainMenu .block a.menu-level-1:focus .tytul_menu,
.mainMenu .block.opened span.tytul_menu,
.block:hover span.tytul_menu {
    background: transparent !important;
}

body .newsbox-container .pager-button {
    color: black;
}


.mainMenu .block.opened span.menu_select_right,
.mainMenu .block.opened span.menu_select_left,
.mainMenu .block.opened span.menu_select_bottom{
	z-index:25;
	height:38px;
}

.mainMenu .block.sel span.tytul_menu,
.mainMenu .block:hover span.tytul_menu,
.mainMenu .block.opened span.tytul_menu{
	z-index:25;
}

.mainMenu .block.opened > a:focus{
	outline:none;
}


.mainMenu .block:first-child > a > span{
    display: block !important;
    color: #00468e;
    background: transparent !important;
}

.mainMenu .block:first-child:hover > a > span,
.mainMenu .block.sel:first-child> a > span{
    display: block !important;
    color: white;
    background: #3376bc !important;
}

.mainMenu .level-2 > a, .mainMenu .level-3 > a, .mainMenu .level-4 > a, .mainMenu .level-5 > a, .mainMenu .level-2 > span, .mainMenu .level-3 > span, .mainMenu .level-4 > span, .mainMenu .level-5 > span,
.mainMenu .level-1 > a, .mainMenu .level-1 > span{
    font-weight: 300;
    color: white;
    border: none;
    text-transform: none;
    background: none !important;
    padding: 8px 10px;
    border-bottom: 2px solid white;
}


.mainMenu .level-1:hover{
	cursor:pointer;
}


.mainMenu .block div.extra-box > .info:not(:only-child),
.mainMenu .block div.extra-box > .component:not(:only-child){ 
	width: 100%;
}

.mainMenu .block div.extra-box:after{ 
    width: 100%;
    display: inline-block;
}

.sub-menu-closer{
    font-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
	display:none;
}

.sub-menu-closer:before{
    font-family: 'Icomoon', 'FontAwesome';
    content: '\e268';
    vertical-align: baseline;
}

.sub-menu-closer:hover:before,
.sub-menu-closer:focus:before{
    color: #000;
}


.mainMenu .level-2 > a,
.mainMenu .level-3 > a,
.mainMenu .level-4 > a,
.mainMenu .level-5 > a,
.mainMenu .level-2 > span,
.mainMenu .level-3 > span,
.mainMenu .level-4 > span,
.mainMenu .level-5 > span
{    
    padding: 2px 0px 2px 0px;
    font-weight: normal;
    font-size: 16px;
    display: block;
    background-color: #fff;
    cursor: pointer;   
    text-align: left;
	text-shadow: 0px 0px;
	color:black;
	border:none !important;
	text-shadow: none;
}


.mainMenu .level-2-wrapper,
.mainMenu .level-3-wrapper,
.mainMenu .level-4-wrapper,
.mainMenu .level-5-wrapper{
    padding: 0;
    margin: 0px 0px 0px 1px;
    list-style-type: none;
}


.mainMenu .level-1 > a,
.mainMenu .level-1 > span,
.mainMenu .level-2 > a,
.mainMenu .level-2 > span,
.mainMenu .level-3 > a,
.mainMenu .level-3 > span{
    border-bottom: 1px solid;
    border-color: #E26A0B;
    color: inherit;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    cursor: pointer;
    background-color: #fff;
    padding: 7px 10px 7px 10px;
    color: white;
    font-family: 'Lato', Arial;
}

.mainMenu .level-1 > a,
.mainMenu .level-1 > span{
	padding: 7px 0px 7px 0px;
}

.mainMenu .level-2 > a,
.mainMenu .level-2 > span{
	font-size: 16px;
	padding: 7px 10px 7px 25px;
}

.mainMenu .level-3 > a,
.mainMenu .level-3 > span{
	font-size: 14px;
	padding: 7px 10px 7px 35px;
}



.tiled-list > * > a:hover,
.mainMenu .level-1:hover > a,
.mainMenu .level-2:hover > a,
.mainMenu .level-3:hover > a,
.mainMenu .level-1 > a:hover,
.mainMenu .level-2 > a:hover,
.mainMenu .level-3 > a:hover{
    background: #000001 !important;
    color: white;
}

.sub-block-menu .level-1 > a > span.label {
    position: absolute;
    left: 0px;
    top: 10px;
}

.sub-block-menu .level-1 > a{
	position:relative;
}


.mainMenu .level-1:hover > a,
.mainMenu .level-2:hover > a,
.mainMenu .level-3:hover > a,
.mainMenu .level-4:hover > a,
.mainMenu .level-5:hover > a,

.mainMenu .level-1:hover > span,
.mainMenu .level-2:hover > span,
.mainMenu .level-3:hover > span,
.mainMenu .level-4:hover > span,
.mainMenu .level-5:hover > span,

.mainMenu .level-1 > a:focus,
.mainMenu .level-2 > a:focus,
.mainMenu .level-3 > a:focus,
.mainMenu .level-4 > a:focus,
.mainMenu .level-5 > a:focus,

.mainMenu .level-1.select > a,
.mainMenu .level-2.select > a,
.mainMenu .level-3.select > a,
.mainMenu .level-4.select > a,
.mainMenu .level-5.select > a,

.mainMenu .level-1.select > span,
.mainMenu .level-2.select > span,
.mainMenu .level-3.select > span,
.mainMenu .level-4.select > span,
.mainMenu .level-5.select > span{ 
	background-color:white;
}
.mainMenu .level-1:hover > a,
.mainMenu .block .sub-block-menu > ul > li:hover > a{
    color: white;
    border-color: inherit;
}

.mainMenu .zajawka {
    margin: 0 0 0px 0;
}


.tiled-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    list-style-type: none;
    padding: 0;
    margin: -14px 0 15px 0;
    position: relative;
}

.tiled-list > *{
	flex: 1 1 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    padding: 0;
    margin: 0 0 0px 0;
    box-sizing: border-box;
}

.tiled-list > * > a{ 
    padding: 10px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
    color: white;
    font-family: 'Lato', Arial;
}


.mainMenu:not(.simplified) .sub-block-menu{
	background:white !important;
}

.mainMenu.simplified .sub-block-menu {
	padding: 15px 20px 10px 20px;
	box-sizing: border-box;
}

.mainMenu.simplified .block .sub-block-menu > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    flex-flow: row wrap;
    list-style-type: none;
	background: transparent;
	float: none;
    display: flex;
    box-sizing: border-box;
}

.mainMenu.simplified .block .sub-block-menu > ul > li {
    width: 24%;
    margin: 5px;
}

.mainMenu.simplified .block .sub-block-menu > ul > li a{
	border:none;
}

.mainMenu.simplified .block .sub-block-menu > ul > li a:hover,
.mainMenu.simplified .block .sub-block-menu > ul > li a:focus{
	background: white !important;
    color: black;
}

.mainMenu .extra-content .component .zaj-list.columns-3 > .zaj-wrapper{
	width:30%;
}


/* main menu end */


.mapainwestycji_menu.component .level-2-wrapper:after{
	display:none !important;
}

.map_toolbox ul li span{
	color:white;
}

.map_toolbox ul li span:hover,
.map_toolbox ul li.sel span{
	color:black;
}

.gpopup .box-iobiekt {
    margin-bottom: 2px;
}

/* menu mapa */
#PAN_2 nav.mapa_menu.component .level-1.select .level-2-wrapper > li > span{	
	color:white;
}

#PAN_2 nav.mapa_menu.component .level-1.select .level-2-wrapper > li.select > span,
#PAN_2 nav.mapa_menu.component .level-1.select .level-2-wrapper > li > span:hover {
    color: black;
}

#PAN_2 nav.informator_menu.component ul:after,
#PAN_2 nav.informator_menu.component ul li:after,
#PAN_2 nav.informator_menu.component ul:before,
#PAN_2 nav.informator_menu.component ul li:before,
#PAN_2 nav.mapa_menu.component ul:after,
#PAN_2 nav.mapa_menu.component ul li:after,
#PAN_2 nav.mapa_menu.component ul:before,
#PAN_2 nav.mapa_menu.component ul li:before{
	display:none;
}


#PAN_2 nav.mapa_menu.component .level-2-wrapper {
    border-top: none;
    border-bottom: none;
    position: relative;
}


#PAN_2 nav.mapa_menu.component .level-1 > span + span.menu-toggler {
	width:35px;
	height:35px;
}

#PAN_2 nav.mapa_menu.component .level-1 > span + span.menu-toggler:before{
	top:10px;
	left:10px;
	position: relative;
}


#PAN_2 nav.mapa_menu.component .level-1 > span + span.menu-toggler:before{
	content: "\e2ac" !important;
}

#PAN_2 nav.mapa_menu.component .level-1.select > span + span.menu-toggler:before{
	content: "\e2aa" !important;
}


#PAN_2 nav.mapa_menu.component .level-1.select .level-3-wrapper > li > span,
#PAN_2 nav.mapa_menu.component .level-1.select .level-2-wrapper > li > span {
    color: black;
    background: #f2f2f2 !important;
}

/* end menu mapa */

.gpopup .obiekt_dane {
    max-width: 190px;
}




/* akt per kat box */
.aktperbox.component > header > #news_tabs{
	float:right;
}

.aktperbox.component > header > h2{
	float:left;
}

.aktperbox.component > header > #news_tabs > ul.tabs{
	margin:0px;
}

.aktperbox.component div.belka > h2 > span + span{
	background:white;
}

.aktperbox.component div.belka > h2 > span.label{
	padding: 0px;
}

.aktperbox.component div.belka .link{
    float: right;
    display: block;
    padding: 10px;
}


/* end akt per kat box */

/* kafelki */
.kafelki-wrapper
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
	z-index: 1;
}

.kafelki-container
{
    display: grid; 
    grid-gap: 10px; 
    align-content: stretch;	
    padding: 0;
    margin: 0;
    width: 100%;
}

.kafelki-item
{
    padding: 0px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.kafelki-item.theme-dark
{
    color: #fff;    
}

.kafelki-item.theme-light
{
    color: #000;    
}

.kafelki-item > a,
.kafelki-item > span
{
    display: flex;
    height: 100%;
    text-align: center;
    /*justify-items: center;*/
    width: 100%;
    max-width: 100%;
    align-content: center;
    justify-content: center;
	overflow: hidden;
    flex-flow: row wrap;
	padding: 10px;
    box-sizing: border-box;
}

.kafelki-item.theme-dark > a:hover
{
	background: #000 !important;
    color: #fff;
}

.kafelki-item.theme-light > a:hover
{
	background: #fff !important;
    color: #000;
}

.kafelki-item .kafelki-title
{
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 10px;
}

span.kafelki-image 
{
    justify-content: center;
    align-items: center;
    display: flex;
}

.kafelki-item img
{
    margin: 0;
    max-width: 100px;
    max-height: 100px;
}

 .nav{
	position: absolute;
	width: 100%;
	top: calc(50%);
    transform: translateY(-50%);
}

 .nav .nav-arrow{
	font-size:0px;
	width: 35px;
    height: 85px;
	cursor:pointer;
}

 .nav .nav-arrow.disabled{
	cursor:default;
	opacity:0.3;
	display:none;
}

.nav .prev{
	float:left;
	left: -40px;
    position: relative;
	background: url(/images/portal/left.png) no-repeat center center;
}

.nav .prev:hover{
	background: url(/images/portal/ll.png) no-repeat 3px 0px;
}

.nav .next{
	float:right;
	right: -40px;
	position: relative;
	background: url(/images/portal/right.png) no-repeat center center;
}

.nav .next:hover{
	background: url(/images/portal/rr.png) no-repeat -3px 0px
}

.nav .nav-arrow.next.disabled:hover {
    background: url(/images/portal/right.png) no-repeat center center;
    background-color: white !important;
}

.nav .nav-arrow.prev.disabled {
    background: url(/images/portal/left.png) no-repeat center center;
    background-color: white !important;
}

@media screen and (max-width: 850px){
	.kafelki-wrapper{
		display:block;	
	}
	
	.kafelki-container {
		display: flex;
		grid-gap: 10px;
		align-content: stretch;
		padding: 0;
		margin: 0;
		width: 100%;
		flex-flow: row wrap;
		justify-content: center;
	}
	
	span.kafelki-image {
		width: 100%;
	}
	
	.kafelki-item {
		padding: 0px;
		margin: 5px;
		font-size: 22px;
		font-weight: bold;
		color: #fff;
		box-sizing: border-box;
		overflow: hidden;
		display: inline-block;
		width: calc(50% - 10px);
		float: none;
	}
}

@media screen and (max-width: 500px){
	.kafelki-item {
		width: calc(100% - 10px);
	}	
}

/* end kafelki */


/* książka adresowa */

.flex-list.numery_ksiazka {
    justify-content: start;
}

.flex-list.numery_ksiazka > * {
    flex: 0 0 auto;
    min-width: 30px;
    max-width: 100%;
    min-height: 30px;
    margin: 3px;
    padding: 0px;
    text-align: center;
    background: black;
    color: white;
    line-height: 30px;
}

.flex-list.numery_ksiazka > *:hover{
	color:black;
}

span#zampSearch:hover,
span#dokuSearch:hover {
    color: white;
}


.filter_ksiazka.table_data td {
    padding: 5px 10px 5px 2px;
}

.filter_ksiazka.table_data th{
	padding:10px 10px 10px 2px;
}

.filter_ksiazka select {
    width: 100%;
    padding: 7px 10px;
}

.filter_ksiazka *[id$="search_query"]{
	width:100%;
	border:1px solid gray;
}


.ksiazka_article.grafika_none .ksiazka_osoba_szczegoly{
	float: none !important;
	width: 100% !important;
}

/* end książka adresowa */

#standalonesearcher_input input[type="text"].hasDatepicker {
    width: 85%;
}

.dodaj_ogloszenie .belka span{
	font-size:24px;
}

.link a:after {
    content: '';
    padding-left: 0px;
    display: inline-block;
    background: url(/themes/skin_01/images/link.png) no-repeat;
    width: 15px;
    height: 8px;
    background-color: #000001;
    position: relative;
    margin-left: 7px;
    top: -2px;
}

section.component.aktualnosci_promowane .link a:after {   
    background-color: #E26A0B;
}


.actions li.next::before, .actions li.prev::before, .actions li.pdf::before, .actions li.print::before, .actions li.back::before, .actions li.zglos::before, .actions li.pobierz::before, .actions li.trip::before
{
    color: #E26A0B;
    font-family: 'FontAwesome';
}


.popup_active {
	overflow:hidden;
}

section[data-component-name="comn_baner_carousel"] {
    width: 100% !important;
	margin-top: 30px;
}

.flipbook-gallery > a img {
    width: 100%;
    height: auto;
}

.flipbook-gallery > img {
    height: 0px;
}

/* akcje top */
article .akcje_top {
    float: right;
	display:none;
}

article .akcje_top .actions {
    margin-top:0px;
}

.akcje_top .actions li.next, 
.akcje_top .actions li.prev,
.akcje_top .actions li.pdf,
.akcje_top .actions li.print,
.akcje_top .actions li.back,
.akcje_top .actions li.zglos,
.akcje_top .actions li.pobierz,
.akcje_top .actions li.trip {
    font-size: 0px;
}

.akcje_top .actions li.next::before, 
.akcje_top .actions li.prev::before,
.akcje_top .actions li.pdf::before,
.akcje_top .actions li.print::before,
.akcje_top .actions li.back::before,
.akcje_top .actions li.zglos::before,
.akcje_top .actions li.pobierz::before,
.akcje_top .actions li.trip::before {
    font-size: 25px;
}
/* end akcje top */


.info.info_strona {
    float: left;
    text-align: left;
	display:none;
}


.info.info_strona .link {
    float: left;
    text-align: left;
	float: left;
    margin-left: 0px;
    padding-left: 0px;
}

.info.info_strona .link a {
    margin-left: 0px;
}

.kal_top td.kal_prev .prev:hover {
	background: url(/themes/skin_01/images/left9.png) no-repeat center center !important;
    background-color: #000001!important;
}

body #hyperss .nav-arrow.arrow-left:hover, 
.concept-carousel .nav-left:hover {
    background: #000001 url(/images/portal/llh.png) no-repeat 3px 0px !important;
}

.kal_top td.kal_next .next:hover {
    background: url(/themes/skin_01/images/right9.png) no-repeat center center !important;
    background-color: #000001!important;
}

body #hyperss .nav-arrow.arrow-right:hover,
.concept-carousel .nav-right:hover {
    background: #000001 url(/images/portal/rrh.png) no-repeat -3px 0px !important;
}


.but-filtry:focus {
    outline-offset: -9px !important;
}


img[title="Premiera"] {
    visibility: hidden;
}

.kali_data > span > span:nth-child(3){
	width: auto;
    float: none;
    margin-left: 31px;
}


.kali_data > span > span:nth-child(4){
    width: auto;
    float: none;
}


span.kali_data {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}

span.miejsce {
    margin-bottom: 0px;
    font-family: 'PT Sans',Arial;
    font-size: 15px;
    font-weight: normal;
    color: #757474;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 0px 0px 2px;
    margin-top: 8px;
	position:relative;
}


span.tresc:empty,
span.miejsce:empty {
    display: none;
}

.zajawka.kali_zajawka span.miejsce:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url(/themes/skin_01/images/tresc.png) no-repeat;
    background-color: #E26A0B;
    top: 1px;
    right: -10px;
    position: relative;
}

.article_oferty_inwestycyjne .table_data td > p:first-child{
	margin-top: 0px;
}

.mainMenu .zajawka .box-left + .box-right,
span.kali_data_od, span.kali_data_do {
    text-align: left;
}

/* my style */

#page_container:before {
	content: '';
    background: #E26A0B;
    width: 100%;
    height: 3px;
    display: block;
    position: fixed;
    top: 0px;
}

.miejsce-banerowe.logo_w_naglowku_strony {
    float: left;
    margin: -3px 10px 4px -1px;
    padding-top: 15px;
    /*background: white; */
	margin: -10px 23px -6px -1px;
    padding-right: 5px;
}

.miejsce-banerowe.banery_do_podstron_w_naglowku {
    float: left;
    margin: 20px 10px 0px 30px;
}

.miejsce-banerowe.banery_do_podstron_w_naglowku > div {
    margin-right: 30px;
	vertical-align: top;
	margin-bottom: 0px;
}

.miejsce-banerowe.banery_do_podstron_w_naglowku > div:nth-child(3) {
    margin-top: -9px;
}

.miejsce-banerowe.banery_do_podstron_w_naglowku > div:nth-child(2) {
    margin-left: 10px;
    margin-right: 13px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku {
    float: left;
    margin: 0px 0px 0px 13px;
    position: absolute;
    top: 29px;
    right: 137px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku a {
    display: block;
    float: left;
    margin: 1px 3px 1px 7px;
    width: 25px;
    height: 25px;
}



.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku a:focus,
.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku a:hover{
	background-color:#000001;
}


.topMenu_infobar a.bip_link {
    font-size: 0px;
    background: url(/themes/skin_01/images/bip.png) no-repeat;
    width: 49px;
    height: 21px;
    padding: 0px;
}

.topMenu_infobar .links a.mapastrony {
    font-size: 0px;
    padding: 0px;
    background: url(/themes/skin_01/images/icon2.png) no-repeat 0px 0px;
    width: 18px;
    height: 13px;
	margin-left: 14px;
    margin-top: 4px;
}

.topMenu_infobar .links a.rss_link {
    font-size: 0px;
    padding: 0px;
    background: url(/themes/skin_01/images/icon2.png) no-repeat 0px -15px;
    width: 15px;
    height: 13px;
	margin-top: 3px;
    margin-left: 16px;
}

td#PAN_HEAD > div > div.noprint.pole-banerowe {
    float: left;
    margin: 0px 0px 0px 9px;
    position: absolute;
    right: 0px;
    top: 30px;
}



.topMenu_infobar div.links a.bip_link:focus,
.topMenu_infobar div.links a.bip_link:hover{
	    background-image: url(/themes/skin_01/images/biph.png);
}

td#PAN_HEAD > div > div.clr {
    display: none;
}

.srch_inp input.button{
	padding: 3px 15px 5px 15px;
}


body #PAN_HEAD .mainMenu .block.block_nr_12 > a:after {
    display: none !important;
}


.footer_left a.deklaracja_dostepnosci {
    font-family: 'Fira Sans',Arial;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
}

a.deklaracja_dostepnosci:hover {
    color: red;
}


td#FULL_BOTTOM > div {
    background: #E26A0B;
    padding: 0px 1920px;
    margin: 0px -1920px;
	color: white;
	z-index: 17;
}

td#FULL_BOTTOM > div > div.cl{
	display:none;
}

td#FULL_BOTTOM > div > div.cl.cl_empty {
    display: block;
}

.miejsce-banerowe.stopka_info {
    float: right;
    width: calc(100% - 230px);
    margin: 0px;
    padding: 20px 0px;
}

.miejsce-banerowe.stopka_info .pole-banerowe {
    text-align: left;
    font-family: 'Lato',Arial;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.stopka_info {
    line-height: 152%;
    font-size: 13px;
    letter-spacing: 0.7px;
    float: left;
    width: 243px;
    margin: 27px 0px 10px 0px;
}

.stopka_info > span {
    letter-spacing: 1px;
}


.stopka_linki {
	float: left;
    margin: 0px 0px 0px 0px;
    width: 445px;
    background: #2c2c2e;
    box-sizing: border-box;
    padding: 18px 0px 8px 26px;
}

.stopka_fb {
    float: left;
}

.stopka_fb a {
    display: block;
    background: url(/themes/skin_01/images/stopka_fb.png) no-repeat;
    width: 92px;
    font-size: 0px;
    height: 45px;
    clear: both;
    margin-bottom: 7px;
}

.miejsce-banerowe.stopka_info .clr {
    display: none;
}

a.stopka_insta {
    display: inline-block;
    font-size: 0px;
    float: left;
    width: 52px;
    height: 52px;
    margin: -9px 5px 0px 31px;
    background: url(/themes/skin_01/images/stopka_insta.png);
}

a.stopka_youtube {
    display: inline-block;
    font-size: 0px;
    float: left;
    width: 52px;
    height: 52px;
	margin: -10px 5px 0px 0px;
    background: url(/themes/skin_01/images/stopka_youtube.png);
}

a.stopka_tweeter {
    font-size: 0px;
    background: url(/themes/skin_01/images/tweeter.png) no-repeat;
    width: 48px;
    height: 54px;
    float: left;
	margin: -7px 0px 0px 0px;
}

a.stopka_bilet {
    display: inline-block;
    font-size: 0px;
    float: left;
    width:93px;
    height: 52px;
    margin: -7px 0px 0px 21px;
    background: url(/themes/skin_01/images/stopka_bilet.png);
}

img.info_osrodek {
    width: 200px;
    max-width: 100%;
    margin: 10px 0px 7px 39px;
}

div.stopka_menu {
    float: left;
    list-style-type: none;
    text-align: left;
	float: left;
    width: 502px;
	clear: none;
}

ul.stopka_menu {
    list-style-type: none;
    text-align: left;
    font-family: 'Lato',Arial;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    flex-flow: row wrap;
    padding: 23px 0px 0px 0px;
    margin: 0px;
    justify-content: center;
}

ul.stopka_menu li{
	display:inline-block;
	position: relative;
}

ul.stopka_menu li a{
	display:block;
}

ul.stopka_menu li:after {
    content: '';
    display: block;
    background: white;
    width: 1px;
    height: 10px;
    opacity: 0.8;
    position: absolute;
    top: 9px;
    left: -2px;
}


ul.stopka_menu.menu2{
	justify-content: center;
    margin: 23px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    text-transform: none;
}

ul.stopka_menu li a {
    display: block;
    padding: 0px 18px;
}


ul.stopka_menu > li:nth-child(1):after,
ul.stopka_menu > li:nth-child(5):after{
	visibility:hidden;
}


ul.stopka_menu.menu2 li:after{
	left: 0px;
}

ul.stopka_menu a:hover{
	text-decoration:underline;
}


body .concept-carousel .nav-left {
    background: url(/themes/skin_01/images/left1h.png) no-repeat center center;
    background-color: white;
}

body #hyperss .nav-arrow.arrow-left:hover, .concept-carousel .nav-left:hover {
    background: #E26A0B url(/themes/skin_01/images/left1.png) no-repeat center center !important;
}


body .concept-carousel .nav-right {
    background: url(/themes/skin_01/images/right1h.png) no-repeat center center;
    background-color: white;
}

body #hyperss .nav-arrow.arrow-right:hover, .concept-carousel .nav-right:hover {
    background: url(/themes/skin_01/images/right1.png) no-repeat center center !important;
    background-color: #E26A0B !important;
}

.miejsce-banerowe.patroni_przed_stopka {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: baseline;
    margin: 4px 0px 9px 0px;
    position: relative;
    border-top: 1px solid #e3e1e2;
    padding-top: 40px;
}


.miejsce-banerowe.patroni_przed_stopka:before {
    content: 'PATRONI MEDIALNI:';
    font-family: 'PT Sans', Arial;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: 8px;
    left: 18px;
    letter-spacing: 0.5px;
    color: black;
    text-shadow: 0px 0px;
}

body .belka {
    min-height: 37px;
}


section.component.aktualnosci_promowane:before{
	content: 'NAJNOWSZE AKTUALNOŚCI';
    display: block;
    position: absolute;
    top: 0px;
    left: 196px;
    background: #E26A0B;
    color: black;
    padding: 7px 30px 7px 20px;
    text-align: left;
    font: normal normal bold 16px/150% 'Lato',Arial;
    text-transform: uppercase;
    color: white;
    z-index: 2;
	visibility: hidden;
}

section.component.aktualnosci_promowane .belka h2 > a {
    padding: 7px 64px 7px 20px;
}



.zajawka.in-column > a > .box-right,
.zajawka.in-column > .box-right {
	padding: 8px 14px 8px 14px;
    box-sizing: border-box;
}


.component.newsbox .zajawka.in-column > a > .box-right,
.component.newsbox .zajawka.in-column > .box-right {
    padding: 0px;   
    box-sizing: content-box;
}

.mainMenu .block.opened .tytul_menu{
	color:white !important;
}

.mainMenu .block > a:focus:before{
	visibility:hidden;
}

span.kategorie > .tag:before {
    content: ', ';
	display:inline-block;
	width: 7px;
}

span.kategorie > .tag:first-child:before {
	display:none;
}

.component.aktualnosci_promowane ul.tabs li.rss:hover, .component.aktualnosci_promowane ul.tabs li.rss:focus {
    background: url(/themes/skin_01/images/rssh.png) no-repeat;
    background-color: #000001!important;
}

:not(.newsbox) .news_zaj span.kategorie {
    font-family: 'PT Sans', Arial;
    color: #737373 !important;
    font-size: 15px;
    margin: 4px 0px 8px 0px;
    display: block;
	text-shadow: 0px 0px;
}

.zaj-wrapper:not(.active) .news_zaj span.kategorie .tag {
    color: #737373 !important;
    background: white !important;
}


li.zaj-wrapper.filler {
    border: none;
    background: transparent;
}

.mainMenu .block > .sub-block-menu .box-left img:hover{
	box-shadow: 0px 4px 20px 0px grey;
}

.mainMenu .block > .sub-block-menu .tresc:hover,
.mainMenu .block > .sub-block-menu .title:hover{
	color:red;
}

.mainMenu .block > .sub-block-menu .tresc:hover:after,
.mainMenu .block > .sub-block-menu .title:hover:before{
	background-color:red;
}


/* tomek */


.kalendarz_box ul.dropdown-menu
{
	display: inline-flex;
	flex-flow: column nowrap;
	width: min(200px, 50%);
	position: relative;
	overflow: visible;
	z-index: 20;
	transition: all 0.5s ease;
}

.kalendarz_box ul.dropdown-menu > li:not(.sel)
{
    visibility: hidden;
    display: none;
    margin: 0 !important;
    border-bottom: 1px solid transparent;
	font-family: 'lato',Arial;
    font-weight: normal;
}

.kalendarz_box ul.dropdown-menu:focus-within > li,
.kalendarz_box ul.dropdown-menu:hover > li
{
    display: block;
    visibility: visible;
}

.kalendarz_box ul.dropdown-menu > li.sel
{
    display: block;
    visibility: visible;
}

.component > .link {
    text-align: center;
}

.mainMenu .block:first-child > a:before {
    visibility: hidden !important;
}


.view_change .view_title {
    box-sizing: border-box;
    font-family: 'Lato',Arial;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
	color: white;
}


section.component.kalendarz_box.zajecia .kal_top,
section.component.kalendarz_box.polecane_wydarzenia .kal_top{
	display:none;
}

span.termin {
    display: block;
    width: calc(100% + 28px);
    margin-left: -14px;
}

span.kali_data_od, span.kali_data_do {
    box-sizing: border-box;
    display: block;
    padding: 2px 3px 2px 9px;
}

.newsbox-container span.kategoria,
.zajawka.kali_zajawka .box-right .title:before,
.newsbox-container .box-right .title:before,
.newsbox-container .zajawka.kali_zajawka .box-right span.kategoria{
	display:none;
}

.zajawka.kali_zajawka .box-right .title{
	padding-left:0px;
}


.zajawka.kali_zajawka .box-right span.kategoria {
    display: inline-block;    
    box-sizing: border-box;
    color: white;
    font-family: 'Trebuchet MS', Arial;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
	margin-top: 12px;
	margin-right: 15px;
}

.zajawka.kali_zajawka .box-right span.kategoria .tag{
	padding: 0px 8px;
	border-radius: 4px;
	display: inline-block;
	background: #E26A0B;
	margin-bottom: 3px;
}


section.component.kalendarz_box > .clr {
    height: 0px;
}

section.component.kalendarz_box > .link{
	margin: 0px 0px 29px 0px;
}


section.component.kalendarz_box .widok_listy_table {
    margin-bottom: 50px;
}


.newsbox-container .zajawka .box-right span.miejsce.newsbox:after {
    display: none;
}

span.kategorie.newsbox > .tag + .tag {
    display: none !important;
}

.portal-menu .label {
    display: none;
}

.zgody {
    font-size: 14px;
    font-family: 'Lato',arial;
    font-weight: normal;
	line-height: 21px;
}

body.module-kalendarz_imprez.action-archiwum .common-filters:not(.active) ,
body.module-kalendarz_imprez.action-index .common-filters:not(.active), 
body.module-kalendarz_imprez.action-pagerPromowane .common-filters:not(.active) {
    right: 152px !important;
    border-right: 1px solid white;
	padding-left: 10px;
}

.miejsce-banerowe.logo_w_wersji_responsywnej {
    display: none;
}

td#PAN_5 .portal-menu, td#PAN_5 nav header {
    display: none;
}


body .mainMenu.simplified:not(.light) ul.level-2-wrapper li a {
    color: white;
}

body .mainMenu.simplified .block .sub-block-menu > ul > li a {   
    border: 1px solid white !important;
}

body .mainMenu.simplified.light .block .sub-block-menu ul > li a {
    color: white;
}

body .mainMenu.simplified.light .block .sub-block-menu > ul > li a {
    border: none !important;
    margin-bottom: 1px;
}

.module-mapaStrony.action-index #PAN_1 .component h4 {
    text-align: left;
}


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

body .aside_kal .box-iobiekt .obiekt_dane {
    display: flex;
	flex-flow: row wrap;
}

body .aside_kal .box-iobiekt.termin .obiekt_dane {
    display: block;
}


section.component.ocur header h2, section.component.ocur header h2 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/** ROZWIJANE MENU W KALENDARZU ------------------------------------------------ */

body ul.tabs.dropdown-menu
{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	position: absolute;
	z-index: 19;
	transition: all 0.5s ease;
	background: #f2f2f2 !important;	
}

body ul.tabs.dropdown-menu:hover,
body ul.tabs.dropdown-menu:focus-within
{
    top: 40px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
	z-index: 20;
}

body ul.tabs.dropdown-menu > li:not(.sel)
{
    visibility: hidden;
    display: none;
    margin: 0 !important;
    border: 1px solid transparent;
	width: 25%;
	box-sizing: border-box;
	padding: 10px 5px;	
	background: #f2f2f2 !important;
	color: #000 !important;
}

body ul.tabs.dropdown-menu:focus-within > li,
body ul.tabs.dropdown-menu:hover > li
{
    display: block;
    visibility: visible;
}

body ul.tabs.dropdown-menu:hover > li:not(.sel):hover,
body ul.tabs.dropdown-menu:focus-within > li:not(.sel):focus-within
{
    background: #fff !important;
    color: #007c34 !important;
}

body ul.tabs.dropdown-menu > li.sel
{
    display: block;
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 200px;
    background: #007c34 !important;
    color: #fff !important;
    z-index: 21;
    width: 190px;
    height: 30px;
}

body ul.tabs.dropdown-menu:focus-within > li.sel,
body ul.tabs.dropdown-menu:hover > li.sel
{
    top: -30px;
}

body ul.tabs.dropdown-menu + ul.tabs.dropdown-menu > li.sel
{ left: 536px; }

body ul.tabs.dropdown-menu > li > span
{
    background: transparent !important;
    color: inherit !important;
}

/* * */

/** ROZWIJANE MENU W KALENDARZU ------------------------------------------------ */

body ul.tabs.dropdown-menu
{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	position: absolute;
	z-index: 19;
	transition: all 0.5s ease;
    background: #000001 !important;
}

body ul.tabs.dropdown-menu:hover,
body ul.tabs.dropdown-menu:focus-within
{
    top: 38px;
    box-shadow: none !important;
	z-index: 20;
}

body ul.tabs.dropdown-menu > li:not(.sel)
{
	visibility: hidden;
    display: none;
    margin: 0 !important;
    border: 1px solid transparent;
    width: 18%;
    box-sizing: border-box;
    padding: 3px 5px;
    background: #000001!important;
    color: white !important;
    margin: 10px !important;
}

body ul.tabs.dropdown-menu:focus-within > li,
body ul.tabs.dropdown-menu:hover > li
{
    display: block;
    visibility: visible;
}

body ul.tabs.dropdown-menu:hover > li:not(.sel):hover,
body ul.tabs.dropdown-menu:focus-within > li:not(.sel):focus-within
{
    background: #E26A0B !important;
    color: white !important;
    text-shadow: 0px 0px;
}

body ul.tabs.dropdown-menu > li.sel
{
    display: block;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 264px;
    background: #E26A0B !important;
    color: white !important;
    z-index: 21;
    width: 262px;
    height: 31px;
    font: normal normal bold 16px/150% 'Lato',Arial;
    text-transform: uppercase;
    padding: 6px 8px 0px 0px !important;
    border-right: 2px solid white !important;
}

body ul.tabs.dropdown-menu:focus-within > li.sel,
body ul.tabs.dropdown-menu:hover > li.sel
{
    top: -38px;
}

body ul.tabs.dropdown-menu + ul.tabs.dropdown-menu > li.sel
{     left: 536px; }

body ul.tabs.dropdown-menu > li > span
{
    background: transparent !important;
    color: inherit !important;
}

body ul.tabs.dropdown-menu > li.sel:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/themes/skin_01/images/dolh.png) no-repeat;
    right: 22px;
    top: 13px;
    position: absolute;
}

body ul.tabs.dropdown-menu.tabs_miejsca > li.sel:after{
	right:19px;
}

body ul.tabs.dropdown-menu.tabs_miejsca > li.sel{
	padding: 6px 0px 0px 0px !important;
}

body ul.tabs.dropdown-menu:hover > li.sel,
body ul.tabs.dropdown-menu > li.sel:focus {
    background: #000001!important;
	color:white!important;
}

body ul.tabs.dropdown-menu:hover > li.sel:after,
body ul.tabs.dropdown-menu > li.sel:focus:after {
	background: url(/themes/skin_01/images/dolh.png) no-repeat;
}

body ul.tabs.dropdown-menu + ul.tabs.dropdown-menu > li.sel span {
    text-align: left;
}


body ul.tabs.dropdown-menu.tabs_miejsca > li.sel {
    width: 224px;
}

/* * */

.component.ci-rotator .kategorie {
    display: none;
}


.zajawka.kali_zajawka.in-column > a > .box-right{
	padding-top:0px;
}

.zajawka.kali_zajawka.in-column > a > .box-left{
	margin-bottom:0px;
}


.component.newsbox .zajawka.kali_zajawka.in-column > a > .box-right{
	background:transparent;
	margin-top:0px;
	position:absolute;
	padding-top:0px;
}

.component.newsbox .rozszerzenie{
	display:none !important;
}

span.rozszerzenie {
    display: block;
    color: #757474;
}

.miejsce-banerowe.patroni_przed_stopka img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.miejsce-banerowe.patroni_przed_stopka a:hover img,
.miejsce-banerowe.patroni_przed_stopka a:focus img{
	filter: none !important;
}

.miejsce-banerowe.patroni_przed_stopka .pole-banerowe {
    flex-grow: 0 !important;
	margin-left: 20px;
	padding-top: 7px;
}

ul.stopka_menu li a.bip {
    background: url(/themes/skin_01/images/bip2.png) no-repeat 20px 2px;
    height: 20px;
    padding-left: 47px;
    padding-bottom: 5px;
    margin-top: 0px;
}

tr.row-with-caption {
    border-top: 1px dotted silver;
}


.module-kalendarz_imprez td.info,
section.component[data-component-name="kali_promowanebox"] td.info {
    background: #e9e9e9;
}

.module-kalendarz_imprez table.table_common td,
section.component[data-component-name="kali_promowanebox"] td{
	text-transform:uppercase;
	text-shadow:0px 0px;
	padding: 10px;
}

.module-kalendarz_imprez table.table_common tbody tr:hover td ,
section.component[data-component-name="kali_promowanebox"] table.table_common tbody tr:hover td {
    background: #E26A0B !important;
}

.module-kalendarz_imprez td.cykle ,
section.component[data-component-name="kali_promowanebox"] td.cykle {
    color: #D91C22;
}

td#PAN_HEAD.docked {
    background: white;
}

#table_1 > tbody > tr:first-child {
    height: 185px !important;
}

td#PAN_HEAD.docked {
    background: white;
	height: auto !important;
	position: fixed;
    width: 100%;
    margin: auto;
	z-index: 16 !important;
	top: -3px !important;
}

#table_1 > tbody > tr:first-child {
    height: 185px !important;
    height: 140px !important;
}


td#PAN_HEAD.docked .miejsce-banerowe.banery_do_podstron_w_naglowku img{
	max-width:89%;
}

td#PAN_HEAD.docked  .miejsce-banerowe.banery_do_podstron_w_naglowku {
    margin: 27px 30px 10px 30px;
}

body td#PAN_HEAD.docked div.accesible {
    margin: 3px 0px 0px 0px;
}

td#PAN_HEAD.docked .topMenu_infobar,
td#PAN_HEAD.docked .miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku {
    display: none;
}

td#PAN_HEAD.docked section.component.wyszukiwarka-wrapper {
    margin: 27px 0px 0px 0px;
}

td#PAN_HEAD.docked .miejsce-banerowe.logo_w_naglowku_strony {
    margin: -3px 10px 0px -1px;
	width: 120px;
}

td#PAN_HEAD.docked .miejsce-banerowe > .pole-banerowe {
    margin-bottom: 0px;
}



.kal_top .widok_listy_table, section.component.kalendarz_box .kal_top .widok_listy_table {
    margin: 0px;
}

.video iframe {
    width: 100%;
    min-height: 500px;
}

.gallery-title > h3,
.powiazane-galerie-wrapper > h3 > a{
	display: block;
    text-align: initial;
    font: normal bold 18px/130% 'Lato',Arial;
    text-transform: uppercase;
    color: black;
    position: relative;
	padding-left: 25px;
	font-size: 18px !important;
}

.gallery-title > h3:before ,
.powiazane-galerie-wrapper > h3 > a:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #E26A0B;
    position: absolute;
    top: 3px;
    left: 0px;
}

/* ikonki */
.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku > div > div,
.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku a {
    display: block;
    float: left;
    margin: 1px 3px 1px 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
	color: white;
	cursor:pointer;
}



.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .fb_link {
    background: #E26A0B url(/themes/skin_01/images/fb2.png) no-repeat 0px 1px;
    margin-right: 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .insta_link {
	background: #E26A0B url(/themes/skin_01/images/insta2.png) no-repeat 0px 0px;
	margin: 1px 3px 1px 6px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .youtube_link {
    background: #E26A0B url(/themes/skin_01/images/youtube2.png) no-repeat 0px 0px;
    margin-right: 0px;
    margin-left: 5px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku > div > div:hover,
.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku a:hover{
	background-color:#000001 !important;
}

/* menu */


@media screen and (min-width: 1210px){
	
	
	#PAN_2 nav .level-1 > a:before {
		visibility: hidden;
	}

	.portal-menu > li {
		background: #ececec !important;
		color: black;
		border-bottom: 3px solid white;
	}

	.level-1 > a, .level-2 > a, .level-3 > a, .level-4 > a, .level-5 > a, .level-1 > span, .level-2 > span, .level-3 > span, .level-4 > span, .level-5 > span {
		color: black;
	}


	#PAN_2 .level-1.select > a{
		background:#000001 !important;
		color:white;
		text-shadow:0px 0px;
	}
	
	#PAN_2 nav .level-1 > a {   
		text-shadow: 0px 0px;
	}

	body #PAN_2 nav .level-5 > a, body #PAN_2 nav .level-4 > a, body #PAN_2 nav .level-3 > a, body #PAN_2 nav .level-2 > a {		
		background: white !important;
		color: black;
		text-transform: none !important;

	}
	
	#PAN_2 nav .level-2-wrapper:after,
	#PAN_2 nav .level-1.select:after {
		visibility: hidden;
	}


	
	.mainMenu .block,
	.topMenu_main, .mainMenu {
		background: #000001;
	}

	span.menu_select_bottom {
		background: #000001 !important;
	}

	.block:not(.sel) span.tytul_menu {
		background: #000001 !important;
	}

	.mainMenu .block a.menu-level-1:focus:after, .mainMenu .block.opened a.menu-level-1:after, .mainMenu .block.sel a.menu-level-1:after, .mainMenu .block:hover a.menu-level-1:after {
		background: white;
	}

	body .mainMenu .block.sel .menu_select_bottom, body .mainMenu .block:hover .menu_select_bottom {
		color: #000001 !important;
		background: white !important;
	}

	.mainMenu .block.sel a.menu-level-1 .tytul_menu,
	.mainMenu .block:focus a.menu-level-1 .tytul_menu,
	.mainMenu .block:hover a.menu-level-1 .tytul_menu {
		color: white !important;
	}

	.mainMenu .block.sel a.menu-level-1 .tytul_menu{
		color: white !important;
	}
	
	.mainMenu .block:focus a.menu-level-1 .tytul_menu,
	.mainMenu .block:hover a.menu-level-1 .tytul_menu {
		border: none;
		background: #000001 !important;
	}
	
	.mainMenu .block.sel a.menu-level-1 .tytul_menu{
		background: #000001 !important;
	}

	.mainMenu .block > a:focus span.menu_select_bottom,
	.mainMenu .block.opened span.menu_select_bottom,
	.mainMenu .block.opened span.menu_select_right,
	.mainMenu .block.opened span.menu_select_left,
	.mainMenu .block.sel span.menu_select_bottom, 
	.mainMenu .block.sel span.menu_select_right,
	.mainMenu .block.sel span.menu_select_left,
	.mainMenu .block:hover span.menu_select_bottom,
	.mainMenu .block:hover span.menu_select_right, 
	.mainMenu .block:hover span.menu_select_left {
		display: block;
		background: #000001 !important;
	}
	
	body .mainMenu .block:hover a.menu-level-1 span.tytul_menu,
	.mainMenu .block:hover span.menu_select_bottom,
	.mainMenu .block:hover span.menu_select_right, 
	.mainMenu .block:hover span.menu_select_left {
		background: inherit !important;
		color: inherit !important;
	}
	
	.mainMenu .block.sel span.menu_select_bottom{
		background: #000001 !important;
	}
	

	.mainMenu .block {
		margin: 0px 0px 0px 0px;
	}

	.mainMenu .block .sub-block-menu > ul {
		background: transparent;
	}

	.mainMenu .level-1 > a > span:before {
		visibility: hidden;
	}

	.mainMenu .block .sub-block-menu > ul {
		width: 297px;
		padding: 0px 0 0px 10px;
		float: left;
		background: transparent;
		box-sizing: border-box;
		list-style-type: none;
		margin-top: 0px;
	}

	body .tiled-list > * > a, body .mainMenu .block > .sub-block-menu .level-1 {
		background: #ececec !important;
		border-bottom:3px solid white;
		color: black !important;
	}
	
	body .mainMenu.simplified .tiled-list > * > a, 
	body .mainMenu.simplified .block > .sub-block-menu .level-1 {		
		border-bottom:0px solid white;
	}

	.tiled-list > * > a, .mainMenu .level-1 > a, .mainMenu .level-1 > span, .mainMenu .level-2 > a, .mainMenu .level-2 > span, .mainMenu .level-3 > a, .mainMenu .level-3 > span {
		color: black;
	}

	.tiled-list {
		margin: 0px 0 15px 0;
		position: relative;
	}

	.mainMenu .level-1 > a > span {
		padding: 0px 10px;
	}

	body .mainMenu .level-1 > a > span,
	body .tiled-list > * > a, .mainMenu .level-1 > a,
	body .mainMenu .level-1 > span,
	body .mainMenu .level-2 > a,
	body .mainMenu .level-2 > span,
	body .mainMenu .level-3 > a,
	body .mainMenu .level-3 > span {
		font-size: 14px;
		text-transform: capitalize;
		text-shadow: 0px 0px;
	}

	#PAN_HEAD .mainMenu .block:first-child a {
		background-color: #000001 !important;
	}
}
/*  end menu */

.module-kalendarz_imprez.action-index .belka.belka_promo .title > a:first-child,
.module-kalendarz_imprez.action-pagerPromowane .belka.belka_promo .title > a + a{
	background:white;
	color:#E26A0B;
}

/* nowy mikroblog */

.fb-share {
    background: #E26A0B url(/themes/skin_01/images/mikro.png) no-repeat 0px 0px;
    background-size: cover;
}

.tweeter-share {
    background: #E26A0B url(/themes/skin_01/images/mikro.png) no-repeat 0px -47px;
    background-size: cover;
}

.mailto {
    background: #E26A0B url(/themes/skin_01/images/mikro.png) no-repeat 0px -95px;
    background-size: cover;
}

.copylink {
    background: #E26A0B url(/themes/skin_01/images/mikro.png) no-repeat 0px -148px;
    background-size: cover;
}


.microblog_icons > div:not(.cl):hover, .microblog_icons > a:hover{
	background-color:#000001 !important
}

.microblog_icons > div.cl{
	cursor:default;
}


@media screen and (max-width: 1210px){
	.microblog_icons > div, .microblog_icons > a {		
		outline: 2px solid white;
		outline-offset: -1px;
	}
}

/* end  nowy mikroblog */



/*stopka ikonki */

.stopka_fb a {
    background: url(/themes/skin_01/images/fb3.png) no-repeat;
    width: 96px;
    height: 57px;
}

a.stopka_insta {
	margin: 5px 35px 0px 31px;
	height: 51px;
    background: url(/themes/skin_01/images/insta3.png);
}

a.stopka_youtube {   
    height: 45px;
    margin: 6px 5px 0px 8px;
    background: url(/themes/skin_01/images/youtube3.png);
}

a.stopka_tweeter {   
    background: url(/themes/skin_01/images/tweeter3.png) no-repeat;
    width: 48px;
    height: 54px;  
    margin: 9px 0px 0px 41px;
}

a.stopka_bilet {   
    width: 95px;
    height: 56px;
	margin: 15px 0px 0px 23px;
    background: url(/themes/skin_01/images/bilet3.png) no-repeat;
}

.stopka_linki > a, .stopka_linki > div {
    transform: scale(0.75);
}

.stopka_fb {
    margin-top: -13px;
}

.stopka_fb a:first-child {
    margin-bottom: 40px;
}

@media screen and (max-width: 1210px){
	.stopka_fb a {   
		float: left;
		clear: none;
	}
	
	a.stopka_bilet {  
		margin: 8px 0px 0px 33px;
	}
	
	a.stopka_youtube {
		margin: 9px 5px 0px 8px !important;
	}
	
	a.stopka_insta {
		margin: 8px 35px 0px 31px !important;
	}
}

.mainMenu .block a.menu-level-1 .tytul_menu {
    font-weight: bold !important;
    font-size: 14px;
}

section.component.kalendarz_box h2.title a+a {
	border-right: 2px solid white !important;
    padding: 7px 26px !important;
    border-left: 2px solid white !important;
	display: none;
}

.naj_pop_gal ul.tabs li {
    margin: 0px 1px 0px 0px;
}

.naj_pop_gal ul.tabs li > * {
    padding: 7px 18px 7px 22px;
    margin: 0px 0px 0px 0px;
    display: block;
    line-height: 24px;
    background: #E26A0B;
    color: white;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
	font: normal normal bold 16px/150% 'Lato',Arial;
    text-transform: uppercase;
}

.naj_pop_gal ul.tabs li > *:hover,
.naj_pop_gal ul.tabs li.sel > *{
	background:#000001;
	color:white;
}


/* news */

.newsbox-container .kali_zajawka > a:hover .box-left .tresc{
    display: none !important;
}


section.component.kalendarz_miesieczny .header_navigator .next {
    background: url(/themes/skin_01/images/kali_right.png) no-repeat center center;
    font-size: 0px;
    cursor: pointer;
    padding-right: 0px !important; 
    width: 30px;
    height: 30px;
    color: white;
}

section.component.kalendarz_miesieczny .header_navigator .prev {
    background: url(/themes/skin_01/images/kali_left.png) no-repeat center center;
    font-size: 0px;
    cursor: pointer;
    padding-right: 0px !important; 
    width: 30px;
    height: 30px;
    color: white;
}


section.component.kalendarz_miesieczny .calendar_box .header_navigator h4 {
	float: left;
    width: 50%;
    margin-bottom: 0;
    line-height: 26px;
    color: white;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Lato', Arial;
    font-weight: normal;
    font-size: 20px;
	position: absolute;
}

section.component.kalendarz_miesieczny .widok_listy_table{
	padding:0px 15px;
}

.kal_top td.kal_next .next:hover {
    background: none !important;
}

.kal_top td.kal_prev .prev:hover {
    background: none !important;
}

section.component.kalendarz_miesieczny .icalendar.minified[class*="harmonogram"] tbody .day > span.event {
    margin: 0;
    padding: 0px;
    width: 35px;
    height: 25px;
    overflow: hidden;
    padding-top: 9px;
    margin: 5px;
    margin-left: 6px;
}

section.component.kalendarz_miesieczny .waiter-wrapper{
	display:none;
}

section.component.kalendarz_miesieczny span.event-title a:focus {
    outline: none;
}

section.component.kalendarz_miesieczny .has-events * {
    background: #000001 !important;
	border-radius: 50%;
	padding: 3px 0px;
}

section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(odd) .current-week.today span {
    position: relative;
    left: -3px;
}

section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(even) .current-week.today,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(odd) .current-week.today {
   /* background: white;
    color: black; */
	
	outline: 1px solid white;
    outline-offset: -1px;
}
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(odd) .current-week.today *,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(even) .current-week.today *{

}

section.component.kalendarz_miesieczny .icalendar.minified[class*="harmonogram"] thead .calendarHeader {
    border-color: #E26A0B;
    padding: 5px 15px;
    background: #E26A0B;
    border: none;
    color: white;
	font-family: 'Lato', Arial;
}

section.component.kalendarz_miesieczny .icalendar.minified[class*="harmonogram"] tbody .day > span.event {
    position: relative;
    z-index: 1;
}

.component.kalendarz_miesieczny .component.kalendarz_miesieczny{
	width:100%;
	height:100%;
	margin:auto;
}

section.component.kalendarz_miesieczny{
    width: 371px;
    height: 413px;
    float: right;
    margin: 15px 0px 0px 0px;
    background: #E26A0B;
}
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(even) .current-week,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr:nth-child(odd) .current-week {
    background: #E26A0B;
	position:relative;
}

section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr .current-week:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
}

section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody .day,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody .empty {
    border: none;
}

section.component.kalendarz_miesieczny .icalendar.minified[class*="harmonogram"] tbody .day, .icalendar.minified[class*="harmonogram"] tbody .empty, 
section.component.kalendarz_miesieczny .icalendar.minified[class*="harmonogram"] thead .calendarHeader {
    padding: 0px;
    height: auto;
}

section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody .day span.date,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr td.day.sunday span.date,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody tr td.day.saturday span.date,
section.component.kalendarz_miesieczny th.calendarHeader .sobota {
    color: white;
	font-family: 'Lato',Arial;
	text-align: center;
	padding: 5px 3px;
}

section.component.kalendarz_box .kal_top {
    display: none;
}


section.component.kalendarz_miesieczny div[class*="kali_harmonogram"] div.header_navigator {
    margin-bottom: 5px;
    margin-top: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 27px 21px 25px 21px;
    box-sizing: border-box;
}


section.component.kalendarz_miesieczny th.calendarHeader .sobota,
section.component.kalendarz_miesieczny th.calendarHeader .niedziela,
section.component.kalendarz_miesieczny tr.week td.weekend a {
    color: white;
}

section.component.kalendarz_miesieczny .widok_listy_table thead tr {
    height: 55px;
    vertical-align: top;
}


section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] thead .calendarHeader{
	border:none;
	color:white;
}


section.component.kalendarz_miesieczny span.event-title {
    display: none;
}


section.component.kalendarz_miesieczny span.event {
    display: none !important;
}


section.component.kalendarz_miesieczny td.day.current-week a {
    position: relative;
    z-index: 2;
}

section.component.kalendarz_miesieczny .has-events a {
    background: none !important;
}

section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody .day,
section.component.kalendarz_miesieczny .icalendar[class*="harmonogram"] tbody .empty {
    padding:6px 10px;
}


section.component.kalendarz_miesieczny .link.link_kali_harmo {
    display: none;
}


.box-right span.kategorie.newsbox {
    display: none !important;
}

strong.date {
    font-size: 13px;
}

body article .info .info_seperator{
    display: none !important;
}

.download-image.button{
	color:black;
}

.naj_pop_gal .link.najpopgal{
	display:block !important;
}


.naj_pop_gal .link {
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 0px;
    left: 0;
    right: auto;   
    bottom: auto;
    text-transform: uppercase;
    text-align: center;
}

.link.najpopgal a {
    display: block;
    padding: 7px 10px;
    margin: 0px;
	font-family: 'lato';
    font-size: 16px;
    font-weight: normal;
	font: normal normal bold 16px/150% 'Lato',Arial;
    text-transform: uppercase;
}

.link.najpopgal a:hover {
	background:#000001;
	color:white;
}


.kal_top td.day.with-events:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #E26A0B;
    position: absolute;
    left: 56%;
    transform: translateX(-64%);
    border-radius: 50%;
    top: 21px;
    /* visibility: hidden; */
    /* z-index: 0; */
}

.kal_top td.day.with-events .kalendarz_numer_dnia {
    font-size: 16px;
}

.kal_top td.day.with-events .kalendarz_tydzien_name {
    top: -5px;
}

.kal_top .kalendarz_numer_dnia {
    position: relative;
    z-index: 222;
}

.kal_top td.day.with-events .kalendarz_numer_dnia{
	color:white;
	background: #E26A0B;
    border-radius: 50%;
}

.karuzela_border_top:after {
    content: 'PARTNERZY';
    position: absolute;
    background: white;
    color: black;
    padding: 2px;
    top: -16px;
    left: 25px;
}

header.belka.belka_promo a+a {
    display: none;
}

.stopka_mapka {
    width: 101px;
    height: 91px;
    background: url(/themes/skin_01/images/mapka.png) no-repeat;
    float: left;
    margin: 50px 30px 10px 30px;
	position: relative;
	width: 135px;
    height: 126px;
    background: url(/themes/skin_01/images/mapka.png) no-repeat;
    float: left;
    margin: 12px 9px 0px 84px;
    background-size: contain;
	cursor:pointer;
}

.stopka_mapka:after{
	content:'';
	display:block;
	border-radius:50%;
	width:9px;
	height:9px;
	border:1px solid black;
	background:#E26A0B;
	top: 40px;
    left: 88px;
    position: absolute;
}



.godziny_title {
    display: inline-block;
    width: 140px;
}

.module-kalendarz_imprez article > header > .title {
    line-height: 42px;
}

section.component.kalendarz_miesieczny td.day.current-week.today.has-events a {
    color: white;
}


body .newsbox-container .pager-button.active {
    color: white;
}

.naj_pop_gal .belka.hidden-wcag {
    display: none !important;
}

div#gtx-trans {
    display: none;
}

.component.newsbox {
    overflow: hidden; 
}

.miejsce-banerowe.stopka_info a:hover {
    text-decoration: underline;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .tiktok_link {
    background: #E26A0B url(/themes/skin_01/images/tiktok.png) no-repeat 0px 1px;
    margin-right: 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .tweeter_link {
    background: #E26A0B url(/themes/skin_01/images/twitter.png) no-repeat 0px 1px;
    margin-right: 0px;
}

#google-translation-flags > span.białoruski {
    margin: 0px 6px 0px 0px;
}

font {
    margin: 0px !important;
    padding: 0px !important;
}

.topMenu_infobar .links font {
    font-size: 0px;
}

.component.aktualnosci_promowane ul.tabs li {
    font-weight: normal;
}


.miejsce-banerowe.logo_w_naglowku_strony img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-iobiekt .obiekt_typ {
    text-transform: capitalize;
}

li.zglos {
    display: none !important;
}

.naj_pop_gal .belka .title a {
    padding-right: 42px;
}

@media screen and (max-width: 1210px){
	.naj_pop_gal .belka .title a {
		padding-right: 20px;
	}
}




/* panel w wersji respo */
@media screen and (max-width: 1210px) {
	.mobile-menu > a.mobile-icon-panel:before {
		display: block;
		content: '\f037';
		font-family: 'FontAwesome';
		position: relative;
		top: 2px;
	}
	
	td#PAN_2.mobile-active .miejsce-banerowe,
	td#PAN_2.mobile-active .component{
		display: block !important;
	}
	
	td#PAN_2.mobile-active .component {
		text-align: left;
	}
}

.newsbox-container .zajawka.in-column .box-left img {
    object-fit: cover;
}



span.box-right {
    text-align: left;
}


/* kafelki banerowe */
#PAN_2 .kafelki-container{
   grid-template-columns: repeat(2, 1fr) !important;
}


/**   1210px  ******************************************************************/
@media screen and (min-width: 1210px){
	.mainMenu.simplified .block .sub-block-menu > ul > li {
		display: flex;
		flex-flow: row wrap;
	}
	
	.mainMenu.simplified .block .sub-block-menu > ul > li a {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 7px 10px;
		box-sizing: border-box;
	}
	
	.mainMenu.simplified .block .sub-block-menu ul.level-2-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 1210px){
	.mainMenu.simplified .block .sub-block-menu > ul > li {
		width: 100%;
		margin: 5px;
	}
}

.zajawka.kali_zajawka .box-right .title img {
    display: none !important;
}

.newsbox-container .title > .title {
    display: block !important;
    clear: both !important;
    padding: 10px 0px 0px 0px !important;
    margin-bottom: 0px !important;
}

body .kup-bilet:hover,
body .kup-bilet:focus,
body .play-trailer:hover,
body .play-trailer:focus {
    background: red;
}

.occurances-wrapper .occurances-day-wrapper span > span.occurance-info, tr.week > td > a + span.occurance-info {
    z-index: 22;
}

.video iframe {
    border: none;
}

tr.week td.today a {
    color: white;
}

body ul.active-filters li {
    color: white;
}

.module-kalendarz_imprez section[style="position:relative;text-align: center;"] {
    text-align: left !important;
}

@media screen and (max-width: 1210px){
	.module-kalendarz_imprez section[style="position:relative;text-align: center;"] {
		text-align: center !important;
	}
}

article > .tresc ul, .article > .tresc ul, article > .tresc ol, .article > .tresc ol {
    list-style-position: outside;
}

section.component.kalendarz_box .waiter-wrapper {
    opacity: 0 !important;
    display: none !important;
}

td.obiekt_dane textarea {
    font-weight: normal;
}

.component table p > i {
    font-weight: bold;
}

.miejsce-banerowe.banery_do_podstron_w_naglowku a:hover {
    border-radius: 13px;
} 


.newsbox-container:hover span.nav-arrows {
    opacity: 1;
}

.tiled-list > * > a,
.mainMenu .level-1 > a, .mainMenu .level-1 > span, .mainMenu .level-2 > a, .mainMenu .level-2 > span, .mainMenu .level-3 > a, .mainMenu .level-3 > span {
    font-size: 14px;
}

tr.week span a {
    background: #e3e1e2;
    color: black;
}

th.calendarHeader .sobota,
th.calendarHeader .niedziela,
tr.week td.weekend a {
    color: #ab151a;
	outline:none;
	text-shadow: 0px 0px;
}

tr.week td a:hover{
	color:white;
	background:#ab151a;
}

.kal_top tr.week td {
    width: 48px !important;
    padding: 0px 6px;
}

.newsbox-container .pager-button .box-right .title .title {
    display: none !important;
}

span.rozszerzenie {
    text-transform: uppercase;
}

nav.aktu_menu.component .portal-menu,
nav.aktu_menu.component .belka {
    display: none;
}

@media screen and (max-width: 1210px){
	nav.aktu_menu.component .portal-menu.mobile-active {
		display: block;
	}
}

.module-multimedia article .info .info_seperator,
.module-aktualnosci article .info .info_seperator,
.module-multimedia article .info .author,
.module-aktualnosci article .info .author{
	display:inline-block;
}


.module-multimedia article .info .info_seperator,
.module-aktualnosci article .info .info_seperator{
	color:#737373;
}

.module-aktualnosci article .info strong + strong + span + strong + strong + span{
	display:none !important;
}

article > header > .title:before{
	top: 5px;
}

video {
    max-width: 100%;
}

@media screen and (min-width: 1210px){
	#PAN_2 nav .level-5 > a, #PAN_2 nav .level-4 > a, #PAN_2 nav .level-3 > a, #PAN_2 nav .level-2 > a {
		position: relative;
		z-index: 2;
		background: #595959 !important;
		color: white;
		border: none;
		text-transform: uppercase !important;
	}
	
	#PAN_2 nav .level-2-wrapper:after {  
		visibility: hidden;
	}
	
	#PAN_2 nav .level-2-wrapper {
		border-top: 0px solid white;
		border-bottom: 0px solid white;
		position: relative;
	}
	
	.module-multimedia #PAN_2 nav .level-1 > a:before ,
	.module-galerie #PAN_2 nav .level-1 > a:before {
		visibility: hidden;
	}
}

.occurances-wrapper {   
    background: #e9e9e9;  
    color: black;
}

.occurances-wrapper .occurances-day-header span > a {
    color: black;
}

body .occurances-wrapper .occurances-day-wrapper-separator {
    border-bottom: 1px dotted black;
}

.aside_kal .box-iobiekt:nth-child(4n+1) > .obiekt_typ, .aside_kal .box-iobiekt:nth-child(4n+2) > .obiekt_typ {
    background-color: #e9e9e9;
    color: black;
}

.box-iobiekt .obiekt_typ {
    color: black;
    background: #e9e9e9;
}

.module-kalendarz_imprez article > header > .title:before{
	display:none;
}

.module-kalendarz_imprez article > header > .title{
	text-transform:none;
	font-size:42.7px;
	padding-left:0px;
}

.common-filters h3 {
	padding: 9px 15px 9px 15px;
	font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px;
	font-size: 14px;
}

.common-filters h3:before {
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
}

.view_change .view_title {  
    font-size: 14px;
    padding: 0px 2px 0px 5px;
}


/* poprawki ostatnie */

.links a.bip {
    background: url(/themes/skin_01/images/bip2.png) no-repeat 0px 2px !important;
    font-size: 0px !important;
    width: 15px;
    height: 25px;
    margin: -3px 0px 0px 0px;
    z-index: 999;
    padding: 0px;	
}

.links a.eu {
    background: url(/themes/skin_01/images/eu.png) no-repeat 0px 2px !important;
    font-size: 0px !important;
    width: 118px;
    height: 40px;
    margin: -8px 3px 0px 0px;
	z-index: 999;
	
}

.links a.epuap {
    background: url(/themes/skin_01/images/epuap.png) no-repeat 0px 2px !important;
    font-size: 0px !important;
    width: 20px;
    height: 21px;
    margin: -3px 8px 0px 0px;
    padding: 0px;
}

tr.week td a {
    background: white;
}

tr.week span a{
	background: #E21F25;
	color:white;
} 

th.calendarHeader .sobota, th.calendarHeader .niedziela, tr.week td.weekend a {
    color: #E21F25;
}

tr.week td a:hover{
	background: #E21F25;
	color:white !important;
}


.miejsce-banerowe.logo_w_naglowku_strony .pole-banerowe {
    margin-bottom: 10px;
}

body .newsbox-container .pager {
    width: 302px;
}

body .newsbox-container .pager-button .box-left {
    height: 156px;
}

body .newsbox-container .zajawka .box-right span.miejsce.newsbox:empty {
    display: none !important;
}



/* poprawjka do wysokosci menu glownego */
.glowneMenu {
    min-height: 38px;
    max-height: 38px;
}

#PAN_HEAD .mainMenu .block:first-child {
    height: 38px !important;
}

.mainMenu .block a.menu-level-1 {
    padding: 5px 0px 5px 0px;
}

span.menu_select_bottom,
.mainMenu .block,
.topMenu_main, .mainMenu {
    height: 38px
}

.mainMenu .block > .sub-block-menu{
	top:38px;
}

.mainMenu .block a.menu-level-1:focus:after, .mainMenu .block.opened a.menu-level-1:after, .mainMenu .block.sel a.menu-level-1:after, .mainMenu .block:hover a.menu-level-1:after {
    height: 38px
}

.mainMenu .block a.menu-level-1:before {
    top: 9px;
}

/* end poprawjka do wysokosci menu glownego */



.navigator ul > li {
    background: #e3e1e2;
    color: black;
}

.navigator ul > li + li > span:before, .navigator ul > li + li a:before {
    background: url(/themes/skin_01/images/nav_a.png) no-repeat;
}

.navigator ul > li + li > span:after, .navigator ul > li + li a:after {
    background: url(/themes/skin_01/images/nav_b.png) no-repeat;
}

.navigator ul > li span {
    text-transform: none;
    text-shadow: 0px 0px;
}

/* menu dockowanie */

td#PAN_HEAD.docked .miejsce-banerowe.logo_w_naglowku_strony {
	margin: -7px 23px -2px -1px;
    width: auto;
}

td#PAN_HEAD.docked .miejsce-banerowe > .pole-banerowe {
    margin-bottom: 6px;
}

td#PAN_HEAD.docked .miejsce-banerowe.banery_do_podstron_w_naglowku {
    margin: 23px 10px 0px 30px;
}

td#PAN_HEAD.docked div.accesible {
    margin: 53px 2px 2px 12px;
}

td#PAN_HEAD.docked .topMenu_infobar, td#PAN_HEAD.docked .miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku {
    display: block;
}

td#PAN_HEAD.docked section.component.wyszukiwarka-wrapper {
    margin: 53px 0px 0px 0px;
}

td#PAN_HEAD.docked .miejsce-banerowe.banery_do_podstron_w_naglowku img {
    max-width: 100%;
}


td#PAN_HEAD.docked .miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku {
    top: 13px;
}

td#PAN_HEAD.docked > div > div.noprint.pole-banerowe {
    top: 16px;
}


td#PAN_HEAD.docked .translate-bar.component{
	top:17px;
}

td#PAN_HEAD.docked .miejsce-banerowe.pogoda_box{
	top:-20px;
}



@media screen and (max-width: 1210px){
	span.kali_data_od, span.kali_data_do {
		font-weight: normal;
		font-size: 18px;
	}
	
	#google-translation-flags {
		float: none;
		margin: 3px 5px 0px 5px;
		display: inline-block;
	}
}

/*
.mainMenu .level-1 > a > span > p:first-letter {
    text-transform: uppercase;
}
*/

.mainMenu .level-1 > a > span {
    word-spacing: 1px;
    text-transform: none !important;
}


/**   1210px  ******************************************************************/
@media screen and (max-width: 1210px){
	
	.stopka_linki > a, .stopka_linki > div {
		transform: scale(1);
	}
	
	.stopka_fb {
		margin-top: 0px;
	}
	
	.stopka_fb a {   
		float: left;
		clear: none;
	}
	
	a.stopka_bilet {  
		margin: 8px 0px 0px 33px;
	}
	
	a.stopka_insta {
		margin: 8px 35px 0px 31px !important;
	}

}



.topMenu_infobar .links a.gmina:hover,
.topMenu_infobar .links a.gmina:focus,
.topMenu_infobar .links a.gmina {
    font-size: 0px;
    background: url(/themes/skin_01/images/gmina.png) no-repeat 3px 0px;
}

td#PAN_HEAD > div > div.noprint.pole-banerowe .topMenu_infobar {
    position: relative;
}


td#PAN_HEAD > div > div.noprint.pole-banerowe .topMenu_infobar:before {
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 25px;
    background: #898989;
    left: -14px;
    top: -3px;
	visibility: hidden;
}

#google-translation-flags > span.ukraiński {
    display: block !important;
}


/* pogoda box */

div#inpl-weather-links,
.widget-city-name,
.widget-date {
    display: none !important;
}

.miejsce-banerowe.pogoda_box {
	position: absolute;
    top: -23px;
    left: 602px;
    transform: scale(0.4);
    visibility: hidden;
    overflow: hidden;
    width: 222px;
    height: 100px;
}

.miejsce-banerowe.pogoda_box > div {
    position: relative;
    top: -74px;
    right: 50px;
}

.miejsce-banerowe.pogoda_box > div {
    position: relative;
}

.miejsce-banerowe.pogoda_box > div:before {
    content: '';
    background: white;
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
}


@media screen and (max-width: 1210px) {
	.miejsce-banerowe.pogoda_box {
		display: none;
		left:auto;
		top:0px;
		transform: none !important;
		height: 80px;
		overflow: hidden;
	}
	
	.miejsce-banerowe.pogoda_box.mobile-active {
		display: block;
	}
	
	.miejsce-banerowe.pogoda_box > div {
		position: relative;
		top: -80px;
	}
	
	
	
}

/* end pogoda box */

.tweeter-share {
    display: none !important;
}


@media screen and (min-width: 1210px) {
	.pogoda_title {
		height: 90px;
		position: absolute;
		top: 84px;
		width: 100%;
		right: 14px;
	}
}


@media screen and (max-width: 1210px) {
	iframe#smsapi-newsletter-iframe {
		width: 100% !important;
	}
}


body .karuzela-container {
    height: 115px;
}

li.ban-wrapper a:hover img {
    box-shadow: 1px 2px 15px 0px grey;
}

body .concept-carousel li {
    padding-top: 5px;
}


#news_promowane_container div[style="text-align:right;"]{
	text-align:center !important;
}


.kali_data > span > span:nth-child(3) ,
.zajawka.kali_zajawka span.kali_data strong,
.zajawka.kali_zajawka span.kali_data_do {
    display: none;
}

.kali_data_od > span, 
.kali_data_do > span {
    display: inline-block;
    float: none;
    width: auto;
}


.kali_data > span > span:nth-child(4) {
    width: auto;
    float: none;
    margin-left: 0px;
    position: relative;
}

.kali_data > span > span:nth-child(4):before{
	content:', ';
	margin-right: 3px;
    margin-left: 2px;
}


section.component.aktualnosci_promowane > .belka h2:hover {
    background: #000001;
}


.mainMenu .level-1 > a {
    padding: 7px 10px;
}



.miejsce-banerowe.banery_pod_newsboxem {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin: 22px 0px 0px 0px;
}

.miejsce-banerowe.banery_pod_newsboxem > div {
    flex-grow: 0 !important;
    background: #E26A0B;
}


.miejsce-banerowe.banery_pod_newsboxem > div {
    position: relative;
}

.miejsce-banerowe.banery_pod_newsboxem a:hover img {
    box-shadow: 1px 2px 15px 0px grey;
}

.miejsce-banerowe.banery_pod_newsboxem div:hover {
     background: #000001 !important;
}

.miejsce-banerowe.banery_pod_newsboxem .baner_title {
    display: flex !important;
    text-align: left;
    text-transform: uppercase;
    margin-left: 39%;
    height: 70px;
    bottom: 50%;
    align-items: center;
    flex-flow: row wrap;
    background: white;
    transform: translateY(50%);
}

@media screen and (max-width: 420px){
	.miejsce-banerowe.banery_pod_newsboxem .baner_title {
		font-size: 13px;
	}
}

.panel.docked#PAN_HEAD > div:before{
	top:3px;	
}

.panel.docked#PAN_HEAD > div:before{
	top:3px;	
}


.miejsce-banerowe.stopka_info{
	position:relative;
}

.mainMenu.simplified .block > .sub-block-menu {
    height: auto !important;
    box-shadow: 0px 5px 15px 0px black;
    background: #000001 !important;
}


body .concept-carousel img {
    max-height: 85px;
}


.thumb-title:empty {
    display: none;
}

img.error404 {
    background: #E26A0B;
}


.module-epublikacje article > header > .title {
    max-width: 83%;
}

.zajawka .box-left img {
    height: auto;
}

article strong.author {
    display: none !important;
}

span.warning{
	display:none !important;
}

.zaj-wrapper:not(.active) .news_zaj span.kategorie .tag,
.zaj-wrapper:not(.active) .news_zaj span.kategorie{
	background:white !important;
}

.mainMenu .block:hover a:focus span.menu_select_bottom,
.mainMenu .block.sel:hover span.menu_select_bottom {
    background: inherit !important;
    color: inherit !important;
}

.map_toolbox ul.tabs li > *{
	background: #E26A0B;
	color:white;
	font-weight:normal;
}

.map_toolbox ul.tabs li:hover > *,
.map_toolbox ul.tabs li.sel > *{
	background: #000001;
	color:white;
}

body .ikonki_content {
    margin-top: 55px;
}

#map.mapa {
    margin-bottom: 20px;
}

body .ms-info-bubble-close {
    color: #E26A0B;
}

article.gpopup > header > .title:before{
	display:none;
}

article.gpopup > header > .title {
    padding: 2px 0px 8px 0px;
}

body #PAN_2 .level-1.select .menu-toggler{
	background: #000001 !important;
}


#PAN_2 section.ankieta_box.component .ankieta_next,
#PAN_2 section.ankieta_box.component .ankieta_prev {
	height: auto;
	width: auto;
	background:none;
	margin-left: 1px;
}


#PAN_2 section.ankieta_box.component .ankieta_prev:before {
    content: '«';
    width: 20px;
    height: 38px;
    font-size: 40px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    box-sizing: border-box;
    color: white;
}

#PAN_2 section.ankieta_box.component .ankieta_next:before {
    content: '»';
    width: 20px;
    height: 38px;
    font-size: 40px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    box-sizing: border-box;
    color: white;
}

#PAN_2 section.ankieta_box.component .ankieta_navigacja {
    top: 0px;
}

#PAN_2 section.ankieta_box.component .ankieta_next:hover,
#PAN_2 section.ankieta_box.component .ankieta_prev:hover {
	background:#000001;
}

span#dokuSearch.button, span#zampSearch.button {
    padding: 11px 10px 10px 10px;
    height: auto;
}

.module-zamowienia table.table_data td *,
.module-zamowienia table.table_data td,
.module-dokumenty table.table_data td *,
.module-dokumenty table.table_data td {
    font-weight: 400;
}

.wyniki_ankiety{
	background: #E26A0B;
}

.wyniki_ankiety_sep{
	background: #000001;
}

.miejsce-banerowe.stopka_logos {
    float: left;
    margin: 60px 0px 0px 0px;
}

.stopka_tel a {
    display: inline-block;
}

body .concept-carousel li.ban {
    display: flex;
    align-items: center;
}

.newsbox-container .pager-button .box-left img,
.newsbox-container .zajawka > a .box-left {
    outline: 1px solid silver;
    outline-offset: -1px;
}





.pager-con .pager .hidden-wcag,
body .component.newsbox .newsbox-container .zajawka_click{
	color:black !important;
}

span.notice p {
    padding: 0px;
    margin: 0px;
}


body .mainMenu:not(.simplified) .level-1:hover > a,
body .mainMenu:not(.simplified) .block .sub-block-menu > ul > li:hover > a,
body .mainMenu:not(.simplified) .level-1:hover > a,
body .mainMenu:not(.simplified) .tiled-list > * > a:hover, 
body .mainMenu:not(.simplified) .level-1:hover > a, 
body .mainMenu:not(.simplified) .level-2:hover > a, 
body .mainMenu:not(.simplified) .level-3:hover > a, 
body .mainMenu:not(.simplified) .level-1 > a:hover, 
body .mainMenu:not(.simplified) .level-2 > a:hover, 
body .mainMenu:not(.simplified) .level-3 > a:hover {
    background: #E26A0B !important;
    color: white !important;
}

.zajawka .box-left img {
    height: auto;
    outline: 1px solid silver;
    outline-offset: -1px;
}


/* dofinansaowanie */

.miejsce-banerowe.baner_przed_stopka {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
	margin: 10px 0px 0px 0px;
}

.miejsce-banerowe.baner_przed_stopka > div {
    flex-grow: 0 !important;
}

.miejsce-banerowe.baner_przed_stopka > div:nth-child(5) {
    width: 100%;
}

@media screen and (max-width: 1210px){
	.miejsce-banerowe.baner_przed_stopka {
		justify-content: center;
	}
}


/* end dofinansaowanie */

.goog-te-gadget-simple > span {
    margin-left: 4px;
    width: 115px;
}


/* 2024 */

div#google_translate_element {
    width: 141px;
}

body .view_change > a.view_month:before,
body .view_change > a.view_week:before {
    color: white;
}

a.view_week {
    margin: 0px 10px;
}

.link.link_kali_harmo {
    text-align: center;
}

.navigator ul > li + li:hover > span:before, .navigator ul > li + li:hover > a:before {
    margin-left: -4px;
    width: 20px;
}

.zajawka.kali_zajawka .box-right span.kategoria {
    background: none !important;
}



/* fix zalaczniki */ 

.powiazane[data-component-name="powiazane_pliki"] .belka{
	text-align: right;
}

.powiazane[data-component-name="powiazane_pliki"] .belka h2{
	float:left;
}

.powiazane[data-component-name="powiazane_pliki"] .belka .software_attach,
.powiazane[data-component-name="powiazane_pliki"] .belka .zip_link{
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 2px;
    position: relative;
    top: 0px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.powiazane[data-component-name="powiazane_pliki"] .belka .software_attach:before, 
.powiazane[data-component-name="powiazane_pliki"] .belka .zip_link:before {
    position: relative;
    top: 17px;
}

@media screen and (max-width: 1210px){
	a.zalacznik_embeded {
		text-align: left !important;
	}
	
	.powiazane[data-component-name="powiazane_pliki"] .belka {
		text-align: center;
	}
}

/* end fix zalaczniki */

body .mainMenu.simplified:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:hover, 
body .mainMenu.simplified:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:focus,
.mainMenu.simplified:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1:hover > a,
.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-2-wrapper > li a:hover {
    background: #E26A0B !important;
	color:white !important;
}

body .mainMenu.simplified.light .block > .sub-block-menu li {
    background: #E26A0B !important;
}

/* fix long menu */

@media screen and (min-width: 1210px){

	.mainMenu .block div.extra-box {
		direction: ltr;
	}

	.mainMenu .block .sub-block-menu > ul{
		max-height: 367px;
		overflow: auto;
		direction: rtl;	
	}
	
	body .mainMenu .block > .sub-block-menu .level-1{
		direction: ltr;
	}
}

/* end fix long menu */

/* widget Acceessibility */

.flipbook-opened .uwy,
.full_maps_screen .uwy,
.fancybox-lock .uwy,
.gallery-full-screen .uwy{
	display:none;
}


@media screen and (max-width: 1220px) {
	
	body .uwy {
		z-index: 15 !important;
	}
	
	body .uwy .uai {
		margin-top: 45px !important;
		right: -15px !important;
		left: auto !important;
	}
}

body.gallery-full-screen .uwy{
	display:none;
}

@media print {
	body .uwy{
		display:none !important;
	}
}


/* end widget Acceessibility */


/* contrast 

div.accesible div:hover, div.accesible div:focus {
    background-image: url(/images/common/bariera2.png);
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .fb_link:hover {
    background: #000001 url(/themes/skin_01/images/fb2h.png) no-repeat 0px 1px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .youtube_link:hover {
    background: #000001 url(/themes/skin_01/images/youtube2h.png) no-repeat 0px 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .insta_link:hover {
    background: #000001 url(/themes/skin_01/images/insta2h.png) no-repeat 0px 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .tweeter_link:hover {
    background: #000001 url(/themes/skin_01/images/twitterh.png) no-repeat 0px 1px;
}

.component.aktualnosci_promowane ul.tabs li:hover{
	color: black !important;
}

.common-filters .button.cancel:hover,
.etykieta-dnia,
table.table_common th,
.common-filters h3:before,
.common-filters h3,
div.numbers div:hover, div.numbers div.sel,
.num_pages a, .num_pages > strong,
td#FULL_BOTTOM > div,
.naj_pop_gal ul.tabs li > *:hover, .naj_pop_gal ul.tabs li.sel > *,
.component.aktualnosci_promowane ul.tabs li:hover,
section.component.aktualnosci_promowane > .belka h2:hover a,
ul.tabs li:focus > *, ul.tabs li:hover > *, ul.tabs li.sel > *,
.belka .title a:hover,
a.button:hover, a.button:focus, input.button:hover, input.button:focus {
    color: black;
}

#PAN_HEAD .mainMenu .block:first-child:hover > a, .mainMenu .block:first-child:hover > a, #PAN_HEAD .mainMenu .block.sel:first-child > a, .mainMenu .block.sel:first-child > a {
    background-image: url(/themes/skin_01/images/domek.png) !important;
}

@media screen and (min-width: 1210px) {
    .mainMenu .block.sel a.menu-level-1 .tytul_menu {
        color: black !important;
    }
	
	#PAN_2 .level-1.select > a {
        color: black;
	}
	
}

.component.aktualnosci_promowane ul.tabs li.rss {
    background: url(/themes/skin_01/images/rss3.png) no-repeat;
}

.stopka_mapka:after{
	background:#000001;
}

.num_pages > strong {
    color: white;
}



.stopka_mapka:after,
.stopka_mapka,
.view_change > a:before {
    filter: invert(1);
}

body ul.tabs.dropdown-menu > li:not(.sel),
body ul.tabs.dropdown-menu:hover > li.sel, body ul.tabs.dropdown-menu > li.sel:focus {
    color: black !important;
}

body ul.tabs.dropdown-menu:hover > li.sel:after, body ul.tabs.dropdown-menu > li.sel:focus:after {
    background: url(/themes/skin_01/images/dol.png) no-repeat;
}

.stopka_adres {
    background: url(/themes/skin_01/images/adresh.png) no-repeat 0px 0px;
}

.stopka_tel {
    background: url(/themes/skin_01/images/telh.png) no-repeat 0px 1px;
}

.stopka_mail {
    background: url(/themes/skin_01/images/mailh.png) no-repeat 0px 5px;
}

.stopka_godziny {
    background: url(/themes/skin_01/images/zegarh.png) no-repeat 0px 7px;
}

.highlight {
    background-color: #000001 !important;
	color:black;
}




*/

/* my contrast 

.stopka_adres {
    background: url(/themes/skin_01/images/adresh.png) no-repeat 0px 0px;
}

.stopka_tel {
    background: url(/themes/skin_01/images/telh.png) no-repeat 0px 1px;
}

.stopka_mail {
    background: url(/themes/skin_01/images/mailh.png) no-repeat 0px 5px;
}

.stopka_godziny {
    background: url(/themes/skin_01/images/zegarh.png) no-repeat 0px 7px;
}

.highlight {
    background-color: #E26A0B !important;
	color:black;
}

div.accesible div:hover, div.accesible div:focus {
    background-image: url(/images/common/bariera2.png);
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .fb_link {
    background: #E26A0B url(/themes/skin_01/images/fb2h.png) no-repeat 0px 1px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .youtube_link {
    background: #E26A0B url(/themes/skin_01/images/youtube2h.png) no-repeat 0px 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .insta_link {
    background: #E26A0B url(/themes/skin_01/images/insta2h.png) no-repeat 0px 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .tweeter_link {
    background: #E26A0B url(/themes/skin_01/images/twitterh.png) no-repeat 0px 1px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .fb_link:hover {
    background: #000001 url(/themes/skin_01/images/fb2.png) no-repeat 0px 1px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .youtube_link:hover  {
    background: #000001 url(/themes/skin_01/images/youtube2.png) no-repeat 0px 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .insta_link:hover  {
    background: #000001 url(/themes/skin_01/images/insta2.png) no-repeat 0px 0px;
}

.miejsce-banerowe.ikonki_spolecznosciowe_w_naglowku .tweeter_link:hover  {
    background: #000001 url(/themes/skin_01/images/twitter.png) no-repeat 0px 1px;
}

div.accesible div:hover, div.accesible div:focus {
    background-image: url(/images/common/bariera.png);
}

div.accesible div {
    background-image: url(/images/common/bariera2.png);
}

body ul.tabs.dropdown-menu > li.sel:after {
    background: url(/themes/skin_01/images/dol.png) no-repeat;
}

body tr.week td a:hover {
    color: black !important;
}

body ul.tabs.dropdown-menu > li.sel {
    color: black !important;
}

.zajawka.kali_zajawka .box-right span.kategoria,
.num_pages a:hover, .num_pages a:focus, .num_pages > strong, .page_bar div.full_prev a:hover::before, .page_bar div.full_prev a:focus::before, .page_bar div.full_next a:hover::before, .page_bar div.full_next a:focus::before, .page_bar div.prev a:hover::before, .page_bar div.prev a:focus::before, .page_bar div.next a:hover::before, .page_bar div.next a:focus::before,
#PAN_2 .level-1:hover > a, #PAN_2 .level-2:hover > a, #PAN_2 .level-3:hover > a, #PAN_2 .level-4:hover > a, #PAN_2 .level-5:hover > a, #PAN_2 .level-1:hover > span, #PAN_2 .level-2:hover > span, #PAN_2 .level-3:hover > span, #PAN_2 .level-4:hover > span, #PAN_2 .level-5:hover > span, #PAN_2 .level-1 > a:focus, #PAN_2 .level-2 > a:focus, #PAN_2 .level-3 > a:focus, #PAN_2 .level-4 > a:focus, #PAN_2 .level-5 > a:focus, #PAN_2 .level-1.select > a, #PAN_2 .level-2.select > a, #PAN_2 .level-3.select > a, #PAN_2 .level-4.select > a, #PAN_2 .level-5.select > a, #PAN_2 .level-1.select > span, #PAN_2 .level-2.select > span, #PAN_2 .level-3.select > span, #PAN_2 .level-4.select > span, #PAN_2 .level-5.select > span,
tr.week td.today a,
body ul.active-filters li,
.occurance-details-header,
body .newsbox-container .zajawka a .title:hover, 
body .newsbox-container .zajawka a .tresc:hover, 
body .newsbox-container .zajawka a .link:hover,
body .scroll-top:after,
td#FULL_BOTTOM > div,
.naj_pop_gal ul.tabs li > *,
.termin span,
body tr.week span a,
.navigator ul > li:hover,
ul.tabs li > *,
.navigator .navigator_home:hover,
.belka .title > span, .belka .title > a,
body .newsbox-container .box-right .title,
input.button, span.button, a.button {
    color: black;
}


body #page_content .newsbox-container .zajawka > a:hover .box-right .tresc, 
body #page_content .newsbox-container .zajawka > a:hover .box-right .title,
table.table_common tbody tr:hover *,
body ul.tabs.dropdown-menu:hover > li:not(.sel):hover, body ul.tabs.dropdown-menu:focus-within > li:not(.sel):focus-within,
body .newsbox-container .zajawka > a:hover .box-right .tresc, body .newsbox-container .zajawka > a:hover .box-right .title {
    color: black !important;
}


#PAN_HEAD .mainMenu .block:first-child:hover > a, .mainMenu .block:first-child:hover > a, #PAN_HEAD .mainMenu .block.sel:first-child > a, .mainMenu .block.sel:first-child > a {
    background-image: url(/themes/skin_01/images/domek.png) !important;
}

.component.aktualnosci_promowane ul.tabs li.rss {
    background: url(/themes/skin_01/images/rssh2.png) no-repeat;
}

body ul.tabs.dropdown-menu > li.sel {
    border-right: 2px solid black !important;
}

body #hyperss .nav-arrow.arrow-left:hover, .concept-carousel .nav-left:hover {
    background: #E26A0B url(/themes/skin_01/images/left1h.png) no-repeat center center !important;
}

body #hyperss .nav-arrow.arrow-right:hover, .concept-carousel .nav-right:hover {
    background: url(/themes/skin_01/images/right1h.png) no-repeat center center !important;
    background-color: #E26A0B !important;
}


body .scroll-top,
body .cookies_icon {
    border: 3px solid black;
}

body .newsbox-container .nav-arrow.next:hover {
    background: #E26A0B url(/themes/skin_01/images/right1h.png) no-repeat center center;
}

body .newsbox-container .nav-arrow.prev:hover {
    background: #E26A0B url(/themes/skin_01/images/left1h.png) no-repeat center center;
}

.stopka_mapka, .stopka_mapka:after {
    filter: invert(1);
}

ul.tabs li:focus > *, ul.tabs li:hover > *, ul.tabs li.sel > * {
    background: #000001;
}



@media screen and (max-width: 1210px) {
    body .mobile-menu > a.active[class*="mobile-icon-"] {        
        color: black;
	}
	
	body .block:hover .main-menu-toggler:before, body .block.sel .main-menu-toggler:before,
	body .main-menu-toggler:before,
	body .mainMenu .block a.menu-level-1 .tytul_menu{         
		color: black;
    }
	
	#PAN_2 .level-1.select > a, #PAN_2 .level-2.select > a {
		background: black !important;
	}
	
	.level-4 > a, .level-3 > span, .level-3 > a, .level-3 > span, .level-2 > a, .level-2 > span,
	.level-1 > a, .level-2 > a, .level-3 > a, .level-4 > a, .level-5 > a, .level-1 > span, .level-2 > span, .level-3 > span, .level-4 > span, .level-5 > span,
	body .mainMenu:not(.simplified) .level-1:hover > a, body .mainMenu:not(.simplified) .block .sub-block-menu > ul > li:hover > a, body .mainMenu:not(.simplified) .level-1:hover > a, body .mainMenu:not(.simplified) .tiled-list > * > a:hover, body .mainMenu:not(.simplified) .level-1:hover > a, body .mainMenu:not(.simplified) .level-2:hover > a, body .mainMenu:not(.simplified) .level-3:hover > a, body .mainMenu:not(.simplified) .level-1 > a:hover, body .mainMenu:not(.simplified) .level-2 > a:hover, body .mainMenu:not(.simplified) .level-3 > a:hover {
		color: black !important;
	}
	
	#PAN_2 .level-1.select > a, #PAN_2 .level-2.select > a {
		color: white !important;
	}

}

body .mainMenu:not(.simplified) .level-1:hover > a, body .mainMenu:not(.simplified) .block .sub-block-menu > ul > li:hover > a, body .mainMenu:not(.simplified) .level-1:hover > a, body .mainMenu:not(.simplified) .tiled-list > * > a:hover, body .mainMenu:not(.simplified) .level-1:hover > a, body .mainMenu:not(.simplified) .level-2:hover > a, body .mainMenu:not(.simplified) .level-3:hover > a, body .mainMenu:not(.simplified) .level-1 > a:hover, body .mainMenu:not(.simplified) .level-2 > a:hover, body .mainMenu:not(.simplified) .level-3 > a:hover {
    color: black !important;
}

body a.software_attach:hover:before, 
body a.zip_link:hover:before,
body a.zip_link:before, 
body a.software_attach:before {
    color: black;
}

/* end contrast */

.miejsce-banerowe.logo_w_naglowku_strony > div {
    vertical-align: middle;
}

.miejsce-banerowe.logo_w_naglowku_strony > div+div {
    margin-left: 20px;
}



.social_blok .belka h3>a {
    display: inline-block;
    padding: 8px 0 8px 30px;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
	color:black;
	filter: invert(1);
}

.social_blok .belka h3.facebook>a {
    background: url(data:image/webp;base64,UklGRtgAAABXRUJQVlA4WAoAAAAQAAAAFAAAFQAAQUxQSIwAAAAFgKpt+znpHSWjmidg20w6CtW55hg8szgCpd24jdHZyU2J6YdVjwi1bdswzNpzxiABdnwtd8ETJ+Byyui9uf0qy2UZ3spbADpDhmkLPGI78PVlOiuD4wwrTXaK+RobVYabRxRuMIxDp6XpjogF1mtcDpw0vUU8fUIqwbmWM+X/2w/xGIYVQgLxNODtFVZQOCAmAAAA0AIAnQEqFQAWAD4xGIpDoiGhFAQAIAMEtIAAHtHQAAD+/nyUAAA=) no-repeat left center
}

.social_blok .belka h3.you_tube>a {
    background: url(data:image/webp;base64,UklGRj4CAABXRUJQVlA4WAoAAAAQAAAAMQAAFAAAQUxQSPABAAAJkCjZtmk74zG2bdu2bdu2bdu2bfMitm1fW3GOduULImICEJygS+HkKeMniB2NSpfPY/n6cY8ewRnuz2tTLV+GhNGojZ8ya8mGfXWTRC1Lj/jxxVdszEL2jbM0xK31aZF0g5x7kV4NTZN2qEftDsk05Al/OVA6Wc428ICq/DupQkWOaMhMzo2TyblxrpzWTMe9FWNUCp0lZdXMkKBgGvLlIwUpOtQnZYcmaqwSnw1I4T8Wt1d8nbvR2zOvhlHpzjAMBhKiWCgRi8J0YCqddBCMTZikpocEHGQkx1gcMcU+IzHCdVXibMQwrXTnU/OB4z9ScCRO2jvjD0VkE9dsSnnHrztMWRN9C3De4snrZPhwEkshtjaIgdvOlwcxXABGdGj1iZBtUdCN1ENQk/gFBw9OlUh//yeVGrz9qmQiAcnwAXGjwaHKJRckXmKcvwYuxSbnf1lgc6PAEx91L8QCk1Jc99C5kl2j9QnDizG6CwWxyNHN1i68j/uBP/NFF7xWqvDzVj9JNb23AyUn3dxYbjwvYWaiUXAxXd5k6/mSMd2w9Bl4/AsK/L4AU00Xpv6ukOH3JqN5IYy3m/WJeAgBhx/wP3IDpk84nbhOoZgMxaQAsZICexDb572CyEk3Bb0pMHTbmQfvHCFVrq8vrx5cWn4iVlA4ICgAAADwAgCdASoyABUAPjEYi0QiIaESBAAgAwS0gAAPsB5aMAD+/nyUAAAA) no-repeat left center;
    padding-left: 60px
}

.social_blok .belka h3.insta>a {
	overflow: visible;
	outline: none;
    background: url(data:image/webp;base64,UklGRqoBAABXRUJQVlA4WAoAAAAQAAAAGgAAJQAAQUxQSFMBAAANkELbtrFt6z7PZ9uJyfZv27ZtK9pmtG3btttn2/fHfZ43fjUiJoDmem+Xz2lLmiQSibT3qDs9rkLlNvFB2TtfNIFAICjWxy9tUaLYWDXK36PaEcP9CyiRKwcrRnwJpEnTjfKhQXa/otDzHGS9tYORVQM0aajTx9Wk18Lpfb8Dh49kXvs6HwyPewTVBObp42nT++bgp8frB9pmXSpW3Woo1StdFlJQ8anVIL8Wi/KkFm6t2gWIGw9qrrUiZ430C5mEJpwmKErcgNFDaQVMXrrEcw2Qi1IKoGDSGf4/cPiMNSBVSqvXgz7+F3fKUcPSYcGHEw5DsmtUJ8xKAWya3Ue6PowIns0Fy+xuiRlHht+K4iymmzSA1GO94r+5tL2LeQ1l0PbWjTqW1tgpAFuMrRoUJ/oZmX2OctnkQMtq56gqMua1spdmRN2zFRgWzL5TjVlJ8xAAVlA4IDAAAAAQAwCdASobACYAPikOhUKhh1QGAKEtIAAYZM6PI4XraAAA/rEf///Gmg3P++JgAAA=) no-repeat left center
}

.social_blok .belka h3 {
    text-align: left
}

.miejsce-banerowe.facebook_blok {
    float: left;
}


.miejsce-banerowe.social_instagram .pole-banerowe img {
    max-width: 100%;
    display: inline-block
}

.miejsce-banerowe.social_instagram .pole-banerowe a {
    display: inline-block;
    max-height: 170px;
    overflow: hidden
}

.miejsce-banerowe.social_instagram .pole-banerowe {
    width: 48%!important
}

.miejsce-banerowe.social_instagram .pole-banerowe:nth-child(odd) {
    margin-right: 5px
}

.instagram-wrapper {
    flex-basis: 31%;
    margin-top: 77px;
    position: relative
}

.instagram-wrapper:before {
    background: #e26a0b url(data:image/webp;base64,UklGRqoBAABXRUJQVlA4WAoAAAAQAAAAGgAAJQAAQUxQSFMBAAANkELbtrFt6z7PZ9uJyfZv27ZtK9pmtG3btttn2/fHfZ43fjUiJoDmem+Xz2lLmiQSibT3qDs9rkLlNvFB2TtfNIFAICjWxy9tUaLYWDXK36PaEcP9CyiRKwcrRnwJpEnTjfKhQXa/otDzHGS9tYORVQM0aajTx9Wk18Lpfb8Dh49kXvs6HwyPewTVBObp42nT++bgp8frB9pmXSpW3Woo1StdFlJQ8anVIL8Wi/KkFm6t2gWIGw9qrrUiZ430C5mEJpwmKErcgNFDaQVMXrrEcw2Qi1IKoGDSGf4/cPiMNSBVSqvXgz7+F3fKUcPSYcGHEw5DsmtUJ8xKAWya3Ue6PowIns0Fy+xuiRlHht+K4iymmzSA1GO94r+5tL2LeQ1l0PbWjTqW1tgpAFuMrRoUJ/oZmX2OctnkQMtq56gqMua1spdmRN2zFRgWzL5TjVlJ8xAAVlA4IDAAAAAQAwCdASobACYAPikOhUKhh1QGAKEtIAAYZM6PI4XraAAA/rEf///Gmg3P++JgAAA=) no-repeat 12px center;
    position: absolute;
    content: " ";
    width: 100%;
    height: 33px;
    font-size: 20px;
    color: #000;
    padding-top: 2px;
    line-height: 30px;
    margin: -56px 0 0 0
}

.instagram-wrapper:after {
    position: absolute;
    content: "Instagram";
    top: -48px;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    left: 46px
}

.miejsce-banerowe.social_facebook>.clr {
    display: none
}

.yt_box {
    overflow-y: scroll;
    max-height: 500px
}

#PAN_FOOT_SOCIAL.panel>div .miejsce-banerowe {
    flex-basis: 31%;
    position: relative;
}

.miejsce-banerowe.instagram_blok {
    overflow: auto;
    max-height: 685px;
    display: flex;
    flex-wrap: wrap;
    width: 370px;
    float: right;
	justify-content: space-between;
}

.miejsce-banerowe.instagram_blok .pole-banerowe {
	width: 48% !important;
    flex-grow: 0 !important;
	margin-bottom: 0px;
}

.miejsce-banerowe.instagram_blok .pole-banerowe a {
    display: inline-block;
    max-height: 190px;
    overflow: hidden;
}

.miejsce-banerowe.youtube_block {
    float: left;
    width: 370px;
    margin: 0px 40px;
}

.miejsce-banerowe.youtube_block {
    float: left;
    width: 370px;
    margin: 0px 40px;
}

.miejsce-banerowe.facebook_blok {
    float: left;
    width: 370px;
}

.miejsce-banerowe.instagram_blok .pole-banerowe:first-child {
    width: 100% !important;
	margin-bottom: 0px;
}

.miejsce-banerowe.instagram_blok a {
    outline: 1px solid silver;
    outline-offset: -1px;
}

.miejsce-banerowe.instagram_blok .pole-banerowe + .pole-banerowe {
    margin-top: 15px;
}

.miejsce-banerowe.instagram_blok .belka {
    margin: 0px 0px 6px 0px;
}

.naj_pop_gal {
    margin-bottom: 50px;
}

.component.karuzel_patroni .karuzela_border_top:after {
    content: 'PATRONI MEDIALNI';
}

#PAN_2 .level-1.select > a, #PAN_2 .level-2.select > a{
	color:white;
}


/* wcag contrast validate fix */


.wcag_links a,
.wcag_links div{
	opacity: 1 !important;
	color:black !important;
	background:white !important;
}


.wcag_links div.links div.hidden > *{
	color:black !important;
	background:white !important;
	opacity: 1;
}

/* end wcag contrast validate fix */

section.component.kalendarz_box .link.link_kali_harmo {
    display: none;
}

body .uwy img {
    filter: invert(1);
}

.zajawka.kali_zajawka .box-right span.kategoria .tag {
    color: white !important;
}

.mainMenu .block a.menu-level-1 {
    color: white !important;
}

.newsbox-container .zajawka > a .box-right .miejsce.newsbox, .newsbox-container .box-right .tag, .newsbox-container .zajawka > a .box-right .tag {
    color: white !important;
}