#arrow {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 36px;
  background: url("../gfx/arrow-down.png") no-repeat center center;
  display: block;
  z-index: 99;
  left: 0;
  cursor: pointer;
}

.bounce-2 {
  animation: bounce 2s infinite;
  animation-name: bounce2;
  animation-timing-function: ease;
}
@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

#wis2-panel .wis2-panel--horizontal.fixed {
  z-index: 99;
}

#appInfo {
  width: 100%;
  position: absolute;
  right: 0px;
  left: 0;
  margin: auto;
  top: 0px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  padding: 10px 4px 10px 4px;
  z-index: 5000;
}
#appInfo p {
  margin-bottom: 0;
  font-size: 12px;
}

#appInfo .appDownload {
  display: inline-block;
  padding: 6px 20px;
  background-color: #046a38;
  font-size: 0.75em;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
}
body.newbaner .navbar .dropdown-menu {
  background: none;
  min-width: 20rem;
}
body.newbaner .header-fixed.header_small .navbar .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
}
body.newbaner .navbar .dropdown-menu .nav-link {
  border-left: 1px solid #84754e;
  margin: 2px 4px;
}
body.newbaner .navbar .nav-link span {
  transition: all 0.5s;
}

body.newbaner .header-fixed .container .navbar .nav-item:hover .nav-link span {
  color: #84754e;
}
body.newbaner
  .header-fixed
  .container
  .navbar
  .nav-item:hover
  .dropdown-menu
  .nav-link
  span {
  color: #fff;
}
body.newbaner
  .header-fixed
  .container
  .navbar
  .nav-item
  .dropdown-menu
  .nav-link:hover
  span {
  color: #84754e;
}
body.newbaner .mainbanner .slick-dots {
  display: none !important;
}
body.newbaner .mainbanner .item .item-text--bottom {
  font-size: 3.4rem;
}
body.newbaner .header-fixed .container .navbar .nav-item .dropdown-menu {
  margin-top: 0;
}
body.newbaner .navbar .nav-item.active .nav-link span.menu-active-line {
  border-left: none;
}
@media all and (max-width: 1300px) {
	.navbar .nav-item .nav-link{
		font-size:13px;
	}
	.navbar .navbar-brand{width: 28%;}
	.navbar .navbar-brand a{float:left; display:block; position:relative; width: 100%;}
	.navbar .navbar-brand .brand-logo{width: 30%;}
}
@media all and (max-width: 1050px) {
	.navbar .navbar-brand{width: 18%;}
}
@media all and (max-width: 700px) {
  .video {
    display: none;
  }

  body.newbaner .header-fixed {
    top: 0;
	background-color: rgba(0, 0, 0, 1);
  }
  body.newbaner .header-fixed.header_position_top {
    top: 0;
    background-color: rgba(0, 0, 0, 1);
  }
  body.newbaner .navbar .nav-item .dropdown-menu .nav-link {
    float: left;
    display: block;
    position: relative;
    width: 100%;
  }

  body.newbaner .navbar .navbar-toggler.collapsed span {
    background-color: #fff;
  }
  body.newbaner .navbar .navbar-toggler span {
    background-color: #fff;
  }
}

@media all and (max-width: 400px) {
  .flex-col {
    flex-direction: column;
  }
  .flex-col .col-12 {
    text-align: center !important;
    margin-top: 10px !important;
  }
  .navbar .dropdown-menu{
	  left: -7rem; background: #000 !important;top: 34px;

  }
}

.team_row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.team_item {
  height: 320px;
  margin: 15px 0;
}

