/*
CTC Separate Stylesheet
Updated: 2017-10-07 11:41:25
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.69.1507369285
*/

p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.75em;
}
.no-just, .no-just p {
  text-align:left;
  text-justify: none;
}
p>a {
  text-decoration: underline;
}
h2 {
  line-height: 1.3em;
}

/*slider*/
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}


/*top main*/
@media only screen and (min-width: 981px) {
  #logo {
    max-height: 40px !important;
    position: relative;
    top: -60px;
  }
  #top-header {
    min-height: 81px;
  }
  .home #et-main-area {
    position: relative;
    top: -44px;
  }
}

#logo {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#main-header {
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
#et-top-navigation {
  padding-left: 0 !important;
}
#et-secondary-nav li {
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
	#et-top-navigation .et_mobile_menu .lang-switcher ul {
		padding-left: 0px;
	}
	#et-top-navigation .et_mobile_menu .lang-switcher ul li {
		padding-left: 0px;
	}
}

.interreg {
  top:-5px;
}

/*lang*/
#et-secondary-nav li.lang-switcher>ul {
  width: 214px;
}
#et-secondary-nav li.lang-switcher>ul li {
  text-align: left;
}
#et-secondary-nav li.lang-switcher>ul li img {
  display: block;
  float: left;
}
@media only screen and (max-width: 980px) {
}

/*slider*/

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container {
        /*height: 600px !important;*/
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide {
        /*max-height: 600px;*/
    }
    .et_pb_slider .et_pb_slide_description {
        position: relative;
        top: 25%;
        padding-top: 0 !important;
        padding-bottom:0 !important;
        height:auto !important;
    }
}
@media only screen and ( max-width:980px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container {
        /*height: 400px !important;*/
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide {
        /*max-height: 400px;*/
    }
    .et_pb_slider .et_pb_slide_description {
        position: relative;
        top: 25%;
        padding-top: 0 !important;
        padding-bottom:0 !important;
        height:auto !important;
    }
}

.slider-overlay h1,
.slider-overlay h2,
.slider-overlay h4,
.slider-overlay a,
.arrow-down-slider {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
}
.arrow-down-slider {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}
/* body #page-container .arrow-down-slider .et_pb_button {
  color: #ffffff!important;
  background: rgba(255,255,255,0);
  border-width: 0px!important;
  letter-spacing: 0px;
  font-size: 30px;
  padding-left: 0.7em;
  padding-right: 2em;
}
body #page-container .arrow-down-slider .et_pb_button:before {
  color: #ffffff;
  line-height: 1.7em;
  font-size: 35px!important;
  opacity: 1 !important;
  margin-left: 0;
  left: auto;
  display: inline-block !important;
  content: attr(data-icon) !important;
} */

body #page-container .arrow-down-slider .down:before {
  color: #ffffff;
  line-height: 1.7em;
  font-size: 35px!important;
  opacity: 1 !important;
  margin-left: 0;
  left: auto;
  display: inline-block !important;
  content: attr(data-icon) !important;
  font-family: ETmodules!important;
}

