.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

* {
	font-weight: normal;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: rgba(69, 69, 69, 1);
}

ul li {
	list-style-type: disc;
	color: rgba(200, 0, 0, 1);
}

ul li span {
	color: #232323;
}

iframe {
	margin-top: 55px;
	margin-bottom: -7px;
	width: 100%;
	height: 600px;
	border: none;
}

a {
	text-decoration: none;
}

figure {
	margin: auto;
}

img {
	max-width: 100%;
}

hr {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-width: 0;
	border-top: 1px solid #E1E1E1;
}

hr.more {
	margin-bottom: 7rem;
}


/* header - menu */

.logo {
	float: left;
	opacity: 1;
}

.logo img {
	height: 80;
	width: 220px;
	margin-top: 10px;
}

header {
	background-color: rgba(230, 230, 230, 0.8);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 1px 15px 0px #aaa;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

header nav {
	float: right;
}

header nav ul,
header nav ul.visible {
	float: right;
	padding: 0;
}

header nav ul li {
	display: inline-block;
	margin-bottom: 0;
}

header nav ul li a {
	margin-left: 31px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.7);
	display: block;
}

header nav ul > li > a {
	line-height: 70px;
}

header nav li > a:hover {
	color: rgba(0, 0, 0, 1);
}

header nav .menu-toggler {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 40px;
	top: 25px;
	color: #000;
	margin: 0;
}

.menu {
	width: 100%;
}



#splash-screen {
	height: 100vh;
	background-image: url(../img/baner.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

#splash-screen .container {
	height: 100%;
}

#splash-box {
	position: absolute;
	width: 50%;
	bottom: 100px;
	left: 20px;
	background: rgba(0, 0, 0, 0.3);
	padding: 30px;
}

#splash-box h1 {
	position: relative;
	text-transform: uppercase;
	font-size: 130px;
	font-family: 'Anton', sans-serif;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.03em;
	text-align: center;
}

#splash-box hr {
	border-bottom: 3px solid #fff;
}

#splash-screen h2 {
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0;
}

section#onas,
section#kontakt,
section#oferta,
section#oferujemy {
	padding-top: 80px;
}

section h2 {
	text-transform: uppercase;
	color: rgba(200, 0, 0, 1);
	font-size: 260%;
	font-weight: normal;
	text-align: center;
}

section h3 {
	text-transform: uppercase;
	color: rgba(23, 23, 23, 1);
	font-size: 160%;
	font-weight: normal;
	text-align: left;
}

section#onas h2 {
	3margin-top: 60px;
}

section#onas img {
	transition: all 0.3s ease-in-out;
}

section#onas img:hover {
	transform: scale(1.2);
	transition: all 0.3s ease-in-out;
}

section p,
section ul {
	font-size: 123%;
	font-weight: normal;
	line-height: 1.8em;
	text-align: left;
}

/*polityka przywatności*/

#polityka {
	margin: 80px 0 40px 0;
}

#polityka h3 {
	text-transform: uppercase;
	color: rgba(200, 0, 0, 1);
	font-size: 300%;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 10px
}

#polityka p {
	font-size: 220%;
	font-weight: lighter;
	text-align: center;
}

#polityka p a {
	font-weight: lighter;
	color: #007bff;
}

#polityka h5 {
	font-weight: normal;
	text-transform: uppercase;
}

#polityka ol li {
	margin-left: 0;
	list-style-position: outside
}

#polityka ol ul {
	margin-left: 0;
	padding-left: 30px;
}

#polityka ol ul li {
	font-size: 0.8em;
	line-height: 1.6;
	font-weight: normal;
	color: rgba(69, 69, 69, 1);
	margin: 0;
}

#polityka li a {
	color: #007bff;
}



/* oferta */

section#oferta {
	4padding-bottom: 0px;
}

section#oferta ul {
	margin-bottom: 0px;
}


/* co nas wyróżnia */

