@charset "UTF-8";
/* 
    Document   : common
    Created on : 2010-08-23, 15:00:33
    Author     : Mirek Sabiniewicz, Tomasz Glowinski
    Description:
        Przerywniki, justowniki
*/
.hidden
{ display: none; }

/* Przerywniki */
.cl, .clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
}
.clr, .clr_p
{
    clear: both;
    width: 100%;
    height: 15px;
    font-size: 15px;
}

.baner_clr
{
    clear: both;
    width: 100%;
    height: 15px;
}

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

abbr
{ border: none; }

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

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

/* podstawa stylowania róznych table (dokumenty, kontakt, kalendarz itp. */
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;
    background: #DF2A39;
    color: #000;
}

table.table_common tbody tr:hover *{
	color:white !important;
}

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

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

table.table_common th 
{
    padding: 6px 6px 6px 6px;
    background: #ededed;
    color: #000;
    width: 30%;
}

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 th
{ 
    background: #f6f6f6; 
    vertical-align: top;
    text-align: right;
    width: 15%;
}

/* formularz dodawania obiektow ***********************************************/
table.table_data.dodawanie_obiektow th
{
  background: #f6f6f6;
  vertical-align: top;
  text-align: left;
  width: 30%;
}
table.table_data.dodawanie_obiektow tr:nth-child(2n)
{ background-color: #F9F8F8; }

table.table_data.dodawanie_obiektow span.help
{
  clear: left;
  display: inline-block;
  padding: 4px 0px;
  font-size: 11px;
  color: gray;
}

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

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

/* NAWIGATOR ******************************************************************/
.navigator
{
    width: 100%;
    color: #4c4c4c;
    float: none;
    padding: 11px 0px 20px 0px;
    font-size: 85%;
}

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

.navigator ul > li
{
    display: inline-block;
    vertical-align: top;
}

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

.navigator ul > li span 
{
    vertical-align: middle;
    display: inline-block;
	font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-size: 101%;
}

.navigator .navigator_home
{
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
	font-family: "Open Sans",Arial;
    font-size: 101%;
	color:#d10f1f;	
}

.navigator .navigator_home:before
{ 
   
    content: '';
    background: url(/images/portal/navigator.png) no-repeat;
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
    width: 17px;
    height: 11px
}

.navigator .navigator_home:hover:before{
	background: url(/images/portal/navigatorh.png) no-repeat;
}

.navigator span:before
{
    margin: 0px 16px 0px 16px;
    content: '';
    background: url(/images/portal/navi.png) no-repeat 0px 0px;
    width: 12px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.navigator ul > li > a:hover span{
	color:#DF2A39;
}

.navigator .navigator_home span:before,
.navigator .navigator_home span:after{
	display:none;
}



/*Klasy div uzywane do zakladek yetii*/
div.zakladki,
div.jezyki,
div.jezyki_1,
div.jezyki_2{
    /* display: none; */
}
/*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;}

optgroup {
    font-style: normal;
}

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

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

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

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

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

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

article header .label,
header.belka .label,
.mainMenu .block > a > .label
{
    width: 20px; 
    height: 20px; 
    padding: 2px;
    border-radius: 3px;
    vertical-align: baseline;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

header.belka .title .label
{ 
    margin-right: 10px; 
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

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

.naglowek_homepage {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: white;
    clear: both;
	margin-left: -29px;
    width: 1170px;
}
/* CONCEPT HYPER TITLE SLIDER */
.hyperss-text .hyperss-title {
    color: #FFFFFF;
    font-family: 'Dosis',sans-serif;
    font-size: 17pt;
    padding: 0 15px;
    text-align: left;
}

.hyperss-text .hyperss-description {
    color: #FFFFFF;
    font-family: 'Dosis',sans-serif;
    font-size: 14pt;
    padding: 0 15px;
    text-align: left;
}

#hyperss{width: auto !important;}
#hyperss .slide {width: 100% !important;}
#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 .the-image {height: 100%;background-size:cover !important;}
#hyperss a.title-container {position: absolute;display: block;height: 100%;top:0}


#hyperss .hyperss-text {    
	bottom: 27px;
    left: 85px;
}

#hyperss .hyperss-text .hyperss-title { 
   z-index: 3;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14pt;
    padding: 0 0px;
    text-align: left;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    position: relative;
    letter-spacing: -0.2px;
    bottom: 10px;
    float: left;
    display: block;
}

