article,
aside,
footer,
header,
nav,
section,
figure,
figcaption {
	display: block;
}

html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	font-family: 'Poppins';
	font-size: 16px;
	color: #231F20;
	width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	transition: .3s ease;
}

a:hover, a.link-inherit:hover {
	color: #e2c005;
}

.hidden {
	display: none;
}

.row {
	margin-left: 0;
	margin-right: 0;
}


header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.menu-button-wrap {
	position: relative;
	z-index: 99;
}

#menu-button {
	color: #231F20;
	text-decoration: none;
}

#menu {
	position: fixed;
	top: 0;
	background: #2b3990;
	width: 0vw;
	height: 100vh;
	z-index: 98;
	overflow: hidden;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}

#menu.show {
	width: 100vw;
}

#menu>#menu-content {
	height: 0;
}

#menu>#menu-content.show {
	height: auto;
}

#menu>#menu-content a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

#menu>#menu-content a:after {
	content: "";
	display: block;
	width: 0;
	margin: 20px auto 0px;
	height: 4px;
	background-color: #fff;
	-webkit-transition: width 0.1s;
	transition: width 0.1s;
}


#menu>#menu-content a:hover:after {
	width: 20%;
}

.main-menu {
	padding-top: 220px;
}

#logo path,
#logo polygon {
	fill: #231F20;
}

h1 {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 400;
	max-width: 800px;
}

h2 {
	font-size: 24px;
	font-weight: 400;
	max-width: 500px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
}

p {
	font-size: 14px;
}

body {
	background: #f2f2f2;
	color: #231F20;
}

body #menu-button {
	color: #fff;
}

body h1 {
	font-size: 24px;
	font-weight: 800;
	font-family: 'Kanit';
}

body h2 {
	font-size: 24px;
	font-weight: 300;
}

body p {
	font-size: 1em;
}

body nav {
	background: #231F20;
	color: #fff;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	font-family: 'Kanit';
}

body #logo path,
body #logo polygon {
	fill: #fff;
}


ul {
	list-style-type: square;
}

nav {
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
	transition: .5s ease-in;
	opacity: 1;
	background: #231F20;
	text-align: center;
}

nav a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	padding: 5px;
	transition: .5s ease-out;
	border-top: solid 2px #231F2000;
	border-bottom: solid 2px #231F2000;
}


nav a:hover {
	text-decoration: none;
	border-color: #fff;
	border-top-color: #ffffff00;
	color: #e2c005;
}

.nav-item.active a {
	text-decoration: none;
	border-color: #fff;
	border-top-color: #ffffff00;
}

.no-decor:hover {
	border-color: #fff;
}



#navbar-logo svg {
	width: 180px;
	height: 30px;
}

#landing-banner {
	width: 100%;
	height: 100vh;
	margin-top: -60px;
	background-image: url("../images/wizualizacje/lazy_backyard.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-shadow: 2px 2px 10px #231F20;
	font-family: 'Raleway';
	color: white;
	filter: blur(5px);
	transition: 1s ease;
}

.overlay {
	background: linear-gradient(to bottom, rgba(32, 7, 32, .25), rgba(0, 0, 0, .55));
	height: 100%;
	width: 100%;
}

.title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner .title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	height: 100%;
	padding-left: 50px;
}

.banner .title.right {
	justify-content: flex-end;
}

.banner .title.right .subtitle {
	text-align: right;
}

.banner .subtitle {
	width: 100%;
	flex-basis: 10%;
	padding: 0;
}

.banner .subtitle h3 {
	text-align: left;
}

.banner:first-child .title {
	justify-content: flex-start;
}

#navbar-logo a {
	margin: 5px;
}

#landing-banner .title h1,
#landing-banner .title h3 {
	/*color: white;*/
}

.landing-banner-down-arrow {
	width: 100%;
	font-size: 3em;
	/*color: white;*/
	text-align: center;
	bottom: calc(100vh - 20px);


}

#gallery .day {
	background-image: url("../images/wizualizacje/lazy_day.jpeg");
}

#gallery .divider {
	height: 15px;
	background-color: #231F20;
}

#gallery .overlay {
	color: #fff;
	background: rgba(0,0,0,.25);
	border-radius: 20px;
}