section#oferujemy i {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: black;
	transition: all 0.3s ease-in-out 0s;
}

section#oferujemy h3 {
	text-align: center;
	font-size: 180%;
	color: black;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 30px;
}

section#oferujemy p {
	text-align: center;
	font-size: 120%;
	font-weight: normal;
}

.box1 {
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	top: 0px;
}

.box1:hover {
	top: -20px;
	transition: all 0.3s ease-in-out 0s;
}

.box1:hover i {
	filter: grayscale(100%);
	transition: all 0.6s ease-in-out 0s;
}

.box1:hover h3 {
	color: red !important;
	transition: all 0.6s ease-in-out 0s;
}

.box1:hover p {
	transition: all 0.6s ease-in-out 0s;
}

/* efekt paralax */

.paralax {
	width: 100%;
	height: 850px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	color: #fff;
	margin-top: 80px;
	box-shadow: 0 8px 15px -3px #141414 inset, 0 -8px 15px -3px #141414 inset
}

.px-img1 {
	background-image: url(../img/road-construction-192894.jpg);
}

.px-img2 {
	background-image: url(../img/emery-2780656.jpg);
}

.opis {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 8px solid #fff;
}

.promocja {
	color: #fff;
	font-weight: normal;
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
}

.promocja span {
	font-weight: bold;
}



/* galeria */

#galeria {
	margin-top: 80px;
}

.img-box4 {
	float: left;
	width: 25%;
}

#galeria figure {
	position: relative;
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	cursor: pointer;
}

#galeria figure.is_showing {
	opacity: 1;
	transform: translateX(0px);
}

#galeria figure.is_showing img {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

#galeria figure.is_showing img:hover {
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}

#galeria figure.is_showing:hover .desc {
	top: 60%;
}

#galeria .desc {
	position: absolute;
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease-in-out;
}

#galeria .desc-content {
	position: relative;
	height: 40%;
	width: 100%;
}

#galeria .desc-content p {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
}


/* footer */

footer {
	width: 100%;
	background-color: rgba(9, 9, 9, 1);

}

.footer_content {
	background-color: rgba(23, 23, 23, 1);
	overflow: hidden;
	padding: 40px 0px;
}

.box h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 28px;
	color: #ddd;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
}

.box ul {
	margin-top: 22px;
	margin-bottom: 0px;
}

.box li {
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	color: rgba(120, 120, 120, 1);
	padding-left: 1.7em;
	position: relative;
}

.box a {
	color: rgba(160, 160, 160, 1);
	transition: all 0.3s ease-in-out;
}

.box a.link {
	padding-left: 2.5em;
}

.box a:hover {
	color: rgba(190, 190, 190, 1);
	transition: all 0.3s ease-in-out;
}

.box li i {
	position: absolute;
	left: 0;
	color: #868686;
}

.box li strong {
	color: #868686;
}

.footer_stopka {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 80%;
}

.footer_stopka p {
	color: rgba(69, 69, 69, 1);
}

/* formularz =========================================*/

form {
	width: 100%;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Roboto, sans-serif;
	position: relative;
	width: 100%;
}

fieldset #noscript {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
	background-size: cover;
}

fieldset #noscript p {
	display: inline-block;
	width: 70%;
	color: red;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 20px;
	border: 3px solid red;

}

#contactform iframe {
	margin: 0;
}

#contactform fieldset label {
	display: block;
	font-size: 15px;
	color: #46494f;
	margin-bottom: 12px;
}

#contactform fieldset input[type=text],
#contactform fieldset input[type=tel],
#contactform fieldset input[type=email] {
	color: #acb4bd;
	font-size: 14px;
	border: 1px solid #d8dee5;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 9px 14px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 10px 0 0 0;
}

#contactform fieldset input[type=text]:hover,
#contactform fieldset input[type=tel]:hover,
#contactform fieldset input[type=email]:hover {
	color: #61656d;
	border-color: #acb4bd;
}

