strong {font-weight: 700}

h2 {
	font-family: 'Yeseva One', cursive;
	font-size: 52px;
	line-height: 56px;
	font-weight: 400;
}

h2::after {
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	background: #c58f59;
	position: relative;
	margin: 20px auto 40px;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #c58f59;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 3px;
	word-spacing: 3px;
}

.scroll-animation {
	opacity: 0;
	position: relative;
}

.scroll-animation-toright {left: -100px}

.scroll-animation-toleft {left: 100px}

.scroll-animation-todown {top: -100px}

.scroll-animation-toup {top: 100px}

.scroll-position {position: relative}

.white-to-gold a {
	color: white;
	transition: color 0.15s;
}
.white-to-gold a:hover {color: #c58f59}

.gold-to-white a {
	color: #c58f59;
	transition: color 0.15s;
}
.gold-to-white a:hover {color: white}


#scroll-top {
	display: block;
	position: fixed;
	z-index: 99;
	bottom: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background-color: black;
	background-image: url('../img/scroll-top.png');
	background-size: 100%;
	display: none;
	transition: background-color 0.25s;
}
#scroll-top:hover {background-color: #c58f59}

#ciasteczka-info {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	padding: 20px 50px;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 14px;
	display: none;
	background: black;
	color: white;
}

#ciasteczka-info > div {
	position: relative;
	display: inline-block;
}

#ciasteczka-akcept {
	position: absolute;
	display: table;
	top: -15px;
	right: -25px;
	padding: 5px;
	font-size: 14px;
}

#header {
    width: 100%;
	position: relative;
	box-sizing: border-box;
    height: calc(var(--vh, 1vh) * 100);
	background: black;
	padding-top: 150px;
	display: flex;
	color: white;
}

#header > nav {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
}

#header > nav a {
	display: inline-block;
	margin: 0 20px;
	width: 100px;
}

#header > nav img {
	display: inline-block;
	width: 160px;
	margin: 0 50px;
	position: relative;
	top: 45px;
}

#header > article {
	width: 50%;
	box-sizing: border-box;
	padding-left: 200px;
	padding-right: 100px;
	display: flex;
	align-items: center;
	padding-bottom: 150px;
}

#header > article img {
	display: block;
	width: 440px;
	position: relative;
	margin: 0 auto 50px;	
}

#header > figure {
	max-width: 800px;
	width: 50%;
	padding: 0 50px;
	display: flex;
	align-items: flex-end;
}

#header > figure img {
	display: block;
	width: 100%;
}

#o_nas {
	width: 100%;
	position: relative;
	display: flex;
}

#o_nas > figure {
	width: 50%;
	box-sizing: border-box;
	padding-left: 200px;
	position: relative;
	top: -100px;
}

#o_nas > figure img {
	display: block;
	width: 100%;
	max-width: 650px;
	position: relative;
}

#o_nas > article {
	width: 50%;
	box-sizing: border-box;
	padding: 0 200px 0 100px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#o_nas > article > div {
	width: 100%;
	padding: 100px 0;
}

#nasz_lod {
	width: 100%;
	background-image: url('../img/nasz_lod-figure-1.jpg');
	background-size: cover;
	background-position: center;
	color: white;
	display: flex;
	min-height: 800px;
	overflow: hidden;
}

#nasz_lod > article {
	width: 50%;
	box-sizing: border-box;
	padding: 150px 100px 150px 200px;
	display: flex;
	align-items: center;
}

#nasz_lod-rwd-fiugre {display: none}

#pojemnosci {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 150px 200px 300px;
	background: #f8f8f8;
}

#pojemnosci > div  {
	width: 100%;
	position: relative;
}

#pojemnosci > div article {
	width: 100%;
	position: relative;
	padding: 140px;
	box-sizing: border-box;
	background-image: url('../img/pojemnosci-border.png');
	background-size: 100% 100%;
}

#pojemnosci-bg {
	background-image: url('../img/pojemnosci-bg.jpg');
	background-size: cover;
	background-position: center;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	position: absolute;
	top: 30px;
	left: 30px;
}

#pojemnosci-box {
	width: 100%;
	margin-bottom: 50px
}

