@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,latin-ext);
@charset "UTF-8";
html {
  /* set to 10px for compatibility with Bootstrap-based components */
  font-size: 10px;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.4em;
  margin: 0;
}
body.low-contrast {
  color: #000;
  line-height: 1em;
  letter-spacing: 0;
  padding: 0;
}
body.high-contrast {
  color: #ffffff;
  background: #000;
  letter-spacing: 0;
  padding: 1em;
}

.custom p {
  line-height: 1.5;
  font-size: 1.9rem;
  padding-left: 2%;
  padding-right: 2%;
}

/* Hides text from user but leaves it accessible for screen readers. */
/* Source: http://webaim.org/techniques/css/invisiblecontent/ */
.hidden-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a:link, a:visited {
  font-style: normal;
  color: #000;
  text-decoration: underline;
}
.high-contrast a:link, .high-contrast a:visited {
  color: #ffff14;
}

.high-contrast a:hover,
.high-contrast a:focus {
  outline: 3px solid #236aff;
}

h1 {
  font-size: 1.8em;
  line-height: 1em;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0;
  position: relative;
}

h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: normal;
  color: #000;
  text-align: left;
  padding: 0;
  margin: 0 0 0.5em 0;
}

.item-page h3 {
  text-align: center;
}

.item-page h4 {
  font-weight: bold;
}

ul {
  padding: 0 0 0 2em;
  margin: 1em;
  list-style-image: url("/images/arrow-white-in-red-box.png");
  text-align: left;
}
ul li {
  padding: 0 0 0.5em 0;
  margin: 0;
}

header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #e75f2b;
  z-index: 5;
  line-height: 0;
  z-index: 9999;
  border-bottom: 3px Solid transparent;
}

body.high-contrast {
  padding-top: 0;
}

body.high-contrast header {
  background-color: black;
}

#header-logo {
  z-index: 2;
  display: none;
}
#header-logo a {
  cursor: pointer;
  margin-left: 5%;
  text-indent: -1000em;
  text-decoration: none;
  position: absolute;
}
#header-logo img {
  height: 25vw;
  display: block;
  margin-top: 6vw;
}
body.not-frontpage #header-logo img {
  display: none;
}
body.itemid-224 #header-logo img, body.itemid-225 #header-logo img {
  display: block;
}

#header-modules {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

body.low-contrast #contrast a,
body.low-contrast #contrast a:visited {
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  background-image: url("/images/contrast_1.png");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

#font-resize {
  display: flex;
}
#font-resize > a {
  text-decoration: none;
  display: inline-block;
}
.low-contrast #font-resize > a, .high-contrast #font-resize > a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.low-contrast #font-resize > a::before, .high-contrast #font-resize > a::before {
  content: "A";
}

.low-contrast #font-resize-small, .high-contrast #font-resize-small {
  font-size: 1.4rem;
  color: #fff;
}

.low-contrast #font-resize-medium, .high-contrast #font-resize-medium {
  font-size: 2rem;
  color: #fff;
}

.low-contrast #font-resize-large, .high-contrast #font-resize-large {
  font-size: 2.6rem;
  color: #fff;
}

#mobile-menu-checkbox,
#mobile-menu-label {
  display: none;
}

nav {
  display: flex;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
nav ul li {
  padding: 0;
}

body nav a:link,
body nav a:visited {
  display: block;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.7em 0.7em;
  border-bottom: 2px solid #e75f2b;
  border-top: 2px solid #e75f2b;
  transition: color 0.3s ease;
}

body nav a:hover,
body nav li.active > a {
  border-bottom: 2px solid #fff;
}

body nav a:hover {
  color: #fdc94f;
}

body.high-contrast nav a:link,
body.high-contrast nav a:visited {
  border: 0;
}

body.high-contrast nav li.active > a {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.pzw-template-inside {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.not-frontpage main .pzw-template-inside {
  margin: 4em auto;
}

#facebook-logo {
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10vw;
}
.low-contrast #facebook-logo {
  background-image: url("/images/facebook-blue.png");
}
.high-contrast #facebook-logo {
  background-image: url("/images/facebook-white.png");
}

#banner div.custom {
  margin-top: 3rem;
}

.bannergroup {
  position: relative;
  text-align: center;
}
.bannergroup img {
  max-width: 100%;
  height: auto;
}

main img {
  max-width: 980px;
  height: auto;
}
.low-contrast main {
  margin-left: 2%;
  margin-right: 2%;
}
main .item-page {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
}
main .item-page strong {
  font-weight: 700;
}

main .page-header a,
main .blog-featured .item-title a {
  text-decoration: none;
}

main .item-page > .page-header,
main .blog > .page-header,
main .blog-featured > .page-header {
  position: relative;
  margin: 1em 0;
  padding: 0;
  width: auto;
  min-height: 20px;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}

