@import url(stala/default.css);

.body {
	padding: 0px;
	margin: 0px;
	background: #fff;
}

.text {
	line-height: 130%;
	padding: 25px 0px;
}

.main {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.w100 {
	width:100% !important;
}

header {
	clear: both;
	float: left;
	height: 135px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
	padding-top: 20px;
	justify-content: space-between;
}

.pod .head {
	height: 135px;
	display: block;
	background: url(linia.png) repeat-x bottom;
}

#logo {
	width: 210px;
	height: 100px;
	font-size: 30px;
	text-align: center;
	position: relative;
	flex-basis: 210px
}

#logo span {
	width: 210px;
	height: 100px;
	position:absolute;
	top:0;
	left:0;
	background: url(logo.png);
}

#menuGL {
	display: flex;
	height: 30px;
	text-align: right;
	margin-top: 35px;
}

#menuGL a {
	border-left: dashed 1px #747474;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color:#000000;
	padding: 0 13px 0 13px;
	position: relative;
}



#menuGL a:hover, #menuGL a.s {
	color: #65af2b;
}

#menuGL a:hover::before, #menuGL a.s::before {
	content:'';
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background: #388e35;
	position: absolute;
	left: 0px;
	top:-10px;
	transition: .8s;
}


#home{
	width: 35px;
	height: 19px;
	background: url(home.png) left center no-repeat;
	border:none !important;
}

#home:hover, #social a:hover, #socialts a:hover {
	transform: scale(1.1);
	transition: .4s;
}

#home::before {
	display: none !important;
}

#headP {
	margin-top: 25px;
	display: flex;
}

#headP #social a {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	background: url(iko_fb.png) no-repeat left top;
}
#headP #social a:nth-child(2) {
	background-image: url(iko_insta.png);
}
#headP #social a:nth-child(3) {
	background-image: url(iko_yt.png);
}

#headP #kontakttop a {
	display: block;
	width: 100%;
	padding-right: 25px;
	margin-right: 15px;
	text-align: right;
	font-size: 16px;
	color:#000000;
	background: url(iko_tel.png) no-repeat right center;
}

#headP #kontakttop a:nth-child(2) {
	background: url(iko_mail.png) no-repeat right center;
}

#headP #kontakttop a:hover {
	color:#65af2b;
	transition: .4s;
}

/*CONTENT*/

#osiedle {
	clear: both;
	display: block;
	width: 1660px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#osiedle #slogan {
	position: absolute;
	top: 55px;
	left:225px;
	z-index: 5;
	font-size: 48px;
	color:#ffffff;
}

#osiedle #spacerTop {
	position: absolute;
	top: 30%;
	left:50%;
	z-index: 60;
	width: 180px;
	height: 180px;
	display: block;
	background: url(spacer3d.png) no-repeat left top;
}

#osiedle #spacerTop:hover {
	transform: scale(1.1);
	transition: .4s;
}

#glownaOpis {
	display: flex;
	position: relative;
	z-index: 60;
	padding: 110px 0 40px 0;
}

.opisL {
	padding-left: 20px;
	padding-right: 20px;
}

.opisL .text {
	text-align: justify;
}

.fotoP {
	margin-top:-200px;
}

#lokalizacja {
	display: flex;
	height: 460px;
	background: url(f1.png) no-repeat left top;
	background-size: 50% 100%;
}

#opisL2 {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#opisL2 #text {
	width: 560px;
	color:#fff;
	margin: 40px;
}
#opisL2 #text .text, #opisL2 #text h2 {
	color:#fff;
	margin-bottom: 0;
}

#mapaP {
	width:50%;
}

.naglm2 {
	text-align: center;
	color:#000000;
	font-size: 36px;
	padding: 25px 0 0px 0;
	position: relative;
	letter-spacing: 2px;
	line-height: 100%;
	text-transform: uppercase;
}

.galeriaGL {
	padding-bottom: 50px;
}

.swiper {
	width:100%;
	margin-top: 20px;
	position:relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: solid 1px #dddddd;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-button-next, .swiper-button-prev {
	color:#ff8400 !important;
}

.swiper-button-next, .swiper-button-prev {
	color:#fff;
	width: 64px !important;
	height: 64px !important;
	background: url(strl.png) no-repeat center center !important;
	margin-left:-100px;
	margin-top: 450px !important;
}

.swiper-button-next {
	background: url(strp.png) no-repeat center center !important;
	margin-right:-100px;
}

