@charset "utf-8";

/* Wczytanie fontów */

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Th.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Th.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Th.otf') format('opentype');
 font-style: normal;
 font-weight: 100;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-UltLt.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-UltLt.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-UltLt.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-UltLt.otf') format('opentype');
 font-style: normal;
 font-weight: 200;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Lt.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
 font-style: normal;
 font-weight: 300;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Roman.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'),
	url('../static/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
 font-style: normal;
 font-weight: 400;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Md.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
 font-style: normal;
 font-weight: 500;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Bd.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
 font-style: normal;
 font-weight: 600;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Hv.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Hv.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Hv.otf') format('opentype');
 font-style: normal;
 font-weight: 700;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Blk.eot');
 src:
	 url('../static/fonts/HelveticaNeueLTPro-Blk.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Blk.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Blk.otf') format('opentype');
 font-style: normal;
 font-weight: 800;
}

html{
	scroll-behavior: smooth;
}

/* Styl Body */

body{
	font-family: 'HelveticaNeueLTPro';
	background-color: black;
}

/*************/

/* Styl Nawigacji */

#Nawigacja{
	position: relative;
	height: 150px;
	width: 100%;
}

#Nawigacja #Logo_Przycisk{
	margin: 0;
 	position: absolute;
 	top: 60%;
 	left: 50%;
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
}


/* Styl Kolumn */

#Zawartosc{
	width: 100%;
	display: flex;
}

.Kolumna video{
	position: relative;
    z-index: 0;
	width: 100%;
}

.Kolumna .Tresc{
	width: 100%;
	position: absolute;
	z-index: 2;
}

.Kolumna .Tresc h1{
	font-family: 'HelveticaNeueLTPro';
	font-weight: 800;
	font-size: 82px;
	text-align: center;
	color: white;
	margin-top: 100px;
	
}

.Kolumna .Tresc hr{
	border-top: 2px solid white;
	width: 400px;
	margin-bottom: 40px;
}

.row{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 6px;
}

.row > .column {
  padding: 0 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 5%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	font-family: 'HelveticaNeueLTPro';
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
	border: 2px solid white;
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Kolumna .Tresc .Przycisk{
	display: block;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	-webkit-box-shadow:inset 0px 0px 0px 2px #FFFFFF;
    -moz-box-shadow:inset 0px 0px 0px 2px #FFFFFF;
    box-shadow:inset 0px 0px 0px 2px #FFFFFF;
	padding: 12px 60px;
	border-radius: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro';
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	transition: 0.5s all ease;
}

.Kolumna .Tresc .Przycisk:hover{
	color: black;
	background-color: white;
	transition: 0.5s all ease;
}

/* Styl Stopki */

footer{
	width: 100%;
}

footer .Kolumny{
	margin-top: -3px;
	border-top: 2px solid white;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .Kolumny .Lewo{
	display: flex;
	margin-left: 150px;
	width: 200px;
}

footer .Kolumny .Lewo h1{
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	color: white;
	font-size: 10px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
}

footer .Kolumny .Srodek h1{
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	color: white;
	font-size: 10px;
	text-align: center;
}

footer .Kolumny .Prawo{
	display: flex;
	margin-right: 150px;
	width: 200px;
}

footer .Kolumny .Prawo a{
	color: white;
	margin-left: auto;
	font-size: 25px;
}
#polish-company {
	height: 30px;
}

@media (max-width: 1600px) {
	
	.Kolumna .Tresc h1{
	font-size: 62px;
	margin-top: 50px;
	
}
	
.Kolumna .Tresc h2{
	font-size: 20px;
}
	.Kolumna .Tresc h3{
	font-size: 20px;
}
	
	.Kolumna .Tresc p{
	font-size: 16px;
	line-height: 20px;
}
	
.Kolumna .Tresc .Przycisk{
	width: 60px;
	padding: 10px 50px;
	font-size: 14px;
}
	
.Kolumna .Tresc .Galeria{
	margin-top: 20px;
	width: 200px;
}
	
.Kolumna .Tresc .Galeria_2{
	margin-top: 20px;
	width: 200px;
}
	
	
	
}

@media (max-width: 1280px) {
	
	#Nawigacja{
	height: 100px;
}

	#Nawigacja #Logo_Przycisk{
 	top: 70%;
 	left: 50%;
}
	
	#Nawigacja #Logo_Przycisk img{
		height: 50px;
	}
	
	.Kolumna .Tresc h1{
	font-size: 42px;
	margin-top: 50px;
}
	
	.Kolumna .Tresc h2{
	font-size: 18px;
}
	.Kolumna .Tresc h3{
	font-size: 18px;
}
	
	.Kolumna .Tresc p{
	font-size: 14px;
		line-height: 18px;
		width: 400px;
}
	
	
	
	.Kolumna .Tresc .Przycisk{
	width: 50px;
	padding: 8px 50px;
	font-size: 12px;
}
	
