#home-onas > div:nth-of-type(2) {
	padding: 30px 40px;
	border-bottom: 2px solid #E4E4E4;
	text-align: left;
}

#home-onas > div:nth-of-type(2) img {
	display: inlline-block;
	max-width: 90%;
}

#home-onas > div:nth-of-type(3) {
	padding-left: 40px;
	padding-top: 30px;
	text-align: right;
}
#home-onas > div:nth-of-type(3) h2 {
	left: 40px;
	top: 20px;
}
#home-onas > div:nth-of-type(3) h4 {margin-bottom: 20px}

#home-links {display: flex}

#home-links a {
	display: block;
	width: 33.3%;
	height: 33vw;
	position: relative;
	background-size: cover;
	background-position: center;
}
#home-links a:nth-of-type(1) {background-image: url('../img/home-links1.jpg')}
#home-links a:nth-of-type(2) {background-image: url('../img/home-links2.jpg')}
#home-links a:nth-of-type(3) {background-image: url('../img/home-links3.jpg')}

#home-links a  > div {
	position: absolute;
	box-sizing: border-box;
	padding: 110px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home-links a  > div > div {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	box-sizing: border-box;
	padding: 5px;
}

#home-links a  > div > div > div {
	width: 100%;
	height: 100%;
	background: #E31E24;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home-links h3 {color: white}

#home-links h4 {
	color: white;
	margin-bottom: 10px;
}

#home-odroznia {text-align: left}

#home-odroznia .scrolling-elements {
	background-image: url('../img/home-odroznia-bg.png');
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: center right;
}
#home-odroznia .scrolling-elements figure {width: calc(50vw - 450px)}

#home-odroznia .iwrap {
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
}

#home-odroznia h3 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 36px;
}

#home-odroznia .iwrap div {
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 50px;
}
#home-odroznia .iwrap div:nth-of-type(2n + 1) {
	padding-right: 50px;
	border-right: 2px solid #E4E4E4;
}
#home-odroznia .iwrap div:nth-of-type(2n) {
	padding-left: 50px;
}
#home-odroznia .iwrap div:nth-of-type(3), #home-odroznia .iwrap div:nth-of-type(4) {
	padding-bottom: 0;
}

#home-odroznia .iwrap img {
	display: block;
	margin-bottom: 30px;
}

#home-loga {
	background-image: url('../img/home-loga-bg.jpg');
	background-size: cover;
	background-position: top center;
}
#home-loga h4 {color: white}

#home-loga .iwrap {
	max-width: 100%;
	margin-top: 80px;
	margin-bottom: 30px;
}

#home-loga img {
	margin: 0 30px;
	height: 100px;
}

#onas {
	background-image: url('../img/onas-bg.jpg');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#misja-wizja {margin-bottom: 200px}

#nasze-marki-container {padding-bottom: 0 !important}

#nasze-marki {
	border-top: 2px solid #E4E4E4;
	margin-top: 35px;
	padding-top: 50px;
	margin-bottom: -40px;
}

#nasze-marki .marki-single {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#nasze-marki figure {width: 250px}

#nasze-marki figure img {
	display: block;
	width: 100%;
}

#nasze-marki article {
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding-left: 80px;
	text-align: left;
}

#nasze-marki article ul {
	list-style: none;
	margin: 10px 0;
}

#nasze-marki article li{
	display: inline-block;
	margin-right: 15px;
	margin-left: 5px;
	background-image: url('../img/nasze-marki-dot.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#nasze-marki-bg {
	display: block;
	width: calc(100% + 100px);
	left: -50px;
	position: relative;
	z-index: -1;
}

#nasze-marki-bg img {
	display: block;
	width: 100%;
}

#kontakt-wrapper {
	background-image: url('../img/kontakt-bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 2000px 875px;
}

#kontakt-wrapper .leftborder {border: none}

#kontakt {
	margin-top: 40px;
	padding: 30px;
	display: flex;
	margin-bottom: 500px;
}

#kontakt > div {
	width: 50%;
	text-align: left;
}

#kontakt > div:last-of-type {
	padding: 60px 0 60px 50px;
	box-sizing: border-box;
}

#kontakt h4 {
	margin-bottom: 30px;
	max-width: 240px;
	display: inline-block;
}

#kontakt img {margin-bottom: 10px}

#kontakt em {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}

#kontakt ul {list-style: none}

#kontakt li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-size: 20px;
}
#kontakt li:nth-of-type(1) {background-image: url('../img/kontakt-adres.png')}
#kontakt li:nth-of-type(2) {background-image: url('../img/kontakt-tel.png')}
#kontakt li:nth-of-type(3) {background-image: url('../img/kontakt-mail.png')}

#kontakt ul a {color: white}

#kontakt ul .mail-link:hover {text-decoration: underline}

#error-wrapper {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 30px;
}

#error-wrapper > div {
	width: 100%;
	height: 100%;
	background-image: url('../img/error-bg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#error-wrapper figure {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/error-logo-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

#error {
	max-width: 90%;
	padding: 50px 100px;
	max-width: 90%;
	box-sizing: border-box;
}

#error > span {
	position: relative;
	z-index: 2;
}

#error img {
	display: block;
	position: relative;
	margin: 0 auto 50px;
	max-width: 80%
}

#error h1 {
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 40px;
}

#error p {
	font-size: 28px;
	font-style: italic;
}

#error .box-link {
	font-size: 24px;
	font-style: normal;
	margin-top: 40px;
}

