/* fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* RESET */
/* 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;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 1px solid #003ea8;
}
strong {
  font-weight: 700;
}
.text_center {
  text-align: center;
}
/* bootstrap */
.no-padding, .no-padding [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto
}
/* General
==================================================*/
html, body {
  background-color: #fff;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.no-padding, .no-padding [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.main-container {
  padding: 100px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.margin_0 {
  margin: 0!important;
}
.padding_0 {
  padding-top: 0 !important;
}
.btn {
  font-weight: 700;
  padding: 7px 20px 9px;
  background-color: #d8006d;
  width: auto;
  display: inline-block;
  border-radius: 50px;
}
.btn a, .btn a:hover {
  color: #fff;
}
button {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 10px 20px;
  border: 1px solid #039;
}
a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #039;
}
em {
  font-style: italic;
}
/* text */
h1, h2, h3, h4, h5 {
  color: #039;
  font-family: "Montserrat", serif;
  font-weight: 700;
  line-height: 1.1;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 2.2em;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
h3, h4 {
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 1em;
}
h3 {}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.2em;
}
p {
  margin-bottom: 0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  color: #d8006d;
}
.polityka ol li {
  list-style: decimal;
  margin-bottom: 10px;
}
.polityka {
  margin-bottom: 80px;
}
.title h1, .title_big {
  font-family: "Montserrat", serif;
  font-size: 4em !important;
  color: #d8006d;
  /*	text-shadow: 1px 1px 0px #000792; */
  line-height: 0.8;
}
.text-right {
  text-align: right;
}
.kontakt .text-right {
  text-align: right;
  margin-top: 8px;
}
/* Program */
.program h1 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-bottom: 4px;
}
.program h2 {
  font-size: 1em;
}
.program h3 {
  color: #333;
  font-size: 0.8em;
  padding-bottom: 0.5em;
}
.program h4 {
  color: #333;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.program .orange {
  color: #D92900;
}
.program p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.program .data, .program .hour, .program .place, .program .event {
  display: inline-block;
  border: 0;
  vertical-align: top;
  padding-top: 10px;
}
.program .hour, .program .place, .program .event_no_border {
  border-top: #d1d1d1 solid 0;
}
.program .hour, .program .place, .program .event {
  border-top: #d8006d solid 1px;
}
.hour h2 {
  color: #d8006d;
}
.gray {
  color: #878787;
}
.program img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.program iframe {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  height: auto;
  min-height: 300px;
  border: 0;
  aspect-ratio: 16 / 9; /* ↔️ is double the ↕️ */
}
.index_iframe {
  height: 40vh !important;
}
@media (max-width: 1024px) {
  .program h1, .program h3, .program h4, .program h5, .program h6 {
    display: inline-block;
    margin-right: 10px;
  }
  .program .hour, .program .place, .program .event {
    border-top: #d1d1d1 solid 0;
  }
}
/* ------ DATA -------- */
.program .data {
  line-height: 0.2;
  padding-top: 40px;
}
.program .data strong {
  color: #d8006d;
  font-family: "Montserrat", serif;
  font-size: 3em;
  padding-right: 0.2em;
}
.program .data p {
  color: #666;
}
/* ------ HOUR -------- */
.program .hour {
  color: #d8006d;
  padding-top: 25px;
}
/* ------ PLACE -------- */
.program .place {
  padding-top: 25px;
}
/* ------ EVENT -------- */
.program .event {
  margin-bottom: 10px;
  padding-top: 25px;
}
.program .hour:first-child {
  border-top: none;
}
.program .place:first-child {
  border-top: none;
}
.program .event:first-child {
  border-top: none;
}
/*end PROGRAM */
.organizatorzy .clear {
  clear: both;
}
.organizatorzy .row {
  /* border-top: 1px solid #09C;
	clear: both;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 100%;/* display: table-row; */
}
.organizatorzy .cell {
  /*display: table-cell; */
  display: inline-block;
  border: 0;
  height: 110px;
  margin: 0 0 50px 0;
  position: relative;
  vertical-align: top;
}
.organizatorzy .m_bottom_10 {
  margin-bottom: 10px;
}
.organizatorzy .cell span, .organizatorzy .cell h1, .organizatorzy .cell h2, .organizatorzy .cell h3 {
  display: block;
  font-weight: normal;
  text-align: center;
  margin: 5px 0 0;
}
.organizatorzy .cell span {
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}
.organizatorzy .cell .media {
  font-size: 0.9em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 100%;
}
.organizatorzy .cell a {
  text-align: center;
}
.organizatorzy .cell img {
  margin: auto;
  margin-bottom: 10px;
  display: block;
}
.clear {
  clear: both;
}
/* dostępność */
.accessibility {
  border-top: 1px solid #039;
  padding: 30px 0;
  font-family: 'Lato', sans-serif;
}
.accessibility h3, .accessibility h4 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  padding-bottom: 0;
}
.accessibility h3 {
  font-size: 1.4em;
}
.accessibility h4 {
  font-size: 1.1em;
}
.accessibility p {
  margin-bottom: 0.7em;
  border-top: solid #999 1px;
  padding-top: .4em;
}
.accessibility p:first-child {
  border-top: none;
  padding-top: .2em;
}
.text_no {
  color: #C00;
  font-weight: 700;
}
.text_yes {
  color: #060;
  font-weight: 700;
}
/* header */
#logo img {}
@media (max-width: 1024px) {
  #logo p {
    font-size: 1.2em;
    width: auto;
    padding-top: 28px;
  }
}
.parallax {
  background-color: #fadc00;
  background-image: url(../img/2025_msr.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top {
  height: 30vw;
  min-height: 300px;
}
#top .heading h1 {
  color: #690000;
  padding-top: 11vh;
  font-size: 2em;
  line-height: 0.8;
}
@media (max-width: 768px) {
  #top .heading h1 {
    padding-top: 100px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
    font-size: 18pt;
  }
}
#nav {
  border-bottom: 1px solid #cecece;
}
#content {}
#content ul {
  list-style: disc;
  margin-left: 20px;
}
#content ul li {
  padding-bottom: 5px;
}
#content .container .row {
  margin-bottom: 4vh;
}
#content .container {
  padding-top: 5vh;
}
.stripes {
  background-image: repeating-linear-gradient(45deg, #fff, #fff 2px, #062135 2px, #062135 4px);
}
#contact .container {
  margin-top: 10vh !important;
}
#contact h4 {
  padding-bottom: 50px;
}
#contact p {
  padding-bottom: 14px;
}
.yt iframe {}
/*------------wrapper----------*/
.drawers-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.drawers {
  list-style: none !important;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.drawer-handle h2 {
  color: #d8006d;
  text-align: right;
}
.drawer-handle.open h2 {
  color: #999;
}
.drawer-inside {
  position: relative;
}
.drawer li {}
.drawer h1, .drawer h2 {
  cursor: pointer;
}
/* FOOTER */
footer {
  background-color: #4d0022;
  color: #FFF;
  padding: 3vh 2vh 2vh;
  min-height: 140px;
}
footer ul {
  padding-bottom: 20px;
}
footer h5 {
  color: #fb3d93;
  text-indent: -1.6em;
  margin-bottom: 50px;
  font-size: 2em;
}
footer .logo p {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  margin-left: -10px;
  padding-top: 26px;
  text-transform: uppercase;
  vertical-align: top;
  width: 50px;
}
@media (max-width: 1024px) {
  footer .logo p {
    font-size: 1.2em;
    width: auto;
    padding-top: 28px;
  }
}
.copyright {
  color: #999;
  font-size: 0.8em;
  letter-spacing: 0.4px;
}
.copyright a {
  color: #d57236;
}
@media (max-width: 1024px) {
  .copyright {
    letter-spacing: 0.4px;
    padding-top: 20px;
    text-align: left;
  }
}
footer li {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer li a {
  color: #fff;
}