#gallery .overlay > :last-child {
	/* margin-bottom: 6em; */
	padding: 2rem 1rem;
}

#gallery .night {
	background-image: url("../images/wizualizacje/lazy_night.jpeg");
}

#gallery .day, #gallery .night{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	min-height: 200vh;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.slick-gallery {
	height: 40vh;
}

.slick-slide {
	background: #231F20;
}

.slick-slide > div {
	display: flex;
}

.slick-slide img {
	transition: .5s ease;
	opacity: .75;
}

.slick-current img {
	opacity: 1;
}


#plans {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 600px;
}

#plans > section {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
}

#plans > section.row.flex-center {
	justify-content: center;
}
#plans > section.row.flex-center h2 {
	margin-top: 2rem;
}

#plans > section:first-child {
	/* justify-content: space-between; */
}

#plan_img {
	max-height: 75vh;
	/* max-width: 100%; */
	min-width: 500px;
	min-height: 380px;
	/* width:auto; */
}

.fa-circle {
	display: none;
}

section.location {
	display: flex;
	align-items: center;
	height: 100%;
	background: rgba(183, 36, 218, 0.15);
}

.location {
	margin: auto;
}

.number {
	font-size: 2.5rem;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
}


.title i {
	font-size: 2rem;
	text-align: center;
}

#intro .row p {
	font-size: 1.5em;
	font-weight: 800;
}

#intro .intro-part .text {
	text-align: center;
}


#intro .intro-part:not(:last-child) .text {
	border-bottom: 1px solid grey;
}

#intro h1 {
	margin-bottom: 2rem;
}

#intro h1:first-letter {
	font-size: 2rem;
}

#intro p.title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.2rem;
}

.location .img-div {
	text-align: center;
}

.img2 iframe {
	pointer-events: none;
}


.location img {
	display: block;
}

.location table:first-child td:second-child {
	width: 50%;
}


.contacts .row {
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.contact .text {
	justify-content: center;
}



.about .contacts {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.intro-part-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 20px 0;
}

.intro-part:nth-child(odd) {
	flex-direction: column;
}

.intro-part:nth-child(1) .number-desc,
.intro-part:nth-child(2) .number-desc {
	margin-top: 0;
}

.intro-part:nth-child(3) .number-desc,
.intro-part:nth-child(4) .number-desc {
	margin-bottom: 0;
}

.intro-part:nth-child(even) {
	flex-direction: column-reverse;
}

.intro-part-box {

}

.contact-part {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	flex-wrap: nowrap;
	max-width: 60vw;
	padding: 1rem;
}



.toggle-button,
.brochure-button,
.button {
	background: #231F20;
	color: #fff;
	padding: 1rem;
}

.button {
	margin-top: 5px;
}

a.link-inherit {
	text-decoration: none;
	color: inherit;
}

a#brochure-link {
	text-decoration: none;
	text-transform: uppercase;
}



.dark-button {
	font-size: 14px !important;
	font-weight: 800;
	text-transform: uppercase;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Kanit';
}

.dark-button.link, input.dark-button {
	font-size: 14px !important;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 5px;
}

.dark-button.link a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	border-top: solid 2px #231F20;
    border-bottom: solid 2px #231F20;
    transition: .5s ease;
}

button.dark-button {
	border: none;
	background-color: #231F20;
	color: #fff;
	padding: 1rem;
}
.dark-button.link:not(.disabled):hover {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.dark-button.link:not(.disabled):hover a{
	color: #e2c005;
	/* border-top: solid 2px white; */
	border-bottom: solid 2px #fff;
}


.toggle-button:hover,
.brochure-button:hover {
	cursor: pointer;
}

.construction-tiles .row {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

#okolica > .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

#location > .row {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

#location .card {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-start;
}

#location> .row:first-child :nth-child(2) .card,
#location> :first-child :nth-child(3) .card {
	flex-flow: column;
    height: 100%;
}

#location .front > .card {
	flex-flow: column-reverse !important;
}

#location .card {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

div:not(.center) > p {
	text-align: justify;
}

section:not(#intro) .card .text p {
	padding: 1rem 0;
}