.no-description .hyperss-description {
    display: none !important;
}

#hyperss .hyperss-text .hyperss-title span {    
    padding: 12px 16px 15px 16px;
    background-color: rgba(76, 76, 76, 0.9);
    color: white;
    font-family: "Lato",Arial;
    font-weight: normal;
    font-size: 129%;
    text-transform: uppercase;
	display: block;
	position:relative;
}

#hyperss .hyperss-text .hyperss-title span:before{
	content:'';
	background:url(/images/portal/titlel.png) no-repeat 0px 0px;
	display:block;
	position:absolute;
	top:0px;
	left:-27px;
	width:27px;
	height:51px;
}

#hyperss .hyperss-text .hyperss-title:hover span {
    background:url(/images/portal/titlenh.png) repeat 0px 0px;
}

#hyperss .hyperss-text .hyperss-title:hover span:after{
	background:url(/images/portal/titlerh.png) no-repeat 0px 0px;
}

#hyperss .hyperss-text .hyperss-title:hover span:before{
	background:url(/images/portal/titlelh.png) no-repeat 0px 0px;
}

#hyperss .hyperss-text .hyperss-title span:after{
	content:'';
	background:url(/images/portal/titler.png) no-repeat 0px 0px;
	display:block;
	position:absolute;
	top:0px;
	right:-30px;
	width:30px;
	height:50px;
}

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

#hyperss .hyperss-text .hyperss-description {    
    color: white;
    font-family: "Open Sans", Arial;
    font-size: 114%;
    padding: 0 15px;
    text-align: left;
    font-weight: lighter;
    float: left;
    padding: 14px 67px;
    display: block;
    width: 440px;
    clear: both;
    position: relative;
    left: -25px;
	
	background-color: rgba(76, 76, 76, 0.9);
    transform: skew(-23deg, 0deg) !important;
}

#hyperss .hyperss-text .hyperss-description span{
	transform: skew(20deg, 0deg) !important;
    display: block;
}

#hyperss .hyperss-text .hyperss-description:hover{	
	background: rgba(222, 42, 57, 0.9);
}
	
#hyperss .pager_container{     
	position: absolute;
    z-index: 4;
    width: 100%;
    top: 24px;
    text-align: right;
    right: 25px;
}

#hyperss .pager{    
	margin: 0px auto;
    position: relative;
    display: block;
    max-width: 1170px;
    float: right;
    margin-right: 0px;
}
	
#hyperss .pager > div {
	width: 18px;
	height: 17px;
	padding: 0px;
	margin: 0 6px;
	display: block;
	float: left;
	background: url(/images/portal/pager.png) no-repeat;
	cursor: pointer;	
	z-index:22;
}


#hyperss .pager > div.current,
#hyperss .pager > div:hover {
	width: 25px;
	height: 25px;
	padding: 0px;
    margin: -3px 0px 0px 5px;
	display: block;
	float: left;
	background: url(/images/portal/pagerh.png) no-repeat;
	cursor: pointer;	
	z-index:22;
	
}

#hyperss:not(.has-many-pages) .arrows_container {display:none;}
#hyperss .arrows_container {position: absolute;top: 61%;margin-left: 50%;z-index: 10;width: 100%;}
#hyperss .arrows {width: 100%;max-width: 1170px;transform: translateX(-50%) translateY(-100px);}
#hyperss .nav-arrow {width: 30px;height: 60px;position:relative;float:left;cursor:pointer;}
#hyperss .nav-arrow::before {content:'';display:block;position:absolute;opacity:1;top:0;right:0;bottom:0;left:0;width:auto;height:auto;}
#hyperss .nav-arrow:hover::before {opacity:1;}
#hyperss .nav-arrow::after {content:'';display:block;background:transparent url('/images/portal/l.png') no-repeat center center;position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;}
#hyperss .nav-arrow.arrow-right {float:right;}
#hyperss .nav-arrow.arrow-right::after {background:transparent url('/images/portal/r.png') no-repeat center center;}
#hyperss .nav-arrow:hover::before {opacity:1;}