main .page-header h2 {
  position: relative;
  display: inline-block;
  padding: 0 0 0.5em;
  margin: 0;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  font-size: 3em;
  line-height: 1em;
}

main .page-header h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  color: #000;
  text-align: left;
  padding: 0;
  margin: 0 0 0.5em 0;
  border: 0;
}

main .page-header time,
main .blog-featured .item time {
  position: relative;
  background: #e75f2b;
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 0.2em;
  margin: 0.3em 0;
  height: 1%;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1em;
}

main .blog .item,
main .blog-featured .item {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  overflow: hidden;
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}
main .blog .item h3,
main .blog-featured .item h3 {
  margin: 0 0 0.3em 0;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  font-size: 1.6em;
  line-height: 1em;
  display: inline-block;
  vertical-align: text-top;
  padding-left: 1em;
}

main .blog .row-0 h3 > a,
main .blog-featured .row-0 h3 > a {
  color: #e75f2b;
}

main .blog .item p,
main .blog-featured .item p {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
}

main .blog .item .readmore a:link,
main .blog .item .readmore a:visited,
main .blog-featured .item .readmore a:link,
main .blog-featured .item .readmore a:visited {
  display: block;
  text-decoration: none;
  line-height: 1.1em;
  font-style: italic;
}

main .blog .item .icon-chevron-right,
main .blog-featured .item .icon-chevron-right {
  position: relative;
  display: inline-block;
  float: right;
  margin: 1em 0 0 0;
  color: #e75f2b;
  border: 1px solid #e75f2b;
  transition: 0.5s;
}
main .blog .item .icon-chevron-right::after,
main .blog-featured .item .icon-chevron-right::after {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0.3em;
  content: ">";
  color: #e75f2b;
}
main .blog .item .icon-chevron-right:hover,
main .blog-featured .item .icon-chevron-right:hover {
  background-color: #e75f2b;
}
main .blog .item .icon-chevron-right:hover::after,
main .blog-featured .item .icon-chevron-right:hover::after {
  color: #fff;
}

main .icons {
  position: relative;
  padding: 1em 0;
  margin: 0;
  z-index: 1;
  border: 0;
  min-height: 50px;
}
main .icons .dropdown-menu {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  width: auto;
}
main .icons .dropdown-menu > li {
  position: relative;
  float: left;
  display: inline;
  margin-right: 0.5em;
  padding: 0;
  border: 0;
  text-align: center;
  list-style: none;
}
main .icons .dropdown-menu > li > a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
  position: relative;
  padding: 0.5em;
  background-color: #e75f2b;
  border: 2px solid #e75f2b;
  border-radius: 10px;
}
main .icons .dropdown-menu > li > a:hover {
  background-color: #e75f2b;
}
.high-contrast main .icons .dropdown-menu > li > a {
  border: 1px solid #ffff14;
}

@media only screen and (min-width: 768px) {
  main .pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
main .pagination {
  display: inline-block;
}

main .pagination ul {
  text-align: center;
}

main .pagination li {
  list-style: none;
  display: inline;
  float: left;
}
main .pagination li a {
  border: 1px solid #e75f2b;
  text-decoration: none;
}
main .pagination li a:hover {
  background: #e75f2b;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

main .pagination li a,
main .pagination li span {
  line-height: 1em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 1.3em;
  border: 1px solid #c6c6c6;
  color: #e75f2b;
}

footer {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: auto;
  clear: both;
}

body.not-frontpage footer {
  border-top: 2px solid #e75f2b;
  margin-top: 30px;
}

#organizers {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: left;
  align-items: center;
  padding: 5vh;
}
#organizers > div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
#organizers img {
  height: 10rem;
  margin-right: 1.5rem;
}

#footer-content {
  position: relative;
  min-width: 50%;
  width: 100%;
  float: left;
  z-index: 1;
  font-size: 1.1em;
  line-height: 1em;
  color: #000000;
  text-align: center;
  display: block;
}
#footer-content .custom {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
#footer-content h3 {
  font-size: 1.1em;
  line-height: 1em;
  color: #000000;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0 0 0.8em 0;
}
#footer-content p {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  background: transparent;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: center;
}
#footer-content a {
  color: #bb1017;
  text-decoration: none;
}
#footer-content strong {
  font-size: 1.1em;
  line-height: 1em;
  color: #000000;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0 0 0.8em 0;
}

#footer-bottom-menu {
  position: relative;
  padding: 0.5em;
  margin: 0;
  border-top: 3px solid #e75f2b;
  text-align: center;
  z-index: 1;
  background: #fff;
}

#footer-bottom-menu {
  clear: both;
}

#footer-bottom-menu .menu {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  float: none;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  width: auto;
}