#contactform fieldset input[type=text]:focus,
#contactform fieldset input[type=tel]:focus,
#contactform fieldset input[type=email]:focus {
	color: #61656d;
	border-color: #196abc;
}

#contactform fieldset textarea {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	color: #acb4bd;
	font-size: 14px;
	border: 1px solid #d8dee5;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 9px 14px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 120px;
	margin: 10px 0 0 0;
	resize: none;
}

#contactform fieldset textarea:hover {
	color: #61656d;
	border-color: #acb4bd;
}

#contactform fieldset textarea:focus {
	color: #61656d;
	border-color: #196abc;
	outline: none;
}

#contactform fieldset textarea:active {
	outline: none;
}

#contactform fieldset button[type=submit] {
	background: #1969ba;
	background: -webkit-linear-gradient(top, #1969ba 0%, #13508e 100%);
	background: linear-gradient(to bottom, #1969ba 0%, #13508e 100%);
	border: none;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	color: #ffffff;
	cursor: pointer;
	padding: 9px 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
	height: 64px;
	width: 140px;
	margin-top: 6px;

}

#contactform fieldset button[type=submit]:hover {
	background: #1969ba;
	background: -webkit-linear-gradient(top, #1969ba 0%, #053565 100%);
	background: linear-gradient(to bottom, #1969ba 0%, #053565 100%);
}

#contactform fieldset button[type=submit]:active {
	background: #053565;
	background: -webkit-linear-gradient(top, #053565 0%, #1969ba 100%);
	background: linear-gradient(to bottom, #053565 0%, #1969ba 100%);
}

#contactform fieldset input[type=text].error,
#contactform fieldset input[type=tel].error,
#contactform fieldset input[type=email].error,
#contactform fieldset textarea.error {
	border-color: #E01546;
}

.field-error {
	color: #E01546;
	padding: 0.5rem 0;
	font-size: 80%;
}

.element-is-busy {
	position: relative;
	pointer-events: none;
	opacity: 0.5;
}

.element-is-busy::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.7);
	transform: translate(-50%, -50%) rotate(0deg);
	content: '';
	animation: rotateSingleLoading 0.3s infinite linear;
	z-index: 100;
}

#contactform .send-error {
	display: inline-block;
	font-family: sans-serif;
	font-size: 0.9rem;
	padding: 1rem 1.5rem;
	color: #E01546;
}

#contactform .form-send-success {
	font-family: sans-serif;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	border: 1px solid #eee;
	color: #333;
	padding: 10rem 0;
	margin: 3rem auto;
	max-width: 40rem;
}

#contactform .form-send-success strong {
	display: block;
	margin-bottom: 0.5rem;
}

#contactform .form-send-success span {
	font-size: 1rem;
	color: #888;
	font-weight: normal;
	display: block;
}

.g-recaptcha {
	float: left;
}

/* 961px - 1200px ================================================= */

@media all and (max-width:1200px) {

	.container {
		width: 100%;
		max-width: 960px;
		padding: 0 20px;
		margin: 0 auto;
	}

	#splash-screen h2 {
		font-size: 48px;
	}

	hr.more {
		margin-bottom: 20px;
	}

	#onas img {
		max-width: 100%;
		margin-top: 50px;

	}

	.box1 {
		margin-top: 30px;
	}

	/* co nas wyróżnia */
	.paralax {
		height: 500px;
	}

	/* galeria */
	#galeria {
		margin-top: 80px;
	}

	.img-box4 {
		width: 50%;
	}

	#galeria figure.is_showing img {
		width: 100%;
	}


	#kontakt h2,
	#kontakt h3,
	#kontakt p {
		text-align: center;
	}
	#kontakt h3 {
		margin-top: 30px;
	}
	#kontakt input[type=submit] {
		width: 100%;
	}

	.footer_content h3 {
		margin-top: 20px;

	}

}


/* 769px - 960px  ================================================= */