#pojemnosci-box > div {
	display: inline-block;
	border: 3px solid #c58f59;
	padding: 25px 40px;
	margin: 0 10px;
	font-family: 'Yeseva One', cursive;
	font-size: 52px;
	line-height: 52px;
	font-weight: 400;
}

#kontakt {
	width: 100%;
	display: flex;
	background-image: url('../img/kontakt-bg.jpg');
	background-size: cover;
	background-position: center;
}

#kontakt > figure {
	width: 50%;
	background-image: url('../img/kontakt-figure.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	top: -150px !important;
}

#kontakt > article {
	width: 50%;
	box-sizing: border-box;
	padding: 150px 200px 150px 100px;
	overflow: hidden;
}

#kontakt .tel-link {
	display: table;
	position: relative;
	margin: 20px auto 0;
	font-family: 'Yeseva One', cursive;
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;	
}

#kontakt .tel-link span:first-of-type {
	width: calc(100% + 30px);
	height: 20px;
	position: absolute;
	bottom: 0;
	left: -15px;
}
#kontakt .tel-link span:first-of-type > span {
	display: block;
	background: #c58f59;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	transition: width 0.25s;
}
#kontakt .tel-link:hover span:first-of-type > span {width: 75%}

#kontakt .tel-link span:last-of-type {position: relative}

#footer {
	width: 100%;
	position: relative;
	padding: 50px 200px;
	box-sizing: border-box;
	background-image: url('../img/footer-bg.jpg');
	background-size: cover;
	background-position: center;
	color: white;
}

#footer > img {
	display: block;
	width: 200px;
	margin: 0 auto 50px
}

#footer > nav a {
	display: inline-block;
	margin: 0 25px 10px;
}

#copyright {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 4px solid rgba(255,255,255,0.20);
	margin-top: 100px;
}



/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
#header > article {
    padding-left: 150px;
    padding-right: 75px;
    padding-bottom: 150px;
}

#header > article img {width: 400px}
	
#o_nas > figure {padding-left: 150px}	

#o_nas > article {padding: 0 100px 0 75px}

#nasz_lod {min-height: auto}

#nasz_lod > article {padding: 100px 75px 100px 150px}

#pojemnosci {padding: 100px 150px 200px}

#pojemnosci > div article {padding: 95px}

#kontakt > figure {top: -100px !important}

#kontakt > article {padding: 100px 150px 100px 75px}

#footer {padding: 50px 150px}

#copyright {margin-top: 75px}
	
}



/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
h2 {
	font-size: 42px;
	line-height: 46px;
}

h2::after {
	width: 125px;
	height: 3px;
	margin: 15px auto 30px;
}

h3 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	word-spacing: 2px;
}	
	
#header > article {
    padding-left: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
}	

#header > article img {width: 350px}
	
#o_nas > figure {padding-left: 100px}	

#o_nas > article {padding: 0 75px 0 50px}

#nasz_lod > article {padding: 75px 50px 75px 100px}

#pojemnosci {padding: 75px 150px 150px}

#pojemnosci > div article {padding:70px}

#pojemnosci-box > div {
    padding: 25px 40px;
    margin: 0 10px;
    font-size: 42px;
    line-height: 42px;
}

#kontakt > figure {top: -75px !important}

#kontakt > article {padding: 75px 100px 75px 50px}

#kontakt .tel-link {
    margin: 15px auto 0;
    font-size: 36px;
    line-height: 36px;
}

#kontakt .tel-link span:first-of-type {
    width: calc(100% + 30px);
    height: 15px;
    left: -15px;
}

#footer {padding: 50px 100px}

#copyright {margin-top: 50px}
	
}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.scroll-animation {
	left: 0 !important;
	top: 0 !important;
}		
	
#scroll-top {
    bottom: 25px;
	right: 25px;
}	
	
#header {
    display: block;
	padding: 175px 100px 150px;
	height: auto;
}	

#header > nav img {
    width: 125px;
    margin: 0 30px;
    top: 30px;
}

#header > nav a {margin: 0 10px}    

#header > article {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
	width: 100%;
}

#header > figure {display: none}

#o_nas {
    width: 100%;
    display: block;
	box-sizing: border-box;
	padding: 0 100px 75px;
}

#o_nas > figure {
    padding-left: 0;
	width: 100%;
}