.et_pb_fullwidth_code.et_pb_module.slider-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (min-width:981px) {
  .slider-overlay h1 {
    font-size: 60px;
    letter-spacing: 5px;
  }
  .slider-overlay h2 {
    letter-spacing: 1px;
  }
  .slider-overlay img {
    padding: 40px 0 15px;
  }
}
@media screen and (max-width:980px) {
  .slider-overlay h1 {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .slider-overlay h2 {
    font-size: 17px;
  }
  .slider-overlay img {
    padding: 20px 0 10px;
    max-width: 30%;
  }
}

/*slider effects*/
.kb-zoomout .et_pb_slide .et_parallax_bg {
   animation: zoomout 9s forwards;
  -ms-animation: zoomout 9s forwards;
  -webkit-animation: zoomout 9s forwards;
  -0-animation: zoomout 9s forwards;
  -moz-animation: zoomout 9s forwards;
  -webkit-animation-duration: 9s; /* Safari 4.0 - 8.0 */
  animation-duration: 9s;
}

.kb-zoomin .et_pb_slide .et_parallax_bg {
   animation: zoomin 7s forwards;
  -ms-animation: zoomin 7s forwards;
  -webkit-animation: zoomin 7s forwards;
  -0-animation: zoomin 7s forwards;
  -moz-animation: zoomin 7s forwards;

}

.kb-zoomin-right .et_pb_slide .et_parallax_bg {
   animation: zoomin-right 7s forwards;
  -ms-animation: zoomin-right 7s forwards;
  -webkit-animation: zoomin-right 7s forwards;
  -0-animation: zoomin-right 7s forwards;
  -moz-animation: zoomin-right 7s forwards;

}

.kb-zoomout-right .et_pb_slide .et_parallax_bg {
   animation: zoomout-right 7s forwards;
  -ms-animation: zoomout-right 7s forwards;
  -webkit-animation: zoomout-right 7s forwards;
  -0-animation: zoomout-right 7s forwards;
  -moz-animation: zoomout-right 7s forwards;

}

.kb-zoomout .et_parallax_bg {
   animation: zoomout 20s forwards;
  -ms-animation: zoomout 20s forwards;
  -webkit-animation: zoomout 20s forwards;
  -0-animation: zoomout 20s forwards;
  -moz-animation: zoomout 20s forwards;

}

.kb-zoomin .et_parallax_bg {
   animation: zoomin 17s forwards;
  -ms-animation: zoomin 17s forwards;
  -webkit-animation: zoomin 17s forwards;
  -0-animation: zoomin 17s forwards;
  -moz-animation: zoomin 17s forwards;

}

.kb-zoomin-right .et_parallax_bg {
   animation: zoomin-right 7s forwards;
  -ms-animation: zoomin-right 17s forwards;
  -webkit-animation: zoomin-right 17s forwards;
  -0-animation: zoomin-right 17s forwards;
  -moz-animation: zoomin-right 17s forwards;

}

.kb-zoomout-right .et_parallax_bg {
   animation: zoomout-right 7s forwards;
  -ms-animation: zoomout-right 17s forwards;
  -webkit-animation: zoomout-right 17s forwards;
  -0-animation: zoomout-right 17s forwards;
  -moz-animation: zoomout-right 17s forwards;

}



@keyframes zoomout{
0% {
    -ms-transform: scale3d(1.3, 1.3, 1.3) translate3d(-0px, 0px, 0px);
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
}


100% {
    -ms-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
    transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
}
}

@keyframes zoomin{
0%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;


}


100%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);

}
}

@keyframes zoomout-right{
0%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    animation-timing-function: linear;
}


100%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);

}
}

@keyframes zoomin-right{
0%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
}


100%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);

}
}

.no-parallax .et_pb_parallax_css {
    background-attachment: inherit;
    background-position: center center;
}

.no-parallax .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: inherit;
    background-position: center bottom;
}

/*footer menu*/
#footer-bottom .container {
  text-align: center;
}
.bottom-nav li.menu-item-type-custom {
  padding-right: 5px;
}
@media screen and (max-width:1310px) {
  .bottom-nav {
    text-align: center;
  }
  .bottom-nav li.menu-break {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom:10px;
  }
  .bottom-nav li.menu-item-type-custom {
    margin-top: 10px;
  }
}
@media screen and (min-width:1311px) {
  .bottom-nav {
    text-align: right;
  }
  .menu-item-type-post_type {
    float: left;
  }
  .bottom-nav li.menu-break {
  display: none;
  }
  .bottom-nav li.menu-item-type-custom {
    margin-top: -6px;
  }
}
/*accesibility font sizes*/
.ct-font-resizer {
  display: inline-block;
  position: relative;
  top:8px;
  padding-right: 15px;
}
#et-secondary-menu .ct-font-resizer .ct-font-resizer-element a {
  display: inline-block;
  padding-bottom: 0;
}
.ct-font-resizer {
  vertical-align: top;
}
.fontResizer_minus {
  font-size: 0.5em;
}
.fontResizer_reset {
  font-size: 1.5em;
}
.fontResizer_add {
  font-size: 1.8em !important;
}

