#cookiesInfo {
  background-color: #eeeeee;
  box-shadow: 0 0 5px 5px #cccccc;
  font: 12px/16px sans-serif;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999; }

#cookiesInfo .close {
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
  border-radius: 7px;
  box-shadow: 0 0 5px 1px #cccccc;
  color: #555555;
  float: right;
  margin: 7px 10px;
  padding: 2px 5px;
  text-decoration: none; }

#cookiesInfo .ctext {
  color: black;
  display: block;
  float: none;
  margin: 7px auto;
  max-width: 960px;
  width: auto; }

#cookiesInfo .ctext a {
  color: #0088cc;
  font-weight: bold;
  text-decoration: none; }

#enterPrompt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999999;
  overflow-y: auto; }
  #enterPrompt a:not(.pelno) {
    text-decoration: underline !important; }

a {
  color: inherit;
  text-decoration: none; }

body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

.list-view .pager {
  clear: both; }

.alert.alert-danger {
  color: red; }

#footer #organizer {
  text-align: center; }

.galleryMainPhoto img {
  max-width: 100%; }

.hasWatermark {
  position: relative; }
  .hasWatermark::after {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.3;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.2s linear 0s;
    -webkit-transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -khtml-transition: opacity 0.2s linear 0s; }
  .hasWatermark.noAfter::after {
    opacity: 0 !important; }

b.small {
  font-weight: normal;
  font-size: 0.7em; }

#ageFilter .from {
  float: left; }
#ageFilter .to {
  float: right; }

span.empty {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 1.2em; }

#floatBoxRight, #floatBoxLeft {
  z-index: 10000;
  position: fixed;
  bottom: 5px;
  right: 5px; }
  #floatBoxRight img, #floatBoxLeft img {
    max-width: 100%; }
  #floatBoxRight .close, #floatBoxLeft .close {
    opacity: 1;
    position: absolute;
    top: 25px;
    left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    #floatBoxRight .close img, #floatBoxLeft .close img {
      display: block; }

#floatBoxLeft {
  left: 5px;
  right: auto; }
  #floatBoxLeft .close {
    left: auto;
    right: 0; }

.sms a, .ivr a {
  position: relative;
  z-index: 1000; }

.linkImage {
  margin: 20px auto;
  text-align: center; }
  .linkImage img {
    max-width: 100%; }

#rodoBox {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999999999;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px; }
  #rodoBox > div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 700px;
    max-width: 100%;
    padding: 30px;
    margin: 20px auto;
    background: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative; }
    #rodoBox > div a {
      font-style: italic;
      text-decoration: underline; }
    #rodoBox > div #rodoClose {
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 12px;
      width: 20px;
      height: 20px; }
      #rodoBox > div #rodoClose span {
        background: black;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        #rodoBox > div #rodoClose span:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #rodoBox > div #rodoClose span:nth-child(2) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }

.wojewodztwa {
  padding: 0 0 20px 0; }
  .wojewodztwa a {
    display: inline-block;
    break-inside: avoid;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.5em; }
    .wojewodztwa a::after {
      content: ' - ';
      margin-left: 10px;
      display: inline-block; }
    .wojewodztwa a:last-child::after {
      content: none; }
    .wojewodztwa a:hover {
      text-decoration: underline; }

.litery {
  font-size: 28px;
  letter-spacing: 5px; }
  .litery span {
    cursor: pointer; }
    .litery span.disabled {
      opacity: 0.3;
      cursor: default; }
    .litery span.selected {
      color: #FF1168; }

.sekcjeLiter .sekcja {
  margin: 20px 0;
  display: none;
  column-count: 5; }
  .sekcjeLiter .sekcja a {
    display: inline-block;
    break-inside: avoid;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.5em; }