#flip-card1,
#flip-card2,
#flip-card3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;

}

#flip-card1 .text,
#flip-card2 .text,
#flip-card3 .text {
	text-shadow: 2px 2px 10px #231F20;
	cursor: pointer;
}


#flip-card1 .text h2,
#flip-card2 .text h2,
#flip-card3 .text h2,
#flip-card1 .text p,
#flip-card2 .text p,
#flip-card3 .text p,
#flip-card1 .text h3,
#flip-card2 .text h3,
#flip-card3 .text h3 {
	/*color: white !important;*/
}

.flip-cards h3 {
	text-align: center;
}

.flip-cards i {
	font-size: 6rem;
	text-align: center;
	padding: 5rem;
}

#technology .icon {
	padding: 1rem;
}

#technology>.row>h3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#technology .text i {
	font-size: 4rem;
}

#technology .list {
	display: flex;
	flex-direction: column;
}

#technology .dark-button {
	margin-bottom: 1rem;
}


.house-info, .house-info .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.house-info {
	height: 100%;
	/* display: none; */
}

.house-info .row:last-of-type {
	margin-top: 1rem;
}

.house-info .number {
	/* font-size: 2rem; */
}

.house-info-details {
	display: flex;
    flex-flow: column;
    align-items: flex-start;

}

#status-lokalu {
	display: flex;
	justify-content: center;
}

.plans {
	/* display: none; */
}

#lokalA-details, #lokalB-details {
	/* opacity: 0; */
}

.plans > div {
	float: left;
}

.plans a img, .plans img {
	display: block;
	width: 100%;
	object-fit: contain;
	object-position: center;
	height: auto;
	transition: .5s ease;
	opacity: 0.5;
	padding: 1rem 0;
	cursor: pointer;
}

.plans img:hover {
	opacity: 1;
}

.plans.vertical {
	display: none !important;
}



.house-info .text p:not(.number-desc) {
	margin: 0;
}

.front,
.back {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 0;
	background: #3c3c3c;
	color: white;
}

.back {
	background: #3c3c3c;
	padding: 1rem;

}

#location table {
	font-size: 0.75em;
}

#location .flip-cards table {
	padding: 20px;
}

#location>.flip-cards>.col-xs-12 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.card {
	padding: 0;
	object-fit: fill;
	object-position: center;
	background-color: inherit;
    border: none;
}

.tile {
	padding: 2rem;
	position: relative;

}


.tile img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border: 4px solid #fff;

}

.tile img:hover {
	border-color:#e2c005
}

h2 {
	max-width: 1200px;
}

.tile .ribbon {
	font: bold 15px sans-serif;
	color: #333;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	position: relative;
	padding: 7px 0;
	top: 15px;
	left: -30px;
	width: 120px;
	background-color: #ebb134;
	color: #fff;
}

#location .card:hover {
	cursor: pointer;
}


#location .card:hover a {
	color: #fff;
	border-top: solid 2px white;
    border-bottom: solid 2px white;
}

.card-image {
	object-fit: cover;
	object-position: center;
}

#left-menu,
#right-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#left-menu {
	align-items: flex-end;
	justify-content: flex-end;
}

#right-menu {
	align-items: flex-start;
	justify-content: center;
}

.navbar-opacity {
	opacity: .6;
}

.row {
	width: 100%;
}



.contact {
	font-size: 28px;
	padding: 80px 0px;
}

.contact a,
.row.contacts a {
	text-decoration: none;
	color: inherit;
}


.mail {
	border-left: 1px solid #808285;
	max-width: 100vw;
}