@media all and (max-width:960px) {

	.container {
		width: 100%;
		max-width: 960px;
		padding: 0 20px;
		margin: 0 auto;
	}



	#splash-box h1 {
		font-size: 100px;
	}
	#splash-screen h2 {
		font-size: 38px;
	}


	hr.more {
		margin-bottom: 20px;
	}

	#onas img {
		max-width: 100%;
		margin-top: 50px;

	}

	.box1 {
		margin-top: 30px;
	}

	/* co nas wyróżnia */
	.paralax {
		height: 500px;
	}

	/* galeria */
	#galeria {
		margin-top: 80px;
	}

	.img-box4 {
		width: 50%;
	}

	#galeria figure.is_showing img {
		width: 100%;
	}


	#kontakt h2,
	#kontakt h3,
	#kontakt p {
		text-align: center;
	}
	#kontakt h3 {
		margin-top: 30px;
	}
	#kontakt input[type=submit] {
		width: 100%;
	}

	.footer_content h3 {
		margin-top: 20px;

	}

}





/* 481px - 768px  ================================================= */

@media all and (max-width:768px) {
	.container {
		width: 100%;
		max-width: 768px;
		padding: 0;
		margin: 0 auto;
	}

	header nav {
		width: 100%;
		/* menu idzie podspód na całąszerokość */
	}

	header nav .menu-toggler {
		display: block;
	}

	header nav ul {
		display: none;
	}


	.logo {
		margin: 10px 0 10px 20px;
	}
	.logo img {
		margin-top: 0;
	}

	header nav ul.visible {
		/* wyświetla menu jedno pod drugim */
		display: block;
		margin: 0;
	}

	header nav ul li {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}

	header nav ul li a {
		margin-left: 0px;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		border-bottom: 1px solid #999;

	}

	#splash-box {
		position: absolute;
		width: auto;
		bottom: 100px;
		right: 20px;
	}

	#splash-box h1 {
		font-size: 100px;
	}
	#splash-screen h2 {
		font-size: 38px;
	}



	hr.more {
		margin-bottom: 20px;
	}
	#onas h2,
	#onas p {
		text-align: center;
	}

	#onas img {
		display: none;
	}


	/* co nas wyróżnia */
	section#oferujemy i {
		margin-bottom: 20px;
	}

	.box1 {
		transition: none;
		margin-top: 30px;
	}

	.box1:hover {
		margin-top: 30px;
		transition: none;
	}

	.box1:hover i {
		filter: none;
		transition: none;
	}

	.box1:hover h3 {
		color: black;
		transition: none;
	}

	.box {
		padding: 0 80px;
	}
	.box ul {
		padding-left: 0;
	}

	.paralax {
		height: 450px;
	}
	.opis {
		padding: 20px 30px;
		border: 4px solid #fff;
	}

	.promocja {
		font-size: 35px;
	}


	.promocja {
		4text-align: center;
	}


	#galeria {
		margin-top: 40px;
	}

	.img-box4 {
		width: 100%;
		margin-top: 20px;
		height: 300px;
	}

	#galeria figure {
		position: relative;
		opacity: 0;
		transform: none;
		transition: all 0.3s ease-in-out;
		overflow: hidden;
		cursor: pointer;
	}

	#galeria figure.is_showing {
		opacity: 1;
		transform: none;
	}

	#galeria figure.is_showing img {
		transform: none;
		transition: none;
		width: 100%;
		position: absolute;
	}

	#galeria figure.is_showing img:hover {
		transform: none;
		transition: none;
	}

	#galeria figure.is_showing:hover .desc {
		3top: 60%;
	}

	#galeria .desc {
		top: 60%;
	}

	#kontakt h2,
	#kontakt h3,
	#kontakt p {
		text-align: center;
	}
	#kontakt h3 {
		margin-top: 30px;
	}
	#kontakt input[type=submit] {
		width: 100%;
	}

	.footer_content h3 {
		margin-top: 20px;
		text-align: center;
	}

	.footer_content ul i {
		display: none;
	}

	.footer_content ul li {
		text-align: center;
		padding: 0;
	}
	.footer_content a.link {
		display: list-item;
		padding: 0;
		text-align: center;
		list-style-type: none;
	}
}