@media screen and (max-width:980px) {
  li.font-toggle{
    display: none;
  }
  li.search-toggle svg{
    float: right;
  }
}
@media screen and (min-width:981px) {
  li.search-toggle span{
    display: none;
  }
}

/*jumbotron button*/
.jt-button::before {
  content: ' ';
  background: url(/wp-content/uploads/2017/10/jt-btn.png);
  width: 43px;
  height: 40px;
  top: 3px;
  margin-left: -55px !important;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
body #page-container .jt-button {
  padding-left: 3em !important;
  padding-right: 1em !important;
}
@media screen and (min-width:981px) {
  .jt-button {
    position: absolute;
    top: 40%;
    left: -98px;
    z-index: 9999;
  }
}
@media screen and (max-width:980px) {
  .jt-button {
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 9999;
    right: 0;
    max-width: 210px;
    margin: auto;
  }
  .col-right-img {
    min-height: 250px;
  }
}

/*projekt*/
  .et_full_width_portfolio_page #left-area {
    width:100% !important;
    margin-right: 0;
  }

/*fullscreen search*/
#fullsearch-view { z-index: 9999999 !important;}
body #fullsearch-view.fullsearch-light {
  background: rgba(255, 255, 255, 0.9);
}
body #fullsearch-view.fullsearch-light #fullsearch-header.activeTop {
  background: none;
}
body #fullsearch-view.fullsearch-light .fullsearch-single-box {
  background: #fff;
}
body #fullsearch-view .fullsearch-input-group #fullsearch-input {
  border-radius: 43px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 40px;
}
  /*ikona lupa*/
body #fullsearch-view.fullsearch-light .fullsearch-input-group .fss-icon-search {
  color: #9c9c9c;
}
body #fullsearch-view.fullsearch-light .fullsearch-close .fss-icon-cross, body #fullsearch-view.fullsearch-light #fullsearch-header.activeTop .fullsearch-close .fss-icon-cross {
  color: #333;
}
body #fullsearch-view .fullsearch-input-group .fss-icon-search {
  right: 35px;
  top: 25px;
  font-size: 35px;
}
body #fullsearch-view .fullsearch-input-group.fullsearch-ig-min .fss-icon-search {
  right: 17px;
  top: 13px;
  font-size: 18px;
}

/*lightgallery*/
.lg-backdrop { z-index: 9999999 !important; }
.lg-outer { z-index: 99999999 !important; }

body .lg-outer .lg-thumb-item {
  border:0;
  border-radius: 0;
}
body .lg-outer .lg-thumb-item.active, body .lg-outer .lg-thumb-item:hover {
  border:2px solid #fff;
}

/*galeria pojedynczego wpisu*/
.grid.post-gallery {
  padding-top: 3em;
}