#footer-bottom-menu .menu > li {
  text-align: left;
  margin: 1em;
  border: 0;
  padding: 0;
  float: none;
  display: inline-block;
  list-style: none;
  position: relative;
}

.low-contrast #footer-bottom-menu .menu > li > a::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url("/images/double-arrows-red.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  padding: 2px;
  content: " ";
}

#footer-bottom-menu .menu > li > a:link,
#footer-bottom-menu .menu > li > a:visited {
  font-size: 1em;
  padding: 0 0 0 2em;
  line-height: 1em;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin: 0;
  display: block;
}

.high-contrast #footer-bottom-menu .menu > li > a:link,
.high-contrast #footer-bottom-menu .menu > li > a:visited {
  text-transform: inherit;
  padding: 0.2em 0.5em;
  border: 1px solid #ffff14;
}

.low-contrast #footer-bottom-menu .menu > li > a:hover,
.low-contrast #footer-bottom-menu .menu > li > a:active {
  color: #e75f2b;
  text-decoration: underline;
  transition-duration: 0.6s;
}

.high-contrast #footer-content {
  display: none;
}

.high-contrast #footer-bottom-menu {
  border-top: 1px dotted #ffffff;
  background: inherit;
}

.low-contrast #back-to-top {
  position: fixed;
  bottom: 5em;
  width: 50px;
  height: 60px;
  z-index: 10;
  opacity: 1;
  transition-duration: 1s;
  visibility: visible;
  display: block;
  right: 0;
}
.low-contrast #back-to-top a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fefefe;
  color: #000000;
  text-decoration: none;
  border: 1px solid #f1f1f1;
}
.low-contrast #back-to-top a span {
  position: absolute;
  bottom: 6px;
  display: block;
  font-size: 0.9em;
  line-height: 0.9em;
  width: 100%;
  text-align: center;
}
.low-contrast #back-to-top i {
  position: absolute;
  background-image: url("/images/double-arrows-black-up.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-position-y: 5px;
}

#back-to-top a span {
  text-align: left;
  display: block;
}

.spinner {
  margin: 1% auto;
}

@media only screen and (max-width: 720px) {
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 721px) {
  .mobile-only {
    display: none !important;
  }
}
/* overlay */
#overlay {
  position: absolute;
  color: #e75f2b;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  text-align: left;
  line-height: 1.3;
}

#overlay .title {
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
  background-color: #e75f2b;
  padding: 2rem;
  border-radius: 10px 0 0 10px;
}

body.high-contrast #overlay .title {
  background-color: black;
}

#overlay .buttons {
  font-size: 3rem;
  padding-left: 0;
}
#overlay .buttons a:link, #overlay .buttons a:visited {
  display: inline-block;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
#overlay .buttons a:link.left, #overlay .buttons a:link.right, #overlay .buttons a:visited.left, #overlay .buttons a:visited.right {
  background-color: rgba(231, 95, 43, 0.7);
  border: 2px solid #e75f2b;
}
#overlay .buttons a:link.left:hover, #overlay .buttons a:link.right:hover, #overlay .buttons a:visited.left:hover, #overlay .buttons a:visited.right:hover {
  background-color: rgba(231, 95, 43, 0.7);
  text-decoration: underline;
}

body.high-contrast #overlay .buttons a:link.left, body.high-contrast #overlay .buttons a:link.right, body.high-contrast #overlay .buttons a:visited.left, body.high-contrast #overlay .buttons a:visited.right {
  background-color: black;
  border-color: black;
}

/* mod_frontvideo fixes */
.tv {
  margin-top: -9vw !important;
  margin-bottom: 0 !important;
}

.cover {
  position: relative !important;
  top: 0 !important;
  margin-bottom: 0 !important;
}