@media all and (max-width:480px) {
	.container {
		width: 100%;
		max-width: 480px;
		padding: 0;
		margin: 0;
	}

	6.logo {
		margin: 10px 0 10px 20px;
	}
	6.logo img {
		margin-top: 0;
	}

	6header nav ul.visible {
		/* wyświetla menu jedno pod drugim */
		display: block;
		margin: 0;
	}

	6header nav ul li {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}
	6header nav ul li a {
		margin-left: 0px;
		background-color: rgba(0, 0, 0, 0.5);
		color: #000;
	}

	#splash-box {
		left: 0;
		right: 0;
		bottom: 80px;
	}

	#splash-box h1 {
		font-size: 60px;
	}
	#splash-screen h2 {
		font-size: 32px;
	}

	hr.more {
		margin-bottom: 20px;
	}
	#onas h2,
	#onas p {
		text-align: center;
	}

	#onas img {
		display: none;
	}


	/* co nas wyróżnia */
	section#oferujemy i {
		margin-bottom: 20px;
	}

	.box1 {
		transition: none;
		margin-top: 30px;
	}

	.box1:hover {
		margin-top: 30px;
		transition: none;
	}

	.box1:hover i {
		filter: none;
		transition: none;
	}

	.box1:hover h3 {
		color: black;
		transition: none;
	}


	.paralax {
		height: 350px;
	}
	.opis {
		background-color: rgba(0, 0, 0, 0.3);
		padding: 0px 0px;
		position: relative;
		left: 0;
		top: 0;
		height: 350px;
		transform: none;
		border: none;
		box-sizing: border-box;
	}

	.promocja {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		font-weight: normal;
		font-size: 40px;
	}

	#galeria {
		margin-top: 40px;
	}

	.img-box4 {
		width: 100%;
		margin-top: 20px;
		height: 200px;
	}

	#galeria figure {
		position: relative;
		opacity: 0;
		transform: none;
		transition: all 0.3s ease-in-out;
		overflow: hidden;
		cursor: pointer;
	}

	#galeria figure.is_showing {
		opacity: 1;
		transform: none;
	}

	#galeria figure.is_showing img {
		transform: none;
		transition: none;
		width: 100%;
		position: absolute;
	}

	#galeria figure.is_showing img:hover {
		transform: none;
		transition: none;
	}

	#galeria figure.is_showing:hover .desc {
		3top: 60%;
	}

	#galeria .desc {
		3position: absolute;
		top: 60%;
		3left: 0;
		3height: 100%;
		3width: 100%;
		3background-color: rgba(0, 0, 0, 0.5);
		3transition: all 0.5s ease-in-out;
	}

	#galeria .desc-content {
		3position: relative;
		3height: 40%;
		3width: 100%;
	}

	#galeria .desc-content p {
		3display: inline-block;
		3position: absolute;
		3left: 50%;
		3top: 50%;
		3transform: translate(-50%, -50%);
		3color: #fff;
		3font-size: 20px;
		3text-align: center;
		3font-weight: 300;
		3line-height: 28px;
	}

	#kontakt h2,
	#kontakt h3,
	#kontakt p {
		text-align: center;
	}
	#kontakt h3 {
		margin-top: 30px;
	}
	#kontakt input[type=submit] {
		width: 100%;
	}

	.footer_content h3 {
		margin-top: 20px;
		text-align: center;
	}

	.footer_content ul i {
		display: none;
	}

	.footer_content ul li {
		text-align: center;
		padding: 0;
	}

	.box {
		padding: 0 20px;
	}

	.box ul {
		padding-left: 0;
	}

}
