article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
  max-width: 100%;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.animl {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  /* easeInOutQuint */
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 768px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
.hidescrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hidescrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.anim_shake {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.flexvc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flexsb {
  display: flex;
  justify-content: space-between;
}
.uc {
  text-transform: uppercase;
}
button {
  background: none;
  border: none;
  font: inherit;
  padding: 0;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt h1 {
  font-size: 2.5vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .stdtxt h1 {
    font-size: 0.9rem;
  }
}
.stdtxt h2 {
  font-size: 2.5vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .stdtxt h2 {
    font-size: 0.9rem;
  }
}
.stdtxt h3 {
  font-size: 1.25rem;
}
.stdtxt h4 {
  font-size: 1.25rem;
}
.stdtxt h5 {
  font-size: 1.25rem;
}
.stdtxt h6 {
  font-size: 1.25rem;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table,
.stdtxt .rameczka {
  margin-bottom: 1rem;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child,
.stdtxt .rameczka:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a,
.stdtxt .rameczka a {
  text-decoration: underline;
  text-decoration-color: gray;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover,
.stdtxt .rameczka a:hover {
  text-decoration-color: currentColor;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 0.7rem;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: 'helvetica neue', helvetica, sans-serif;
}
.font2 {
  font-family: serif;
}
html {
  height: 100%;
  font-size: 20px;
}
body {
  font-family: 'helvetica neue', helvetica, sans-serif;
  font-size: 2vw;
  letter-spacing: 0.02em;
  overflow-y: scroll;
  background-color: #b7dbbc;
  color: black;
}
@media (max-width: 767px) {
  body {
    font-size: 0.8rem;
  }
}
@media (max-width: 1023px) {
  body {
    background-image: url(https://konteksty.sokolowsko.org/2023/wp-content/themes/konteksty/img/ramka_pl_t.png), url(https://konteksty.sokolowsko.org/2023/wp-content/themes/konteksty/img/ramka_pl_b.png);
    background-blend-mode: multiply;
    background-size: 100% auto;
    background-position: center top, center bottom ;
    background-repeat: no-repeat;
  }
}
.ramka {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
}
@media (max-width: 1023px) {
  .ramka {
    display: none;
  }
}
.mainwrap {
  position: relative;
  padding: 10vw;
}
@media (max-width: 1023px) {
  .mainwrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.mainwrap__in {
  min-height: 90vh;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .mainwrap__in {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: scroll;
    padding: 1rem;
  }
}
.test2 .mainwrap__in {
  border: black solid 2px;
  background: white;
  color: black;
}
.modal-search {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  display: none;
}
.modal_open-search .modal-search {
  display: flex;
}
.modal-search > .in {
  text-align: right;
  width: 50%;
  font-size: 2.5vw;
  letter-spacing: 0.02em;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .modal-search > .in {
    font-size: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .modal-search > .in {
    width: 90%;
    font-size: 1rem;
  }
}
.modal-search button {
  font: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-search button.closeb {
  position: relative;
  top: -0.25rem;
  right: -1.5rem;
}
.modal-search form {
  position: relative;
  width: 100%;
}
.modal-search form input {
  display: block;
  width: 100%;
  border: black solid 1px;
  border-radius: 2rem;
  font: inherit;
  background: none;
  padding: 0.5rem 1rem;
}
.modal-search form input:focus {
  outline: none;
}
.modal-search form button {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.modal-search form button:focus {
  outline: none;
  opacity: 0.5;
}
.modal-search button {
  background: none;
  padding:  0;
  margin: 0;
  border: none;
}
.fs05 {
  font-size: 3.2vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .fs05 {
    font-size: 1rem;
  }
}
.fs1 {
  font-size: 2.5vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .fs1 {
    font-size: 0.9rem;
  }
}
.fs2 {
  font-size: 2vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .fs2 {
    font-size: 0.8rem;
  }
}
.fs3 {
  font-size: 1.25rem;
}
.fs4 {
  font-size: 1rem;
}
.fs5 {
  font-size: 0.8rem;
}
.fs6 {
  font-size: 0.7rem;
}
.block-mainmenu {
  font-size: 3.2vw;
  font-size: 2.5vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .block-mainmenu {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .block-mainmenu {
    font-size: 0.9rem;
  }
}
.block-mainmenu ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.block-mainmenu ul li {
  padding: 0;
}
@media (max-width: 1023px) {
  .block-mainmenu ul {
    display: block;
    font-size: 3.2vw;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .block-mainmenu ul {
    font-size: 1rem;
  }
}
.block-mainmenu ul > li.current-menu-parent ul,
.block-mainmenu ul > li.menu-item-23.current_page_item ul,
.block-mainmenu ul > li:hover ul {
  height: 4em;
}
.block-mainmenu ul > li.current-menu-item > a {
  text-decoration: underline;
}
.block-mainmenu ul ul {
  display: block;
  height: 0;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  max-width: 100%;
}
.block-mainmenu ul ul li {
  text-align: left !important;
}
.block-mainmenu a {
  display: block;
}
.block-mainmenu a:hover {
  text-decoration: underline;
}
.logo {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
}
.block-homelist {
  margin-top: 1em;
  display: flex;
  font-size: 2.5vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .block-homelist {
    font-size: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .block-homelist {
    display: block;
  }
}
.block-homelist h2 {
  font: inherit;
  opacity: 0.5;
  margin: 0;
}
.block-homelist .col {
  flex-basis: 50%;
}
.block-homelist .col a {
  display: block;
  border-radius: 0.5em;
}
.block-homelist .col a:hover {
  background: white;
  color: black;
}
.block-homelist .col.col2 {
  text-align: right;
}
@media (max-width: 1023px) {
  .block-homelist .col.col2 {
    text-align: left;
    margin-top: 2em;
  }
}
.block-homelist a:hover {
  text-decoration: underline;
}
.but {
  border: currentColor solid 2px;
  padding: 0.15em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
}
.but:hover {
  background: black;
  color: white;
}
.block-post {
  margin-top: 1em;
}
.page-id-16 .block-post {
  text-align: center;
}
.page-id-16 .block-post a {
  text-decoration: none !important;
  font-size: 3.2vw;
  letter-spacing: 0.02em;
  border: currentColor solid 2px;
  padding: 0.15em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .page-id-16 .block-post a {
    font-size: 1rem;
  }
}
.page-id-16 .block-post a:hover {
  background: black;
  color: white;
}
.block-post > header h1 {
  margin: 0em 0 0.5em;
  font: inherit;
  font-size: 3.2vw;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .block-post > header h1 {
    font-size: 1rem;
  }
}
.block-post .sidebar {
  float: right;
  width: 40%;
  clear: both;
}
.block-post .block-post__pix {
  float: right;
  width: 40%;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
  clear: both;
}
.block-post .block-post__pix:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
@media (max-width: 1023px) {
  .block-post .block-post__pix {
    width: 100%;
    float: none;
  }
}
.block-langmenu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.block-langmenu a {
  background: #80af30;
  color: black;
  font-size: 1rem;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-langmenu a:hover {
  background: black;
  color: #80af30;
}
.block-langmenu .active {
  display: none;
}
.block-related {
  margin-top: 2em;
}
.block-related > h2 {
  text-align: center;
  font: inherit;
  margin: 0;
  opacity: 0.5;
  margin-bottom: 1rem;
  font-size: 80%;
}
.block-postlist {
  display: flex;
  flex-wrap: wrap;
}
.block-postlist .block-postlink {
  flex-basis: 33.333%;
}
.block-postlist .block-postlink .nopix {
  background: currentColor;
  opacity: 0.1;
  height: 5em;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.block-postlist .block-postlink h2 {
  font: inherit;
  margin: 0;
}
.block-postlist .block-postlink img {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
  width: 100%;
  height: auto;
  display: block;
  transition: border-radius 0.8s;
}
.block-postlist .block-postlink:hover {
  opacity: 0.5;
}
.block-postlist .block-postlink:hover img {
  border-radius: 0 !important;
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.rameczka {
  margin-top: 1.5em;
}
.rameczka__in {
  font-size: 0.7rem;
}
.nextprev {
  opacity: 0.5;
}
.nextprev:hover {
  opacity: 1;
}
.block-nextprev {
  float: right;
  clear: both;
  margin: 1rem 0;
  font-size: 0.8rem;
}
.block-nextprev a {
  display: inline-block;
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  .block-nextprev {
    font-size: 0.7rem;
    margin: 1rem 0;
    display: flex;
    float: none;
  }
  .block-nextprev a {
    margin: 0;
    display: block;
    flex-basis: 50%;
  }
  .block-nextprev a:nth-child(2) {
    text-align: right;
  }
}
footer {
  margin-top: 4rem;
  font-size: 0.7rem;
  opacity: 0.7;
}
.block-program .day {
  border-bottom: currentColor solid 1px;
}
.block-program .fl {
  display: flex;
  font-size: 0.8rem;
}
@media (max-width: 1023px) {
  .block-program .fl {
    display: block;
  }
}
.block-program .fl .c1 {
  flex-basis: 50%;
  border-right: currentColor solid 1px;
}
@media (max-width: 1023px) {
  .block-program .fl .c1 {
    border: none;
  }
}
.block-program .fl .c2 {
  flex-basis: 25%;
  border-right: currentColor solid 1px;
}
@media (max-width: 1023px) {
  .block-program .fl .c2 {
    border: none;
  }
}
.block-program .fl .c3 {
  flex-basis: 25%;
}
.block-program .leg {
  margin-top: 1em;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 1em;
}
.block-program h1 {
  font: inherit;
  text-align: center;
}
.block-post_gallery_autosize {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0 !important;
  text-align: left;
}
.block-post_gallery_autosize a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
@media (max-width: 767px) {
  .block-post_gallery_autosize a {
    width: 100% !important;
    display: block;
  }
}
.block-post_gallery_autosize a .gallerypix {
  width: 100%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-post_gallery_autosize a .txt {
  font-size: 0.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  padding-right: 6px;
  text-align: left;
  line-height: 1.2;
  background: white;
  color: black;
  max-width: 80%;
}
.block_post_gallery_autosize + .block_post_gallery_autosize {
  margin-top: -20px;
}
