@font-face {
  font-family: "Raleway";
  src: url('../fonts/fonts/ralewayregular-webfont.eot');
  src: url('../fonts/fonts/ralewayregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fonts/ralewayregular-webfont.woff2') format('woff2'), url('../fonts/ralewayregular-webfont.woff') format('woff'), url('../fonts/ralewayregular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Raleway";
  src: url('../fonts/fonts/ralewaybold-webfont.eot');
  src: url('../fonts/fonts/ralewaybold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fonts/ralewaybold-webfont.woff2') format('woff2'), url('../fonts/ralewaybold-webfont.woff') format('woff'), url('../fonts/ralewaybold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Raleway";
  src: url('../fonts/fonts/ralewaylight-webfont.eot');
  src: url('../fonts/fonts/ralewaylight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fonts/ralewaylight-webfont.woff2') format('woff2'), url('../fonts/fonts/ralewaylight-webfont.woff') format('woff'), url('../fonts/fonts/ralewaylight-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; }

body, html {
  background: white;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1.4; }

.brand {
  color: #1e5792; }

.gray {
  color: #99a2ab; }

.row {
  max-width: 1170px; }

a {
  color: inherit;
  text-decoration: underline; }

ol ul li {
  font-weight: 400;
  list-style: disc;
  padding-left: 5px; }

.big {
  font-size: 1.3rem; }
  @media screen and (max-width: 1024px) {
  .big {
    font-size: 1rem;
    margin-top: 20px; } }

.gray {
  color: #666; }

h3 {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 1024px) {
  h3 {
    font-size: 18px; } }

header {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 1; }
  header .uokik {
    font-size: 25px;
    text-decoration: none;
    color: #1b5996; }
  header .logo {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px; }
  header ul.inline-list {
    margin: 0;
    background-size: 100% auto;
    padding: 0;
    overflow: visible; }
    header ul.inline-list a {
      font-size: 12px;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      position: relative;
      text-decoration: none; }
      header ul.inline-list a.active:after, header ul.inline-list a:hover:after {
        content: ' ';
        display: block;
        position: absolute;
        height: 10px;
        background: #1c5791;
        left: 0;
        right: 0;
        bottom: -20px; }
  @media screen and (max-width: 1024px) {
  header {
    padding-bottom: 0; }
    header .slogan {
      display: block;
      line-height: 1.2;
      font-size: 20px; }
      header .slogan a {
        font-size: 14px; } }

.paginate {
  text-align: center;
  margin-top: 5px; }
  .paginate li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    font-family: Arial, 'sans-serif';
    padding: 0 3px; }
  .paginate .current {
    font-weight: bold;
    display: inline-block;
    background: #d3d3d3;
    padding: 2px 4px;
    color: white; }
  .paginate a {
    text-decoration: none; }
  .paginate .perpage {
    padding-left: 20px; }
    .paginate .perpage select {
      width: auto; }

.sorter {
  background: #f2f2f2;
  position: relative;
  padding: 15px 0;
  max-width: 1299px;
  margin: 0 auto; }
  .sorter:before, .sorter:after {
    content: ' ';
    display: block;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background: url('../images/dash.png') repeat-x; }
  .sorter:after {
    top: auto;
    bottom: -2px; }
  .sorter a {
    display: inline-block;
    background: #919aa4;
    padding: 8px 8px;
    color: white;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    text-decoration: none; }
    .sorter a:after {
      content: ' ';
      display: inline-block;
      border-top: 8px solid white;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      margin-left: 8px; }
    .sorter a.active {
      background: #1e5792; }
      .sorter a.active:after {
        border-top: 8px solid white;
        border-bottom: 0; }
      .sorter a.active[data-direction="ASC"]:after {
        border-top: 0;
        border-bottom: 8px solid white;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
  .sorter select {
    width: 250px;
    background: #9099a3;
    color: white;
    padding: 7px 10px;
    border-color: #9099a3; }
    body.page-3 .sorter select {
      display: none; }
  @media screen and (max-width: 1024px) {
  .sorter a {
    margin-top: 3px;
    margin-bottom: 3px; } }

.results {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: 11px; }
  .results tr {
    cursor: pointer; }
  .results td, .results th {
    padding: 10px 6px;
    vertical-align: top; }
  .results th {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border-bottom: 2px solid #c5c5c5;
    background: white; }
  .results .date {
    width: 80px; }
  .results .text {
    width: 300px; }
  .results td {
    font-size: inherit; }
  .results tbody td {
    border-bottom: 2px solid #e2e2e2; }
    .results tbody tr:nth-child(2n+1) td {
      background: #f2f2f2; }
  @media screen and (max-width: 1024px) {
  .results.mobile tr.first:not(:first-child) {
    border-top: 2px solid #c5c5c5; }
    .results.mobile th {
      border: 0;
      text-align: left;
      font-size: 12px; }

    .results.mobile td {
      background: #f2f2f2;
      font-size: 12px; } }

.gradient {
  border-top: 3px solid #1e568f;
  max-width: 1299px;
  margin: 0 auto;
  background: url('../images/menu.bg.png') repeat-y center center;
  padding: 10px 0;
  font-size: 14px;
  color: white; }
  .gradient a {
    color: white;
    text-decoration: none; }
  @media screen and (max-width: 1024px) {
  .gradient {
    border-top-width: 6px; } }

hr {
  background: url('../images/dash.png') repeat-x;
  height: 2px;
  border: 0;
  margin: 10px 0 30px; }
  h2 + hr {
    margin-top: 30px; }
  hr + hr {
    margin-top: -20px; }

form.sub {
  font-size: 13px; }
  form.sub input[type=checkbox] {
    margin: 0 10px 360px 0;
    position: relative;
    top: 3px;
    float: left; }

.button, textarea, input[type=text], input[type=submit], select {
  font-size: 12px;
  height: auto;
  padding: 10px;
  background: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

input[type=checkbox], input[type=radio] {
  margin-bottom: 0;
  margin-top: 10px;
  vertical-align: bottom;
  position: relative;
  top: -3px; }

select {
  padding: 9px 10px; }

textarea {
  height: 200px; }

.button, input[type=submit] {
  background: #00172e;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.4;
  border: 1px solid #00172e; }
  .button, input[type=submit], .button.expand, input[type=submit].expand {
    padding: 5px 15px; }
  .button:focus, input[type=submit]:focus, .button:hover, input[type=submit]:hover {
    background: #003161; }
  .button.button--invert, input[type=submit].button--invert {
    background: transparent;
    border: 1px solid #a9b0b8;
    color: #a9b0b8; }
  .button.button--brand, input[type=submit].button--brand {
    color: white;
    background: #1e5792;
    border-color: #1e5792; }
  .button.button--gray, input[type=submit].button--gray {
    color: white;
    background: #99a2ab;
    border-color: #99a2ab; }
  .button.szukaj-cta, input[type=submit].szukaj-cta {
    background-color: #e5a23c;
    border-color: #e5a23c; }
    .button.szukaj-cta:before, input[type=submit].szukaj-cta:before {
      content: ' ';
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url('../images/zoom.png') no-repeat;
      background-size: cover;
      position: absolute;
      margin-left: -18px;
      margin-top: 2px; }
    .button.szukaj-cta:hover, input[type=submit].szukaj-cta:hover, .button.szukaj-cta:focus, input[type=submit].szukaj-cta:focus {
      background-color: #dd911e;
      border-color: #dd911e; }
  .button.resetuj, input[type=submit].resetuj {
    background: #89919a;
    border-color: #89919a; }
    .button.resetuj:hover, input[type=submit].resetuj:hover, .button.resetuj:focus, input[type=submit].resetuj:focus {
      background: #75808a;
      border-color: #75808a; }

.contact-form {
  padding: 10px 40px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 30px; }
  .contact-form hr {
    margin-top: 10px;
    margin-left: -40px;
    margin-right: -40px; }
  .contact-form input[name=url] {
    display: none; }
  @media screen and (max-width: 1024px) {
  .contact-form {
    padding: 10px; }
    .contact-form hr {
      margin: 10px 0; } }

.hasError, .hasError label {
  color: red; }
  .hasError input, .hasError label input, .hasError textarea, .hasError label textarea {
    border: 1px solid red; }

.advancedSearch {
  padding: 0 45px; }
  @media screen and (max-width: 1024px) {
  .advancedSearch {
    padding: 0; }
    .advancedSearch .button {
      max-width: 45%;
      font-size: 14px; } }

#advancedSearchForm, #advancedResults {
  background: #f2f2f2;
  padding: 10px 45px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  @media screen and (max-width: 1024px) {
  #advancedSearchForm, #advancedResults {
    padding: 17px; } }
  #advancedSearchForm > .row, #advancedResults > .row {
    border-bottom: 1px dashed #d7d7d7; }
    #advancedSearchForm > .row:last-child, #advancedResults > .row:last-child {
      border-bottom: 0;
      padding-top: 30px;
      padding-bottom: 30px; }
  #advancedSearchForm .sorter:before, #advancedResults .sorter:before, #advancedSearchForm .sorter:after, #advancedResults .sorter:after {
    display: none; }
  #advancedSearchForm small, #advancedResults small {
    font-size: 11px;
    display: block;
    margin: 8px 0; }
  #advancedSearchForm input[type=radio], #advancedResults input[type=radio] {
    margin-right: 10px; }
  #advancedSearchForm .postfix, #advancedResults .postfix {
    height: 36px;
    background: white url('../images/callendar.png') no-repeat center center;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-left: 0; }
  #advancedSearchForm .has-postfix, #advancedResults .has-postfix {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px; }

.klauzula__extended {
  background: white;
  border: 1px solid #e3e3e3;
  padding: 40px 20px;
  margin-bottom: 20px !important; }
  .klauzula__extended .small {
    font-size: 11px; }
  .klauzula__extended > div.gray {
    position: relative;
    left: 20px; }
    .klauzula__extended > div.gray:before, .klauzula__extended > div.gray:after {
      content: ' ';
      display: block;
      border-left: 1px solid #e3e3e3;
      position: absolute;
      top: 0;
      left: -20px;
      bottom: 0; }
    .klauzula__extended > div.gray:after {
      left: auto;
      right: -30px; }
    .klauzula__extended > div.gray p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
  .klauzula__extended {
    padding: 0;
    margin: 1px 1px 20px 1px !important; }
    .klauzula__extended .small {
      font-size: inherit; }

    .klauzula__extended > div.gray {
      left: 0;
      margin-bottom: 20px; }
      .klauzula__extended > div.gray:after, .klauzula__extended > div.gray:before {
        display: none; }

    .klauzula__extended .columns:first-child {
      padding: 20px 0;
      border-bottom: 1px solid #e9e9e9;
      margin: 0 10px 15px 10px;
      width: auto;
      float: none; } }

@media screen and (min-width: 641px) {
  .page-2 #text {
    float: left;
    max-width: 45%;
    margin-right: 5%; } }

@media screen and (max-width: 1024px) {
  .menu-trigger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    border-top: 5px solid #1e5792;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    margin-left: 0;
    z-index: 10; }
    .menu-trigger:before, .menu-trigger:after {
      position: relative;
      content: ' ';
      display: block;
      border-top: 5px solid #1e5792;
      margin-top: 5px; }

  .intro {
    display: none; }

  .top-menu {
    background: none;
    padding: 0;
    border-top: 0; }
    .top-menu .menu {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      width: 0;
      background: white;
      z-index: 5;
      padding: 0;
      overflow: hidden;
      transition: 0.5s all;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all; }
      .top-menu .menu ul.inline-list {
        position: relative;
        width: 250px; }
        .top-menu .menu ul.inline-list li {
          display: block;
          float: none !important;
          border-bottom: 1px solid #444; }
          .top-menu .menu ul.inline-list li a {
            display: block;
            padding: 10px 5px;
            color: black;
            font-size: 16px; }
            .top-menu .menu ul.inline-list li a:after {
              display: none; }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all; }

  body.menu  .menu-overlay {
    display: block;
    opacity: 1; }
    body.menu  .menu {
      width: 250px;
      z-index: 10; }
    body.menu  .menu-trigger {
      right: 270px;
      position: fixed; }

  footer.gradient {
    font-size: 11px; }
    footer.gradient .columns {
      padding-top: 5px;
      padding-bottom: 5px; }

  h2 {
    margin-top: 20px; }

  .advancedResults__view {
    text-align: center;
    padding-bottom: 17px; }
    .advancedResults__view a {
      display: inline-block;
      width: 45%;
      margin: 0 5px; }

  .mobile-white {
    background: white; } }

#details {
  padding: 0 12px; }

.ui-selectmenu-menu .ui-menu {
  max-height: 500px;
  max-width: 250px; }
  .ui-selectmenu-menu .ui-menu .ui-menu-item {
    font-size: 11px;
    line-height: 1.2; }
  body.page-3 .ui-selectmenu-menu .ui-menu {
    max-width: 185px; }

.ui-selectmenu-button {
  background: #919aa4 !important;
  font-size: 12px;
  border: 0 !important;
  color: white !important;
  width: 250px;
  top: 10px;
  padding: 3px 0;
  height: 32px;
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  vertical-align: inherit; }
  .sorter .ui-selectmenu-button {
    width: 250px; }
  .ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    content: ' ';
    border-top: 8px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 8px;
    padding: 0;
    width: 1px;
    height: 1px;
    top: 50%;
    right: 9px; }
  .ui-selectmenu-button .ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0; }
  body.page-3 .sorter .ui-selectmenu-button {
    width: 185px !important; }

#advancedSearchForm .ui-selectmenu-button {
  top: 0;
  background: white;
  border: 1px solid #ccc; }
  #advancedSearchForm .ui-selectmenu-text {
    background: white;
    color: black; }

body.page-3 #ui-id-1-menu, body.page-3 #ui-id-2-menu, body.page-3 #ui-id-3-menu {
  max-width: 516px !important; }

.attachment {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABXElEQVQ4T43Ty0rVURTH8c8ZCEFhJEpaiFlphIKDwhdwFgSCg0SDIqMkuogo3vJSiGIh5As46QmChs2tgTl0kIIDRznpEWIdlnI4nCP/Pdvs9fvu37qVFD8X0Y8L+IODkJYK6q9iCof4hzbs4GcRwD0MYrHqs4UigBAP4FMNpw3YOM9BHx5gHZHCML5nGqe8hXqA3rS9ii48wVe8wmccZ/22awHu4hFW0IMhfMwvR/AXP/AQjdWAbjzGEu4gBMspbsabvHdiFKuVgFsYwzxu4ynepzjaNoMJRNwzRBfO5qAj84ugoL/EbIpb0lH8fgPjFW9lQGsS19COt5hOcVPYTHj1WzkkAGHrF37jJvZTfDkr/gLXchInq+chAHPZ68q3S/iC5zkDUZd3tcY+ANGub9jLgPt4nUWM/KMLca95AhBWt7CL6zjBJq7gQ9ak7s5VtjFWNYbkqOCGlsP+A7+POFfZmKmKAAAAAElFTkSuQmCC');
  background-size: cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0px 0 5px; }

form.cmxform input[type="checkbox"] {
  margin: 0 6px 2px -20px;
  position: relative;
  top: 0px; }
  form.cmxform > div > label {
    margin: 0 0 10px 23px; }
  form.cmxform p.done {
    color: #0c9b0c;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 5px; }

input[readonly] {
  background: white !important; }

label.inline.checkbox {
  font-size: 1em;
  display: inline; }

.ui-widget-content .ui-state-active {
  border: 1px solid #999;
  background: #dadada;
  font-weight: normal;
  color: #212121; }
.newsletter_ok {color: #0c9b0c; font-size: 1.3em; font-weight: bold;} ol ul li {font-weight: 400;list-style: disc;padding-left:5px;}