#hyperss .nav-arrow.arrow-right:hover::after {background:transparent url('/images/portal/rh.png') no-repeat center center;}

#hyperss .nav-arrow.arrow-left:hover::after {background:transparent url('/images/portal/lh.png') no-repeat center center;}

.nav-arrow.arrow-left {
    left: 16px;
}

.nav-arrow.arrow-right {
    right: 18px;
}

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

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

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

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

.author
{ position: relative; }

/* WIZYTOWKA */
.author:hover > .wizytowka
{ display: block !important; }

.wizytowka
{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 330px;
    padding: 8px;
    border: 1px solid #982A41;
    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;
}

span.notice
{
    border: 1px solid green;
    padding: 3px;
    margin: 1px 0 1px 2px;
    background-color: #E7FFE7;
    color: green;
    font-weight: bold;
    cursor: default;
    display: block;
}

span.error
{
    border: 1px solid red;
    padding: 3px;
    margin: 1px 0 1px 2px;
    background-color: #FFFFC0;
    color: red;
    font-weight: bold;
    cursor: default;
    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;
}
/*************************************/

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

.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: #982A41;
    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-back
{
    position: relative;
    width: 100%;
    text-align: justify;
}

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

#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-family: arial;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:red; position: relative; top: 7px; }
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;}
div.new_form_row div.new_form_label {background: #f6f6f6;width:160px;font-weight: bold;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 {
    clear: both;
    font-size: 80%;
    display: inline-block;
    color:#707070;
    padding: 3px 0px;
}
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 5px;padding: 5px 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;}
/* koniec mała forma kontaktu */
/* AUDIO PLAYER */
.audioMiniPlayer 
{
    margin: 0px 0px 0px 10px;
    float: right;
}

/* OCENY ARTYKULOW / RATING */
.article-rating
{
    padding: 15px 0 0 0;
    clear: both;
}

/* BELKI */
.belka
{
	padding: 0px;
    margin: 0px 0px 39px 0px;
    color: black;
    background: transparent;
    clear: both;
    position: relative;
    text-align: center;
    font-family: "lato", Arial;
}

.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: 0px;
    text-align: left;
	font-weight: 300;
	font-family: "lato", Arial;
	font-size: 180%;
	letter-spacing: 0px;
	position: relative;
    left: 8px;
	line-height: 100%;
	text-transform: lowercase;
	font: normal normal 300 44px/110% 'lato',Arial;
}


body.module-portal.action-index .component .belka .title > a{
    letter-spacing: 18px;
}

/* nadpisanie niektorych belek - wielkosc czcionek */
.belka .small a {
    text-transform: none;
}

.belka .info
{ float: right; }

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

/* napis pogrubiony */
.napis_pogrubiony 
{
    padding: 10px 15px 10px 10px;
    margin: 0 0 15px 0;
    color: #000000;
    text-align: right;
    font-size: 95%;
    /*background: linear-gradient(165deg, transparent, transparent, transparent, #f6f6f6, #f6f6f6);*/
}

.napis_pogrubiony.empty-results span
{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #aeaeae;
    /*letter-spacing: 1px;*/
    font-size: 150%;
    padding: 30px 0;
    font-weight: normal;
    /*border-bottom: 1px solid #982A41;*/
}

.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
{ 
    color: #982A41; 
    font-weight: bold;
}

.zajawka .napis_pogrubiony
{
    float: right;
    padding: 3px 5px;
    /*background: linear-gradient(to bottom right, transparent, #f6f6f6);*/
    background: #eaeaea;
    color: #000;
    border-radius: 3px;
}

/* 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: #6B6C6E;
}

.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: #6B6C6E;
}

.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: #DF2A39;
    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 */

/******************************************************************************/

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