/* JU Contact */
.juct-container {
  margin-top: 2rem;
  text-align: center;
  background-color: #e5a26d;
  transform: skew(0deg, -1deg);
}
.juct-container form {
  padding-bottom: 3rem;
  background-color: rgba(231, 95, 43, 0.5);
  transform: skew(0deg, 2deg);
}
.juct-container fieldset {
  border: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1.5rem;
  transform: skew(0deg, -1deg);
}
.juct-container legend {
  font-size: 3rem;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.juct-container .field-group {
  display: inline-block;
  text-align: left;
  margin: 1em;
}
.juct-container .field-text {
  text-align: left;
  font-size: 0.8em;
}
.juct-container input[type=text],
.juct-container textarea {
  padding: 0.5em;
  border-radius: 20px;
  border: 0;
}
.juct-container input[type=text] {
  width: 30vw;
  max-width: 400px;
}
.juct-container textarea {
  width: 75vw !important;
  max-width: 852px;
}
.juct-container .g-recaptcha {
  display: inline-block;
  margin: 3rem;
}
.juct-container .btn-submit-form {
  background-color: #fdc94f;
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid #fdc94f;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.juct-container .btn-submit-form:hover {
  background-color: transparent;
  color: #fdc94f;
}
.juct-container .error {
  color: #fdc94f;
  margin-left: 1rem;
  border-left: 2px solid #fdc94f;
  padding-left: 1rem;
}

body.high-contrast .juct-container {
  background-color: black;
}
body.high-contrast .juct-container form {
  background-color: black;
}

.recaptcha-checkbox-border {
  border-radius: 100%;
}

/* mod_smartcountdown3 */
.smartcountdown {
  position: absolute;
  top: 7vw;
}
.smartcountdown .scd-counter {
  color: #e75f2b;
  float: right;
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  padding-right: 4vw;
  border-radius: 10px 0 0 10px;
}
.smartcountdown .scd-title {
  font-size: 1.5vw !important;
}
.smartcountdown .scd-title p {
  color: #a09925;
  display: block;
  float: right;
  padding: 2rem;
  border-radius: 10px 0 0 10px;
  width: 53%;
  text-align: left;
}
.smartcountdown .scd-digit {
  font-size: 5vw !important;
}
.smartcountdown .scd-label {
  font-size: 2vw !important;
}

/* testimonials */
.jmm-testimonials {
  min-height: 420px;
}

.jmm-testimonials.default {
  margin-bottom: 0;
  text-align: center;
}

.jmm-testimonials.default.indicators {
  padding-bottom: 40px;
}

.jmm-testimonials.default .jmm-image {
  margin: 0 0 30px;
}

.jmm-testimonials.default .jmm-image img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}

.jmm-testimonials.default .jmm-comment {
  margin: 0 0 30px;
  line-height: 1.7;
}

body.high-contrast .jmm-testimonials.default .jmm-comment {
  color: black;
}

.jmm-testimonials.default .jmm-author {
  margin: 0 0 5px;
  position: relative;
  color: #444;
}

body.high-contrast .jmm-testimonials.default .jmm-author {
  color: white;
}

.jmm-testimonials.default .jmm-author:before {
  content: "~";
}

.jmm-testimonials.default .carousel-indicators {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.jmm-testimonials.default .carousel-indicators li {
  margin: 0 3px;
  width: 7px;
  height: 7px;
  border: 1px solid #444;
  background-color: transparent;
  cursor: pointer;
}

.jmm-testimonials.default .carousel-indicators li:hover,
.jmm-testimonials.default .carousel-indicators .active {
  background-color: #222;
}

.jmm-testimonials .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.jmm-testimonials.default .jmm-row:after {
  content: "";
  display: table;
  clear: both;
}

.jmm-testimonials.default .jmm-rows .jmm-item {
  float: left;
  padding: 15px;
  box-sizing: border-box;
}

.jmm-testimonials.default {
  font-size: 1.6rem;
  margin-top: 3rem;
  border-top: 2px solid #fdc94f;
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-top-style: dashed;
}
.jmm-testimonials.default .jmm-row {
  display: none;
}
.jmm-testimonials.default .jmm-row.active {
  display: flex;
  justify-content: center;
}
.jmm-testimonials.default .slick-dots li {
  width: 30px;
  height: 30px;
  border: 1px solid #fdc94f !important;
  border-radius: 100%;
}
.jmm-testimonials.default .slick-dots li button::before {
  font-size: 0;
}
.jmm-testimonials.default .slick-dots li:hover,
.jmm-testimonials.default .slick-dots .active,
.jmm-testimonials.default .slick-dots .slick-active {
  background-color: #fdc94f !important;
}

.jmm-comment {
  background-color: #FDC94F;
  padding: 1em;
  font-style: italic;
  border-radius: 25px;
}
.jmm-comment::before {
  display: inline-block;
  content: " ";
  width: 40px;
  height: 30px;
  background-image: url(/images/Cquote1_black.svg);
  float: left;
  margin-right: 1em;
}

.jmm-author,
.jmm-profession {
  text-align: center;
  line-height: 1.5;
}

.jmm-author::before {
  content: " ";
  width: 50px;
  height: 50px;
  background-color: #fdc94f;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* special, used in "Dlaczego warto" */
.big-text {
  font-size: 3rem;
  color: #fdc94f;
}

#sponsors {
  max-width: 100%;
  height: auto;
}

#header-organizers > div {
  display: flex;
}
#header-organizers a {
  margin-left: 3px;
}
#header-organizers a.logo.msit img {
  height: 6vw;
  padding: 0 1vw;
  box-sizing: initial;
}
#header-organizers a.logo.pot img {
  height: 6vw;
}

