
body{
	font-weight: 400; 
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.dropdown-menu{width: 100% !important;  min-width: 100% !important}

/*===================== Headings ================== */

h1,h2,h3{
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 48px;
}

@media (max-width: 576px) {
	h3{margin-bottom: 24px}
}


a, a:active, a:link, a:hover {color: #000;}
a.nav-link, a.nav-link:link{color: #000; font-weight: 500; font-size: 20px}
a.nav-link:active {color: #ffffff !important; font-weight: 500}

a.nav-link:hover, .nav-link.active {
	background-color: #80A04F !important;
   	color: #fff !important;
}	

strong{font-weight: 700 !important}
p{line-height: 200%;}
.scroll-offset {scroll-margin-top: 129px}
.flags img{max-height: 17px;}

@media screen and (max-width: 1300px){
	nav{font-size: 14px !important;}
	a.nav-link {font-size: 16px !important;}
}

@media screen and (max-width: 1200px){
	p,ul{font-size: 14px; line-height: 150%;}
}

.section-title{position: relative}

.section-title h2{
  font-size: 40px; 
  font-weight: 700;
  text-align: center;
  background: #fff;
  display: inline;
  padding: 10px 100px;
}

.section-title .line-centered {
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #84A157;
    transform: translateY(-50%);
    z-index: -1;
}

#kontakt .section-title h2, #contact .section-title h2{background: transparent !important; padding: 0; font-weight: 400}
#kontakt_data a{color: #000; text-decoration: none;}
#kontakt_data span{font-size: 40px; font-weight: 700; line-height: 20px}
#kontakt_data span.title{font-size: 20px !important; font-weight: 400}

#dzial #kontakt_data span{font-size: 30px;}
#dzial #kontakt .section-title h2, #dzial #contact .section-title h2{font-size: 32px;}

.flags a.active {pointer-events: none;}
.flags a:hover img, .flags a.active img {opacity: 0.4}

#dzial nav .cta a{background-color: #80A04F;}
nav .cta a{border: 0; background-color: #33ABDD; color: #fff !important; text-decoration: none;}
nav .cta a:hover{border: 0; background-color: #80A04F}
nav .cta a span{font-size: 16px; font-weight: 400;}

main .cta{background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed;}
main .cta a{border: 2px solid white; display: inline-block; text-decoration: none; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
main .cta a:hover{border: 2px solid #33ABDD; background-color: #33ABDD;}
main .cta a span{font-size: 40px; font-weight: 700; color: #fff;}

#logo{width: 215px; height: 65px;}
.send_btn{background-color: #3DACDA; border: none;}
.send_btn:hover {background-color: #09688F;}

#info-text{background-color: #ececec}
#info-text div{font-size: 20px;}
#info-text div.info-nr{font-size: 30px;}
#info-text div .status.wolna{color: #5B9700}
#info-text div .status.zarezerwowana{color: #ff9000}
#info-text div .status.sprzedana{color: #ff3232}

.border-inside {position: relative;}
.border-inside::after {content: ""; position: absolute; top: 3rem; right: 3rem; bottom: 3rem; left: 2rem; border-right: 5px solid #80A04F; pointer-events: none; z-index: 1;}

@media(min-width: 991px){
	.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {color: #000;}
}

@media(max-width: 1400px){
	#kontakt_data span{font-size: 30px;}
	#kontakt_data span.title{font-size: 20px; padding-left: 10px;}
}

@media(max-width: 991px){
	.sidebar{
		background-color: rgba(255, 255, 255, 0.15);
		backdrop-filter: blur(10px);
	}
	#kontakt_data span{font-size: 20px;}
	#kontakt_data span.title{font-size: 14px; padding-left: 10px;}
	#info-text {position: fixed; bottom: 0; left: 0; width: 100%; max-height: 30vh; overflow-y: auto; padding: 24px; background-color: #ececec; z-index: 1050; margin: 0 !important; margin-bottom: 56px !important}
	#info-text div{font-size: 16px;}
	#info-text div.info-nr{font-size: 20px;}
	.kontakt-fixed {position: fixed; bottom: 0; left: 0; width: 100%; z-index: 2000; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);}
	#dzial #kontakt form, #dzial #contact form{margin-bottom: 250px !important;}
}
@media(max-width: 576px){
	.section-title h2{padding: 10px 30px; font-size: 30px}
	#dzial #kontakt_data span, #kontakt_data span{font-size: 20px;}
}
/* ================ Splide Slider ============== */

#splide_slider .splide__list{max-height: calc(100vh - 100px);}
.splide__slide div{ 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    padding: 1rem;
    width: 100%;
    max-width: 90%;
}
.splide__slide div h1{
	color: white !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
    font-size: 6rem !important;
    font-weight: bold;
}
.splide__slide .splide_text{min-height: 460px; background-color: #fff; padding-left: 85px;}
.splide__slide h2{font-size: 30px; font-weight: 600;}
.splide__pagination {bottom: -40px;}
.splide__slide a{text-decoration: none}
.splide__list li{text-align: center}
@media screen and (max-width: 1200px){
	.splide__slide div h1{font-size: 3rem !important;}
}
@media screen and (max-width: 1024px){
	.splide__slide div h1{font-size: 2.5rem !important;}
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
	.splide__slide div h1{font-size: 1.5rem !important;}
}



/* ================ GALERIA ============== */

.splide__slide {overflow: hidden;}
.splide__slide img{transform: scale(1); opacity: 1; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.splide__slide img:hover{transform: scale(1.25); opacity: .75}

#splide_slider .splide__slide img:hover{transform: scale(1); opacity: 1}

/* ================ Slideout - prawe panele ============== */

.slideout {
  position: fixed;
  right: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 999;
}
.slideout_inner {
  position: fixed;
  right: -60px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #921918;
  height: 60px;
  width: 60px;
  color: #fff;
  padding: 6px 20px;
  font-size: 2rem;
}
.slideout:hover {
  right: 60px;
}
.slideout:hover .slideout_inner {
  right: 0;
}

.slideout:first-of-type, .slideout:first-of-type .slideout_inner{top:215px;}
.slideout:nth-of-type(2), .slideout:nth-of-type(2) .slideout_inner{top:275px;}
.slideout:nth-of-type(3), .slideout:nth-of-type(3) .slideout_inner{top:335px;}
.slideout:nth-of-type(4), .slideout:nth-of-type(4) .slideout_inner{top:395px;}
.slideout:nth-of-type(5), .slideout:nth-of-type(5) .slideout_inner{top:455px;}
.slideout:nth-of-type(6), .slideout:nth-of-type(6) .slideout_inner{top:515px;}

#fb .slideout_inner{background-color: #465993}	
#yt .slideout_inner{background-color: #f51c0d}		
#instagram .slideout_inner{background-color: #c02f96}


/*=========== Scrolldown arrow =============*/

.scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  left: 50%;
  bottom: 10px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
  /*animated scroll arrow animation*/
}
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}	

