@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i&subset=latin-ext");
html body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555; }
  html body .clearfix {
    clear: both; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center; }

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer; }

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default; }

.main-wrapper {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  box-sizing: border-box; }
  .main-wrapper .filer_image {
    max-width: 100%; }
    .main-wrapper .filer_image.center {
      display: block;
      margin: 0 auto 30px auto; }

.content-wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 0 15px; }

.top-navigation {
  background-color: #00438A;
  height: 100px;
  width: 100%;
  transition: height 0.4s;
  position: fixed;
  top: 0;
  z-index: 999; }
  .top-navigation .page-logo {
    max-width: 100%;
    max-height: 100%;
    display: inline-block; }
  .top-navigation .content-wrapper {
    height: 100%; }
  .top-navigation .motto {
    display: none; }
  .top-navigation .fb-link {
    float: right; }
    .top-navigation .fb-link img {
      height: 36px;
      margin-top: 32px;
      margin-left: -36px;
      transition: all 0.4s; }
  .top-navigation.mini {
    height: 55px; }
    .top-navigation.mini .motto {
      padding-top: 17px; }
      .top-navigation.mini .motto:before {
        display: none; }
    .top-navigation.mini .fb-link img {
      margin-top: 8px; }

@media all and (min-width: 1000px) {
  .top-navigation .motto {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    float: right;
    padding-top: 42px;
    transition: all 0.4s;
    padding-left: 340px;
    position: relative;
    margin-right: 60px; }
    .top-navigation .motto:before {
      content: "";
      width: 340px;
      height: 70px;
      display: block;
      background: url("/static/images/serce.png?3de23c368cdb");
      position: absolute;
      left: 29px;
      top: 20px; } }

.image-slider {
  width: 100%;
  height: 250px; }
  .image-slider .slider {
    height: 100%;
    overflow: hidden;
    position: relative; }
  .image-slider ul {
    display: block;
    height: 100%; }
  .image-slider li {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-size: cover; }
  .image-slider a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-size: cover; }

.unslider {
  position: relative; }
  .unslider .unslider-nav {
    position: absolute;
    bottom: 20px;
    width: 100%; }

@media all and (min-width: 900px) {
  .image-slider {
    height: 350px; } }