#menu-nad-formularzem > ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
#menu-nad-formularzem > ul li {
  display: block;
  padding: 0;
}
#menu-nad-formularzem > ul li:nth-child(1) a {
  background-image: url("/images/btn_dlaczego1.png");
}
#menu-nad-formularzem > ul li:nth-child(1):hover a {
  background-image: url("/images/btn_dlaczego2.png");
}
#menu-nad-formularzem > ul li:nth-child(2) {
  display: none;
}
#menu-nad-formularzem > ul li:nth-child(2) a {
  background-image: url("/images/btn_poradnik1.png");
}
#menu-nad-formularzem > ul li:nth-child(2):hover a {
  background-image: url("/images/btn_poradnik2.png");
}
#menu-nad-formularzem > ul li:nth-child(3) {
  display: none;
}
#menu-nad-formularzem > ul li:nth-child(3) span {
  background-image: url("/images/btn_telefony.png");
}
#menu-nad-formularzem > ul li a, #menu-nad-formularzem > ul li span {
  display: block;
  background-color: transparent;
  background-size: cover;
  font-size: 2rem;
  margin: 2vw 1vw;
  width: 336px;
  height: 104px;
  text-indent: -10000px;
}

#languages {
  display: none;
  border: 1px solid black;
  background-color: white;
}

@media only screen and (max-width: 1070px) {
  #facebook-logo {
    margin-left: 0;
  }
  #header-modules {
    justify-content: flex-end;
  }
  #header-logo a {
    margin: 0;
  }
  #header-logo img {
    display: block;
  }
  #overlay .title {
    font-size: 2rem;
  }
  #overlay .description {
    font-size: 1.4rem;
  }
  #banner img {
    padding: 0;
    margin: 0;
  }
  main {
    margin-left: 2%;
    margin-right: 2%;
  }
  main .pzw-template-inside {
    margin: 0 auto;
  }
  .smartcountdown .scd-counter {
    color: #e75f2b;
    float: right;
    background-color: rgb(255, 255, 255);
    padding: 2rem;
    padding-right: 2vw;
    border-radius: 10px 0 0 10px;
  }
  .smartcountdown .scd-title p {
    display: block;
    float: right;
    padding: 2rem;
    padding-right: 2vw;
    border-radius: 10px 0 0 10px;
    text-align: left;
  }
  #overlay .buttons {
    font-size: 2em;
  }
}
.offer-desc-list {
  color: #5b5b5b;
}

.offer-title {
  font-size: 2rem;
}

.offer-title a:hover {
  color: #e75f2b;
}

@media only screen and (max-width: 800px) {
  #header-logo a {
    margin: 0;
  }
  #header-logo img {
    margin-top: 80px;
  }
  .smartcountdown {
    position: absolute;
  }
  #back-to-top,
#facebook-logo,
#contrast,
#font-resize {
    display: none;
  }
  #overlay .title {
    font-size: 2rem;
  }
  #overlay .description {
    display: none;
  }
  .cover,
.tv {
    display: block !important;
  }
  .jmm-testimonials.default .jmm-row.active {
    flex-direction: column;
    padding: 2%;
  }
  #overlay .buttons {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  #overlay .buttons {
    font-size: 1em;
  }
}
/* custom page CSS */
body.itemid-123 header,
body.itemid-226 header {
  box-shadow: 0px 1px 1px 1px #e75f2b;
}

/* offer form */
#skad2 {
  background-color: #e75f2b;
  padding: 10px;
}
#skad2 label {
  padding-top: 3px;
}
#skad2 .help-block {
  margin: 0;
}

form .required-label:after {
  content: " *";
  color: #d42128;
}

.btn, input, select, textarea, .alert {
  border-radius: 8px !important;
}

.btn:link, .btn:visited {
  text-decoration: none;
}

.jumbotron h2, .jumbotron h1, .jumbotron h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

form .btn {
  font-size: 1.5rem;
}

.btn-warning {
  color: #fff;
  background: #e75f2b;
}
.btn-warning:hover {
  color: #fff;
  background: #e07721;
}

.btn-info {
  color: #fff !important;
  background: #25bde8;
}
.btn-info:hover {
  color: #fff;
  background: #23abd1;
}

th {
  font-weight: 400;
}

.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

.control-label {
  padding-top: 7px;
  color: #000;
  text-align: right;
}

.offer-item-box {
  box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.offer-title a {
  font-weight: bold;
  text-decoration: underline;
  line-height: 20px;
}

.offer-top, .offer-bottom {
  margin-bottom: 4px;
}

.offer-item {
  background: #fff;
  padding: 15px;
  max-height: 240px;
  min-height: 240px;
  font-size: 1.5rem;
  padding-top: 30px;
}

.offer-item-pagination .offer-item {
  background: none;
}

.offer-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-top img {
  transition: transform 0.2s;
  max-height: 210px;
}
.offer-top img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.offer-bottom {
  min-height: 160px;
}
.offer-bottom img {
  max-height: 80px;
}

.offer-desc-list div {
  margin-bottom: 10px;
}

#offers {
  flex-direction: column;
}