.team_item .team_gradient {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(
    top,
    black 15%,
    rgba(0, 0, 0, 0.85) 28%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(15%, black),
    color-stop(28%, rgba(0, 0, 0, 0.85)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    black 15%,
    rgba(0, 0, 0, 0.85) 28%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    black 15%,
    rgba(0, 0, 0, 0.85) 28%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    black 15%,
    rgba(0, 0, 0, 0.85) 28%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    black 15%,
    rgba(0, 0, 0, 0.85) 28%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff", GradientType=0);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.team_text {
  z-index: 2;
  position: relative;
  top: 0;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  left: 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

.team_text1 {
  z-index: 2;
  position: relative;
  top: 37%;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  left: 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

.team_title {
  margin: 0;
}

.team_title.big {
  font-size: 2.25em;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 12px;
  max-height: 74px;
  padding-bottom: 4px;
  overflow: hidden;
}

.team_title.small {
  text-transform: uppercase;
  font-family: "Montserrat", "Lato", "Verdana", sans-serif;
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 1px;
}

.team_text_bottom {
  z-index: 1;
  bottom: 25px;
  color: #fff;
  padding: 0 15px;
  max-height: 44px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.team_link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.team_bg {
  overflow: hidden;
  background-size: cover;

  background-position: 0px -50px;
}

.team_item:hover .team_gradient {
  opacity: 0.7;
}

.team_item:hover .team_text {
  opacity: 1;
}

.team_item:hover .team_text_bottom {
  opacity: 1;
}

.tiles_item.foundation {
  height: 420px;
}

.tiles_item.foundation .h-80 {
  background-size: 130%;
  height: 60% !important;
  transition: background-size 0.3s ease-in;
  -moz-transition: background-size 0.3s ease-in;
  -ms-transition: background-size 0.3s ease-in;
  -o-transition: background-size 0.3s ease-in;
  -webkit-transition: background-size 0.3s ease-in;
}
.tiles_item.foundation .tiles-content {
  transition: background 0.3s ease-in;
  /* background: #ececec; */
  height: 120px;
}
.tiles_item.foundation .tiles-content .tiles_text {
  color: #5a5a5a;
  font-size: 0.825rem;
}
.tiles_item.foundation .tiles-content .tiles_text_bottom {
  color: #5a5a5a;
  font-size: 0.825rem;
}

.tiles_item.foundation:hover .tiles-content {
  background: #00682d;
}

.tiles_item.foundation:hover .tiles_text {
  opacity: 1;
  color: #fff;
}
.tiles_item.foundation:hover .tiles_text_bottom {
  opacity: 1;
  color: #fff;
}

.tiles_item.foundation:hover .h-80 {
  background-size: 140% auto;
}

iframe {
  min-width: 321px;
}
.dzialanie-item-title {
  width: 96%;
  margin-left: 2%;
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 1px solid #006a36;
  height: 140px;
}
.dzialanie-item-text {
  width: 96%;
  margin-left: 2%;
}
footer.fundacja {
  background: none;
}
footer.fundacja .footercontent_left {
  font-size: 0.8rem;
  /* width: 25%; */
}

.fundacja #footermenu {
  background: none;
}

.fundacja .footerlogos_logos {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.fundacja .footerlogos {
  border-top: 1px solid #e1e1e1;
}
.fundacja .footerlogos_logos .item img {
  max-height: 60px;
}
.footerlogos_biglogo {
  width: 40%;
  text-align: center;
}
.dzialanie-item {
  transition: background 0.3s ease-in;
  height: 620px;
}
.dzialanie-item:hover {
  background: #00682d;
}
.dzialanie-item:hover .dzialanie-item-title {
  opacity: 1;
  color: #fff;
}
.dzialanie-item:hover .dzialanie-item-text {
  opacity: 1;
  color: #fff;
}
.dzialanie-item .tiles_bg {
  background-size: 130%;
  height: 64% !important;
  transition: background-size 0.3s ease-in;
  -moz-transition: background-size 0.3s ease-in;
  -ms-transition: background-size 0.3s ease-in;
  -o-transition: background-size 0.3s ease-in;
  -webkit-transition: background-size 0.3s ease-in;
}
.dzialanie-item:hover .h-80 {
  background-size: 140% auto;
}
.dzialanie-item a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.container .arche-donate__content {
  width: 100%;
}
.page-sections .col-picture.newlayout img {
  width: 100%;
  max-height: 100%;
}
.realizationimage-overflow {
  width: 100%;
  display: block;
  max-height: 100%;
  overflow: hidden;
}
.main-title.offer h2::before {
  margin-left: -20px;
  height: 80px;
  top: -50px;
  width: 1px;
}
.main-title h2::before {
  margin-left: -20px;
  height: 80px;
  /* top: -50px; */
  top: -28px;
  width: 1px;
}
.main-title .sub h2::before{
	top: -50px;
}
.main-title.offer {
  padding-top: 50px;
}
.page-text.offer {
  margin-bottom: 90px;
  margin-top: 90px;
}
.realizationimage-overflow img {
  width: 100%;
}

.page-text.offer {
  font-weight: 300;
}

.page-text p{
	font-weight: 300;
}

.przelewy-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.przelewyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: #eee;
  border: none;
  outline: none;
  margin-bottom: 17px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

.przelewyBtn img {
  height: 30px;
  width: auto;
  max-width: 100%;
}

.mainbanner .item .item-text--top.dewelopernew{
	font-weight: 700; font-family: "Source Sans Pro", sans-serif; font-size: 4.0rem;
}
body.newbaner .mainbanner .item .item-text--bottom.dewelopernew{
	font-weight: 100; font-family: "Source Sans Pro", sans-serif; font-size: 4.5rem; padding-bottom: 7rem; padding-top: 0;
}
.newinwest {
	font-family: "Source Sans Pro", sans-serif; font-size: 1.5rem; text-transform:uppercase; margin-top: 100px; font-weight: 300;
}
body.newbaner .mainbanner .item .item-text.dewelopernew{top: 50%;}
.page-text.offer.dewelopernew{padding: 0 50px; margin: 0;}
.page-text.offer.dewelopernew h3{color: #006a35; font-weight: 100 !important; font-size: 3.43rem !important;}
.page-text.offer.dewelopernew .subtext{font-size: 1.5rem; font-family: "Source Sans Pro", sans-serif; font-weight: 200 !important;color: #000; }
.dewelopernewlink{font-size: 1.5rem; font-family: "Source Sans Pro", sans-serif; font-weight: 200 !important;color: #000; border: 1px solid #000; padding: 10px 40px; margin:0 50px; color: #000 !important; margin-top: 50px; float:left; cursor: pointer;}
.dewelopernewrow{margin-top: 115px;}
.tiles2-item-title.dewelopernew{font-family: "Source Sans Pro", sans-serif; font-weight: 300; color: #000; text-transform: unset; font-size: 1.2rem;}
.phone{background: url("../gfx/phone.png") no-repeat center left; font-size: 1.5rem;}
.mobile{background: url("../gfx/kom.png") no-repeat center left; font-size: 1.5rem;}
.mail{background: url("../gfx/mail.png") no-repeat center left; font-size: 1.5rem;}
.newsletterdew{background: #046a38;}
.newsletterdew .page-text.offer.dewelopernew h3{color:#fff;}
.newsletterdew .page-text.offer.dewelopernew .subtext{color:#fff;}
.newsletterdew .form-group{ margin: 0;}
.newsletterdew .form-control{color:#fff; background: no-repeat; border: none; margin: 0;}
.newsletterdew .newslettercontent{border-bottom: 1px solid #fff; width: 270px; display: inline-block !important; margin-top: 100px;}
.newsletterdew #newslettersubmit{background: url("../gfx/newsletter-submit.png") no-repeat center left;}
.dewelopernewrow .page-text.offer.dewelopernew .subtext iframe{max-width: 100%;}
.newsletterdew ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.newsletterdew :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletterdew ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
footer{background: #fff;}
footer a{font-family: "Source Sans Pro", sans-serif; color: #525252; font-weight: 600; font-size: 0.875rem;}
.footercontact p{font-family: "Source Sans Pro", sans-serif; color: #525252; font-size: 0.875rem; font-weight: 600;}
.footercontact a{color: #006a35; font-family: "Source Sans Pro", sans-serif; font-size: 2.25rem; line-height: 2.6rem;}

#rodo{color: hsla(0,0%,100%,.3); cursor: pointer;}
.newsletter-form__tooltip.is-showed {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .2s ease,transform .2s ease;
}
.newsletter-form__tooltip {
    position: absolute;
    right: 50%;
    bottom: calc(25% + 5px);
    pointer-events: none;
    width: 460px;
    margin-right: -230px;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #000;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 1.7;
    transform: translateY(10px);
    transition: opacity .2s ease,transform .2s ease;
}
.newsletter-form__tooltip:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #000;
    transform: rotate(45deg);
}
@media all and (max-width: 600px) {
	.newsletter-form__tooltip{left:2%; max-width:96%;}
	.popup-box-picture{background-size: 100% 100%;}
	body.newbaner .mainbanner .item .item-text--bottom{font-size:2.5rem;}
	.page-text.offer.dewelopernew{padding: 0;}
	.page-text.offer.dewelopernew .subtext{font-size:1.3rem;}
	.page-text.offer.dewelopernew h3{    font-size: 1.4rem !important;}
	.dewelopernewrow img{max-width:100%;}
	.container iframe{max-width:100%;}
}

.footercontact a.phonefooter{
	color: #4f4c4d; font-size: 1rem; display: block; font-weight: 300; line-height: 1rem;
}