@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Ubuntu:400,400i,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&subset=cyrillic,latin-ext");
@media screen {
  .screen-reader-text {
    display: none;
  }
}
body {
  font-family: "Libre Baskerville", "Playfair Display", serif;
  font-size: 14px;
  background-color: #ebebeb;
}

h1 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}

h4 {
  display: block;
  font-size: 1em;
  margin: 1.33em 0;
  font-weight: bold;
}

h5 {
  display: block;
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 0.67em;
  margin: 2.33em 0;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 10px;
}

.logo {
  padding: 10px;
}

.header-bar .title {
  padding: 20px;
  height: 70px;
  width: 100%;
  background: #005ca7;
  color: white;
}
.header-bar #klucz {
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.header-navbar #uj {
  width: 200px;
  height: 70px;
}
.header-navbar #godlo {
  padding-top: 15px;
  width: 70px;
  height: 70px;
}

.header-banner {
  position: relative;
  width: 100%;
  height: 291px;
}
.header-banner .banner-text-wrapper {
  position: relative;
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 10;
}
.header-banner .banner-text-wrapper .banner-text {
  background-color: rgba(0, 0, 0, 0.34);
  max-width: 960px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
  border-bottom: 3px solid #005ca7;
  padding: 40px;
  font-family: "Ubuntu", sans-serif;
  text-align: right;
  line-height: 1;
  text-decoration: none !important;
}
.header-banner .banner-text-wrapper .banner-text .banner-title {
  font-size: 2.81rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header-banner .banner-text-wrapper .banner-text .banner-subtitle {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1.2rem;
}
.header-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url("/img/header_banner.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.header-banner .banner-image.header-en {
  background: url("/img/header_banner_en.jpg");
}

.header-banner-resizable-image {
  background: url("/img/header_banner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 20.35%;
}
.header-banner-resizable-image.header-en {
  background: url("/img/header_banner_en.jpg");
}

.line-through {
  text-decoration: line-through;
}

.main-wrapper {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding: 0;
  max-width: 1430px;
}

.bold {
  font-weight: bold;
}

.sans {
  font-family: "Ubuntu", sans-serif;
}

.serif {
  font-family: "Libre Baskerville", "Playfair Display", serif;
}

.line {
  display: block;
  width: 100%;
}

.description {
  color: #999999;
  margin: 15px 5px;
}

.alert {
  font-family: "Libre Baskerville", "Playfair Display", serif;
  font-size: 0.8em;
}

.color-warning {
  color: #ed6300;
}

.color-gray {
  color: #999999;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.sans {
  font-family: "Ubuntu", sans-serif;
}

.padding-left-15 {
  padding-left: 15px;
}

.offset-md-65 {
  width: 65px;
}

label.required::after, span.required::after {
  content: " *";
  color: #ff0000;
}
label.required-before::before, span.required-before::before {
  content: "* ";
  color: #ff0000;
}

.content-header h1, .content-header h2 {
  display: block;
  margin-top: 24px;
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #cccccc;
}
.content-header .description {
  font-size: 1.2em;
}

#content .disclaimer {
  margin: 10px 20px 50px;
  text-align: justify;
  font-size: 11px;
}

section, .section, .day-section {
  display: block;
  border: 1px solid #cccccc;
  border-top: 3px solid #f8c53a;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
section .section-title, .section .section-title, .day-section .section-title {
  padding: 25px 15px;
}
section .section-title[data-toggle], .section .section-title[data-toggle], .day-section .section-title[data-toggle] {
  cursor: pointer;
}
section .section-title[data-toggle]::after, .section .section-title[data-toggle]::after, .day-section .section-title[data-toggle]::after {
  float: right;
  font-family: FontAwesome, sans-serif;
  content: "";
  color: #999999;
}
section .section-title[data-toggle].collapsed::after, .section .section-title[data-toggle].collapsed::after, .day-section .section-title[data-toggle].collapsed::after {
  content: "";
}
section .section-body, .section .section-body, .day-section .section-body {
  padding: 15px 25px;
  border-top: 1px solid #cccccc;
}
section .section-body.no-border, .section .section-body.no-border, .day-section .section-body.no-border {
  border: none;
}
section .section-body .day-title, .section .section-body .day-title, .day-section .section-body .day-title {
  font-size: 20px;
}
section .info, .section .info, .day-section .info {
  font-size: 0.9em;
  color: #999999;
}
section .info.mt, .section .info.mt, .day-section .info.mt {
  margin-top: 15px;
}
section .info.mb, .section .info.mb, .day-section .info.mb {
  margin-bottom: 15px;
}

.day-section .section-group {
  font-family: "Ubuntu", sans-serif;
}
.day-section .section-group .group-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
}
.day-section .group-element {
  margin-bottom: 15px;
  font-family: "Libre Baskerville", "Playfair Display", serif;
}
.day-section .group-element .event-time {
  font-size: 0.9em;
}
.day-section .group-element .event-time .time-row {
  display: table;
}
.day-section .group-element .event-time .time-row .time-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.day-section .group-element .element-title {
  font-weight: bold;
  font-size: 1.1em;
}
.day-section .group-element .element-title .event-lang-icon {
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-left: 5px;
}
.day-section .group-element .element-title .event-lang-icon.icon-polski {
  background-image: url("/img/lang/pl.svg");
}
.day-section .group-element .element-title .event-lang-icon.icon-angielski {
  background-image: url("/img/lang/en.svg");
}
.day-section .group-element .element-title .event-lang-icon.icon-rosyjski {
  background-image: url("/img/lang/ru.svg");
}
.day-section .group-element .element-description {
  font-size: 0.9em;
}
.day-section .group-element .element-description .description-info {
  font-style: italic;
}
.day-section .group-element .element-description .description-info::after {
  content: " ";
}
.day-section .group-element .element-description .additional-info {
  font-weight: bold;
}
.day-section .group-element .element-description .additional-info::before {
  content: " - ";
  color: #212529;
}
.day-section .group-element .element-description .additional-info.warning {
  color: #ed6300;
}
.day-section .group-element .element-description .additional-info.success {
  color: #1a8932;
}
.day-section .filter-description {
  font-size: 0.9em;
  margin-bottom: 15px;
  font-style: italic;
}

.dane-osobowe-section .group-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
}
.dane-osobowe-section .group-dane-osobowe {
  font-family: "Libre Baskerville", "Playfair Display", serif;
}
.dane-osobowe-section .group-dane-osobowe .key {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.dane-osobowe-section .group-dane-osobowe .key .record {
  font-weight: bold;
}

.grid-buttons {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  margin-top: 10px;
}
.grid-buttons a:hover, .grid-buttons span:hover {
  text-decoration: none;
  cursor: pointer;
}
.grid-buttons button:not(.disabled) {
  cursor: pointer;
}
.grid-buttons button, .grid-buttons .uj-button {
  margin: 15px 0;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
}
.grid-buttons button.primary, .grid-buttons .uj-button.primary {
  text-align: left;
  border-top: 3px solid #f8c53a;
  background-color: #005ca7;
  color: #ffffff;
}
.grid-buttons button.primary::after, .grid-buttons .uj-button.primary::after {
  content: ">";
  color: #f8c53a;
  font-weight: bold;
  font-style: normal;
  float: right;
}
.grid-buttons button.secondary, .grid-buttons .uj-button.secondary {
  border: 1px solid #005ca7;
  color: #005ca7;
}
.grid-buttons button.disabled, .grid-buttons .uj-button.disabled {
  border: 1px solid #848484;
  background: #e0e0e0;
  color: #848484;
}
.grid-buttons button.warning, .grid-buttons .uj-button.warning {
  border: 1px solid #ba4e00;
  background: #ffda0a;
  color: #ba4e00;
}
.grid-buttons button.alert, .grid-buttons .uj-button.alert {
  border: 1px solid #856404;
  color: #856404;
  padding: 10px;
}
.grid-buttons button.small, .grid-buttons .uj-button.small {
  padding: 10px 15px;
}

.big-checkbox {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
.big-checkbox .custom-control {
  min-height: 34px;
  padding-left: 34px;
}
.big-checkbox .custom-control-indicator {
  background-color: #ffffff;
  border: 2px solid #212529;
  width: 30px;
  height: 30px;
}
.big-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  color: #212529;
  background: transparent url(/img/tick.svg);
}

.footer {
  background: #062E4E url(/img/footer-map.png) top right no-repeat;
}
.footer .footer-top-bar {
  margin-left: 55px;
  margin-right: 55px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  color: #ffffff;
}
.footer .footer-top-bar .footer-left {
  display: inline-block;
  padding-top: 60px;
  width: 17%;
}
.footer .footer-top-bar .footer-left .footer-left-content a.footer-uj-logo {
  background: url(/img/uj-contrast-pl.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 180px;
  height: 100px;
}
.footer .footer-top-bar .footer-middle {
  display: inline-block;
  padding-top: 70px;
  width: 50%;
  vertical-align: top;
}
.footer .footer-top-bar .footer-middle .footer-middle-content {
  border-left: 1px solid #34546e;
  border-right: 1px solid #34546e;
  padding: 0 50px;
}
.footer .footer-top-bar .footer-right {
  display: inline-block;
  vertical-align: top;
  padding-top: 70px;
  padding-left: 50px;
}
.footer .footer-top-bar .footer-right .footer-right-content {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .footer-bottom-bar {
  margin-left: 75px;
  margin-right: 75px;
}
.footer .footer-bottom-bar .footer-bottom-content {
  color: #8296a6;
  padding: 20px 0;
  border-top: 1px solid #34546e;
}

.modal-content {
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0);
  border: rgba(0, 0, 0, 0);
}

#header {
  font-family: "Ubuntu", sans-serif;
}

#uj-navbar-collapse {
  flex-grow: 0;
}