/**  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 .file_title a {
    min-height: 38px;
    color: #4c4c4c;
    display: block;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 1px 0 5px 50px;
    text-align: left;
    font-family: "Open Sans",Arial;
    text-transform: uppercase;
    font-size: 100%;
}

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

.powiazane .file_title a:hover span,
.powiazane .file_title a span.size{
	color:#DF2A39;
}

.powiazane header
{ margin: 0 0 15px 0; }

#files.files > div
{
    width: 100px;
    overflow: hidden;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: top;
}

#files.files > div > p
{
    margin: 0;
}

.zip_link{
    color: #DF2A39;
    font-weight: bold;
    font-size: 150%;
    margin: 15px 0px 21px 20px;
}

.zip_link:hover,
.zip_link:focus,
.zip_link:active
{ color: black;text-decoration:underline;}

/*
.zip_link:before
{
    margin: 15px 10px 0 0;
    content: '\e44f';
    font-family: 'Icomoon';
    vertical-align: baseline;
    font-size: 250%;
}
*/

/**  NUMBERS  *****************************************************************/
div.numbers
{
    margin: 15px 0px 0px 0px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

div.numbers div
{
    width: 30px;
    height: 30px;
    flex-basis: auto;
    /* flex-grow: 1; */
    flex-shrink: 1;
    background: #6B6C6E;
    color: white;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    font-family: "lato",Arial;
	margin: 0px 10px;
}

div.numbers div:hover, 
div.numbers div.sel
{
    background: #DF2A39;
    color: #fff;
}

/**  ZAKLADKI   ***************************************************************/
ul.tabs 
{
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    min-height: 30px;
    margin: 0px 0px 15px 0px;
    padding: 0px;    
    font-size: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

ul.tabs[title]:before
{
    content: "\e340";
    font-family: 'Icomoon';
    color: #982A41;
    background-color: #fff;
    font-size: 150%;
    display: inline-block;
    margin: 0 5px 0 0;
}

ul.tabs li
{
    color: white;
    cursor: pointer;
    flex-basis: auto;
    text-align: center;
    white-space: nowrap;
    margin: 9px 30px 10px 0px;
    position: relative;
    background: #6B6C6E;
    padding: 0px 36px 10px 0px;
    font-family: "Lato",Arial;
    font-size: 128%;
    font-weight: normal;
    text-transform: lowercase;
}

ul.tabs li span + span {
    position: relative;
    top: 6px;
    left: 6px;
}


ul.tabs li > *
{  
    height: 15px;
    padding: 5px;
    margin: 0 0 3px 0;
    display: block; 
    line-height: 15px;
    font-weight: 300;
    font-size: 100%;
    text-shadow: 0 0;
    color: white; 
}

ul.tabs li.sel:before {
    content: '';
    display: block;
    background:#DF2A39 url(/images/portal/menuli.png) no-repeat;
    width: 16px;
    height: 8px;
    bottom: -8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 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: #982A41;
    position: absolute;
    top: 10px;
    right: 0px;
}

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

*[id^="adv_form"] .closer:hover
{ 
    color: #fff;
    background-color: #982A41;
}

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

.rollas:hover,
.rollas:focus
{ color: #982a41; }

.rollas:after
{ 
    font-family: 'Icomoon', 'FontAwesome';
    display: inline-block;
    vertical-align: baseline;
    content: "\e2cf";
}

.rollas.roll_sel:after
{ 
    font-family: 'Icomoon', 'FontAwesome';
    display: inline-block;    
    vertical-align: baseline;
    content: "\e2cb";
}

*[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: right;
    width: 100%;
}

*[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: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #982a41;
    position: relative;
    background: #fff;
}
*[id^="adv_form"] .search-menu-wrapper
{
    padding: 30px 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;
    font-size: 12px;
    margin: 5px 0px 15px 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 #982A41;
    width: 100%;    
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

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

*[id^="adv_form"] table {
    flex: 1 0 30%;
    width: 30%;
    min-width: 220px;
}

*[id^="adv_form"] label
{
    cursor:pointer;
    float:left;
    padding:6px 5px 6px 0;
    max-width: 88%;
}

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

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

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

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

.search_menu li + li:before
{ 
    width: 10px;
    content: " | ";
    color: #c7d2db;
    display: inline-block;
}

.search_menu li.item_sel 
{
    font-weight: bold;
    color: #982A41;
}

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

.srch_inp 
{
    display: flex;
}



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


input.button, span.button {
    width: auto;
    background-color: #df2a3b;   
    color: #ffffff;
    padding: 0px 15px 0px 17px;
    font-weight: 600;
    font-size: 114%;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Raleway";
	height: 34px;
	border: none;
}

input.button:hover, 
span.button:hover{
	background-color: black;
}

input.button:focus{
	outline: 2px solid black!important;
	outline-offset:-2px;
}

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

span#dokuSearch.button {display:block;float:right;}

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

#search_query, 
*[id$="search_query"], 
#sz_query
{
    width: 178px;
	margin-right: 1px;
    border: 1px solid black;
    background: white url(/images/portal/szukaj.png) no-repeat 2px 2px;
    font-size: 100%;
    font-family: "Open Sans", Arial;
    padding: 6px 15px 7px 36px;
    text-transform: lowercase;
    letter-spacing: -0.3px;
    border-right: none;
	color: #6e6e6e;
}

fieldset {margin:0px; padding: 0px; border: none;}
legend {font-size: 0px;}

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

.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: 3px 20px;
    margin: 35px -15px 0 0;
    font-weight: bold;    
    position: absolute;
    right: 0;
}

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

.highlight
{
    padding: 0 5px;
    color: #fff;
    background-color: #DF2A39 !important;
    border-radius: 3px;
    text-shadow: 0 0 #fff;
    letter-spacing: 0.75px;
}

.highlight > .highlight
{
    padding: 0;
}

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

.view_change
{
    padding: 10px;
    float: right;    
    position: absolute;
    top: 5px;
    right: 0px;
}

.view_change > *
{ 
    display: inline-block;    
    vertical-align: middle;
}

.view_change > a.view_normal:before
{ 
    content: '\e19e';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a.view_list:before
{ 
    content: '\e197';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a.view_table:before
{ 
    content: '\e360';
    font-family: "Icomoon";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a
{ 
    color: #616161;
    background: inherit;
    margin: 0 3px;
}

.view_change > a.sel
{ 
    color: #DF2A39;
    background: inherit;
}

.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
{
    /*content: '\e0a2'; /* v1 */
    /*content: '\e0aa'; /* v2 */
    /*content: '\e0ac'; /* v3 */
    /*font-family: "Icomoon";
    font-weight: normal;
    font-size: 500%;*/
    position: absolute;
    top: 15%;
    left: 50%;
    /*animation: spin 0.35s linear infinite;
    margin-left: -35px;*/
    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: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}

.visits-label
{
    width: 60%;
    text-align: right;
    display: block;
    flex: 0 1 auto;
    color: #606060;
    background: #fff;
}

.visits-today,
.visits-yesterday,
.visits-week,
.visits-month,
.visits-total
{
    width: 30%;
    display: block;
    /*font-weight: bold;*/
    color: #404040;
    background: #fff;
    flex: 0 1 auto;
}

.visits-total
{ 
    font-size: 150%; 
    color: #982A41;
}

/* box z przyciskami akcji strony */
.actions
{
    float: right;
    font-size: 100%;
    color: #454547;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
	clear: both;
}

/* boxy obrazkow akcji */
.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: 0px;
    margin: 0px 0px 10px 10px;
	padding: 15px 5px 0px 0px;
    display: block;
}




.actions li.prev::before{    
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 8px 6px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}

.actions li.next::before{
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 9px -31px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}
.actions li.pdf::before{
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 6px -147px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}
.actions li.print::before{
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 9px -107px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}
.actions li.back::before{
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 8px -67px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}
.actions li.zglos::before{
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 5px -185px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}
.actions li.pobierz::before{
	content: "";
    background: url(/images/portal/akcje.png) no-repeat 9px -31px #6a6c6e;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
	position: relative;
    top: -8px;
}

.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: #F00;
    color: #fff;
}

.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: #F00; 
}

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

.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;
/*    background-color: #f2f2f2;
    color: #000;*/
}

.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: #982A41;
    color: #fff;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
/* TO SIE NIE WALIDUJE!! */
/*@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

/* Safari, Chrome and Opera > 12.1 */
/*@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

/* Internet Explorer */
/*@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}*/

/* Opera < 12.1 */
/*@-o-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: #982A41;
}

.ci-rotator-news > li.zaj-wrapper,
.ci-rotator-news > tr
{ position: absolute; }

.scroll-top
{
    position: fixed;
    bottom: 20px;
    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: '\f062';
    color: #fff;
    background: #6B6C6E;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    float: right;
    text-indent: 0;
    font-size: 25px;
    line-height: 40px;
    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: #982A41;
    /*background: #fff;*/
}

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-size: 100% 100%;*/
    background-position: top left;
    /*filter: blur(5px) opacity(30%);*/
    /*filter: opacity(30%);*/    
}