#o_nas > figure img {
	max-width: 500px;
	margin: 0 auto -50px;
	opacity: 1 !important;
}

#o_nas > article {
    padding: 0;
	width: 100%;
}

#o_nas > article > div {padding: 0}

#nasz_lod {
    background-image: url(../img/nasz_lod-rwd-bg.jpg);
    background-size: cover;
    background-position: center;
    display: block;
}

#nasz_lod > article {
    padding: 100px 100px 0;
	width: 100%;
}

#nasz_lod-rwd-fiugre {
	display: block;
	width: 100%;
}

#nasz_lod-rwd-fiugre img {
	display: block;
	width: 100%;
}

#pojemnosci {padding: 75px 100px 125px}

#pojemnosci-bg {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
}

#pojemnosci-box > div {
    padding: 20px 30px;
    margin: 0 5px;
	font-size: 32px;
    line-height: 32px;
}

#kontakt {
    width: 100%;
    display: block;
	box-sizing: border-box;
	padding: 0 100px 75px;
}

#kontakt > figure {
	width: 100%;
	height: 400px;
	margin-bottom: -25px;
}

#kontakt > article {
    padding: 0;
	width: 100%;
}
	
}



/*GRID: 768px */
@media all and (max-width: 768px) {
	
.white-to-gold a:hover {color: white}

#scroll-top:hover {background-color: black}

#kontakt .tel-link:hover span:first-of-type > span {width: 100%}	
	
#header {padding: 200px 50px 150px}	
	
#header > nav {top: 30px}	

#header > nav a {
	width: auto;
	margin: 0 20px 10px;
}
	
#header > nav img {
    position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50px;
}

#o_nas {padding: 0 50px 50px}	

#nasz_lod > article {padding: 50px 50px 0}

#pojemnosci {padding: 50px 50px 100px}

#pojemnosci > div article {padding: 50px}

#pojemnosci-box > div {
    padding: 10px 20px;
    margin: 0 5px;
}

#kontakt {padding: 0 50px 50px}

#footer {padding: 50px 50px}

#copyright {display: block}
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
h2 {
	font-size: 32px;
	line-height: 38px;
}

h2::after {
	width: 100px;
	height: 2px;
	margin: 10px auto 20px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	word-spacing: 1px;
}	

#scroll-top {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}	

#ciasteczka-info {padding: 20px 20px}

#ciasteczka-akcept {
    top: -15px;
    right: -15px;
}

#header {padding: 200px 20px 150px}	

#header > nav a {margin: 0 10px 5px}

#header > article img {
    width: 350px;
	max-width: 80%;
}

#o_nas {padding: 0 20px 50px}

#nasz_lod > article {padding: 50px 20px 0}

#pojemnosci {padding: 50px 20px 100px}

#pojemnosci > div article {background-image: url(../img/pojemnosci-rwd-border.png)}

#pojemnosci-bg {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
}

#pojemnosci-box {margin-bottom: 30px}

#pojemnosci-box > div {
	display: table;
	font-size: 32px;
	line-height: 32px;
    padding: 15px 30px;
	position: relative;
    margin: 0 auto 10px;
}

#kontakt {padding: 0 20px 50px}

#kontakt .tel-link {
    margin: 15px auto 0;
    font-size: 32px;
    line-height: 32px;
}

#kontakt .tel-link span:first-of-type {
    width: calc(100% + 20px);
    height: 10px;
    left: -10px;
	bottom: 1px;
}

#footer {padding: 50px 20px}

#footer > img {
    width: 150px;
    margin: 0 auto 30px;
}
	
}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
#header > nav a {margin: 0 10px 10px}	

h2 {
	font-size: 28px;
	line-height: 32px;
}

h2::after {
	width: 175px;
	height: 2px;
	margin: 10px auto 20px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	word-spacing: 0;
}	

#kontakt .tel-link {
    margin: 15px auto 0;
    font-size: 28px;
    line-height: 28px;
}

#kontakt .tel-link span:first-of-type {
    width: calc(100% + 10px);
    height: 8px;
    left: -5px;
}
	
}


/*GRID: 375px */
@media all and (max-width: 440px) {
	
#header > nav a {
	margin: 0 8px 10px;
	font-size: 13px;
    line-height: 14px;
}	
	
}