.sub-footer {
	border-top: 1px solid #BCBEC0;
	padding: 30px 0px;
	font-size: 12px;
	color: #939598;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}


.banner .photo img {
	width: 100%;
	height: auto;
}

.banner .title h1 {
	font-size: 5em;
	font-weight: 1000;
	text-transform: uppercase;
	text-align: center;
	margin: 3rem 0 0;
	text-shadow: 2px 2px 10px #231F20;
	max-width: 1200px;

}

.banner h1.title {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 4em;
	font-weight: 1000;
	text-transform: uppercase;
	text-align: center;
	margin: 0rem 0 0;
	text-shadow: 2px 2px 10px #231F20;
	max-width: 1200px;
	padding-left: 0;
}

.about h1.title {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 3em;
	font-weight: 1000;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	text-shadow: 2px 2px 10px #231F20;
	max-width: 1200px;
	padding-left: 0;
}

body > section h1.title {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 3em;
	font-weight: 1000;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	/* text-shadow: 2px 2px 10px #231F20; */
	max-width: 1200px;
	padding-left: 0;
}

.banner h1.title i {
	font-size: 1em;
	padding-right: .5em;
}

section.location h1 {
	font-size: 5em;
	font-weight: 1000;
	text-transform: uppercase;
	text-align: center;
	margin: 3rem 0 0;
	text-shadow: 2px 2px 10px #231F20;
	max-width: 1200px;
}

.banner .title h3,
section.location h3 {
	font-size: 1.8em;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px #231F20;
	max-width: 1200px;
	font-family: 'Poppins';
}

.banner .title h4 {
	font-size: 1.4em;
	font-weight: 400;
	text-shadow: 2px 2px 10px #231F20;
	max-width: 1200px;
	font-family: 'Poppins';
}

.banner .subtitle p {
	text-shadow: 2px 2px 10px #231F20;
}

section.banner h3 {
	text-transform: none !important;

}

#intro .card img {
	object-fit: cover;
	object-position: center;
	background: rgba(0, 0, 0, .5);
}

.card img {
	/*max-width: 250px;*/
	height: 180px;
	width: 100%;
	object-fit: contain;
	object-position: right;

}

.about .head .row,
#contact .row.center {
	justify-content: center;
	padding: 3rem 1rem;
}

.about .card img {
	max-width: 100%;
}


.card .title,
.contacts .row.title,
.house-info .title,
.brochure-after .title {
	background: #231F20;
	color: #fff;
	font-size: 16px;
	padding: 1rem 0;
	align-items: center;
	margin-top: 4px;
	flex-direction: row;
	/* width: 30%; */
}

.flip-cards .row.title {
	background: #231F20;
	color: #fff;
	font-size: 16px;
	height: 5rem;
	margin-top: 0;
	padding: 1rem 0;
	align-items: center;
	flex-direction: row;
}



#intro .number:first-letter {
	font-size: 2.5rem;
}

.text p :not(.number):first-child:first-letter {
	font-size: 1.5rem;
}

#plans svg {
	width: 100%;
	height: auto;
}


.flip-cards > div {
	display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0!important;
}

a.button,
span.button {
	display: inline-block;
	color: #231F20;
	background: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 800;
	padding: 10px 5px;
	position: relative;
	transition: all 0.5s ease;
}

a.button:before,
span.button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	z-index: -1;
}

a.button:after,
span.button:after {
	content: "\00a0\2192";
	transition: all 0.2s ease;
}

a.button:hover:after,
span.button:hover:after {
	content: "\00a0\2192";
	padding-left: 10px;
}

section.main.banner>h1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 2rem;
}

.main.content {
	padding: 1rem;
}

section.main.content>h1 {
	padding: 1rem;
	text-align: left;
}


.main.content {
	max-width: 1200px;
	padding: 5rem 2rem;
	margin: 0 auto;
}