/*isotope grid*/
.grid {
  margin-right:-10px;
}
.grid-item {
  margin-bottom: 10px;
  width: calc(33.33% - 10px);
  float: left;
}
.grid-item.map {
  width: 100%;
}
.grid-item img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.grid-projects  {
  height: auto !important;
}
.grid-projects .grid-item {
  width: 100%;
  position: relative !important;
  float: none;
}
.projects-menu-isotope {
  margin-bottom: -56px;
}
/*grid image caption*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255,255,255,0.4);
}

.grid-item:hover .overlay {
  opacity: 1;
}

.overlay .text {
  color:#000;
  position: absolute;
  bottom:20px;
  text-align: center;
  width: 100%;
  /*left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}
.overlay-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(./img/video-play-inverted.png) no-repeat;
  background-position: center;
}
@media screen and (max-width:980px) {
  .overlay .text {
    display: none;
  }
}
.text > span.author {
  display: block;
}
/*isotope buttons*/
@media screen and (min-width:1100px) {
  .filter-button-group {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width:1100px) {
  .filter-button-group {
    margin: 0 0 20px 0;
  }
}
.filter-button-group button {
  background: #fff;
  border:0;
  text-transform: uppercase;
  padding: 0 20px 10px 0;
  cursor: pointer;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.filter-button-group button:first-of-type {
    padding-left: 0;
}
.filter-button-group button:last-of-type {
    padding-right: 0;
}
.filter-button-group button.is-checked {
  font-weight: bold;
}
/*mapa*/
#map { width:100%; height:400px; margin:0; padding:0; z-index: 1; }

/*postacie*/
.person-description {
  display: none;
  border: 1px solid transparent;
  overflow: hidden; position: relative;
  margin-top:-40px;
  padding:0 !important;
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.person {
  transition: 0.4s ease-in;
}
.person img {
  max-width: 185px;
  position: relative;
  cursor: pointer;
}
.person.active {
  padding-top: 70px;
}
.person.active h4 {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .person.active {
    padding-top: 0;
  }
}
.person .et_pb_image {
  text-align: center;
  padding: 30px 0 30px;
  position: relative;
}
.person .bg {
  background: url(/wp-content/uploads/2017/10/person-bg.png);
  background-repeat: no-repeat;
  background-size: 227px;
  background-position-x: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.person.active .bg {
  opacity: 1;
}
/*aktualnosci*/
@media screen and (max-width: 980px) {
  .post-img {
    margin-bottom: 4%;
  }
}
.post-img img {
  max-width: 100%;
  width: 100%;
}
.et_overlay {
  background: rgba(255,255,255,.4);
}
.et_overlay:before {
  display: none;
}
.add_info {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}
#left-area ul.files {
  list-style-type: none;
  list-style: none;
  padding-bottom: 0;
}
.files li {
  margin-bottom: 10px;
}
.files span {
  background: url("/wp-content/themes/parkm/images/jpeg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  padding: 2px 0 0 4px;
  margin-right: 20px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.files span.jpeg {
  background: url("/wp-content/themes/parkm/images/jpeg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.files span.pdf {
  background: url("/wp-content/themes/parkm/images/pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.files span.svg {
  background: url("/wp-content/themes/parkm/images/svg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/*loadmore*/
.alm-btn-wrap {
  text-align: center;
  margin-bottom:80px;
}
.alm-load-more-btn {
  background: none;
  border: 0;
  cursor: pointer;
}

/*ajax search*/
#timeline.loading > * {
    opacity:0.1;
}

#timeline.loading:before {
    content: "Wczytuje...";
    text-align: center;
    color: #333;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 120px;
}

#search-container {
  float: left;
  background: #fff;
  z-index: 999;
}

#search-container.sticky {
  position: fixed;
  top: 0;
  left:50%;
  margin-left: -540px;
}
@media screen and (max-width:1375px) {
  #search-container.sticky {
    left:10%;
    margin-left: 0;
    width: 100%;
    padding: 10px 0 10px 0;
  }
}

@media screen and (max-width:981px) {
  #search-container input[type="search"] {
    width: 80% !important;
  }
}

#search-container input[type="search"] {
    width: 25%;
    border: 2px solid #979797;
    padding: 10px 45px 10px 10px;
    min-width: 200px;
}
#search-container button.glass {
  border: 0;
  padding: 7px 7px 15px;
  margin-left: -40px;
  background: none;
}
#search-container input[type="submit"] {
    display: none;
}
#search-container svg {
  position: relative;
  top:5px;
}
ul#century {
  list-style: none;
  list-style-type: none;
  position: absolute;
  right:0;
  top:0;
  width: 90px;
}
ul#century.sticky {
  position: fixed;
  top: 30px;
  right:50%;
  margin-right: -540px;
}
@media screen and (max-width:1375px) {
  ul#century.sticky {
    right:10%;
    margin-right: 0;
  }
}
@media screen and (max-width:1150px) {
  ul#century {
    display: none;
  }
}
#century li {
  cursor: pointer;
  display: block;
  padding-bottom: 15px;
  text-align: right;
}
#century li.active {
  font-weight: bold;
}
#century li::after {
  width: 14px;
  height: 6px;
  background: #9c9c9c;
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 1px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.timeline {
  padding-top: 80px;
}

