body {
	font-family: 'Lato', sans-serif;
}

a {
	color: black;
}

header {
	background-size: cover;
	border-bottom: 40px solid #fcc400;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: 0.5s;
}

.navbar-fixed-top.scroll {
	background-color: rgba(0, 0, 0, 0.85);
}

.navbar-fixed-top.scroll ul {
	background-color: rgba(0, 0, 0, 0);
}

.navbar .navbar-nav li a {
	color: white;
}

.navbar .navbar-header {
	flex-grow: 1;
}

.navbar .navbar-header .navbar-brand {
	height: auto;
	flex-grow: 1;
}

.navbar .navbar-header .navbar-brand img {
	height: 30px;
	width: 235px;
}

.navbar .navbar-header .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar .navbar-collapse ul.nav.navbar-nav li a {
	border: 2px solid transparent;
}

.navbar .navbar-collapse ul.nav.navbar-nav li.active a,
.navbar .navbar-collapse ul.nav.navbar-nav li a:hover {
	background-color: transparent;
	border-color: #fcc400;

}

.link a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fcc400;
	font-weight: bold;
	text-decoration: none;
}

.link a .glyphicon {
	padding-right: 5px;
	transition: padding 0.5s;
}

.link a:hover .glyphicon {
	padding-right: 15px;
}

.links {
	/*float: left;*/
}

.links .link2 {
	text-decoration: none;
	display: flex;
	max-width: 250px;
	padding: 10px 0;
}

.links .link2 span {
	padding: 10px 15px;
	font-weight: bold;
	transition: 1s;
	display: flex;
	align-items: center;
}

.links .link2:hover span {
	color: black;
	background-color: #fab800;
	border-radius: 0 10px 10px 0;
}

main {
	padding: 30px 0;
}

main.mainpage {
	padding: 30px 0 0;
}

section.banner {
	color: white;
	text-transform: uppercase;
	text-align: center;
}

section.banner h1 {
	font-weight: 100;
	font-size: 60px;
}

section.banner h2 {
	font-weight: 700;
}

section.banner h1,
section.banner h2 {
	margin: 0 !important;
}

section.bgs .flex {
	display: flex;
	flex-wrap: wrap;
}

section.bgs .item {
	display: flex;
	flex-direction: column;
	background-size: cover;
}

section.bgs .item .content {
	padding: 150px 60px;
}

section.bgs .item .title {
	color: white;
}

section.bgs .item .title,
section.najnowsze_realizacje .main-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
}

section.najnowsze_realizacje {
	padding: 30px 0;
}

section.najnowsze_realizacje .row {
	display: flex;
	flex-wrap: wrap;
}

section.najnowsze_realizacje .image {
	text-align: center;
}

section.najnowsze_realizacje .image img {
	max-width: 100%;
}

section.najnowsze_realizacje .main-title {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	margin: 0;
}

section.najnowsze_realizacje .content {
	width: 90%;
	margin: -50px auto 0;
	background-color: white;
	position: relative;
	padding: 20px;
}

section.najnowsze_realizacje .content .title {
	font-weight: 700;
	padding-bottom: 10px;
}

section.najnowsze_realizacje .content .desc {
	max-height: 100px;
	overflow: hidden;
}

section.najnowsze_realizacje .link {
	padding-top: 10px;
	font-size: 14px;
}

section.info .flex {
	display: flex;
	flex-wrap: wrap;
}

section.info .item {
	padding: 80px 30px 30px;
}

section.info .item h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
}

section.info .about {
	background-color: #fcc400;
}

section.info .about h3 {
	color: white;
	font-weight: 700;
}

section.info .offer h3 {
	padding-left: 80px;
	font-weight: 900;
}

section.info .offer ul {
	list-style-type: none;
	padding-left: 0;
}

section.info .offer ul li.icon {
	position: relative;
	padding-left: 80px;
	padding-bottom: 40px;
}

section.info .offer ul li.icon:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}

section.info .offer ul li.icon1:before {
	content: url('../img/icons/icon1.svg');
}

section.info .offer ul li.icon2:before {
	content: url('../img/icons/icon2.svg');
}

section.info .offer ul li.icon3:before {
	content: url('../img/icons/icon3.svg');
}

section.info .offer ul li.icon4:before {
	content: url('../img/icons/icon4.svg');
}

section.info .offer ul li.icon5:before {
	content: url('../img/icons/icon5.svg');
}

section.info .offer ul li.icon6:before {
	content: url('../img/icons/icon6.svg');
}

section.info .offer ul li.icon7:before {
	content: url('../img/icons/icon7.svg');
}