.offers-list-filters {
  margin-top: 30px;
}
.offers-list-filters .btn-warning {
  background-color: rgba(107, 147, 67, 0.7);
  border: 2px solid #e75f2b;
}

.offers-list-filters .filter-reset {
  color: #fff;
}

.filters-butons {
  margin: 30px auto;
}

.remember-label {
  margin-left: 15px;
  line-height: 22px;
}

.user-form {
  margin-top: 30px;
}

.help-block {
  margin-top: 5px;
}

.leaflet-touch a {
  text-decoration: none;
}

.page-item.active .page-link {
  background: #e75f2b;
  border: 1px solid #e75f2b;
}

.help-button {
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 35px !important;
  background: #e75f2b;
  color: #fff;
  font-weight: bold;
}

#info {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
#info h5, #info .close {
  font-size: 20px;
}

#overlay.countdown {
  transform: none;
}
#overlay.countdown .title {
  background-color: rgba(231, 95, 43, 0.7);
  font-size: 2rem;
}
#overlay.countdown .title span {
  font-size: 1.5em;
  color: #fff;
  border: 1px solid white;
  border-radius: 0.5em;
  padding: 0.3em;
  font-weight: bold;
  background-color: #e75f2b;
}
#overlay.countdown .pagination span {
  cursor: default !important;
}
#overlay.countdown .offers-map .leaflet-marker-icon {
  margin-top: -20px !important;
  margin-left: -10px !important;
}

.btn-danger {
  color: #fff !important;
}

.high-contrast label, .high-contrast .card-header, .high-contrast .control-label, .high-contrast .form-label {
  color: yellow !important;
}
.high-contrast .card-header {
  border-bottom: 1px solid yellow;
}
.high-contrast button:hover, .high-contrast button:active {
  outline: 3px solid #236aff;
}
.high-contrast .form-control, .high-contrast .alert {
  color: #000;
}
.high-contrast input:hover, .high-contrast input:focus, .high-contrast select:hover, .high-contrast select:focus, .high-contrast textarea:hover, .high-contrast textarea:focus {
  outline: 3px solid #236aff;
  color: #000;
}
.high-contrast .jumbotron, .high-contrast .card {
  background: transparent;
}
.high-contrast .btn-warning, .high-contrast .offer-item {
  background: transparent;
  color: yellow;
  border-color: yellow;
}
.high-contrast .btn-warning:hover, .high-contrast .offer-item:hover {
  background: yellow;
  color: #000;
}
.high-contrast .leaflet-control-zoom a, .high-contrast .leaflet-control-attribution a {
  background: #000;
}
.high-contrast .pagination li a {
  background: transparent;
}
.high-contrast .pagination li a:hover {
  background: yellow !important;
  color: #000 !important;
}
.high-contrast .pagination li span {
  background: yellow !important;
  color: #000 !important;
  cursor: default !important;
}
.high-contrast .btn-danger, .high-contrast .btn-info {
  background: transparent;
  border-color: yellow;
  color: yellow;
}
.high-contrast .btn-danger:hover, .high-contrast .btn-info:hover {
  background: yellow;
  color: #000 !important;
}
.high-contrast footer, .high-contrast #footer-bottom-menu {
  border-color: yellow !important;
}
.high-contrast #back-to-top {
  margin-top: 10px;
}
.high-contrast #back-to-top a span {
  display: inline-block;
}
.high-contrast #facebook-logo:hover {
  outline: 3px solid #236aff;
}
.high-contrast #font-resize a {
  min-height: 30px;
  padding-top: 15px;
}

.font-large .offer-title a {
  line-height: 25px;
}