.timeline h3 {
  text-align: center;
  margin-left: 15px;
  text-transform: uppercase;
  color:#9c9c9c;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 4px;
  margin: 0 auto;
  padding-top: 50px;
  background: #9c9c9c;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}

/*.timeline ul li div::before {
  content: '';
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}*/

.timeline ul li:nth-child(even) div {
  left: 45px;
}

/*.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}*/

.timeline ul li:nth-child(odd) div {
  left: -439px;
}

/*.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
}*/

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.timeline ul li::after {
  transition: background .5s ease-in-out;
}*/

/*.timeline ul li.in-view::after {
  background: #F45B69;
}*/

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(odd) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline h3 {
    text-align: left;
  }
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}

@media screen and (min-width: 600px) {
  .timeline ul li:nth-child(odd) time, .timeline ul li:nth-child(odd) p {
    text-align: right;
  }
  .timeline ul li:nth-child(odd) p {
    /* text-align: right; */
    text-align: justify;
    text-justify: inter-word;
  }
}
/*readmore warto zobaczyc*/

.no-margin-bottom {
  margin-bottom:0 !important;
}

.rmore {
  max-height: 220px;
  position: relative;
}
.rmore + [data-readmore-toggle]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 45px;
  margin-top: -45px;
  display: block;
  width: 100%;
  z-index: 999;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.rmore.open + [data-readmore-toggle]:before {
    display: none;
}
.rmore + [data-readmore-toggle] {
  text-align: right;
}

.rmore[data-readmore] {
    transition: height 300ms;
    overflow: hidden;
}
.rmore + [data-readmore-toggle], .rmore[data-readmore] {
    display: block;
    width: 100%;
}

.rmore50 {
  max-height: 1px;
  position: relative;
  text-align: justify;
}
.rmore50[data-readmore] {
    transition: height 300ms;
    overflow: hidden;
}
.rmore50 .et_pb_text_inner {
  margin-top: 2.75%;
}
.rmore50 + [data-readmore-toggle],
.rmore50[data-readmore] {
    display: block;
    width: 100%;
}
.rmore50.open + [data-readmore-toggle] {
  /*display: none;*/
  width: 100% !important;
}
.rmore50 + [data-readmore-toggle] {
  text-align: right;
  width: 50% !important;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .rmore50 + [data-readmore-toggle] {
    width: 100% !important;
  }
}

.readmore {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 25px;
}
.readmore-button {
  position: absolute;
  bottom: -25px;
  right: 0;
  cursor: pointer;
}
.readmore p {
    padding: 0;
}
.entry-title.roll {
  transition: 0.4s ease-in;
}
.et_pb_section > .readmore {
  width: 80%;
  margin: auto;
  max-width: 1080px;
  height: auto;
  max-height: none;
  min-height: 75px;
}
.et_pb_section > .readmore p {
  padding-bottom: 1em;
}

/*intro shortcode*/
.fs120 {font-size:120%;}

.intro { font-weight: bold; padding-bottom:3em; font-size:120%; }
@media screen and (min-width:981px) {
  .intro {
    padding-bottom: 3em;
  }
  .intro, .single-post .et_post_meta_wrapper, .project .et_post_meta_wrapper, .title50 {
    width: 50%;
    margin: auto;
  }
}

/*twoja wizyta*/
@media screen and (min-width: 981px) {
  .visit .et_pb_column_1_3 {
    max-width: 150px;
  }
  .visit .et_pb_column_2_3 {
    width: calc(100% - 5.5% - 150px);
  }
}
.visit .et_pb_text a {
	text-decoration: underline;
}
.visit .et_pb_text a:hover {
	opacity: 0.7;
}
.visit .rmore {
  max-height: 150px;
}

.worth-seeing {
  padding-bottom: 80px !important;
}

/*park*/
.park-logo-desktop {
  max-width: 15%;
  position: absolute;
}
.park-logo-desktop img.pomnik {
  max-width: 50%;
}

/*mark*/
mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 1000ms;
}


.et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}