.nav-item {
  font-weight: bold;
  text-transform: uppercase;
}

.uj-bar {
  padding: 0 75px;
}

.header-bar .uj-header-bar {
  padding-right: 55px;
  background-color: #005ca7;
}
.header-bar .uj-header-bar .nav-item, .header-bar .uj-header-bar .nav-item .nav-link {
  line-height: 4.375rem;
  color: #ffffff;
  font-size: 12px;
  padding: 0 15px;
}
.header-bar .uj-header-bar .nav-item.nav-tjk, .header-bar .uj-header-bar .nav-item .nav-link.nav-tjk {
  font-size: 1.375rem;
  font-weight: normal;
  text-transform: none;
}
.header-bar .uj-header-bar .nav-item.hover-white, .header-bar .uj-header-bar .nav-item .nav-link.hover-white {
  transition: all 0.2s linear;
}
.header-bar .uj-header-bar .nav-item.hover-white:hover, .header-bar .uj-header-bar .nav-item .nav-link.hover-white:hover {
  color: #005ca7;
  background-color: #ffffff;
}
.header-bar .uj-header-bar .nav-item.hover-darker, .header-bar .uj-header-bar .nav-item .nav-link.hover-darker {
  transition: all 0.2s linear;
}
.header-bar .uj-header-bar .nav-item.hover-darker:hover, .header-bar .uj-header-bar .nav-item .nav-link.hover-darker:hover {
  color: #ffffff;
  background-color: #004680;
}
.header-bar .uj-header-bar .nav-item.hover-yellow, .header-bar .uj-header-bar .nav-item .nav-link.hover-yellow {
  transition: all 0.2s linear;
}
.header-bar .uj-header-bar .nav-item.hover-yellow:hover, .header-bar .uj-header-bar .nav-item .nav-link.hover-yellow:hover {
  color: #f8c53a;
}