.swiper-button-next::after, .swiper-button-prev::after {
	display:none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction  {
	bottom: 0px;
}

.swiper-pagination-bullet {
	width: 19px;
	height: 19px;
}
.swiper-pagination-bullet-active {
	background: #ef7b00;
}

#content {
	text-align: left;

	padding: 20px 0;
}

#kols {
	width: 100%;
}


.but {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 0px 15px;
	margin: 10px 0;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.but:hover{
	text-decoration: none;
	background: #000;
}

.poma {
	background: #ef7c00;
}
.ziel {
	background: #65af2b;
}

h1, h2{
	font-size: 36px;
	color: #1c1c1c;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 0 5px 0;
	margin-bottom: 2px;
	line-height: 120%;
}

h1 span, h2 span {
	display: block;
	color:#65af2b;
	font-weight: 300;
	font-size: 24px;
	line-height: 100%;
}

h3{
	font-size: 24px;
	color: #65af2b;
	font-weight: bold;
}




/******************************************************************/

/*slajder*/

aside {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

blockquote {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.slajd {
	height: 500px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
	text-align: left;
	border: none;
}

.slajd img{
	float: left;
	width: 100%;
	height: auto;
}

/*paski paginacja*/

aside small{
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	text-align: center;
}

aside small a {
    background: #fff;
    width: 129px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
	border-radius: 5px;
}

aside small a.s,
aside small a:hover {
    background: #e31b22;
}

/*paginacja lewo i prawo*/

#navl {
    background: #ff0000 url(stala/navl.png) center center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    cursor: pointer;
}

#navp {
    background: #ff0000 url(stala/navp.png) center center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    cursor: pointer;
}

#navl:hover, #navp:hover{
	background-color: #454545;
}

.nakl{
	position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
    text-align: center;
}

.nakl h6{
	font-size: 72px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	margin-bottom: 10px;
}

.nakl h6 a{
	color: #fff;
}

.nakl h6 a:hover{
	text-decoration: none;
	color: #fe7300;
}

.opis_animki{
	clear: both;
	background: rgba(255, 255, 255, 0.6);
	padding: 12px;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* duza stopka */

#duzaSt {
	background:#000000;
	margin-top: 85px;
	position: relative;
	padding-top: 90px;
	padding-bottom: 60px;
}

#duzaSt .main {
	display: flex;
	justify-content: space-between;
}

#duzaSt::before {
	content: '';
	width: 208px;
	height: 123px;
	background: url(logost.png) no-repeat left top;
	position: absolute;
	left: 50%;
	top:-53px;
	margin-left: -100px;
}

 #duzaSt #adresst {
	width: 100%;
	text-align: center;
}

#duzaSt #adresst #adresstl span {
	font-size: 24px;
	font-weight: 300;
	color:#ffffff;
	display: block;
	margin-bottom: 20px;
}

#duzaSt #adresst #adresstl {
	color:#b1b1b1;
	line-height: 130%;
	font-size: 18px;
}


#duzaSt #adresst #adresstp {
	color:#b1b1b1;
	line-height: 130%;
	font-size: 18px;
	padding-top: 45px;
}

#duzaSt #adresst #adresstp a {
	color:#b1b1b1;
}

#duzaSt #adresst #adresstp span, #duzaSt #adresst #adresstp span a {
	color:#fff;
}

#socialts {
	display: block;
	margin-top: 40px;
}

#socialts a {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	background: url(iko_fb_st.png) no-repeat left top;
}
#socialts a:nth-child(2) {
	background-image: url(iko_insta_st.png);
}
#socialts a:nth-child(3) {
	background-image: url(iko_yt_st.png);
}


/*formularz kontaktowy*/

#formst{
	width: 430px;

}

#formst span {
	font-size: 24px;
	color:#ffffff;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
}

.inp_f, .textarea{
	width: 100%;
	height: 42px;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #b1b1b1;
	background: #252525;
	border: 1px solid #444444;
	display: block;
}

.textarea{
	padding-top: 10px;
	resize: none;
	height: 122px;
	float: left;
}

.inp_f:focus, .textarea:focus{
	border-color: #000;
}

.btn_f{
	width:100%;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #65af2b;
	font-size: 14px;
	text-align: right;
}

.btn_f:hover{
	color:#fff;
}

#kform ::-webkit-input-placeholder {color: #404040;}
#kform :-moz-placeholder {color: #404040;}
#kform ::-moz-placeholder {color: #404040;}
#kform :-ms-input-placeholder {color: #404040;}
#kform :placeholder-shown {color: #404040;}



/*footer*/

footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .main {
	display: flex;
	justify-content: space-between;
}

#projekt, #copy {
	color:#6b6b6b;
	font-size:11px;
}