.instagram-wrapper img
{
    display: block;
    float: left;
    /*border-radius: 50%;*/
    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;
}

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

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

/* 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;
	/*transition:background .3s;*/
}
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);
	/*transition:transform .3s;*/
}
ul.kafelki a.grid-item:hover .k-icon {
	/*transform:scale3d(1.1,1.1,1);*/
}
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-pdf
{ cursor: pointer; }

.flipbook-gallery
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flipbook-gallery > *
{
    margin: 0 0 15px 0;
    /*box-shadow: 1px 1px 5px #d7d7d7;*/
    cursor: pointer;
    flex-basis: 15%;
    text-align: center;
}

.flipbook-gallery a
{ position: relative; }

.flipbook-gallery a .overlay-hover
{
    display: none;
}

.flipbook-gallery a:hover .overlay-hover,
.flipbook-gallery a:focus .overlay-hover
{
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    background: #982A41;
    color: #fff;
}


/*** 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; 
}
/* or use your own offleft hiding style declaration for this */
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.css */ 
/* ------------------------------------------------------ */ 
.Niebieski_blok_informacyjny, .Szary_blok_informacyjny
{
    padding: 10px 20px 10px 74px;
    display: table-cell;
}

.Niebieski_blok_informacyjny
{
    border: 5px solid #2f66a9;
    background: #fff url('/images/common/bluebox.png') no-repeat scroll 13px 13px;
}