@media only screen and (max-width: 1680px) {
  .control-label, .checkbox label {
    font-size: 0.9rem;
  }
  .offer-top, .offer-bottom {
    min-height: auto;
  }
  .font-large .offer-title a {
    line-height: 25px;
  }
  .font-large #header-logo img {
    margin-top: 8vw;
  }
  .font-large #font-resize-large {
    font-size: 2rem;
  }
  .font-large #font-resize-medium {
    font-size: 1.6rem;
  }
  .font-large #font-resize-small {
    font-size: 1.4rem;
  }
  .font-large #overlay.countdown .title {
    font-size: 1.6rem;
  }
  .font-large #back-to-top a span {
    font-size: 0.9rem !important;
  }
  .font-medium .offer-title a {
    line-height: 25px;
  }
  .font-medium #header-logo img {
    margin-top: 8vw;
  }
  .font-medium #font-resize-large {
    font-size: 2rem;
  }
  .font-medium #font-resize-medium {
    font-size: 1.6rem;
  }
  .font-medium #font-resize-small {
    font-size: 1.4rem;
  }
  .font-medium #overlay.countdown .title {
    font-size: 1.6rem;
  }
  .font-medium #back-to-top a span {
    font-size: 0.9rem !important;
  }
  .nav-menu a {
    font-size: 1em !important;
  }
  #languages {
    margin-right: 40px;
  }
  .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 1366px) {
  .nav-menu a {
    font-size: 0.95em !important;
  }
}
@media only screen and (max-width: 1366px) {
  #header-organizers a.logo.msit img {
    height: 45px;
  }
  #header-organizers a.logo.pot img {
    height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .offer-title {
    margin-top: 15px;
  }
  .font-large #header-logo img {
    margin-top: 80px;
  }
  .font-medium #header-logo img {
    margin-top: 80px;
  }
  .control-label {
    text-align: left !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .contact-form .pzw-template-inside {
    padding: 10px;
  }
  .slick-dots li button, .jmm-testimonials.default .slick-dots li {
    width: 25px;
    height: 25px;
  }
  #languages {
    position: absolute;
    top: 7px;
    left: 55px;
  }
  #header-modules {
    min-height: 45px;
  }
  .nav-menu {
    width: 100%;
    margin-top: 45px;
    display: none;
  }
  .nav-menu ul {
    width: 100%;
    display: block;
  }
  .mobile-menu {
    position: absolute;
    top: 0px;
    left: 5px;
  }
  .mobile-menu span {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    display: block;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #header-organizers {
    top: 0;
    right: 0;
    position: absolute;
  }
  .menu-open span:nth-child(1) {
    transform: rotate(135deg);
    top: 15px;
    position: absolute;
  }
  .menu-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-open span:nth-child(3) {
    transform: rotate(-135deg);
    top: 15px;
    position: absolute;
  }
  .countdown {
    position: relative !important;
    left: 0 !important;
  }
  .countdown .title {
    font-size: 1.2rem !important;
    border-radius: 0 !important;
  }
  .countdown .title span {
    font-size: 1rem !important;
  }
}
.offer-title a:link, .offer-title a:visited {
  text-decoration: none !important;
}

#results {
  height: 268px !important;
  overflow-y: scroll !important;
}

.btn_oferta_send {
  margin-top: 15px;
  font-size: 16px;
  color: #fff !important;
  float: left;
}

.high-contrast .offer-desc-list {
  color: yellow;
}

.high-contrast .offer-item * {
  color: yellow !important;
}

.high-contrast .offer-item:hover {
  background: transparent !important;
}
.high-contrast .offer-item:hover * {
  color: yellow;
}
.high-contrast .offer-item:hover a {
  color: #000 !important;
}

.adm-offer-bottom {
  max-height: 320px;
}

.front-desc {
  margin-top: 60px;
}
.front-desc .collapse-btn {
  display: none;
}
.front-desc .btn-front {
  background-color: #6a9b53;
  border-radius: 28px;
  border: 1px solid #b3f295;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  padding: 16px 31px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.front-desc p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .front-desc {
    margin-bottom: -40px;
  }
  .front-desc .collapse-btn {
    display: block;
    margin-top: -25px;
  }
  .front-desc .btn-front {
    margin-top: 15px;
  }
}
.search-map .map-filter .form-group {
  margin-bottom: 15px !important;
}

.search-map .cover {
  top: initial !important;
  position: absolute !important;
}

