/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/fonts/slick.eot');
  src: url('https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/fonts/slick.woff') format('woff'), url('https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/fonts/slick.ttf') format('truetype'), url('https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img {
  border: 0;
}
.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 {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.animl {
  transition: all 0.25s;
}
.anim {
  transition: all 0.25s;
}
.anim_bounce {
  transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  -moz-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  /* Firefox 4 */
  -webkit-transition: all 0.25s cubic-bezier(0.28, 0.13, 0.15, 1);
  /* Safari and Chrome */
  -webkit-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  /* Safari and Chrome */
  -o-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  /* Opera */
  -ms-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
html {
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 1em 0;
}
h1 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 568px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4,
h5 {
  font-size: 24px;
}
.fs0 {
  font-size: 0;
}
.fs05 {
  font-size: 60px;
}
@media (max-width: 568px) {
  .fs05 {
    font-size: 28px !important;
  }
}
.fs1 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .fs1 {
    font-size: 42px;
  }
}
@media (max-width: 568px) {
  .fs1 {
    font-size: 30px;
  }
}
.fs15 {
  font-size: 32px;
}
.fs2 {
  font-size: 24px;
}
.fs3 {
  font-size: 20px;
}
.fs4 {
  font-size: 20px;
}
@media (max-width: 568px) {
  .fs4 {
    font-size: 16px;
  }
}
.fs45 {
  font-size: 16px;
}
.fs5 {
  font-size: 14px;
}
.fs6 {
  font-size: 12px;
}
hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1em 0;
}
.stdtxt {
  *zoom: 1;
  line-height: 1.45;
  line-height: 1.5;
}
.stdtxt:before,
.stdtxt:after {
  display: table;
  content: "";
}
.stdtxt:after {
  clear: both;
}
@media (max-width: 568px) {
  .stdtxt {
    line-height: 1.5;
  }
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table,
.stdtxt .stdcol,
.stdtxt .iframewrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.stdtxt h1:last-child,
.stdtxt h2:last-child,
.stdtxt h3:last-child,
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child,
.stdtxt .stdcol:last-child,
.stdtxt .iframewrapper:last-child {
  margin-bottom: 0;
}
.stdtxt h1 a,
.stdtxt h2 a,
.stdtxt h3 a,
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a,
.stdtxt .stdcol a,
.stdtxt .iframewrapper a {
  text-decoration: underline;
  text-decoration-color: #aaa;
}
.stdtxt h1 a:hover,
.stdtxt h2 a:hover,
.stdtxt h3 a:hover,
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover,
.stdtxt .stdcol a:hover,
.stdtxt .iframewrapper a:hover {
  text-decoration-color: #000;
}
.stdtxt blockquote {
  color: #000000;
}
.stdtxt blockquote strong,
.stdtxt blockquote b {
  font-weight: normal !important;
}
.stdtxt .iframewrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.stdtxt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.stdtxt .wp-caption {
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 2em;
  position: relative;
  width: 100% !important;
}
.stdtxt .wp-caption.alignleft,
.stdtxt .wp-caption.alignright {
  margin-top: 0;
}
.stdtxt .wp-caption img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100%;
  position: relative;
}
.stdtxt .wp-caption.alignnone {
  max-width: 760px;
}
.stdtxt .wp-caption.alignnone img {
  width: 100% !important;
}
.stdtxt .wp-caption.aligncenter {
  max-width: 760px;
}
.stdtxt .wp-caption.aligncenter img {
  width: 100% !important;
}
.stdtxt .wp-caption p {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  background: white;
  color: black;
  font-size: 10px;
  border: currentColor solid 1px;
  border-radius: 30px;
  padding: 5px 20px;
}
@media (max-width: 568px) {
  .stdtxt .wp-caption p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .stdtxt .wp-caption p {
    position: static;
  }
}
.stdtxt .alignleft,
.stdtxt h4 {
  text-transform: uppercase;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  max-width: 400px !important;
  clear: left;
  margin-left: 4rem;
  font-size: 12px;
}
@media (max-width: 568px) {
  .stdtxt .alignleft,
  .stdtxt h4 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
}
.stdtxt .alignright,
.stdtxt h5 {
  text-transform: uppercase;
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
  max-width: 400px !important;
  margin-right: 4rem;
  font-size: 12px;
}
@media (max-width: 568px) {
  .stdtxt .alignright,
  .stdtxt h5 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
}
.stdtxt h4,
.stdtxt h5 {
  margin-top: 0;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
  transition: all 0.25s;
}
.stdtxt img.alignnone {
  max-width: none !important;
  width: 120%;
  margin-left: -10%;
}
.stdtxt a:hover img {
  outline: rgba(0, 0, 0, 0.1) solid 1px;
}
.stdtxt sup {
  line-height: 0;
}
.customcolor {
  color: #000000;
}
.custombg {
  background-color: #000000;
  color: white;
}
.break_out {
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 1023px) {
  .break_out {
    margin: 0;
  }
}
.fs5vw {
  font-size: 5vw;
}
@media (max-width: 1023px) {
  .fs5vw {
    font-size: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 568px) {
  .fs5vw {
    font-size: 28px !important;
  }
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.imagecaption {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  background: white;
  color: black;
  font-size: 10px;
  border: currentColor solid 1px;
  border-radius: 30px;
  padding: 5px 20px;
}
@media (max-width: 568px) {
  .imagecaption {
    text-align: center;
    width: 100%;
  }
}
.imagecaption_img {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  background: white;
  color: black;
  font-size: 10px;
  border: currentColor solid 1px;
  border-radius: 30px;
  padding: 5px 20px;
  position: static;
  font-size: 12px;
  max-width: 100%;
}
@media (max-width: 568px) {
  .imagecaption_img {
    text-align: center;
    width: 100%;
  }
}
.rad {
  border-radius: 5px;
}
.font1 {
  font-family: serif;
}
.font2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.imgfull {
  display: block;
  width: 100%;
  height: auto;
}
html {
  height: 100%;
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  background: white;
  color: black;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 568px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  body {
    overflow-x: hidden;
    font-size: 14px;
  }
}
.fs {
  font-size: 20px;
}
@media (max-width: 568px) {
  .fs {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .fs {
    font-size: 14px;
  }
}
#outwrap {
  position: relative;
}
#search_modal {
  text-align: center;
  color: white;
  height: 100vh;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  background: linear-gradient(180deg, rgba(0, 255, 0, 0) 0%, #ff0000 50%, rgba(0, 0, 255, 0) 100%);
  z-index: 2;
}
#search_modal.open {
  display: block;
}
#search_modal .in {
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #search_modal .in {
    padding: 5px;
  }
}
#search_modal .closebutton_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1023px) {
  #search_modal .closebutton_wrap .mainwrap {
    padding: 0 5px;
    max-width: 100%;
  }
}
#search_modal .closebutton {
  margin-top: 10px;
  float: right;
  margin-right: 5px;
  background: #000000;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#search_modal .closebutton:hover {
  background: black;
}
#search_modal form {
  font-size: 50px;
  pointer-events: initial;
}
@media (max-width: 1200px) {
  #search_modal form {
    font-size: 42px;
  }
}
@media (max-width: 568px) {
  #search_modal form {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  #search_modal form {
    font-size: 20px;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  #search_modal form {
    font-size: 16px;
  }
}
#search_modal form input,
#search_modal form button {
  font-family: inherit;
  font-size: inherit;
  transition: all 0.25s;
  color: white;
  background: none;
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  border-radius: 40px;
  border: black solid 1px;
}
#search_modal form input:focus,
#search_modal form button:focus {
  outline: none;
}
@media (max-width: 568px) {
  #search_modal form input {
    width: 200px;
  }
}
#search_modal form button {
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  margin-left: 5px;
}
#search_modal form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
#search_modal form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
#search_modal form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#search_modal form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#search_modal form input {
  background: #000000;
  border: none;
  padding: 10px 20px;
  margin-right: 5px;
}
#search_modal form input:focus {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
}
.mainwrap {
  position: relative;
  margin: 0 auto;
  padding: 0 65px;
  max-width: 1600px;
}
@media (max-width: 1023px) {
  .mainwrap {
    padding: 0 20px;
  }
}
@media (max-width: 568px) {
  .mainwrap {
    padding: 0 20px;
  }
}
.mobile_menu_open #topmenu_mobile_button {
  background: black !important;
}
.mobile_menu_open #topmenu_mobile_button .closed {
  display: none;
}
.mobile_menu_open #topmenu_mobile_button .open {
  display: inline;
}
@media (max-width: 1023px) {
  .mobile_menu_open #topmenu_mobile {
    display: block;
  }
}
#topmenu_mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.25s;
  background: #000000;
  border: #ffffff solid 10px;
  border-top: none;
  color: white;
  font-size: 20px;
  z-index: 99999;
  padding-top: 50px;
}
#topmenu_mobile .in {
  transition: all 0.4s;
  transform: rotate(0deg) scale(4.1);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#topmenu_mobile .in .inin {
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
}
#topmenu_mobile ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
#topmenu_mobile ul li {
  padding: 0;
}
#topmenu_mobile ul li {
  margin: 5px 0;
}
#topmenu_mobile ul li a {
  display: block;
}
#topmenu_mobile ul.u4 {
  margin-top: 1em;
  font-size: 24px;
  transition: all 0.25s;
  transition-delay: 0.5s;
  opacity: 0;
}
#topmenu_mobile ul.u4 li {
  display: inline-block;
  position: relative;
}
#topmenu_mobile ul.u4 span.text {
  font-size: 10px !important;
  vertical-align: top;
  background: black;
  color: #000000;
  font-weight: normal;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: -5px;
}
#topmenu_mobile.open .in {
  transform: rotate(0deg) scale(1);
}
#topmenu_mobile.open ul.u4 {
  opacity: 1;
}
#topbar_placeholder {
  height: 245px;
}
@media (max-width: 1023px) {
  #topbar_placeholder {
    display: none;
  }
}
#topbar_fg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 120px;
  font-size: 0;
  text-align: center;
  transition: transform 0.5s;
}
#topbar_fg.shifted {
  transform: translate(-40%, 0);
}
@media (max-width: 1280px) {
  #topbar_fg.shifted {
    transform: translate(-20%, 0);
  }
}
@media (max-width: 1023px) {
  #topbar_fg {
    display: none;
  }
}
#topbar_fg .slogan {
  font-size: 20px;
  text-align: left;
  display: inline-block;
  max-width: 60%;
  background: white;
  padding-top: 14px;
}
#topbar_fg ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  transition: all 0.25s;
}
#topbar_fg ul li {
  padding: 0;
}
#topbar_fg ul li {
  display: inline-block;
}
#topbar_fg ul li.colored {
  color: #000000;
}
#topbar_fg ul li.colored a:after {
  background: #000000;
}
#topbar_fg ul li a {
  display: block;
  position: relative;
  margin: 10px 10px;
  font-size: 24px;
}
#topbar_fg ul li a span.text {
  font-size: 14px;
  vertical-align: top;
  background: #000000;
  color: white;
  font-weight: normal;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: -10px;
  transition: all 0.25s;
  transition-duration: 0.5s;
}
#topbar_fg ul li a:after {
  position: absolute;
  content: ' ';
  font-size: 0;
  right: 0;
  bottom: -13px;
  width: 0;
  height: 5px;
  transition: all 0.25s;
  opacity: 0;
  background: black;
  cursor: pointer;
}
#topbar_fg ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
#topbar_fg li.newsletter-inline {
  width: 0;
  overflow: hidden;
  transition: all 0.25s;
  transition-duration: 0.5s;
  white-space: nowrap;
}
#topbar_fg li.newsletter-inline.open {
  width: 240px;
}
#topbar_fg li.newsletter-inline form input[type="email"] {
  width: 120px;
  border: transparent solid 1px;
  border-bottom: #000000 solid 1px;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  background: none;
  margin-right: 10px;
  padding: 2px 5px;
}
#topbar_fg li.newsletter-inline form input[type="email"]:focus {
  border-bottom: black solid 1px;
  outline: none;
}
#topbar_fg li.newsletter-inline form input[type="submit"] {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  background: none;
  border: #000000 solid 1px;
  padding: 2px 5px;
  cursor: pointer;
  background: #000000;
  color: white;
  transition: all 0.25s;
}
#topbar_fg li.newsletter-inline form input[type="submit"]:hover {
  background: black;
  border-color: black;
}
@media (max-width: 1280px) {
  #topbar_fg li.newsletter-toggle.open span.text {
    opacity: 0;
  }
}
.postlink {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .postlink {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .postlink {
    font-size: 14px;
  }
}
.postlink:hover .pix {
  opacity: 0.5;
}
.postlink:hover .rr {
  filter: invert(100%);
}
.postlink .pix {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.postlink .pix.bgcontain {
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.postlink .pix .pixtxt {
  font-size: 16px;
  background: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  line-height: 1.2;
}
.postlink .pix .bg {
  transition: all 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: transparent solid 3px;
}
.postlink .txt {
  padding: 0 3rem;
  padding-top: 16px;
}
.postlink .cat {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.postlink h2.tyt {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .postlink h2.tyt {
    hyphens: auto;
  }
}
.block_home_heroestxt {
  padding-bottom: 40px;
  font-size: 0;
}
.block_home_heroestxt .col {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
@media (max-width: 568px) {
  .block_home_heroestxt .col {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .block_home_heroestxt .col {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .block_home_heroestxt .col {
    width: 50%;
  }
}
.sectionheader {
  text-align: center;
  margin: 40px 0;
  font-size: 5vw;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .sectionheader {
    font-size: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 568px) {
  .sectionheader {
    font-size: 28px !important;
  }
}
.block-postheader {
  position: relative;
}
.page .block-postheader {
  text-align: center;
}
.block-postheader .layer_fg {
  position: relative;
}
.block-postheader .pixheader {
  position: relative;
}
.block-postheader .pixheader img {
  position: relative;
  padding: 0 8rem;
  width: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 1023px) {
  .block-postheader .pixheader img {
    padding: 0;
  }
}
.block-postheader .pixheader .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
@media (max-width: 1023px) {
  .block-postheader .pixheader .fg {
    position: static;
  }
}
.block-postheader .pixheader .fg.static {
  position: static;
}
.block-postheader .pixheader .mainwrap {
  position: relative;
}
.block-postheader .pixheader .meta {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 1023px) {
  .block-postheader .pixheader .meta {
    margin-bottom: 0.5rem;
  }
}
.block-postheader .pixheader .meta .item {
  text-transform: uppercase;
  border-radius: 2em;
  line-height: 1;
  background: white;
  color: black;
  padding: 0.5em 2em;
  display: inline-block;
}
.block-postheader .pixheader .meta .item.with-border {
  border: currentColor solid 1px;
}
.block-postheader .pixheader .meta .item.mod-narrowpad {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.block-postheader .pixheader .meta .item[href]:hover {
  filter: invert(100%);
}
.block-postheader .pixheader .meta .item.with-border[href]:hover {
  filter: invert(100%);
  border-color: white;
}
.block-postheader .pixheader .meta .item.issuenr[href]:hover {
  color: white;
}
.block-postheader .pixheader .meta .item.low {
  min-height: 0;
  line-height: 1;
  padding: 0 0.5em;
}
.block-postheader .pixheader .meta .item.midlow {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.block-postheader .pixheader .meta a.item {
  filter: invert(100%);
}
.block-postheader .pixheader .meta a.item:hover {
  filter: none !important;
}
.block-postheader .pixheader .label a.with-rot {
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0%);
}
@media (max-width: 1023px) {
  .block-postheader .pixheader .label a.with-rot {
    transform: none;
    margin-top: -6px;
  }
}
.block-postheader h1 {
  margin: 0;
  font-size: 5vw;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  margin-top: 1em;
}
@media (max-width: 1023px) {
  .block-postheader h1 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 568px) {
  .block-postheader h1 {
    font-size: 28px !important;
  }
}
.block-postheader h1.with-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1023px) {
  .block-postheader h1 {
    text-shadow: none;
    -webkit-text-stroke-width: 0;
    -webkit-text-fill-color: black;
    color: black;
  }
}
.post_main .maincontent {
  *zoom: 1;
  line-height: 1.45;
  line-height: 1.5;
  margin: 80px 0;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
.post_main .maincontent:before,
.post_main .maincontent:after {
  display: table;
  content: "";
}
.post_main .maincontent:after {
  clear: both;
}
@media (max-width: 568px) {
  .post_main .maincontent {
    line-height: 1.5;
  }
}
.post_main .maincontent table {
  border-collapse: collapse;
}
.post_main .maincontent table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.post_main .maincontent h1,
.post_main .maincontent h2,
.post_main .maincontent h3,
.post_main .maincontent p,
.post_main .maincontent blockquote,
.post_main .maincontent ul,
.post_main .maincontent ol,
.post_main .maincontent table,
.post_main .maincontent .stdcol,
.post_main .maincontent .iframewrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.post_main .maincontent h1:last-child,
.post_main .maincontent h2:last-child,
.post_main .maincontent h3:last-child,
.post_main .maincontent p:last-child,
.post_main .maincontent blockquote:last-child,
.post_main .maincontent ul:last-child,
.post_main .maincontent ol:last-child,
.post_main .maincontent table:last-child,
.post_main .maincontent .stdcol:last-child,
.post_main .maincontent .iframewrapper:last-child {
  margin-bottom: 0;
}
.post_main .maincontent h1 a,
.post_main .maincontent h2 a,
.post_main .maincontent h3 a,
.post_main .maincontent p a,
.post_main .maincontent blockquote a,
.post_main .maincontent ul a,
.post_main .maincontent ol a,
.post_main .maincontent table a,
.post_main .maincontent .stdcol a,
.post_main .maincontent .iframewrapper a {
  text-decoration: underline;
  text-decoration-color: #aaa;
}
.post_main .maincontent h1 a:hover,
.post_main .maincontent h2 a:hover,
.post_main .maincontent h3 a:hover,
.post_main .maincontent p a:hover,
.post_main .maincontent blockquote a:hover,
.post_main .maincontent ul a:hover,
.post_main .maincontent ol a:hover,
.post_main .maincontent table a:hover,
.post_main .maincontent .stdcol a:hover,
.post_main .maincontent .iframewrapper a:hover {
  text-decoration-color: #000;
}
.post_main .maincontent blockquote {
  color: #000000;
}
.post_main .maincontent blockquote strong,
.post_main .maincontent blockquote b {
  font-weight: normal !important;
}
.post_main .maincontent .iframewrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.post_main .maincontent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.post_main .maincontent .wp-caption {
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 2em;
  position: relative;
  width: 100% !important;
}
.post_main .maincontent .wp-caption.alignleft,
.post_main .maincontent .wp-caption.alignright {
  margin-top: 0;
}
.post_main .maincontent .wp-caption img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.post_main .maincontent .wp-caption a {
  display: block;
  width: 100%;
  position: relative;
}
.post_main .maincontent .wp-caption.alignnone {
  max-width: 760px;
}
.post_main .maincontent .wp-caption.alignnone img {
  width: 100% !important;
}
.post_main .maincontent .wp-caption.aligncenter {
  max-width: 760px;
}
.post_main .maincontent .wp-caption.aligncenter img {
  width: 100% !important;
}
.post_main .maincontent .wp-caption p {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  background: white;
  color: black;
  font-size: 10px;
  border: currentColor solid 1px;
  border-radius: 30px;
  padding: 5px 20px;
}
@media (max-width: 568px) {
  .post_main .maincontent .wp-caption p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .post_main .maincontent .wp-caption p {
    position: static;
  }
}
.post_main .maincontent .alignleft,
.post_main .maincontent h4 {
  text-transform: uppercase;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  max-width: 400px !important;
  clear: left;
  margin-left: 4rem;
  font-size: 12px;
}
@media (max-width: 568px) {
  .post_main .maincontent .alignleft,
  .post_main .maincontent h4 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
}
.post_main .maincontent .alignright,
.post_main .maincontent h5 {
  text-transform: uppercase;
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
  max-width: 400px !important;
  margin-right: 4rem;
  font-size: 12px;
}
@media (max-width: 568px) {
  .post_main .maincontent .alignright,
  .post_main .maincontent h5 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
}
.post_main .maincontent h4,
.post_main .maincontent h5 {
  margin-top: 0;
}
.post_main .maincontent img {
  max-width: 100% !important;
  height: auto;
  transition: all 0.25s;
}
.post_main .maincontent img.alignnone {
  max-width: none !important;
  width: 120%;
  margin-left: -10%;
}
.post_main .maincontent a:hover img {
  outline: rgba(0, 0, 0, 0.1) solid 1px;
}
.post_main .maincontent sup {
  line-height: 0;
}
@media (max-width: 1023px) {
  .post_main .maincontent {
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    padding: 0 65px;
    max-width: 1600px;
  }
}
@media (max-width: 1023px) and (max-width: 568px) {
  .post_main .maincontent {
    font-size: 16px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .post_main .maincontent {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) and (max-width: 568px) {
  .post_main .maincontent {
    padding: 0 20px;
  }
}
.post_main .maincontent .lead {
  font-size: 24px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .post_main .maincontent .lead {
    font-size: 20px;
    font-weight: bold;
  }
}
@media (max-width: 768px) and (max-width: 568px) {
  .post_main .maincontent .lead {
    font-size: 16px;
  }
}
.post_main .maincontent .bgpixreplacement {
  width: 100%;
  height: 500px;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.post_main .maincontent .wp-caption.replaced p {
  text-align: center !important;
}
.post_main .maincontent .autor_footer {
  color: #aaaaaa;
}
.post_main .post_tags {
  padding: 0 5px;
  padding-bottom: 40px;
  text-align: center;
}
.post_main .post_tags a {
  display: inline-block;
  padding: 5px 0.5em;
}
.post_main .post_tags a:hover {
  text-decoration: underline;
}
.block_wmagazynie {
  font-size: 14px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .block_wmagazynie {
    padding-top: 40px;
  }
}
.block_wmagazynie.withpad {
  padding-bottom: 80px;
}
.block_wmagazynie .txt1 {
  padding-top: 10px;
}
.block_wmagazynie .pixwrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.block_wmagazynie .pixwrap img {
  display: block;
  width: 100%;
  height: auto;
}
.block_wmagazynie .kup {
  background: #000000;
  position: absolute;
  right: -23px;
  top: -18px;
  width: 46px;
  height: 46px;
  font-family: serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
  color: white;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: all 0.25s;
  -webkit-font-smoothing: antialiased;
}
.block_wmagazynie .kup:hover {
  transform: scale(3) rotate(-25deg);
}
.block_social_plugins {
  font-size: 0;
  position: relative;
}
.block_social_plugins .item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.block_social_plugins .item.item2 {
  margin-left: 10px;
}
.block_social_plugins .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  display: none;
}
.block_social_plugins:hover .item {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.block_social_plugins:hover .overlay {
  display: none;
}
.block_related_articles {
  font-size: 0;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 1023px) {
  .block_related_articles {
    padding: 0;
  }
}
.block_related_articles .col {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 568px) {
  .block_related_articles .col {
    width: 100%;
  }
}
#titlebar_mobile {
  display: none;
}
body.home #titlebar_mobile {
  height: 280px;
  position: relative;
  font-size: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  body.home #titlebar_mobile {
    display: block;
  }
}
body.home #titlebar_mobile .l {
  position: absolute;
  width: 100%;
  top: 100px;
}
body.home #titlebar_mobile .l1 {
  padding: 0 10px;
}
body.home #titlebar_mobile .l1 img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 568px) {
  body.home #titlebar_mobile .l1 img {
    max-width: 240px;
  }
}
body.home #titlebar_mobile .l0 {
  margin-top: 10px;
  text-align: right;
}
body.home #titlebar_mobile .l0 .datownik {
  color: #000000;
  font-size: 68px;
}
@media (max-width: 568px) {
  body.home #titlebar_mobile .l0 .datownik {
    font-size: 48px;
    margin-top: 10px;
  }
}
.block_reklama_top {
  background: black;
  text-align: center;
  overflow-y: hidden;
}
.block_reklama_top img {
  vertical-align: top;
  width: 100%;
  max-width: 970px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .block_reklama_top {
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .block_reklama_top img {
    max-width: 100%;
  }
}
.block_post_gallery_autosize {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
  margin-left: 8rem;
  margin-right: 8rem;
}
@media (max-width: 1023px) {
  .block_post_gallery_autosize {
    margin-left: 0;
    margin-right: 0;
  }
}
.block_post_gallery_autosize a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px;
}
@media (max-width: 768px) {
  .block_post_gallery_autosize a {
    margin-left: -5px;
    margin-right: -5px;
    width: 100% !important;
    display: block;
  }
}
.block_post_gallery_autosize a .pix {
  border-radius: 30px;
  width: 100%;
  height: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block_post_gallery_autosize a img.mobile {
  border-radius: 30px;
  display: none;
}
.block_post_gallery_autosize a .txt {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  background: white;
  color: black;
  font-size: 10px;
  border: currentColor solid 1px;
  border-radius: 30px;
  padding: 5px 20px;
}
@media (max-width: 568px) {
  .block_post_gallery_autosize a .txt {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .block_post_gallery_autosize a .pix {
    padding: 0 !important;
    height: auto !important;
    background-image: none !important;
  }
  .block_post_gallery_autosize a img.mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .block_post_gallery_autosize a .txt {
    position: static;
  }
}
.block_post_gallery_autosize + .block_post_gallery_autosize {
  margin-top: -40px;
}
.search_results {
  padding-bottom: 120px;
}
.search_results h3 {
  color: #000000;
}
.search_results a {
  display: block;
}
.search_results a:hover h3 {
  text-decoration: underline;
}
@keyframes infinitethrobber {
  0% {
    width: 0%;
    background-color: #000000;
  }
  100% {
    width: 100%;
    background-color: white;
  }
}
#infinite_loader_throbber {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  pointer-events: none;
  z-index: 100000;
}
#infinite_loader_throbber .in {
  animation-name: infinitethrobber;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  height: 3px;
}
.page_main {
  padding-bottom: 120px;
}
.page_main .tagcloud {
  column-count: 3;
  column-gap: 40px;
}
@media (max-width: 768px) {
  .page_main .tagcloud {
    column-count: 1;
  }
}
.page_main .tagcloud a:hover {
  color: #000000;
}
.blueimp-gallery > .title {
  font-size: 16px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1023px) {
  .blueimp-gallery > .title {
    font-size: 11px !important;
  }
}
.blueimp-gallery .play-pause {
  display: none !important;
}
@media (max-width: 1023px) {
  .blueimp-gallery .prev,
  .blueimp-gallery .next,
  .blueimp-gallery .indicator {
    display: none !important;
  }
}
.page_main {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.page_main .stdtxt h1,
.page_main .stdtxt h2,
.page_main .stdtxt h3,
.page_main .stdtxt h4,
.page_main .stdtxt h5 {
  padding-left: 0;
}
@media (min-width: 769px) {
  .tmpl_royalad_wrap .desktop {
    display: block;
  }
  .tmpl_royalad_wrap .mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .tmpl_royalad_wrap .desktop {
    display: none;
  }
  .tmpl_royalad_wrap .mobile {
    display: block;
  }
}
#newsletter_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100005;
}
#newsletter_modal .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.25s;
  transition-duration: 0.5s;
}
#newsletter_modal .fg {
  transform: scale(0) rotate(2000deg);
}
#newsletter_modal.open .fg {
  transform: none;
}
#newsletter_modal.open .bg {
  opacity: 1;
}
#newsletter_modal .fg {
  transition: all 0.25s;
  transition-duration: 0.8s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  background: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 10px 10px 0 #000000;
  width: 640px;
  height: 360px;
  margin-left: -320px;
  margin-top: -180px;
  font-size: 24px;
}
@media (max-width: 768px) {
  #newsletter_modal .fg {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    font-size: 12px !important;
  }
  #newsletter_modal .fg h3 {
    font-size: 24px !important;
  }
  #newsletter_modal .fg h4 {
    font-size: 14px !important;
  }
  #newsletter_modal .fg input[type="email"] {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#newsletter_modal .fg:hover {
  box-shadow: 15px 15px 0 #000000;
}
#newsletter_modal .fg h3,
#newsletter_modal .fg h4 {
  text-align: center;
  margin: 0;
}
#newsletter_modal .fg h3 {
  font-size: 200%;
}
#newsletter_modal .fg h4 {
  padding-bottom: 2em;
}
#newsletter_modal form {
  display: inline-block;
}
#newsletter_modal input {
  background: none;
  border: none;
  padding: 5px 10px;
  margin: 0;
  line-height: 1;
  font: inherit;
}
#newsletter_modal input[type="email"] {
  border: transparent solid 1px;
  border-bottom: #000000 solid 1px;
  transition: all 0.25s;
}
#newsletter_modal input[type="email"]:focus {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  outline: none;
}
#newsletter_modal input[type="submit"] {
  background: white;
  margin-left: 1em;
  border: #000000 solid 1px;
  font-weight: normal;
  cursor: pointer;
  color: #000000;
}
#newsletter_modal input[type="submit"]:hover {
  background: #000000;
  color: white;
}
#newsletter_modal .closebutton_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
#newsletter_modal .closebutton {
  background: #000000;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#newsletter_modal .closebutton:hover {
  background: black;
}
.block-newsletter_banner_wrap {
  background: #000000;
  padding: 60px 0;
}
.block-newsletter_banner_wrap h2 {
  color: white !important;
}
.block-newsletter_banner_wrap h2 span {
  color: white !important;
}
.block-newsletter_banner {
  color: white;
}
.block-newsletter_banner form {
  display: inline-block;
}
.block-newsletter_banner input {
  background: none;
  border: none;
  padding: 5px 10px;
  margin: 0;
  line-height: 1;
  font: inherit;
}
.block-newsletter_banner .txt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media (max-width: 568px) {
  .block-newsletter_banner .txt {
    font-size: 16px;
  }
}
.block-newsletter_banner .fg {
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.block-newsletter_banner input[type="email"] {
  border: transparent solid 4px;
  border-left: none;
  border-right: none;
  border-bottom: white solid 4px;
  transition: all 0.25s;
  color: white;
  width: 80%;
}
@media (max-width: 1023px) {
  .block-newsletter_banner input[type="email"] {
    width: 50%;
  }
}
.block-newsletter_banner input[type="email"]:focus {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  outline: none;
}
.block-newsletter_banner input[type="submit"] {
  background: white;
  margin-left: 1em;
  border: white solid 4px;
  font-weight: normal;
  cursor: pointer;
  color: #000000;
  transition: all 0.25s;
}
.block-newsletter_banner input[type="submit"]:hover {
  background: black;
  color: white;
  border-color: black;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
.block-blokmapa {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .block-blokmapa {
    display: block;
  }
}
.block-blokmapa .closebutton_wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 1023px) {
  .block-blokmapa .closebutton_wrap .mainwrap {
    padding: 0 5px;
    max-width: 100%;
  }
}
.block-blokmapa .closebutton_wrap .closebutton {
  margin-top: 10px;
  float: right;
  margin-right: 5px;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: black;
}
.block-blokmapa .closebutton_wrap .closebutton:hover {
  background: #000000;
}
.block-blokmapa .mapwrap {
  width: 62%;
}
.block-blokmapa .mapwrap .mapwrapin {
  position: fixed;
}
@media (max-width: 1023px) {
  .block-blokmapa .mapwrap .mapwrapin {
    position: static;
  }
}
@media (max-width: 1023px) {
  .block-blokmapa .mapwrap {
    width: 100%;
  }
}
.block-blokmapa .acf-map {
  opacity: 0;
  width: 100%;
  min-height: 240px;
  height: 100vh;
  border: none;
  transition: all 0.25s;
  color: black;
  background: white;
}
.block-blokmapa .acf-map img {
  max-width: inherit !important;
}
.block-blokmapa .acf-map .marker .title {
  font-weight: bold;
}
.block-blokmapa .lista {
  width: 38%;
}
@media (max-width: 1023px) {
  .block-blokmapa .lista {
    width: 100%;
  }
}
.block-blokmapa .lista .marker {
  transition: all 0.25s;
  padding: 5px 50px;
  cursor: pointer;
  font-size: 14px;
}
.block-blokmapa .lista .marker.but-resetmap {
  color: #000000;
}
.block-blokmapa .lista .marker.nopadb {
  padding-bottom: 0;
}
.block-blokmapa .lista .marker:first-child {
  padding-top: 50px;
}
.block-blokmapa .lista .marker:last-child {
  padding-bottom: 35px;
}
.block-blokmapa .lista .marker .title {
  font-size: 14px;
  font-weight: normal;
  transition: all 0.25s;
}
.block-blokmapa .lista .marker:hover .title {
  color: #999;
}
.block-blokmapa .lista .marker.hilite .title {
  text-decoration: underline;
}
.block-kraje {
  margin-top: -30px;
  margin-right: -2px;
  text-align: center;
  font-size: 0;
  /*margin-bottom: 80px; */
  /*margin-left: 2px; */
}
@media (max-width: 1280px) {
  .block-kraje {
    padding-left: 5px;
    padding-right: 3px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .block-kraje {
    margin-right: 0;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 3px;
  }
}
.block-kraje .item2 {
  border: #000000 solid 2px;
  width: 12.5%;
  height: 160px;
  vertical-align: middle;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  margin-top: -2px;
  display: none;
}
@media (max-width: 1280px) {
  .block-kraje .item2 {
    width: 25%;
  }
}
@media (max-width: 568px) {
  .block-kraje .item2 {
    width: 50%;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .block-kraje .item2:nth-child(5),
  .block-kraje .item2:nth-child(6),
  .block-kraje .item2:nth-child(7),
  .block-kraje .item2:nth-child(8) {
    display: none !important;
  }
}
.block-kraje .item2:nth-child(1),
.block-kraje .item2:nth-child(2),
.block-kraje .item2:nth-child(3),
.block-kraje .item2:nth-child(4),
.block-kraje .item2:nth-child(5),
.block-kraje .item2:nth-child(6),
.block-kraje .item2:nth-child(7),
.block-kraje .item2:nth-child(8) {
  display: inline-block;
}
.block-kraje .item2 .countrylink {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #000000;
  /*.animl; */
  display: inline;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
}
@media (max-width: 1023px) {
  .block-kraje .item2 .countrylink {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .block-kraje .item2 .countrylink {
    padding: 20px;
  }
}
.block-kraje .item2 .countrylink svg {
  width: 100%;
  height: 100%;
  max-width: 120px;
}
.block-kraje .item2 .countrylink svg * {
  fill: #000000;
  stroke: transparent;
  /*.animl; */
}
.block-kraje .item2 .countrylink:hover {
  background: #000000;
  color: black;
}
.block-kraje .item2 .countrylink:hover svg * {
  fill: black;
}
.block-kraje .fg {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  /*.animl; */
  text-align: left;
}
.block-kraje .fg .sm {
  display: inline-block;
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0%);
  font-size: 20px;
  line-height: 1;
  text-align: right;
}
@media (max-width: 568px) {
  .block-kraje .fg .sm {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .block-kraje .fg .sm {
    font-size: 14px;
  }
}
.block-kraje .fg2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  /*.animl; */
  text-align: right;
}
.block-kraje .fg2 .sm {
  display: inline-block;
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0%);
  font-size: 20px;
  line-height: 1;
  text-align: right;
}
@media (max-width: 568px) {
  .block-kraje .fg2 .sm {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .block-kraje .fg2 .sm {
    font-size: 14px;
  }
}
.block-pix_info {
  margin: 1rem 0;
}
.block-pix_info img {
  max-width: 100%;
  display: block;
  height: auto;
}
.block-pix_info .pix_info_txt {
  font-size: 12px;
}
.mod-invert {
  filter: invert(100%);
}
.block-issue {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 15rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .block-issue {
    padding-top: 0;
  }
}
.block-issue .l05 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.block-issue .l05 .in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: normal;
  line-height: 1;
  -webkit-text-stroke: 1px #00ff00;
  text-stroke: 1px #00ff00;
  mask-size: contain;
  color: transparent;
}
@media (max-width: 1023px) {
  .block-issue .l05 .in {
    font-size: 40px;
  }
}
.block-issue .l1 {
  position: relative;
  text-align: center;
}
.block-issue .l1 h2 {
  font-size: 60px;
}
@media (max-width: 568px) {
  .block-issue .l1 h2 {
    font-size: 28px !important;
  }
}
.block-issue.even h2 a {
  background: black;
  background: linear-gradient(180deg, rgba(0, 255, 0, 0) 0%, #ff0000 50%, rgba(0, 0, 255, 0) 100%);
}
.block-issue.odd h2 a {
  background: black;
  background: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, #00ff00 50%, rgba(0, 255, 255, 0) 100%);
}
.block-issue .minipix {
  height: 2em;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
}
.block-issue .description {
  font-size: 20px;
  text-align: center;
  margin: 2rem 0;
  max-width: 50%;
}
@media (max-width: 568px) {
  .block-issue .description {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .block-issue .description {
    max-width: 100%;
  }
}
.block-site_bg {
  background-image: url(https://miejsce.asp.waw.pl/wordpress/wp-content/themes/miejsce_2020_szotabiz/img/miejscev.svg);
  width: 2rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-color: black;
  z-index: 1000;
  display: none;
}
@media (max-width: 1023px) {
  .block-site_bg {
    display: none !important;
  }
}
.block-site_bg.mod-r {
  right: 0;
  left: auto;
}
.rr {
  text-transform: uppercase;
  border-radius: 2em;
  line-height: 1;
  background: white;
  color: black;
  padding: 0.5em 2em;
  display: inline-block;
}
.rr.with-border {
  border: currentColor solid 1px;
}
.rr.mod-narrowpad {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.rr[href]:hover {
  filter: invert(100%);
}
.rr.with-border[href]:hover {
  filter: invert(100%);
  border-color: white;
}
.rr.issuenr[href]:hover {
  color: white;
}
.rr.low {
  min-height: 0;
  line-height: 1;
  padding: 0 0.5em;
}
.rr.midlow {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.rrr {
  text-transform: uppercase;
  border-radius: 2em;
  line-height: 1;
  background: white;
  color: black;
  min-width: 2em;
  text-align: center;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative;
}
.rrr.with-border {
  border: currentColor solid 1px;
}
.rrr.with-pad {
  padding: 0 5px;
}
.block-postrow {
  display: flex;
  align-items: flex-end;
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  .block-postrow {
    flex-wrap: wrap;
  }
}
.block-postrow .c1 {
  margin-right: 1rem;
}
.block-postrow .c2 {
  text-align: right;
  flex-grow: 2;
}
.block-postrow .layercake {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}
.block-postrow .layercake a {
  display: block;
  text-align: center;
  margin: 2px 0;
}
.block-postrow .titlerow {
  display: inline-flex;
  justify-content: flex-end;
  max-width: 50vw;
}
@media (max-width: 1023px) {
  .block-postrow .titlerow {
    max-width: 100%;
  }
}
.block-postrow .meta {
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .block-postrow .meta {
    font-size: 12px;
  }
}
.block-postrow .meta .rr {
  filter: invert(100%);
}
.block-postrow .meta .rr:hover {
  filter: none;
}
#container3d {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  transition: all 0.5s;
}
.scrolled100 #container3d.mod-foldable {
  opacity: 0;
  transform: translate(0, -100%);
}
.home_3d {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header {
  text-align: left;
  position: relative;
  min-height: 100px;
}
.site-header a {
  display: block;
}
.site-header h1 {
  font-size: 60px;
  font-size: 20vw;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
}
@media (max-width: 568px) {
  .site-header h1 {
    font-size: 28px !important;
  }
}
.webgl .site-header {
  text-align: center;
}
.webgl .site-header h1 {
  position: relative;
}
.webgl .site-header h1 span {
  opacity: 0;
}
.webgl .site-header.mod-home {
  display: none;
}
footer {
  margin-top: 4rem;
  background: black;
  color: white;
  padding: 4rem 0 1rem;
  line-height: 1;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  font-size: 60px;
}
@media (max-width: 568px) {
  footer {
    font-size: 28px !important;
  }
}
footer h2 {
  font-size: inherit;
  margin: 0;
}
footer .outwrap {
  width: 100%;
  flex-shrink: 0;
}
footer .col {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  footer .col {
    width: 100%;
    margin-top: 1rem;
  }
}
footer .fl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  footer .fl {
    display: block;
  }
}
.block-mainmenu {
  background: black;
  color: white;
  line-height: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 0.8rem 0;
}
@media (max-width: 1023px) {
  .block-mainmenu {
    padding: 0;
  }
}
.block-mainmenu .fl {
  display: flex;
  justify-content: space-between;
}
.block-mainmenu a,
.block-mainmenu button {
  text-transform: uppercase;
  background: black;
  color: white;
  line-height: 1;
  padding: 0;
  font-size: 50px;
  cursor: pointer;
  border: none;
  display: block;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: black;
}
@media (max-width: 1200px) {
  .block-mainmenu a,
  .block-mainmenu button {
    font-size: 42px;
  }
}
@media (max-width: 568px) {
  .block-mainmenu a,
  .block-mainmenu button {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .block-mainmenu a,
  .block-mainmenu button {
    font-size: 20px;
  }
}
.block-mainmenu a:hover,
.block-mainmenu button:hover {
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black;
}
.block-mainmenu .searchbutton {
  position: relative;
  z-index: 20000;
}
.block-mainmenu .active {
  display: none;
}
.block-topmenu {
  font-size: 60px;
  background: black;
  padding: 1rem 0 2rem;
  color: white;
  line-height: 1;
  position: fixed;
  top: 4rem;
  transform: translate(0, -100%);
  opacity: 0;
  pointer-events: none;
  left: 0;
  width: 100%;
  z-index: 190;
  transition: transform 0.4s, opacity 10s;
  margin-top: -1px;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .block-topmenu {
    font-size: 28px !important;
  }
}
@media (max-width: 1023px) {
  .block-topmenu {
    top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.block-topmenu ul {
  list-style-type: none;
  padding: 0;
}
.block-topmenu ul li {
  padding: 0;
}
.block-topmenu ul li {
  display: inline;
}
.block-topmenu a {
  margin-right: 1em;
  white-space: nowrap;
  position: relative;
  z-index: 10000;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: black;
}
@media (max-width: 1023px) {
  .block-topmenu a {
    white-space: normal;
    display: block;
  }
}
.block-topmenu a:hover {
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black;
}
.mobile_menu_open .block-topmenu {
  pointer-events: initial;
  opacity: 1;
  transform: none;
  transition: transform 0.25s;
}
.simple-footnote {
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  text-decoration: none !important;
  margin-left: 0.2rem;
}
.simple-footnote sup {
  padding: 5px;
  font-size: 10px;
  border-radius: 20px;
  border: transparent solid 1px;
  background: white;
  color: black;
  border-color: black;
}
.simple-footnote:hover sup {
  background: black;
  color: white;
  border: transparent solid 1px;
}
.simple-footnotes {
  font-size: 80%;
  margin-top: 2rem;
}
.simple-footnotes a {
  text-decoration: none !important;
}
.simple-footnotes a:hover {
  text-decoration: underline !important;
  text-decoration-color: #999 !important;
}
.simple-footnotes li {
  margin-top: 0.5ex;
}
.block-archiwum .credits {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: currentColor solid 1px;
  text-align: center;
}
@media (max-width: 1023px) {
  .block-archiwum .credits {
    font-size: 12px;
  }
}
.block-archiwum .credits > div {
  padding-bottom: 1em;
}
.block-archiwum .credits > div:nth-child(2) {
  border-top: currentColor solid 1px;
  padding-top: 1em;
}
.block-archiwum h2 {
  margin: 0;
  margin-top: 4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 60px;
  width: 100%;
}
@media (max-width: 568px) {
  .block-archiwum h2 {
    font-size: 28px !important;
  }
}
.block-archiwum h2 a {
  display: block;
  text-align: center;
}
.block-archiwum section:nth-child(odd) h2 a {
  background: black;
  background: linear-gradient(180deg, rgba(0, 255, 0, 0) 0%, #ff0000 50%, rgba(0, 0, 255, 0) 100%);
}
.block-archiwum section:nth-child(even) h2 a {
  background: black;
  background: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, #00ff00 50%, rgba(0, 255, 255, 0) 100%);
}
.block-archiwum h2 a:hover {
  filter: invert(100%);
}
.block-archiwum .description {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1em;
}
@media (max-width: 1023px) {
  .block-archiwum .description {
    font-size: 12px;
  }
}
.block-archiwum img {
  height: 4rem;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .block-archiwum img {
    height: auto;
    width: 4rem;
  }
}
.block-archiwum article {
  border-top: black solid 1px;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.block-archiwum .tablewrap {
  max-width: 100vw;
}
@media (max-width: 1023px) {
  .block-archiwum .tablewrap {
    overflow-x: auto;
    display: block;
  }
}
.block-archiwum table {
  border-collapse: collapse;
  width: 100%;
}
.block-archiwum .open td {
  filter: invert(100%);
  background: white;
}
.block-archiwum .open td img {
  filter: invert(100%);
}
.block-archiwum td {
  width: 25%;
  border-bottom: black solid 1px;
  height: 4rem;
  vertical-align: top;
  padding-right: 1rem;
}
.block-archiwum td:last-child {
  padding-right: 0;
}
.block-archiwum td.cfull {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2rem 0 0;
}
.block-archiwum td.c1 {
  font-size: 12px;
  width: 10%;
}
.block-archiwum td.c2 {
  width: 15%;
}
@media (max-width: 1023px) {
  .block-archiwum td.c2 {
    display: none;
  }
}
.block-archiwum td.c25 {
  width: 20%;
}
@media (max-width: 1023px) {
  .block-archiwum td.c25 {
    font-size: 12px;
  }
}
.block-archiwum td.c3 {
  width: 45%;
}
.block-archiwum td.c4 {
  font-size: 12px;
  width: 10%;
}
.block-archiwum td.c4 a {
  margin: 2px 0;
}
.block-archiwum td .block-podtytul {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .block-archiwum td .block-podtytul {
    font-size: 12px;
  }
}
.block-archiwum a:hover .tytul {
  text-decoration: underline !important;
}
.block-pageheader h1 {
  margin: 40px 0;
  font-size: 5vw;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1023px) {
  .block-pageheader h1 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 568px) {
  .block-pageheader h1 {
    font-size: 28px !important;
  }
}
.artykul_podtytul {
  text-align: center;
}
pre {
  font-size: 20px !important;
}
@media (max-width: 568px) {
  pre {
    font-size: 16px;
  }
}
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.block-podtytul {
  font-size: 80%;
  opacity: 1;
  display: block;
  padding-top: 0.2em;
}
.anchorpoint {
  top: -100px;
  position: relative;
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
a[target="_blank"] {
  word-break: break-all;
}
.block-featured_image_caption {
  text-align: right;
  font-size: 14px;
}
.block-featured_image_caption span {
  display: inline-block;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .block-featured_image_caption {
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
  }
}
.abstrakt-label {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .abstrakt-label {
    transform: none;
    display: block;
  }
}
.refwrap {
  white-space: nowrap;
}
@media screen {
  .screen-hide {
    display: none !important;
  }
}