.Szary_blok_informacyjny
{
    border: 5px solid #959595;
    background: #fff url('/images/common/greybox.png') no-repeat scroll 13px 13px;
}

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

.Niebieski_blok_informacyjny::first-line{color: #2f66a9;}
.Szary_blok_informacyjny::first-line{color: #000;}

/* filtry */
.common-filters
{
    padding: 0;
    margin: 0 0 15px 0;
    background: #ebebeb;
    max-height: 45px;
    max-width: 45px;
}

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

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

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

.common-filters h3
{
    padding: 15px 15px;
    margin: 0 0 15px 0;
    font-size: 125%;
    background-color: #f2f2f2;
    white-space: nowrap;
    cursor: pointer;
    /*border-bottom: 1px solid #dedede;*/
}

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

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

.common-filters .filter
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.common-filters .filter label
{
    width: 180px;
    flex: 0 1 auto;    
    font-weight: bold;
    text-align: right;
    margin: 0 0 5px 0;
}

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

.common-filters .filter .field
{
    width: calc(100% - 200px);
    flex: 0 1 auto; 
    font-weight: bold;
    text-align: left;
}

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

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

ul.active-filters
{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
/*    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;*/
}

ul.active-filters li
{
    flex: 0 1 30%;
    background: #982a41;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
}

ul.active-filters li span
{
    font-weight: bold;
}

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

.mainMenu .block:hover:after,
.mainMenu .block.sel:after {
    content: '';
    display: block;
    height: 85%;
    width: 3px;
    background: #DF2A39;
    top: -43px;
    left: -3px;
    position: relative;
    z-index: 22;
}

.mainMenu .block.block_nr_1:hover:after,
.mainMenu .block.block_nr_1.sel:after{
	display:none;
}

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

#hyperss .slide-image img +img {
    display: none;
}


/* zmiany z maila */

.microblog, ul.actions {
    display: none;
}

.filler {
    border: none !important;
}

.zajawka > a {
    height: 100% !important;
}


.module-portal.action-index table#table_2 {
    visibility: hidden;
}