section.info .offer ul li.icon .head {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

section.subpage-tree {
	padding: 40px 0;
}

section.subpage-tree .flex {
	display: flex;
	flex-wrap: wrap;
}

section.subpage-tree .item {
	/*width: 100%;*/
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

section.subpage-tree .item:nth-child(even) {
	/*flex-direction: row-reverse;*/
}

section.subpage-tree .item .title {
	color: black;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	font-style: italic;
	border-left: 15px solid #fcc400;
	padding-left: 25px;
	margin-bottom: 25px;
}

section.subpage-tree .item .desc {
	margin-bottom: 10px;
}

section.subpage-tree .item .image img {
	max-width: 100%;
	margin: 0 auto;
	border: 15px solid #d9d9d9;
}

section.kategorie {
	position: sticky;
	top: 0;
	z-index: 1;
}

section.kategorie.sticky {
	position: fixed;
}

section.kategorie .logo {
	width: 0;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s;
}

section.kategorie.sticky-img .logo {
	width: 200px;
	min-width: 100px;
}

section.kategorie .logo img {
	transform: skewX(10deg);
	padding: 15px;
	max-width: 100%;
}

section.kategorie .items {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: white;
}

section.kategorie .items .items-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.kategorie .items .item {
	width: calc(25% - 2px);
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: black;
	font-weight: 700;
	background-color: #fcc400;
	margin: 1px;
}

section.kategorie .items .item:hover,
section.kategorie .items .item.active {
	background-color: #363636;
	color: white;
	text-decoration: none;
}

section.page-title {
	padding: 30px 0;
}

section.page-title h1,
section.page-title h2 {
	font-style: italic;
	text-transform: uppercase;
	color: black;
	margin: 0 auto;
	display: table;
	padding: 15px 40px;
}

section.page-title h1 {
	font-size: 60px;
	font-weight: 900;
	border-bottom: 3px solid #fcc400;
}

section.page-title h2 {
	font-weight: 700;
	font-size: 40px;
}

section.content .images-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
	list-style: none;
}

section.content .images-list li {
	/*width: 50%;*/
	/*float: left;*/
	text-align: center;
	padding: 10px;
	width: 180px;
}

section.content .special .images-list li {
	/*width: 25%;*/
}

section.content .images-list li img {
	max-width: 100%;
	border: 1px solid;
}

footer #up {
	background-color: #292627;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

footer #up .item {
	padding-top: 15px;
	padding-bottom: 15px;
}

footer #down {
	padding: 10px 0;
	text-align: center;
}

footer a {
	color: white;
}

.submit {
	background-color: #fcc400;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	/*backgrounds resize*/
	header {
		background-image: url('../img/banner@1920.jpg');
	}

	section.bgs .item.realizacje {
		background-image: url('../img/realizacje@1920.jpg');
	}

	section.bgs .item.oferta {
		background-image: url('../img/oferta@1920.jpg');
	}
}

@media (max-width: 1199px) {
	header {
		background-image: url('../img/banner@1200.jpg');
	}

	section.bgs .item.realizacje {
		background-image: url('../img/realizacje@1200.jpg');
	}

	section.bgs .item.oferta {
		background-image: url('../img/oferta@1200.jpg');
	}
}

@media (min-width: 992px) {
	.navbar .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.navbar .navbar-collapse {
		float: right;
	}

	section.banner {
		padding: 250px 0;
	}

	section.kategorie .items {
		transform: skewX(-10deg);
	}

	section.kategorie .items .item .name {
		transform: skewX(10deg);
	}

	section.bgs .item.realizacje {
		align-items: flex-end;
	}

	section.bgs .item.oferta {
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	header {
		background-image: url('../img/banner@992.jpg');
	}

	.navbar-fixed-top:not(.scroll) ul {
		background-color: rgba(0, 0, 0, 0.85);
	}

	.navbar .navbar-header {
		display: flex;
		flex-direction: row-reverse;
	}

	section.banner {
		padding: 150px 0;
	}

	section.banner h1 {
		font-size: 40px;
	}

	section.kategorie .items {
		/*flex-wrap: wrap;*/
	}

	section.kategorie .items .item {
		padding: 10px;
	}

	section.page-title h1 {
		font-size: 40px;
	}

	section.page-title h2 {
		font-size: 25px;
	}

	section.kategorie .items .item {
		width: calc(33.33% - 2px);
	}

	section.kategorie.sticky-img .logo {
		width: 0;
	}

	section.bgs .item.realizacje {
		background-image: url('../img/realizacje@992.jpg');
	}

	section.bgs .item.oferta {
		background-image: url('../img/oferta@992.jpg');
	}

	section.bgs .item.realizacje,
	section.bgs .item.oferta {
		align-items: center;
	}
}

@media (min-width: 768px) {
	section.kategorie.sticky {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	header {
		background-image: url('../img/banner@768.jpg');
	}

	section.bgs .item.realizacje {
		background-image: url('../img/realizacje@768.jpg');
	}

	section.bgs .item.oferta {
		background-image: url('../img/oferta@768.jpg');
	}
}