#projekt a, #copy a {
	color:#6b6b6b;
}

/* budynki */

.con_tabelka{
	clear: both;
	position: relative;
	margin-bottom: 70px;
}
.con_tabelka table{
	width: 100%;
	border-spacing: 0px;
	overflow: scroll;
	white-space: nowrap;
}
.con_tabelka tr{
	transition: 0.3s;
	display: flex;
	justify-content: center;
}
.con_tabelka tr:hover{
	background-color: #eeedef;
}
.con_tabelka td{
	/*  width: calc(100% / 6);*/
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(1185px / 6);
	font-size: 18px;
	color: #1d1d1d;
	padding: 20px 0;
	text-transform: uppercase;
	border-bottom: 1px dashed #747474;
}
.con_tabelka .tdwolne {
	color:#1d1d1d;
	text-transform: lowercase !important;
}
.con_tabelka .tdsprzedane {
	color:#ff0000;
	text-transform: lowercase !important;
}.con_tabelka .tdzarezerwowane {
	 color:#65ae2b;
	 text-transform: lowercase !important;
 }

.con_tabelka td.wolne {
	color:#65ae2b;
}
.con_tabelka td.wolne {
	color:#65ae2b;
}


.con_tabelka td:first-child, .con_tabelka td:last-child{
	/*  justify-content: flex-start;*/
}
.con_tabelka td:first-child{
	max-width: 90px;
}
.con_tabelka td a{
	display: block;
	width: 100%;
	/*  text-align: right;*/
	color: #58595b;
	font-size: 18px;
}
.con_tabelka td img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}
.con_tabelka td img:hover{
	transform: scale(1.1);
}
.con_tabelka td a:hover{
	color: #65ae2b;
}
.con_tabelka_menu{
	background-color: #65ae2b;
	padding-top: 0;
	padding-bottom: 0;
}
.con_tabelka_menu tr:hover{
	background-color: #65ae2b;
}
.con_tabelka_menu td{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
}
.con_tabelka_menu td:last-child{
	/*  justify-content: flex-start;*/
}
.con_tabelka_menu .con_arrow{
	margin-left: 10px;
	display: none !important;
}
.con_tabelka_menu .con_arrow .arrow_down{
	margin-top: 4px;
	transform: rotate(180deg)
}

@media screen and (max-width: 1600px){
	.con_tabelka td{
		width: calc(1130px / 6);
	}
	.con_tabelka td, .con_tabelka td a{
		font-size: 17px;
	}
}
@media screen and (max-width: 1300px){
	.con_tabelka td{
		width: calc(950px / 6);
	}
	.con_tabelka td, .con_tabelka td a{
		font-size: 16px;
	}
	.filtry_con .styled-select, .filtry_con .bt_submit{
		width: 166px;
		min-width: 166px;
	}
}
@media screen and (max-width: 1023px){
	.con_tabelka tr{
		padding-left: 20px;
		padding-right: 20px;
	}
	.con_tabelka td{
		display: table-cell;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% / 6);
		line-height: 2;
	}
	.filtry_con form{
		flex-wrap: wrap;
		width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.filtry_con .styled-select{
		margin-bottom: 15px;
	}
	.con_tabelka td, .con_tabelka td a{
		font-size: 15px;
		text-align: center;
		line-height: 2;
	}
	.con_tabelka thead td, .con_tabelka thead td a{
		font-size: 16px;
	}
	.con_tabelka_menu .con_arrow{
		margin-left: 0;
	}
}
@media screen and (max-width: 620px){
	.filtry_con form{
		width: 100%;
	}
	.filtry_con .styled-select, .filtry_con .bt_submit{
		width: 100%;
		margin-bottom: 8px;
	}
	.con_tabelka td{
		/*min-width: fit-content;
        min-width: -moz-fit-content;*/
	}
	.con_tabelka td:nth-child(3){
		min-width: 120px;
	}
	.con_tabelka td:last-child{
		min-width: 120px;
	}
	.filtry_con .check_con{
		margin-top: 10px;
	}
	.filtry_con .bt_submit{
		margin-top: 20px;
	}
}


.bud_a {
	opacity:1;
}
.bud_a:hover {
	opacity:0.7;
	transition: .4s;
}
.ramka {
	padding: 20px;
	border: thin solid #d4d4d4;
}
.taable {
	padding: 20px;
	border: thin solid #d4d4d4;
}
.taable table{
	padding: 20px;
}
.taable table tbody tr{
	width:33%;
}
.taable table tbody tr td{
	border-bottom: thin solid #d4d4d4;
	padding: 20px 0px 20px 0px;
}