#error-socials {
	position: fixed;
	z-index: 10;
	top: 50px;
	right: 60px;
	display: flex;
	justify-content: center;
}

#error-socials div {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px;
}

#error-socials a {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
}


/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
#home-odroznia .iwrap {max-width: 600px}	

#home-odroznia .scrolling-elements figure {width: calc(50vw - 350px)}

#home-links a  > div {padding: 70px}

#kontakt-wrapper {background-size: 1440px 630px}

#kontakt {margin-bottom: 450px}

}


/*GRID: 1280px */
@media all and (max-width: 1280px) {
	
#home-links a  > div {padding: 50px}

#home-links a > div > div > div {padding: 10px}

#nasze-marki article {padding-left: 40px}

#kontakt-wrapper {background-size: 1280px 560px}

#kontakt {margin-bottom: 400px}

}


/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
#home-links a  > div {padding: 30px}
	
#home-links h4 {margin-bottom: 0}
	
#home-links .box-link {margin-top: 20px}

#home-loga .iwrap {
	margin-top: 40px;
	margin-bottom: 10px;
}

#home-loga img {height: 80px}

#onas {background-size: 1333px 493px}

#misja-wizja {margin-bottom: 150px}

#nasze-marki figure {width: 200px}

#nasze-marki article {padding-left: 30px}

#kontakt-wrapper {background-size: 1024px 448px}

#kontakt {
	margin-bottom: 300px;
	margin-top: 20px;
}

#error-wrapper {padding: 20px}

#error {padding: 40px 80px}


#error img {margin-bottom: 40px}

#error h1 {
    font-size: 56px;
    margin-bottom: 30px;
}

#error-socials {
	top: 30px;
	right: 30px;
}

}


/*GRID: 750px */
@media all and (max-width: 750px) {
	
#home-onas > div:nth-of-type(2) {
	padding: 30px 0 20px;
	text-align: center;
}	

#home-onas > div:nth-of-type(3) {padding-left: 0}

#home-onas > div:nth-of-type(3) h2 {left: 0}

#home-onas > div:nth-of-type(3) h4 {margin-bottom: 0}
	
#home-links {display: block}

#home-links a {
	width: 100%;
	height: 300px;
}

#home-links a > div {
	padding: 50px;
	max-width: 400px;
	position: relative;
	margin: 0 auto;
}

#home-odroznia .iwrap {max-width: 100%}

#home-odroznia h3 {margin-bottom: 40px}

#home-odroznia .iwrap div {padding-bottom: 40px}
#home-odroznia .iwrap div:nth-of-type(2n+1) {padding-right: 30px}
#home-odroznia .iwrap div:nth-of-type(2n) {padding-left: 30px}

#home-loga img {
	height: 60px;
	margin: 0 20px;
}

#misja-wizja {margin-bottom: 100px}

#nasze-marki .marki-single {display: block}

#nasze-marki figure {
	width: 250px;
	position: relative;
	margin: 0 auto 20px auto;
}

#nasze-marki article {
	width: 100%;
	padding-left: 0;
}


#nasze-marki-bg {
	display: block;
	width: calc(100% + 40px);
	height: 400px;
	left: -20px;
	background-image: url('../img/nasze-marki-bg.jpg');
	background-size: cover;
	background-position: top center;
}

#nasze-marki-bg img {display: none}

#kontakt-wrapper {background-size: 750px 328px}

#kontakt {
	padding: 20px;
	padding-bottom: 30px;
	display: block;
	margin-bottom: 230px;
	margin-top: 0;
}

#kontakt > div {
	width: 100%;
	text-align: center;
}

#kontakt #gmaps {
	height: 300px;
	margin-bottom: 30px;
}

#kontakt > div:last-of-type {padding: 0}

#kontakt ul {list-style: none}

#kontakt li {
	display: table;
	position: relative;
	margin: 0 auto;
}

#error-wrapper {padding: 15px}

#error {padding: 40px 30px}

#error img {margin-bottom: 30px}

#error h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

#error p {font-size: 20px}

#error .box-link {
    font-size: 20px;
    margin-top: 10px;
}

#error-socials {
	top: 25px;
	right: 25px;
}

#error-socials div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}

#error-socials a {
	width: 30px !important;
	height: 30px !important;
	top: 0 !important;
	left: 0 !important;
}

}


/*GRID: 500px */
@media all and (max-width: 500px) {
	
#home-odroznia {text-align: center}	

#home-odroznia h3 {
	font-size: 28px;
	margin-bottom: 40px;
}

#home-odroznia .iwrap {margin-bottom: -40px}
	
#home-odroznia .iwrap div {
	width: 100%;
	padding: 0 0 40px !important;
	border: none !important;
}

#home-odroznia .iwrap img {
    position: relative;
	margin: 0 auto 20px;
}

#home-loga .iwrap {
    margin: 0;
}

#home-loga img {height: 50px}

#misja-wizja {margin-bottom: 50px}

#nasze-marki-bg {
	width: calc(100% + 30px);
	height: 300px;
	left: -15px;
}

#kontakt {
	padding: 10px;
	padding-bottom: 20px;
}

#kontakt #gmaps {
	height: 250px;
	margin-bottom: 20px;
}

#error-wrapper {padding: 10px}

#error {padding: 30px 15px}

#error h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

#error-socials {
	top: 20px;
	right: 20px;
}

	
}

/*GRID: 360px */
@media all and (max-width: 360px) {

#nasze-marki figure {width: 100%}	
	
}