.module-portal.action-index .component[data-component-name="galp_najnowsze"] .zajawka .tresc {
    display: none !important;
}

.module-portal.action-index .component[data-component-name="galp_najnowsze"]{
	margin-bottom:60px;
}

td#PAN_1 {
    width: 759px;
}

td#PAN_2 {
    width: 411px;
}

.head_expand {
    display: none;
}

.deklaracja_dostep {
    width: 28px;
    height: 28px;
    background: #696a6c url(/images/portal/bariera.png) no-repeat 3px -144px;
    background-size: 23px;
}

.deklaracja_dostep:hover {
    background: #DF2A39 url(/images/portal/bariera.png) no-repeat 3px -144px;
	background-size: 23px;
}

/** 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: 3px;
    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: 7px 15px 7px 15px;
    margin: 0px 0 15px 0;
    font-size: 22px;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
    float: right;
    color: black;
	font-weight: normal;
    text-shadow: 0px 0px;
}

.common-filters h3:before
{
    content: '\e340';
    font-family: 'Icomoon';
    display: inline-block;
    margin: 0 15px 0 0;
    color: black;
    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: #df2a3b;
    color: white;
    margin-left: 0px;
}

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

.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: #DF2A39;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #fff;
    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;
}

.mainMenu .etykietka {
    display: none;
}


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: #DF2A39 !important;
    color: white !important;
}

.zajawka .box-left img {
    max-width: 100%;
    outline: 1px solid silver;
    outline-offset: -1px;
}

.aktualnosci_promowane .belka a {
    margin-bottom: 30px;
}



.module-portal.action-index .navigator {
    padding: 30px 0px 20px 0px;
}

.module-portal.action-index td#PAN_HEAD_2 > div {
    padding: 0px 30px;
	margin:0px;
}

.link_rodo a {
    line-height: 21px;
    font-size: 16px;
	margin-bottom: 10px;
}

.stopka_tel a{
	display:inline-block !important;
	line-height: 19px;
}

.zaj-list > .zaj-wrapper .zajawka:hover {
    box-shadow: 0px 4px 20px 0px grey;
    padding: 5px 5px 0px 5px;
    margin: -5px -5px 0px -5px;
}

article .info {
    display: none;
}


.mainMenu .zajawka .box-left:hover img {
    outline: 2px solid red;
    outline-offset: -2px;
}

.info.info_strona {
    display: none !important;
}

.concept-gallery .thumb-title:empty {
    display: none;
}


.powiazane[data-component-name="powiazane_pliki"] header h2{
    float: left;
}

a.software_attach {
    font-size: 18px;
}

.error404{
	max-width:100%;
}


/* widget Acceessibility */
.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: -40px !important;
		left: auto !important;
	}
}

/* end widget Acceessibility */