.search-map {
  margin: 0 -2%;
}
.search-map .switch-map-wrapper {
  position: absolute;
  top: 150px;
  right: -218px;
  z-index: 444;
  transition: 0.8s ease-in-out;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
}
.search-map .switch-map-wrapper:hover {
  right: 0;
  cursor: pointer;
}
.search-map .switch-map-wrapper .btn-desc {
  padding: 10px;
  float: left;
  border: 1px solid #77C886;
  height: 40px;
  border-left: none;
}
.search-map .switch-map {
  height: 40px;
  width: 48.5px;
  float: left;
  transition: 0.25s ease-in-out;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  padding: 2px;
  padding-top: 0;
  font-size: 20px;
  border-radius: 4px 0 0 4px;
  background-color: #77C886;
  color: #fff;
  border: 1px solid #77C886;
  box-shadow: none;
}
.search-map .switch-map:hover {
  background: #fff;
  cursor: pointer;
  color: #77C886;
}
.search-map .map-wraper {
  padding: 0;
  margin-bottom: 40px;
}
.search-map .leaflet-left {
  right: 10px !important;
  left: initial !important;
}
.search-map .leaflet-top {
  bottom: 50px !important;
  top: initial !important;
}
.search-map .map-filter {
  margin-left: 2% !important;
  position: absolute;
  top: 155px;
  z-index: 4444;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0.1875rem;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
}
.search-map .map-filter .legend-btn h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #315282;
  margin-left: -10px;
}
.search-map .map-filter .legend ul {
  margin-top: 20px;
}
.search-map .map-filter .legend ul li {
  height: 30px;
  line-height: 30px;
  margin-left: -5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.7375rem;
}
.search-map .map-filter .legend ul li img {
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
}
.search-map .map-filter select:hover {
  cursor: pointer;
}
.search-map .map-filter .col-lg-12 {
  margin-bottom: 0;
}
.search-map .map-filter .form-group {
  margin-bottom: 0;
}
.search-map .map-filter .filter-btn {
  padding-top: 0;
  margin-bottom: 0;
}
.search-map .map-filter a {
  text-decoration: none;
  width: 100%;
}
.search-map .map-filter a h3 {
  transition: 0.25s ease-in-out;
  font-size: 18px;
  color: #e75f2b;
  font-weight: 800;
  padding-bottom: 10px;
  padding-bottom: 0;
  text-decoration: none;
}
.search-map .map-filter .btn-filter {
  float: left;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 4px;
  background-color: #e75f2b;
  color: #fff;
  border: solid 1px #fff;
  border: 1px solid #e75f2b;
  box-shadow: none;
  cursor: pointer;
  width: 48%;
  transition: 0.25s ease-in-out;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  text-transform: initial;
}
.search-map .map-filter .btn-reset {
  text-align: center;
  float: right;
  width: initial;
  display: inline-block;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  color: #e75f2b;
  text-decoration: none;
  border: solid 1px #fff;
  border: 1px solid #e75f2b;
  box-shadow: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  text-transform: initial;
  width: 48%;
}
.search-map .map-filter .tooltip-inner {
  background-color: #000 !important;
  background: #000 !important;
  z-index: 10000 !important;
}
.search-map .leaflet-popup {
  left: -10px !important;
}
.search-map .leaflet-popup::after {
  border-style: solid;
  border-width: 0.8rem 0.8rem 0 0;
  border-color: #000 transparent transparent transparent;
  content: "";
  height: 0;
  left: 19px;
  position: absolute;
  width: 0;
  top: 188px;
}
.search-map .leaflet-popup-content-wrapper {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.search-map .leaflet-popup-tip-container {
  display: none;
}
.search-map .leaflet-popup-content {
  background: #fff;
}
.search-map .leaflet-popup-content a {
  width: 245px;
  height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  padding-bottom: 5px;
  display: flex;
  font-size: 1rem;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.4);
}
.search-map .leaflet-popup-content h4 {
  position: absolute;
  text-shadow: 0 0.125rem 0.1875rem rgba(25, 25, 25, 0.8);
  font-size: 1.7em;
  margin-bottom: 0.5rem;
  line-height: 1.2em;
  bottom: 30px;
  font-weight: 600;
  color: #fff;
  width: 80%;
  align-self: flex-end;
}
.search-map .leaflet-popup-content span {
  position: absolute;
  color: #ccc;
  bottom: 15px;
  left: 28px;
  font-size: 1.2em;
  opacity: 0.5;
}
.search-map .cover {
  width: 245px;
  height: 112px;
  bottom: 12px;
  position: absolute;
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.leaflet-container a.leaflet-popup-close-button {
  width: 25px;
  height: 25px;
  opacity: 0.7;
  background: #fff;
  padding: 5px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 16px;
  z-index: 999;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  top: -3px;
  right: 5px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  opacity: 1;
}

.search-map .offers-map {
  height: 80vh;
}

.map-filter .control-label {
  text-align: left;
}

@media only screen and (max-width: 1366px) {
  .search-map .map-filter {
    top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .offer-box {
    min-height: 400px;
  }
  .search-map .offers-map {
    height: 50vh;
  }
  .search-map .map-filter {
    margin-left: 0% !important;
    width: 100%;
    top: 65px;
  }
  .search-map .map-wraper {
    margin-top: 90px;
  }
}
.city-region {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}

.city-offer {
  position: absolute;
  bottom: -15px;
  right: 30px;
  padding: 8px 22px;
  font-size: 12px;
  background: #e75f2b;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.pagination-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-row nav {
  display: block;
}

/*
     FILE ARCHIVED ON 14:36:03 Feb 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:05:16 Aug 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.394
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.034
  esindex: 0.007
  cdx.remote: 12.487
  LoadShardBlock: 85.148 (3)
  PetaboxLoader3.datanode: 64.112 (4)
  PetaboxLoader3.resolve: 129.209 (2)
  load_resource: 134.507
*/