.slick-gallery-1 {
	cursor: move;
	/* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.slick-list {
	height: 100%;
}

.long p {
	max-width: 800px;
}

.dark table {
	color: #231F20;
}

table,
table tr {
	width: 100%;
}

table td {
	border-bottom: 1px solid white;
	padding: 5px 0px;
}

table td:first-of-type {
	width: 70%;
	position: relative;
	left: 2px;
}

table td:last-of-type {
	text-align: right;
}

img.full {
	width: 100%;
	height: auto;
}


.brochure-before {
	/* display: none; */
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.brochure-after {
	display: none;
}


/* mobile */

@media only screen and (max-width: 48em) {

	#logo {
		/*width: 34px;
		height: 34px;*/
	}
	#logo path:not(#sygnet),
	#logo polygon {
		display: block;
	}
	#logo #sygnet {
		fill: #fff;
	}

	.banner .title h1 {
		font-size: 3em;
		padding: 0 20px;
	}
	.banner .title h3 {
		font-size: 1.3em;
		padding: 0 20px;
	}
	#intro .row p {
		font-size: 1em
	}

	#intro .row p:last-child {
		margin-bottom: 1rem;
	}

	.intro-part .card {
		width: 100%;
		padding: 0;
	}

	.mail {
		border-left: none;
		font-size: 1.5rem;
	}
	.phone {
		font-size: 1.5rem;
	}
	.flip-card {
		margin: 20px 0;
	}
	.card img {
		max-width: 100%;
		width: 100%
	}
	.intro-part:nth-child(odd),
	.intro-part:nth-child(even) {
		flex-direction: column;
	}
	.contact-part {
		max-width: 90vw;
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 48em) {

	.intro-part:nth-child(odd) {
		flex-direction: row;
	}
	.intro-part:nth-child(even) {
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width: 62em) {

	.intro-part:nth-child(odd),
	.intro-part:nth-child(even) {
		flex-direction: row;
	}

	.fa-circle {
		display: inline;
		font-size: 1.75rem;
	}

	.house-info-details {
	    flex-flow: row;
	    align-items: flex-start;

	}

}

#about .row.contacts .contact-part:first-child,
#about .row.contacts .contact-part:nth-child(2) {
	border-bottom: 1px solid #333
}

@media only screen and (min-width: 48em) {
	#about .row.contacts .contact-part:first-child {
		border-bottom: none;
	}
	#about .row.contacts .contact-part:nth-child(2) {
		border-bottom: none;
		border-left: 1px solid #333

	}
	.flip-cards > div {
		padding: 0 1rem !important;
	}
}

@media only screen and (min-width: 62em) {
	#about .row.contacts .contact-part:nth-child(2) {
		border-bottom: none;
		border-left: 1px solid #333;
		border-right: 1px solid #333;

	}
	#location > .row {
		display: flex;
		flex-flow: row;
		align-items: center;
	}

	.row.rodo {
	flex-flow: row-reverse !important;
}
}

@media only screen and (min-width: 1201px) {

	body nav {
		padding-left: calc((100vw - 1200px)/2) !important;
    	padding-right: calc((100vw - 1200px)/2) !important;
	}
}


hr {
	max-width: 1200px;
	margin: auto;
}

footer {
	padding: 1rem !important;
	background-color: #231F20;
	color: #fff;
}

footer .col-md-4 {
	padding: 2rem;
	margin-bottom: 3rem;
}

footer div:nth-child(3) {
	padding-left: 6rem;
}

.handle {
	background: rgba(0,0,0,.6);
	padding: 1rem;
	color: white;
	transition: .5s ease;
	/*animation: pulse 6s ease 0s infinite;*/
}

.handle:hover {
	cursor: pointer;
	background: #231F20;

}

#contact-form {
	font-size: 1.2rem;
	padding-top: 0rem;
}

#contact-form .title {
	align-items: flex-start;
	font-family: 'Kanit';
}


#contact-form input:not(.dark-button):not([type="checkbox"]),
#contact-form textarea {
	width: 100%;
	border-style: none;
	background: rgba(255,255,255,.75);
	/* border-bottom: 1px solid #333; */
	padding: 5px;
	border-radius: 5px;
	font-size: 1.0rem;
}

input[type="checkbox"] {
	margin: 1rem;
}

#contact-form p, p.number-desc {
	margin-bottom: 0;
	margin-top: 1.2rem;
	text-transform: uppercase;
	font-weight: 800;
}

/*#intro .row.title {
	border-bottom: 2px solid #231f20;
	text-decoration: underline;
	background: none;
	color: #231f20;
	padding-bottom: 0;
}*/

#intro > .row > div:nth-child(1) p,
#intro > .row > div:nth-child(2) p {
	margin-bottom: 0 !important;
}

#intro > .row > div:nth-child(3) p,
#intro > .row > div:nth-child(4) p {
	margin-top: 0 !important;
}

#intro > .row > div:nth-child(1) p.number-desc,
#intro > .row > div:nth-child(2) p.number-desc {
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
}