.Kolumna .Tresc .Galeria{
	margin-top: 20px;
	width: 100px;
}
	
.Kolumna .Tresc .Galeria_2{
	margin-top: 20px;
	width: 100px;
}
	
	footer .Kolumny .Lewo{
	width: 150px;
}
	
	footer .Kolumny .Lewo h1{
	font-size: 8px;
}

	footer .Kolumny .Srodek h1{
	font-size: 8px;
}
	
	footer .Kolumny .Prawo{
	width: 150px;
}
	
	footer .Kolumny .Prawo a{
	font-size: 20px;
}
	
}

@media (max-width: 1024px){
	
	.Kolumna .Tresc h1{
		font-size: 36px;
		margin-top: 25px;
	}

	.Kolumna .Tresc hr{
		border-top: 1px solid white;
		width: 200px;
	}
	
	.Kolumna .Tresc p{
	font-size: 12px;
		line-height: 16px;
		width: 300px;
}

	.Kolumna .Tresc .Przycisk{
		margin-top: 25px;
	}
	
	footer .Kolumny .Lewo{
		margin-left: 50px;
	}
	
	footer .Kolumny .Prawo{
		margin-right: 50px;
	}
	
	
}

@media (max-width: 800px){
	
	#Nawigacja{
	height: 100px;
}

#Nawigacja #Logo_Przycisk{
 	top: 50%;
}
	
	#Nawigacja #Logo_Przycisk img{
		height: 40px;
	}	
	
	#Zawartosc{
	width: 100%;
	display: flex;
		flex-direction: column;
	
}
	
.row{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 6px;
}
	
.column {
  width: 14%;
}

.Kolumna {
  	width: 100%;
	height: 800px;
	background-image: url("../static/img/Realizacje_Zdjecie.PNG");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
	
.Kolumna video{
	display: none;
}
	
	
.Kolumna .Tresc{
	width: 100%;
	position: absolute;
	z-index: 2;
}

.Kolumna .Tresc h1{
	font-size: 48px;
	margin-top: 10%;
	
}
	
.Kolumna .Tresc h2{
	font-size: 24px;
}
	.Kolumna .Tresc h3{
	font-size: 24px;
}

	
.Kolumna .Tresc .Galeria{
	margin-top: 20px;
	width: 150px;
}
	
.Kolumna .Tresc .Galeria_2{
	margin-top: 20px;
	width: 150px;
}
	
.Kolumna .Tresc hr{
	border-top: 2px solid white;
	width: 200px;
}
	
.Kolumna .Tresc .Wewnatrz{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	.Kolumna .Tresc .Wewnatrz .Druga{
		margin-top: 40px;
	}

.Kolumna .Tresc p{
	margin-top: 10px;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: white;
	width: 80%;
	
}
	
	
.Kolumna .Tresc .Przycisk{
	width: 60px;
	margin-top: 40px;
	padding: 10px 50px;
	font-size: 14px;
}
	
	
/* Styl Stopki */

footer{
	width: 100%;
}

footer .Kolumny{
	margin-top: 0px;
	border-top: 2px solid white;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .Kolumny .Lewo{
	display: flex;
	justify-content: center;
	margin-left: 0px;
	width: 200px;
}

footer .Kolumny .Lewo h1{
	font-size: 10px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
}

footer .Kolumny .Srodek h1{
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	color: white;
	font-size: 10px;
	text-align: center;
	margin-top: 40px;
}

footer .Kolumny .Prawo{
	display: flex;
	justify-content: center;
	margin-right: 0px;
	width: 0px;
	margin-top: 40px;
}

footer .Kolumny .Prawo a{
	color: white;
	margin-right: 20px;
	margin-left: 20px;
	margin-left: auto;
	font-size: 25px;
}
}