body {
	padding: 0px;
	margin: 0px;
}
.osiedle-container {
	width: 100%;
	margin: auto;
    z-index: 0;
    
}

img.osiedle-background {
	max-width: 100%;
    max-height: none;
	
}
.select {
	position: absolute;
    z-index: 3;
    top: 111px;
    font-size: 13px;
    color: #fff;
    right: 657px;
    letter-spacing: 1px;
    font-family: 'Text-Bold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 28px;
    background: rgba(0, 0, 0, 0.7);
}
.select img {
	position: absolute;
    right: -84px;
    top: 22px;
}
.select-main {
    position: absolute;
    z-index: 1;
    top: 76px;
    font-size: 13px;
    color: #fff;
    left: 82px;
    letter-spacing: 1px;
    font-family: 'Text-Bold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 28px;
    background: rgba(0, 0, 0, 0.7);
}
.select-main img {
	position: absolute;
    left: 231px;
    top: 12px;
}

.select-left {
	position: absolute;
    z-index: 3;
    top: 150px;
    font-size: 13px;
    color: #171717;
    left: 657px;
    letter-spacing: 1px;
    font-family: 'Text-Bold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 28px;
    background: rgba(255, 255, 255, 0.9);
}
.select-left img {
	position: absolute;
    left: -88px;
    top: 18px;
}
.closeme {
    position: relative;
    z-index: 3;
	width: 50%;
	display: inline-block;
    text-align: right;
	font-family: 'Text-Bold', sans-serif;
    font-weight: normal;
	padding-bottom: 10px;
}
.closeme a {
	text-decoration: none;
	color: #171717;
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading {
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
	width: 50%;
	display: inline-block;
    text-align: left;
	font-family: 'Text-Bold', sans-serif;
    font-weight: normal;
}
.open-budynek-h {
	opacity: 0;
	position: absolute;
	padding: 30px;
	background: #fff;
	right: 0px;
	top: 84px;
	z-index: 1;

}
.open-budynek {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	
}
.open-budynek-h-schemat {
	opacity: 0;
    position: absolute;
    padding: 30px;
    background: none;
    left: 83px;
    top: 150px;
    z-index: 1;
}
.open-budynek-h.show {
	opacity: 1;

}
.open-budynek-h-schemat.show {
	opacity: 1;

}


@font-face {
    font-family: Text-Regular;
    src: url(Montserrat-Regular.ttf);
}
@font-face {
    font-family: Text-SemiBold;
    src: url(Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Text-Bold;
    src: url(Montserrat-Bold.ttf);
}