#intro > .row > div:nth-child(3) p.number-desc,
#intro > .row > div:nth-child(4) p.number-desc {
	margin-bottom: 0 !important;
	margin-top: 1rem !important;
}

.button:hover {
	cursor: pointer;
}

#rodo .text  {
	font-size: 0.9rem !important;
	text-align: justify;
}

#rodo label {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
}

label.error {
	font-size: 0.8rem !important;
	color: #920918;
}

#hiddenRecaptcha-error {
    width: 100%;
}

.contact-form-status {
	color: green;
	margin: 0 auto;
	text-align: center;
}
.contact-form-status.error {
	color: red;
}

#rodo p {
	margin-top: .5rem;
}

@media only screen and (min-width: 48em) {


	#rodo p {
		margin-top: .5rem;
	}

	#rodo a {
		color: #231F20;
		text-decoration: underline;
	}

}

#about-bak {
	background-image: url("../images/wizualizacje/lazy_backyard.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-shadow: 2px 2px 10px #231F20;
	color: #fff;
}

#about .contacts a {
	transition: .5s ease;
	text-decoration-color: white;

}

#about .contacts a:hover {
	color: #231F20;
	text-decoration: underline;
	text-decoration-color: #231F20;
}

.about.main.content > .col-md-6 h2{
	font-size: 2em;
	padding: 2em 0;
}



.legal-info {
	position: relative;
    bottom: 0;
    left: 0;
    margin-top: -2rem;
    padding: 0 1rem;
    text-align: right;
    color: #fff;
    text-shadow: 2px 2px 5px #231F20;
    font-size: .7rem;
    cursor: default;
    pointer-events: none;
}
.legal-info:hover {
	cursor: default;
}

.row.rodo {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.row.rodo > div {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (min-width: 48em) {
.legal-info {
    margin-top: -1rem;

}



#intro .card {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#intro .dark-button {
	font-size: 1.3rem !important;
}

#intro .text {
	border-bottom: none !important;
	width: 100%;
}



}

.g-recaptcha.center > div {
	margin: 1rem auto !important;
}

.mr-auto {
	margin: auto;
}

#map {
	height: 65vh;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}

input:focus, textarea:focus {
	outline: none;
}

#mapster_wrap_0 {
	margin: 0 auto;
}

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  transition: .5s ease;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #231F20;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #231F20;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.local-path-link path {
	transition: .2s ease;
}

.local-path-link:hover path, .local-path-link.selected path {
	fill: #e2c005 !important;
}

.plans.horizontal {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.plans.horizontal > div {
	padding: 0;
}

@media only screen and (max-width: 48em) {
	#landing-banner, #about  {
		background-attachment: scroll;
	}

	#landing-banner .title h1 {
		/* margin-bottom: 4rem; */
	}

	#gallery .day, #gallery .night{
		background-image: none;
		min-height: auto;
	}

	#gallery .overlay {
		color: #231F20;
		background: rgba(0,0,0,0);
	}

	#gallery img {
		width: 100%;
		height: auto;
	}

	#gallery .overlay h1.title, #gallery .overlay h4 {
		text-shadow: none;
	}

	.divider {
		display: none;
	}

	#gallery .overlay {
		margin: 5px;
		padding: 0;
		width: calc(100% - 10px);
	}

	.plans.horizontal {
		flex-direction: column;
	}

	.main.content {
		padding: 30px 20px;
	}

	#plans > section {
		flex-direction: column;
	}

	.about h1.title {
		font-size: 2rem;
	}

	.banner .title h1, body > section h1.title {
		font-size: 3rem;
		text-align: left;
		max-width: 100vw;
	}

	.about.main.content > .col-md-6, .about.main.content > .col-md-6 > .col-sm-12 {
		padding: 0;
		text-align: center;
	}

	.about.main.content > .col-md-6 h2 {
		font-size: 1.35rem;
		padding: 1.35rem 0;
	}

	.banner .title {
		padding-left: 15px;
	}
	.subtitle h1.title {
		padding: 0;
		font-size: 2.5rem;
	}

	footer .col-md-4 {
		padding: 2rem 0;
	}

	footer div:nth-child(3) {
		text-align: center;
		padding-left: 2rem;
	}

}