.middle-navigation {
  margin: 30px 0 65px 0; }
  .middle-navigation .content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .middle-navigation .mid-nav-element {
    display: inline-block;
    width: 200px;
    height: 170px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    color: #555;
    transition: background .2s; }
    .middle-navigation .mid-nav-element:hover {
      background: #EEE; }
    .middle-navigation .mid-nav-element .icon {
      height: 100px;
      margin-bottom: 6px; }
    .middle-navigation .mid-nav-element .title {
      font-weight: 400; }
    .middle-navigation .mid-nav-element .description {
      font-size: 14px;
      margin-top: 6px; }

@media all and (min-width: 900px) {
  .middle-navigation {
    margin-top: 65px; } }

.navigable-section {
  border-top: 4px solid #00438A;
  margin-top: 60px; }
  .navigable-section .anchor {
    position: relative;
    top: -120px; }
  .navigable-section .header-wrapper {
    text-align: center;
    margin-top: -28px; }
  .navigable-section .header {
    display: inline-block;
    padding-left: 85px;
    position: relative; }
    .navigable-section .header .title {
      display: inline-block;
      color: #00438A;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 20px;
      word-spacing: 5px;
      letter-spacing: 1px; }
    .navigable-section .header .icon {
      display: inline-block;
      width: 80px;
      height: 60px;
      position: absolute;
      left: 0;
      top: -29px; }
      .navigable-section .header .icon img {
        width: 100%; }
  .navigable-section .content-wrapper {
    margin: 55px auto; }
    .navigable-section .content-wrapper .column {
      box-sizing: border-box; }
      .navigable-section .content-wrapper .column p {
        margin-bottom: 30px;
        font-weight: 400;
        line-height: 1.5em; }
      .navigable-section .content-wrapper .column h2 {
        color: #00438A;
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 4px; }
    .navigable-section .content-wrapper .filer_image {
      margin: 0 auto 45px auto;
      max-width: 100%;
      display: block; }

@media all and (max-width: 900px) {
  .navigable-section .content-wrapper .column {
    width: 100% !important; } }

@media all and (min-width: 900px) {
  .navigable-section {
    margin-top: 240px; }
    .navigable-section .anchor {
      top: -180px; }
    .navigable-section .header-wrapper {
      margin-top: -42px; }
    .navigable-section .header {
      padding-left: 170px; }
      .navigable-section .header .icon {
        width: 160px;
        height: 120px;
        top: -70px; }
      .navigable-section .header .title {
        font-size: 36px; }
    .navigable-section .content-wrapper .column {
      padding: 0 30px; }
      .navigable-section .content-wrapper .column:first-of-type {
        padding-left: 0; }
      .navigable-section .content-wrapper .column:last-of-type {
        padding-right: 0; } }

.contact-info {
  color: #00438A;
  margin-bottom: 100px;
  margin-top: 40px;
  text-align: center; }
  .contact-info .title {
    color: #555; }
  .contact-info .icon {
    display: inline;
    text-align: center;
    width: 70px;
    height: 70px; }

.contact-subsection {
  color: #00438A;
  margin-bottom: 100px;
  text-align: center; }
  .contact-subsection .phone {
    display: inline-block;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    padding-left: 80px;
    position: relative; }
    .contact-subsection .phone:after {
      content: "";
      display: block;
      width: 70px;
      height: 70px;
      position: absolute;
      left: 0;
      top: -25px;
      background: url("/static/images/tel.png?3de23c368cdb") no-repeat center; }

.page-footer {
  height: 100px;
  width: 100%;
  background: #00438A;
  position: absolute;
  bottom: 0; }
  .page-footer .links {
    height: 50px; }
    .page-footer .links .internal-link-wrapper {
      display: inline-block;
      height: 50px;
      margin: 0; }
      .page-footer .links .internal-link-wrapper .internal-link {
        font-size: 10px;
        letter-spacing: 1px;
        word-spacing: 0px;
        padding: 0 5px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        font-weight: 300;
        color: #FFF;
        background: none;
        border: none; }
        .page-footer .links .internal-link-wrapper .internal-link:hover {
          background: #003070; }
  .page-footer .disclaimer {
    height: 50px;
    line-height: 50px;
    background-color: #003070;
    color: #FFF;
    font-size: 12px;
    overflow: hidden; }

@media all and (min-width: 900px) {
  .page-footer .links .internal-link-wrapper .internal-link {
    font-size: 14px; } }

.contact-form-wrapper .tooltip {
  margin-bottom: 10px;
  font-weight: 400; }

.contact-form-wrapper input {
  height: 45px; }

.contact-form-wrapper textarea {
  height: 140px;
  resize: none; }

.contact-form-wrapper input, .contact-form-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #00438A;
  transition: border .4s;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-size: .9em;
  padding: 10px; }
  .contact-form-wrapper input:focus, .contact-form-wrapper textarea:focus {
    outline: none;
    border: 1px solid #003070; }
  .contact-form-wrapper input.has-error, .contact-form-wrapper textarea.has-error {
    border-color: #F00; }

.contact-form-wrapper .errors {
  color: #F00;
  margin-top: -20px;
  margin-bottom: 5px;
  height: 25px;
  font-size: .8em;
  font-weight: 400; }

.contact-form-wrapper .submit-button-wrapper {
  text-align: right; }

.contact-form-wrapper button {
  border: none;
  font-size: 20px;
  padding: 15px 25px;
  background-color: #00438A;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 2px;
  transition: background .4s; }
  .contact-form-wrapper button:hover {
    cursor: pointer;
    background-color: #003070; }

.contact-form-wrapper .success-message {
  display: none; }

.contact-form-wrapper .message-sent .success-message {
  display: block; }

.contact-form-wrapper .message-sent .multicolumn2, .contact-form-wrapper .message-sent .submit-button-wrapper {
  display: none; }

#google-map {
  width: 100%;
  height: 300px; }

@media all and (min-width: 900px) {
  #google-map {
    height: 650px; } }

.internal-link-wrapper {
  text-align: center;
  margin: 25px 0; }

.internal-link {
  display: inline-block;
  font-size: 20px;
  padding: 15px 25px;
  border: 2px solid #00438A;
  color: #00438A;
  font-weight: 700;
  letter-spacing: 2px;
  transition: background .4s;
  text-decoration: none; }
  .internal-link:hover {
    cursor: pointer;
    background-color: #003070;
    color: #FFF; }

.interactive-room-map {
  position: relative;
  top: -50px; }
  .interactive-room-map svg {
    width: 100%; }
  .interactive-room-map .clearfix:before, .interactive-room-map .clearfix:after {
    content: " ";
    display: table; }
  .interactive-room-map .clearfix:after {
    clear: both; }
  .interactive-room-map .mapList__item {
    margin-bottom: 20px;
    cursor: pointer;
    transition: background .3s; }
  .interactive-room-map .mapList__item:hover, .interactive-room-map .mapList__item.-active {
    background-color: rgba(0, 0, 0, 0.05);
    color: black !important; }
  .interactive-room-map .mapList__counter {
    margin: 0 3px 0 0;
    font-weight: 600; }
  .interactive-room-map .mapSheme {
    position: relative;
    z-index: 10;
    margin: 30px 0; }
    .interactive-room-map .mapSheme svg {
      margin-top: 100px; }
  .interactive-room-map .mapSheme__map {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 900; }
  .interactive-room-map .mapSheme__place {
    cursor: pointer;
    transition: fill 0.3s ease; }
  .interactive-room-map .mapSheme__place:hover, .interactive-room-map .mapSheme__place.-active {
    fill: #ffff00; }
  .interactive-room-map .mapSheme__place--red:hover {
    fill: #800000; }
  .interactive-room-map .mapSheme__title {
    position: absolute;
    z-index: 1000;
    border-radius: 3px;
    padding: 2px 3px;
    background-color: black;
    color: white;
    font-size: 12px; }
  .interactive-room-map .mapSheme__title:after {
    content: '';
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 5px solid black;
    border-right: 3px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 3px solid transparent; }
  .interactive-room-map .mapSpecial {
    margin: 0 0 10px; }
  .interactive-room-map .mapSpecial:before, .interactive-room-map .mapSpecial:after {
    content: " ";
    display: table; }
  .interactive-room-map .mapSpecial:after {
    clear: both; }
  .interactive-room-map .mapSpecial__item {
    margin: 0 0 10px;
    float: left;
    text-align: left;
    margin-right: 40px; }
  .interactive-room-map .mapSpecial__image {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: auto;
    height: 30px; }
  .interactive-room-map .mapSpecial__text {
    line-height: 30px;
    color: #595a5c; }
  .interactive-room-map .rooms-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .interactive-room-map .room {
    width: 300px;
    text-align: center;
    height: 380px;
    margin: 30px; }
    .interactive-room-map .room img {
      width: 100%; }
    .interactive-room-map .room h2 {
      font-weight: 400;
      color: #00438A;
      font-size: 1.15em;
      margin: 20px 0; }
    .interactive-room-map .room .content {
      padding-bottom: 15px; }
      .interactive-room-map .room .content p {
        margin: 10px 0; }
      .interactive-room-map .room .content strong {
        font-weight: 400;
        color: #00438A;
        margin: 10px 0; }

.map-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }
  .map-legend .map-legend-entry {
    height: 30px;
    display: inline-block;
    margin: 10px; }
  .map-legend img {
    height: 30px;
    display: inline-block;
    float: left; }
  .map-legend .name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 12px; }

.building-links {
  background-image: none; }

@media all and (min-width: 600px) {
  .building-links {
    background-image: url("/static/images/budynek1.png?3de23c368cdb");
    width: 600px;
    height: 300px;
    background-size: cover;
    margin: auto;
    position: relative; }
    .building-links a {
      color: #00438A;
      background: none;
      font-weight: 400;
      position: absolute;
      left: 405px; }
      .building-links a:hover {
        background: none;
        color: #00438A;
        text-decoration: underline; }
    .building-links .internal-link-wrapper .internal-link {
      background: none;
      border: none; }
    .building-links .internal-link-wrapper:nth-of-type(1) a {
      top: 21px; }
    .building-links .internal-link-wrapper:nth-of-type(2) a {
      top: 74px; }
    .building-links .internal-link-wrapper:nth-of-type(3) a {
      top: 125px; }
    .building-links .internal-link-wrapper:nth-of-type(4) a {
      top: 174px; }
    .building-links .internal-link-wrapper:nth-of-type(5) a {
      top: 224px; } }