.header-navbar .uj-header-navbar {
  background-color: #ffffff;
  flex-flow: row wrap;
}
.header-navbar .uj-header-navbar .logo-container {
  display: flex;
}
.header-navbar .uj-header-navbar .logo-container .nav-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 110px;
  margin-right: 16px;
}
.header-navbar .uj-header-navbar .logo-container .nav-logo.godlo-pl {
  background-image: url(/img/orzel.svg);
  width: 56px;
}
.header-navbar .uj-header-navbar .logo-container .nav-logo.logo-uj {
  background-image: url(/img/uj-pl.svg);
  background-position: center 10px;
  width: 166px;
}
.header-navbar .uj-header-navbar .logo-container .nav-logo.logo-tjk.logo-tjk-pl {
  background-image: url(/img/logotyp.tjk_PL.svg);
  background-position: center 12px;
  width: 135px;
}
.header-navbar .uj-header-navbar .logo-container .nav-logo.logo-tjk.logo-tjk-en {
  background-image: url(/img/logotyp.tjk_EN.svg);
  background-position: center 12px;
  width: 135px;
}
.header-navbar .uj-header-navbar .logo-container a.nav-logo {
  transition: all 0.2s linear;
}
.header-navbar .uj-header-navbar .logo-container a.nav-logo:hover {
  opacity: 0.7;
}
.header-navbar .uj-header-navbar .nav-item {
  font-size: 14px;
  color: #005ca7;
  line-height: 4rem;
  padding: 0 15px;
  white-space: nowrap;
}
.header-navbar .uj-header-navbar .nav-item.hover-dark {
  transition: all 0.2s linear;
}
.header-navbar .uj-header-navbar .nav-item.hover-dark:hover {
  color: #ffffff;
  background-color: #005ca7;
}

.lang-dropdown {
  line-height: 16px;
}
.lang-dropdown .lang-menu {
  right: 0;
  left: inherit;
  border-radius: 0;
}
.lang-dropdown .lang-icon {
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 16px;
}
.lang-dropdown .lang-pl {
  background-image: url(/img/lang/pl.svg);
}
.lang-dropdown .lang-en {
  background-image: url(/img/lang/en.svg);
}
.lang-dropdown .lang-ru {
  background-image: url(/img/lang/ru.svg);
}

@media (max-width: 1150px) {
  .main-wrapper {
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