/* 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;
    border: 1px solid #DF2A39;
}

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

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

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

td.day.with-events > a {
    background: #d7d7d7;
}

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

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

tr.week td.today a {
    padding: 3px 4px;
    background-color: #3575BC;
    color: #fff;
    display: block;
}

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

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

tr.week span a {
    border: none;
    font-weight: bold;
    display: block;
    background: #DF2A39;
    color: white;
    height: 70px;
    width: 55px;
}

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

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

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



.kal_top{
    margin-bottom: 17px;
	font-family: 'Fira Sans Condensed',arial;
}

body td.kalednarz_text {
    font-size: 16px;
    text-align: left !important;
    padding: 4px 28px 0px 15px !important;
    width: 80px !important;
    text-transform: uppercase;
    color: black;
    text-shadow: 0px 0px;
    line-height: 100%;
    letter-spacing: 0.2px;
	font-family: 'Fira Sans Condensed',arial;
    font-weight: normal;
	display: inline-block;
    float: left;
}

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

body .calendar_box td.kalednarz_text {
    padding: 13px 10px 0px 0px !important;
}

.kal_top table.icalendar{
	margin-bottom: 0px;
	width: 100%;
}

td.kal_prev {
    background: url(/images/portal/left4.png) no-repeat center center;
    font-size: 0px;
    width: 40px !important;
    height: 100%;
    cursor: pointer;
    padding-left: 10px !important;
}

td.kal_prev .prev{
	display: block;
    height: 72px;	
}


td.kal_next {
    background: url(/images/portal/right4.png) no-repeat center center;
    font-size: 0px;
    width: 40px !important;
    height: 100%;
    cursor: pointer;
    padding-right: 10px !important;
	right: -10px;
}




td.kal_next .next{
	display: block;
    height: 72px;	
}

body .kal_top tr.week td{
	text-transform: uppercase;
    width: 55px;
    padding: 5px 5px 5px 5px;
}


.kal_top .kalendarz_miesiac_name{
	font-size: 14px;
    font-weight: normal;
	position: relative;
    top: 5px;
}

.kal_top .kalendarz_numer_dnia{
	font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 10px;
}


.kalendarz_box header.belka > h2{
	margin-right: 66px;
}


.kal_top .kalendarz_tydzien_name{
	font-size: 14px;
    font-weight: 400;
	position: relative;
    top: 11px;
}


.kal_top tr.week td.weekend a {
    height: 68px;
    width: 53px;
}

.kalendarz_box header.belka {
    margin-bottom: 39px;
}

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

/*
.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 {
    text-transform: uppercase;
}

.waznebox {
    margin-top: -13px;
    margin-bottom: 43px;
}


section.component.kalendarz_box {
    margin-bottom: 16px;
}

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

.zajawka .box-right span.title img {
    display: none !important;
}


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

tr.week td a:hover, tr.week td a:hover * {
    text-decoration: none !important;
}

body .kal_top td.kal_prev .prev:hover {
    background: #DF2A39 url(/images/portal/ll.png) no-repeat center center;
}

body .kal_top td.kal_next .next:hover {
    background: #DF2A39 url(/images/portal/rr.png) no-repeat center center;
}

.link.common > a:after{
	display:none;
}

.module-kalendarz_imprez .link.common {
    float: right;
    margin: 0px 0px 0px 10px;
}

td#PAN_FOOT nav .portal-menu,
td#PAN_FOOT nav .belka {
    display: none;
}

td#PAN_FOOT nav .portal-menu.mobile-active{
    display: block;
}

.module-kalendarz_imprez #table_2{
	display:none;
}

span.kali_data > span {
    margin-bottom: 5px;
}

.module-kalendarz_imprez table.table_common td,
.module-kalendarz_imprez table.table_common th {
    text-align: center;
}

.module-kalendarz_imprez.action-podglad  #table_2 ,
.module-kalendarz_imprez.action-impreza  #table_2 {
    display: block;
}

.module-kalendarz_imprez #PAN_HEAD > div:after{
	visibility:hidden;
}


.module-kalendarz_imprez.action-podglad .common-filters,
.module-kalendarz_imprez.action-impreza .common-filters{
	display:none
}

.module-kalendarz_imprez.action-podglad article > header span.etykietka,
.module-kalendarz_imprez.action-impreza article > header span.etykietka{
	left:0px
}


.occurance-details-header{
    padding: 3px 10px;
    font-size: 150%;
    line-height: 150%;
    color: white;
    margin-bottom: 5px;
    background-color: #6B6C6E;
}

.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: #CF282F;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	width: 65px;
	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: left;
    font-size: 125%;
}

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


/* 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: 120%;
    flex: 0 1 48%;
	margin-bottom: 5px;
}

.aside_kal .box-iobiekt:nth-child(4n+1) > .obiekt_typ,
.aside_kal .box-iobiekt:nth-child(4n+2) > .obiekt_typ {
    background-color: #6B6C6E;
    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;
}


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: #3575BC;
    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: 16.8px;
}

.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 */

.kalendarz_promowane_box .view_change {
    z-index: 2;
}

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



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

.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;
    color: white;
}

.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;
	color: white;
}

.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: 19;
}

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

.occurances-wrapper{
	background: #6B6C6E;
	color: white;
    padding: 20px;
}

.occurances-wrapper {
    align-items: center;
    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;
}

.module-kalendarz_imprez.action-archiwum .common-filters{
	display:none;
}

.module-kalendarz_imprez section.miejsce {
    margin-top: 30px;
}

section.miejsce img {
    border: 1px solid silver;
}