/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Description: WP Bootstrap Starter Child Theme
Author: B.Kreczko
Author URI: http://ritf.eu/
Template: wp-bootstrap-starter
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats
*/

*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
@font-face {
 font-family: 'roboto-light';
 src: 
 url('inc/assets/fonts/Roboto-Light.woff') format('woff'),
 url('inc/assets/fonts/Roboto-Light.ttf') format('truetype'); 
 font-weight: 300;
 font-style: normal;
}
@font-face {
 font-family: 'roboto-regular';
 src: 
 url('inc/assets/fonts/Roboto-Regular.woff') format('woff'),
 url('inc/assets/fonts/Roboto-Regular.ttf') format('truetype'); 
 font-weight: 500;
 font-style: normal;
}
@font-face {
 font-family: 'roboto-bold';
 src: 
 url('inc/assets/fonts/Roboto-Bold.woff') format('woff'),
 url('inc/assets/fonts/Roboto-Bold.ttf') format('truetype'); 
 font-weight: 700;
 font-style: normal;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
.footer-border {
	border-top: 1px solid #eee;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.title {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.main-logo {
	width: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #d1232b;
    padding-left: 30px;
    padding-right: 30px;
}
.navbar-brand {
	padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.video-desktop {
	width: 100%;
}
.slider-main {
	overflow: hidden;
	position: relative;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin-left: -15px;
	margin-right: -15px;
}
.slogan-top {
	position: absolute;
	top: 10%;
	left: 40%;
	transform: translateX(-50%);
}
.slogan-top h1 {
	color: #fff;
	text-align: center;
    font-size: 3.938em;
    padding-bottom: 0;
    margin: 0;
}
.slogan-top img {
	    width: 356px;
}
.box::before {
	position: absolute;
    content: '';
    width: 30%;
    top: -30px;
    left: 0px;
    height: 20px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-right: 400px solid transparent;
}
.box {
	padding: 40px;
	margin-top: -5px;
}
.box-red {
	padding: 40px;
	margin-top: -5px;
}
.box-red::before {
	position: absolute;
    content: '';
    width: 30%;
    top: -30px;
    left: 0px;
    height: 20px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #d1232b;
    border-right: 400px solid transparent;
}
.box-red {
	background: #d1232b;
}
.title-text {
	color: #666;
	font-size: 1.5em;
	text-align: center;
}
.title-text-white {
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}
.text-box-bold {
	font-size: 4.167em;
    font-weight: 900;
    color: #d1232b;
	text-align: center;
}
/*--------------------------------------------------------------
## Description
--------------------------------------------------------------*/
.description-box {
	background-image: url(img/nowoczesnalinia.jpg);
	height: 560px;
	color: #fff;
	text-align: left;
	background-size: cover;
    background-position: center;
}
.description-container {
	padding-top: 300px;
    width: 50%;
}
.naglowek {
	text-decoration: none;
	color: #fff;
	font-size: 2.344em;
}
.naglowek:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
/*--------------------------------------------------------------
## Zatrdunienie
--------------------------------------------------------------*/
.zatrudnienie-section {
	background: #d1232b;
	padding: 40px 0 60px;
	height: 400px;
	
}
.zatrudnienie-title {
	text-align: center;
	font-size: 2.875em;
	color: #fff;
	font-weight: 100;
}
.zatrudnienie-title::before {
	position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 25%;
    left: 0;
    top: 50%;
}
.zatrudnienie-title::after {
	position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 25%;
    right: 0;
    top: 50%;
}
.zatrudnienie-title a {
	font-style: normal;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
}
.title-text-white-white {
	font-size: 6.250rem;
    font-weight: 900;
    padding: 0 100px 0 0;
    box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.title-text-white-2 {
	color: #fff;
    font-size: 1.5em;
    text-align: center;
	margin-bottom: 0;
}
.box-prod-1 .title-text-white-white::after {
	position: absolute;
    top: 24%;
    margin-left: 20px;
    padding: 40px;
    content: '';
    background: url(img/production_ppl.png) no-repeat;
}
.box-prod-2 .title-text-white-white::after {
	position: absolute;
    top: 24%;
    margin-left: 20px;
    padding: 40px;
    content: '';
    background: url(img/production_ppl.png) no-repeat;
}
.box-prod-3 .title-text-white-white::after {
	position: absolute;
    top: 24%;
    margin-left: 20px;
    padding: 40px;
    content: '';
    background: url(img/production_ppl.png) no-repeat;
}
.box-prod-1::after {
    content: '+';
    position: absolute;
    top: 20%;
    right: -35px;
    color: #fff;
    font-size: 4.000rem;
}
.box-prod-2::after {
	content: '=';
    position: absolute;
    top: 20%;
    right: -5px;
    font-size: 4.000rem;
	color: #fff;
}
/*--------------------------------------------------------------
## Produkcja
--------------------------------------------------------------*/
.produkcja-title {
	font-family: roboto-light;
	font-weight: 300;
	text-align: center;
	font-size: 2.875em;
	color: #6b6b6b;
}
.produkcja-title::before {
	position: absolute;
    content: '';
    background: #6b6b6b;
    height: 1px;
    width: 25%;
    left: 0;
    top: 50%;
}
.produkcja-title::after {
	position: absolute;
    content: '';
    background: #6b6b6b;
    height: 1px;
    width: 25%;
    right: 0;
    top: 50%;
}
.percent {
	top: 104px;
	left: 50px;
	position: absolute;
    width: 280px !important;
    height: 280px !important;
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.percent-2 {
	top: 104px;
	left: 50px;
	position: absolute;
    width: 280px !important;
    height: 280px !important;
	-ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}
.percent-3 {
	top: 104px;
	left: 50px;
	position: absolute;
    width: 280px !important;
    height: 280px !important;
    -ms-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
}
.produkcja-dzial-title {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 2.438em;
	text-align: center;
	color: #6b6b6b;
	margin-bottom: 60px;
}
.produkcja-container a {
	text-decoration: none;
}
.photopercent {
	height: 280px;
    width: 280px;
    position: relative;
    margin: auto;
	z-index: 1;
}
.photo {
	line-height: 0px;
    text-align: center;
    margin: 0;
    float: none;
    transition: all 0.3s;
}
.photo:hover {
	transform: scale(1.1);
}
.produkcja-container .photopercent .photo img {
	border-radius: 100%;
}
.yardage {
	font-family: roboto-bold;
	text-align: center;
    font-size: 3.688em;
    font-weight: 600;
	color: #787878;
	margin-bottom: 0;
	margin-top: -30px;
}
.variety {
	color: #787878;
	text-align: center;
    font-size: 1.625em;
    margin-top: -5px;
}
/*--------------------------------------------------------------
## Kontakt strona glowna
--------------------------------------------------------------*/
.contact-container {
	background: #eeeeee;
}
.orchid-box {
	background: #6b6b6b;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.orchid-text {
	color: #fff;
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1.250em;
}
.orchid-box a {
	text-decoration: none;
	color: #fff;
	font-family: roboto-bold;
	font-weight: 700;
	font-size: 1.875em;
	position: relative;
	margin-left: 15%;
}
.orchid-box a::before {
	position: absolute;
    left: -60px;
    top: 0px;
    content: '';
    padding: 20px;
    background: url(img/phone.png) no-repeat;
}
.orchid-number-box {
    transform: translateX(8%);
}

.anturium-box {
	background: #288e54;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.anturium-text {
	color: #fff;
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1.250em;
}
.anturium-box a {
	text-decoration: none;
	color: #fff;
	font-family: roboto-bold;
	font-weight: 700;
	font-size: 1.875em;
	position: relative;
	margin-left: 15%;
}
.anturium-box a::before {
	position: absolute;
    left: -60px;
    top: 0px;
    content: '';
    padding: 20px;
    background: url(img/phone.png) no-repeat;
}
.anturium-number-box {
    transform: translateX(8%);
}

.roze-box {
	background: #d1232b;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.roze-text {
	color: #fff;
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1.250em;
}
.roze-box a {
	text-decoration: none;
	color: #fff;
	font-family: roboto-bold;
	font-weight: 700;
	font-size: 1.875em;
	position: relative;
	margin-left: 15%;
}
.roze-box a::before {
	position: absolute;
    left: -60px;
    top: 0px;
    content: '';
    padding: 20px;
    background: url(img/phone.png) no-repeat;
}
.roze-number-box {
    transform: translateX(8%);
}

/*--------------------------------------------------------------
## Slider dolny
--------------------------------------------------------------*/
.carousel-bottom-container {
	height: 75vh;
	overflow: hidden;
}
.carousel-inner {
	height: 75vh;
	objcet-fit:cover;
}
.carousel-title-text {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 2.344em;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.carousel-description-text {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1em;
	color: #fff;
	text-align: left;
}
.carousel-caption {
	margin-bottom: 60px;
	max-width: 650px;
	width: 45%;
}
.carousel-item {
	height: 75vh;
}
/*--------------------------------------------------------------
# Footer adres
--------------------------------------------------------------*/
.footer-adres {
	margin-top: 60px;
	margin-bottom: 60px;
}
.footer-adres img {
	width: 100px;
	display: block;
	margin: 0;
	margin-bottom: 15px;
}
.footer-adres p {
	font-family: roboto-regular;
	font-weight: 500;
	font-size: 0.9em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #666;
}
.footer-adres a {
	font-family: roboto-regular;
	font-weight: 500;
	font-size: 0.9em;
	display: block;
	text-align: left;
	color: #666;
	text-decoration: none;
	padding: 0;
	margin-left: 0;
}
.footer-adres a:hover {
	font-family: roboto-bold;
	font-weight: 700;
}
.footer-menu ul {
	padding: 0;
}
.footer-menu ul li {
	list-style: none;
	text-align: left;
}
.footer-menu ul li a {
	font-family: roboto-regular;
	font-weight: 500;
	color: #666;
	text-align: left;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0;
	margin-left: 0;
}
.footer-menu ul li a:hover {
	font-family: roboto-bold;
	font-weight: 700;
}
.footer-menu p {
	font-family: roboto-regular;
	font-weight: 500;
	font-size: 0.8em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #666;
	text-transform: uppercase;
	text-align: left;
}
.footer-menu img {
	width: 40px;
	display: block;
	margin: 0;
}
/*--------------------------------------------------------------
# Slogan poziomy
--------------------------------------------------------------*/
.slogan-poziom {
	padding: 20px 0;
	background-color: #007436;
}
.slogan-poziom p {
	font-family: roboto-bold;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
}
.slogan-poziom p img {
	margin-left: 20px;
	width: 500px;
}
/*--------------------------------------------------------------
# Zakładka Kontakt
--------------------------------------------------------------*/
.gdzie-jestes a {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 0.75em;
	color: #000;
}
.gdzie-jestes span {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 0.75em;
	color: #666;
}
.title h1 {
	font-family: roboto-light;
	font-weight: 300;
	color: #666;
}
.adres-container {
	text-align: center;
}
.adres-container h1 {
	font-family: roboto-bold;
	font-weight: 700;
	font-size: 1em;
	color: #666;
	margin-bottom: 0;
}
.adres-container p {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1em;
	color: #666;
	margin-bottom: 0;
}
.adres-container a {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1em;
	color: #666;
	margin-bottom: 0;
	text-decoration: none;
	display: block;
}
.adres-container a:hover {
	font-family: roboto-bold;
	font-weight: 700;
}
.tabela-dzialy {
	margin-top: 60px;
	margin-bottom: 60px;
}
.tabela-dzialy tr td {
	padding: 10px 0;
}
.tabela-dzialy tr td p {
	font-family: roboto-light;
	font-weight: 300;
	color: #666;
	margin-bottom: 0;
}
.tabela-dzialy tr td a {
	font-family: roboto-light;
	font-weight: 300;
	color: #666;
	margin-bottom: 0;
	text-decoration: none;
}
.tabela-dzialy tr td a:hover {
	font-family: roboto-bold;
	font-weight: 700;
}
.tabela-title {
	font-family: roboto-bold !important;
	font-weight: 700 !important;
}
.butiki-content h1 {
	font-family: roboto-light;
	font-weight: 300;
	color: #666;
	text-align: center;
}
.butiki-content p {
	font-family: roboto-light;
	font-weight: 300;
	color: #666;
	text-align: center;
}
.background-color {
	background-color: #d1232b;
	padding: 40px;
	margin-top: 60px;
}
.background-color .container .row .col-md-6 h1 {
	font-family: roboto-light;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-top: 0;
}
.background-color .container .row .col-md-6 p {
	font-family: roboto-light;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.background-color .container .row .col-md-6 a {
	font-family: roboto-light;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
	display: block;
}
.background-color .container .row .col-md-6 a:hover {
	font-family: roboto-bold;
	font-weight: 700;
}
.sprawdz-mape-sprzedazy {
	text-align: center;
	padding: 30px 0;
}
.sprawdz-mape-sprzedazy a {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 2.250em;
	color: #666;
	padding: 30px 0;
	text-decoration: none;
}
.sprawdz-mape-sprzedazy a:hover {
	font-family: roboto-bold;
	font-weight: 700;
}
.formularz-background {
	background-color: #f2f2f2;
	padding-bottom: 60px;
}
.formularz-naglowek h4 {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1.5em;
	color: #666;
	text-align: center;
}
.formularz-naglowek p {
	font-family: roboto-light;
	font-weight: 300;
	font-size: 1em;
	color: #666;
	text-align: center;
	margin-bottom: 60px;
}
.form-control {
	border-radius: 0px;
}
.btn-primary {
	background-color: #d1232b;
	border-color: #d1232b;
	border-radius: 0;
	padding: 10px 40px;
	float: right;
}
.btn-primary:hover {
	background-color: #666;
	border-color: #666;
}
/*--------------------------------------------------------------
## Zakladka O nas
--------------------------------------------------------------*/
.link-button {
	font-family: roboto-bold;
	padding: 25px 16px;
	text-align: right;
}
.link-button a {
	color: #000;
	text-decoration: none;
}
.link-button a:hover {
	color: #666;
}
.link-button a::before {
	content: '';
    position: absolute;
    top: 32px;
    background: #d01e2c;
    height: 10px;
    width: 10px;
    border-radius: 5px;
	transform: translateX(-150%);
}
.o-nas-image-section {
	margin-top: 20px;
	width: 100%;
    height: 400px;
    display: block;
	overflow: hidden;
}
.img-parallax {
	width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
}
.przeczytaj-button {
	background-color: #007436;
}
.przeczytaj-button::before {
	content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #007436;
    right: 100%;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 76px solid #fff;
    border-right: 79px solid transparent;
}
.readmore-blog {
	text-align: center;
    font-family: roboto-light;
    text-transform: uppercase;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 24px;
	cursor: pointer;
}
.readmore-blog::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    transform: translateX(-150%);
}
.title-blog {
	font-family: roboto-light;
	color: #6c6b6b;
    font-size: 1.500em;
    font-weight: 300;
    background: none;
}
.description-1 {
	font-family: roboto-regular;
    font-size: 1em;
    line-height: 1.4em;
    clear: both;
	margin-top: 60px;
    color: #6c6b6b;
}
.blog-hidden-post {
	display: none;
	font-family: roboto-regular;
    font-size: 1em;
    line-height: 1.4em;
    clear: both;
    color: #6c6b6b;
}
/*--------------------------------------------------------------
# Zakładka zespol
--------------------------------------------------------------*/
.zespol-image-section {
    width: 100%;
    height: 500px;
    display: block;
    overflow: hidden;
}
.zespol-image-section img {
    width: 100%;
}
.wstep-text {
    font-family: roboto-regular;
    font-size: 1em;
    line-height: 1.4em;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #6c6b6b; 
}
.o-nas-section-toggle {
	margin-bottom: 60px;
}
.l0 {
    background: #eee;
}
.l1 th {
    padding: 10px;
    width: 25%;
}
.l1 td {
    padding: 10px;
}
.l0 th {
    padding: 10px;
    width: 25%;
}
.l0 td {
    padding: 10px;
}
/*--------------------------------------------------------------
# Zakładka siec sprzedazy
--------------------------------------------------------------*/
.filia-glowna-content {
    border-bottom: 1px solid;
    border-color: #666;
}
.filia-glowna-content h2 {
    font-size: 3em;
    font-family: roboto-bold;
    color: #d1232b;
}
.filia-glowna-content p {
    float: left;
    margin-right: 60px;
    color: #666;
}
.filia-glowna-content a {
    color: #666;
    text-decoration: none;
}
.filia-content h2 {
    color: #d1232b;
}
.filia-content a {
    color: #666;
    text-decoration: none;
}
.filia-content p {
    color: #666;
}
/*--------------------------
# SC mapka
--------------------------*/
.firstHeading {
	margin-top: 0px
}
.gm-style-iw-d p {
	font-family: roboto-light;
	float: left;
}
.gm-style-iw-d p b {
	font-family: roboto-bold;
}
/*--------------------------------------------------------------
# Zakładka aktualnosci
--------------------------------------------------------------*/
.aktualnosci-content h3 {
    color: #666;
    font-family: roboto-bold;
}
.aktualnosci-content p {
    color: #666;
    font-family: roboto-light;
	margin-bottom: 60px;
}
.aktualnosci-content {
    margin-bottom: 60px;
    position: relative;
}
.aktualnosci-content a {
    color: #d1232b;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 15px;
    font-family: roboto-bold;
}
.aktualnosci-content .aktualnosci-data {
    font-family: roboto-bold;
    font-size: 0.6em;
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #666;
    padding: 5px;
}
.aktualnosci-content .aktualnosci-data::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 110%;
    top: -9px;
    right: 0px;
    background: url(img/date.png) no-repeat;
    background-size: 100%;
}
.aktualnosci-post-content {
	margin-top: 60px;
}
.aktualnosci-post-content img {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.aktualnosci-post-content p {
	font-family: roboto-light;
	color: #666;
}
.aktualnosci-post-content .aktualnosci-title-container {
	float: left;
}
.aktualnosci-post-content .aktualnosci-post-data {
	padding: 5px 10px;
    background-color: #d1232b;
    color: #fff;
    font-size: 0.8em;
    float: left;
    margin-right: 15px;
}
.aktualnosci-post-content .aktualnosci-post-title {
    font-family: roboto-bold;
    font-size: 20px;
    color: #666;
    margin-top: 0px;
    width: 150%;
}
.aktualnosci-post-content .aktualnosci-post-text {
	margin-top: 60px;
}
/*--------------------------------------------------------------
# Zakładka Strefa porad
--------------------------------------------------------------*/
.strefa-porad-img-container {
	height: 500px;
	width: 100%;
	overflow: hidden;
}
.strefa-porad-img-container img {
	width: 100%;
}
.strefa-porad-content-container p {
	font-family: roboto-light;
	color: #666;
}
.strefa-porad-data-container {
	background-color: #b0b0b0;
	padding: 60px;
}
.strefa-porad-data-container p {
	color: #fff;
	font-family: roboto-bold;
	font-size: 1.5em;
	text-align: left;
}
.strefa-porad-data-container a {
	color: #fff;
	font-family: roboto-bold;
	font-size: 1em;
	text-align: left;
	text-decoration: none;
	display: block;
}
.strefa-porad-data-container a:hover {
	color: #007436;
}
.strefa-porad-banner-top {
	height: 400px;
	overflow: hidden;
}
.strefa-porad-banner-top img {
	width: 100%;
}
.strefa-porad-post-text p strong {
	font-family: roboto-bold;
	color: #666;
}
.strefa-porad-post-text p {
	font-family: roboto-light;
	color: #666;
}
.strefa-porad-post-text h1 {
    font-family: roboto-light;
    font-weight: 300;
    color: #666;
}
.strefa-porad-post-text h2 {
    font-family: roboto-bold;
    font-weight: 300;
    color: #666;
}
.strefa-porad-post-text table tbody tr td strong {
    font-family: roboto-bold;
    color: #666;
}
.strefa-porad-post-text table tbody tr td {
    font-family: roboto-light;
    color: #666;
	padding: 5px;
}
.tags {
	margin-top: 2em;
}
.tags p {
	font-size: 1em;
	font-family: roboto-light;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
}
.tags a {
	float: left;
	margin-right: 5px;
	border: 1px solid #fff;
    padding: 5px 10px;
}
.tags a:hover {
	background-color: #fff;
	color: #b0b0b0;
}
.strefa-porad-container-text {
	padding: 60px 15px;
}
.strefa-porad-container-text h2 {
	margin-top: 0;
}
.strefa-porad-container-text p {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Zakładka Kariera
--------------------------------------------------------------*/
.kariera-banner {
	height: 400px;
	width: 100%;
	overflow: hidden;
}
.kariera-img {
	width: 100%;
}
.kariera-content-container {
	margin-top: 60px;
}
.kariera-content-container .kariera-table th, td {
	font-size: 0.8em;
}
.kariera-content-container .kariera-table th {
	padding: 20px;
}
.kariera-content-container .kariera-table td {
	font-size: 0.8em;
	padding: 0 20px;
}
.kariera-content-container .kariera-table td p {
	margin: 0;
}
.skk_positionName  {
	width: 60%;
	font-family: roboto-bold;
	text-transform: uppercase;
	color: #fff;
}
.skk_regionName {
	width: 20%;
	font-family: roboto-bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #007436;
	text-align: center;
}
.skk_offers_col_sort_desc {
	width: 20%;
	font-family: roboto-bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #007436;
}
.stanowisko-name {
	width: 60%;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}
.stanowisko-region {
	width: 20%;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.stanowisko-data {
	width: 20%;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.stanowisko-name p a {
	color: #666;
	text-decoration: none;
}
.stanowisko-region a {
	color: #666;
	text-decoration: none;
}
.stanowisko-name p a:hover {
	color: #18bc5b;
}
.stanowisko-region a:hover {
	color: #18bc5b;
}
/*--------------------------------------------------------------
## Slideout widget
--------------------------------------------------------------*/
.slideout-widget-container {
	background: #fff;
	padding: 5px;
}	
.slideout-widget {
	position: fixed;
	left: 0;
	top: 220px;
	width: 15em;
	z-index: 10;
}
.slideout-widget-handler {
	left: 0;
	position: absolute;
	text-align: center;
	width: 3em;
	padding: 5px;

}	
.widget-facebook,
.widget-facebook a {
	color: #000;
}
.fb-page {

}
.widget-youtube {
	top: 270px;
}
@media (max-width: 768px) {
	.slideout-widget {
		display: none;
	}
}
/*--------------------------------------------------------------
## Oferta
--------------------------------------------------------------*/
.sort-container {
	background-color: #b4b4b4;
	margin-bottom: 60px;
}
.sort-container p, .sort-container a {
    margin-left: 15px;
    margin-bottom: 0;
    padding: 30px 0;
	color: #fff;
	font-family: roboto-light;
	text-decoration: none;
}
.sort-container a:hover {
	color: #dddada;
	text-decoration: none;
}
.oferta-container h3 {
	font-family: roboto-bold;
	text-align: center;
}
.oferta-container img {
	transition: 0.5s;
	margin: 0 auto;
    display: block;
}
.oferta-container img:hover {
	transform: scale(1.2);
}
/*--------------------------------------------------------------
## Kariera - tagi
--------------------------------------------------------------*/
.kariera-tag-content-container {
	background-color: #dedede;
    margin: 15px 0;
}
.kariera-tag-content-container .row .col-md-6 p {
	padding: 60px 0;
}
.kariera-tag-content-container p a {
	color: #666;
	text-decoration: none;
	font-family: roboto-light;
	font-size: 1.5em;
}
.kariera-tag-content-container p a:hover {
	color: #18bc5b;
}
#map_wrapper {
    height: 800px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav {
	    margin-top: 31px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #787878;
  padding: 0 7px;
  font-size: 1.125em;
  text-transform: uppercase;
  font-family: roboto-light;
  font-weight: 300;
  box-sizing: border-box;
    height: 62px;
    display: table-cell;
    vertical-align: middle;
	position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    background: #d1232b !important;
    color: #fff;
	font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 110%;
    height: 20px;
    z-index: 9999999;
    background: url(img/menu2_hover.png) no-repeat top right;
    background-size: 98%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 110%;
    height: 20px;
    z-index: 9999999;
    background: url(img/menu2_hover.png) no-repeat top right;
    background-size: 98%;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
nav ul li {
	margin-right: 5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Language menu
--------------------------------------------------------------*/
.second-primary-menu-language {
	position: absolute;
	top: 0;
	right: 0;
}
.second-primary-menu-language ul {
	float: left;
    list-style: none;
}
.second-primary-menu-language ul li {
	float: left;
}
.second-primary-menu-language ul li a {
	padding: 3px 10px;
    color: #fff;
    text-transform: uppercase;
    background: #666;
	font-size: 0.7em;
}
.second-primary-menu-language ul li a:hover {
    background: #d1232b;
}
.second-primary-menu-language ul li a:active {
    background: #d1232b;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
.scrollup {
	width: 40px;
    height: 40px;
    opacity: 0.7;
    bottom: 52px;
    position: fixed;
    right: 50px;
    text-indent: -999px;
    background: url(img/back_to_top.png) no-repeat;
	background-size: cover;
    background-color: #666;
	background-origin: content-box;
    padding: 10px;
    display: none;
    cursor: pointer;
    z-index: 1;
	transition: all 0.3s;
}
.scrollup:hover {
	opacity: 1;
	background-color: #d1232b;
	
}
.site-info {
	text-align: center;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .navbar-brand {
		margin-left: -40px;
	}
	/*--------------------------------------------------------------
	## Strona główna
	--------------------------------------------------------------*/
	.box::before {
		visibility: hidden;
		width: 0;
		border-bottom: 0px solid #fff;
	}
	.box-red::before {
		visibility: hidden;
		width: 0;
		border-bottom: 0px solid #fff;
	}
	.title-text { 
		font-size: 2em;
		margin-bottom: 0;
	}
	.text-box-bold {
		font-size: 5em;
		margin-bottom: 30px;
	}
	.title-text-white {
		font-size: 2em;
		margin-bottom: 30px;
	}
	.box img {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.box-red img {
		margin-bottom: 30px;
	}
	.description-container {
		width: 100%;
	}
	.naglowek {
		font-size: 3em;
		line-height: 1em;
	}
	.description-text {
		margin-top: 20px;
		font-size: 1.3em;
	}
	.zatrudnienie-title::before {
		width: 20%;
		left: 0;
	}
	.zatrudnienie-title::after {
		width: 20%;
		right: 0;
	}
	.zatrudnienie-section {
		height: 100%;
	}
	.title-text-white-white {
		font-size: 5em;
		margin-bottom: 0;
	}
	.box-prod-1 .title-text-white-white::after {
		top: 30%;
	}
	.title-text-white-2 {
		font-size: 1.5em;
	}
	.box-prod-2 .title-text-white-white::after {
		top: 30%;
	}
	.box-prod-3 .title-text-white-white::after {
		top: 30%;
	}
	.box-prod-1::after {
		top: 30%;
		transform: translateX(-30%);
	}
	.box-prod-2::after {
		top: 30%;
		transform: translateX(10%);
	}
	.photopercent {
		width: 100%;
	}
	.produkcja-title::before {
		visibility: hidden;
	}
	.produkcja-title::after {
		visibility: hidden;
	}
	.produkcja-dzial-title {
		margin-bottom: 40px;
	}
	.photo {
		width: 90%;
	}
	.percent {
		top: 67px;
		left: -34px;
	}
	.percent-2 {
		top: 67px;
		left: -34px;
	}
	.percent-3 {
		top: 67px;
		left: -30px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.orchid-box a {
		font-size: 1.5em;
	}
	.orchid-box a::before {
		top: -5px;
		background-size: 30px;
		left: -45px;
	}
	.anturium-box a {
		font-size: 1.5em;
	}
	.anturium-box a::before {
		top: -5px;
		background-size: 30px;
		left: -45px;
	}
	.roze-box a {
		font-size: 1.5em;
	}
	.roze-box a::before {
		top: -5px;
		background-size: 30px;
		left: -45px;
	}
	.carousel-inner, .carousel-bottom-container {
		height: 200px;
	}
	.w-100 {
		width: 100%!important;
		object-fit: cover;
	}
	.footer-adres {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.carousel-caption {
		visibility: hidden;
	}
	.footer-menu ul li a {
		text-align: center;
		font-size: 1em;
	}
	.footer-menu p {
		text-align: center;
		font-size: 1em;
	}
	.footer-adres img {
		margin: 15px auto;
	}
	.footer-adres p {
		text-align: center;
		font-size: 1em;
	}
	.footer-adres a {
		text-align: center;
		font-size: 1em;
	}
	.scrollup {
		bottom: 20px;
		right: 20px;
	}
	/*--------------------------------------------------------------
	## O nas
	--------------------------------------------------------------*/
	.slogan-poziom p {
		font-size: 1.5em;
	}
	.slogan-poziom p img {
		width: 50%;
	}
	.link-button a::before {
		top: 29px;
	}
	.img-parallax {
		object-fit: cover;
		height: 100%;
	}
	.title {
		margin-bottom: 0;
	}
	.przeczytaj-button {
		height: 72px;
	}
	.przeczytaj-button::before {
		border-bottom: 72px solid #fff;
	}
	.wstep-text {
		margin-top: 0;
	}
	/*--------------------------------------------------------------
	## Zespół
	--------------------------------------------------------------*/
	.zespol-image-section {
		height: 100%;
	}
	.readmore-blog {
		font-size: 1em;
	}
	.readmore-blog::before {
		height: 14px;
		width: 14px;
		top: 50%;
		transform: translate(-150%, -40%);
	}
	/*--------------------------------------------------------------
	## Aktualności
	--------------------------------------------------------------*/
	.aktualnosci-post-content .aktualnosci-post-title {
		width: 100%;
	}
	.aktualnosci-post-content img {
		width: 23%;
	}
	/*--------------------------------------------------------------
	## Strefa porad
	--------------------------------------------------------------*/
	.strefa-porad-img-container {
		height: 100%;
	}
	.strefa-porad-container-text {
		padding: 30px 15px 60px 15px;
	}
	.strefa-porad-data-container {
		padding: 30px;
	}
	.tags a {
		margin-bottom: 5px;
	}
	/*--------------------------------------------------------------
	## Kariera
	--------------------------------------------------------------*/
	.kariera-banner {
		height: 100%;
	}
	.background-color .container .row .col-md-6 h1 {
		margin-top: 30px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	html {
		font-size: 75%;
	}
	.navbar-brand {
		margin-left: -15px;
	}
	/*--------------------------------------------------------------
	## Strona główna
	--------------------------------------------------------------*/
	.box::before {
		visibility: hidden;
		width: 0;
		border-bottom: 0px solid #fff;
	}
	.box-red::before {
		visibility: hidden;
		width: 0;
		border-bottom: 0px solid #fff;
	}
	.title-text { 
		font-size: 2em;
		margin-bottom: 0;
	}
	.text-box-bold {
		font-size: 8em;
		margin-bottom: 30px;
	}
	.title-text-white {
		font-size: 2em;
		margin-bottom: 30px;
	}
	.box img {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.box-red img {
		margin-bottom: 30px;
	}
	.description-container {
		width: 100%;
	}
	.naglowek {
		font-size: 3em;
		line-height: 1em;
	}
	.description-text {
		margin-top: 20px;
		font-size: 1.3em;
	}
	.zatrudnienie-title::before {
		visibility: hidden;
	}
	.zatrudnienie-title::after {
		visibility: hidden;
	}
	.zatrudnienie-section {
		height: 100%;
	}
	.title-text-white-white {
		font-size: 8em;
		margin-bottom: 0;
	}
	.box-prod-1 .title-text-white-white::after {
		top: 42%;
	}
	.title-text-white-2 {
		font-size: 2em;
	}
	.box-prod-2 .title-text-white-white::after {
		top: 42%;
	}
	.box-prod-3 .title-text-white-white::after {
		top: 42%;
	}
	.box-prod-1::after {
		top: 90%;
		right: 50%;
		transform: translateX(50%);
	}
	.box-prod-2::after {
		top: 90%;
		right: 50%;
		transform: translateX(50%);
	}
	.box-prod-2 {
		margin-top: 60px;
	}
	.box-prod-3 {
		margin-top: 60px;
	}
	.produkcja-title::before {
		visibility: hidden;
	}
	.produkcja-title::after {
		visibility: hidden;
	}
	.produkcja-dzial-title {
		margin-bottom: 40px;
	}
	.percent {
		top: 50%;
		left: 50%;
		transform: translate(-56.5%, -60.5%);
	}
	.percent-2 {
		top: 50%;
		left: 50%;
		transform: translate(-56.5%, -60.5%) rotate(70deg);;
	}
	.percent-3 {
		top: 50%;
		left: 50%;
		transform: translate(-56.5%, -60.5%) rotate(90deg);;
	}

	.orchid-box a {
		font-size: 2em;
	}
	.orchid-box a::before {
		top: -5px;
	}
	.anturium-box a {
		font-size: 2em;
	}
	.anturium-box a::before {
		top: -5px;
	}
	.roze-box a {
		font-size: 2em;
	}
		.roze-box a::before {
		top: -5px;
	}
	.carousel-inner, .carousel-bottom-container {
		height: 200px;
	}
	.w-100 {
		width: 100%!important;
		object-fit: cover;
	}
	.footer-adres {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.carousel-caption {
		visibility: hidden;
	}
	.footer-menu ul li a {
		text-align: center;
		font-size: 1em;
	}
	.footer-menu p {
		text-align: center;
		font-size: 1em;
	}
	.footer-adres img {
		margin: 15px auto;
	}
	.footer-adres p {
		text-align: center;
		font-size: 1em;
	}
	.footer-adres a {
		text-align: center;
		font-size: 1em;
	}
	.scrollup {
		bottom: 20px;
		right: 20px;
	}
	/*--------------------------------------------------------------
	## O nas
	--------------------------------------------------------------*/
	.slogan-poziom p {
		font-size: 1.5em;
	}
	.slogan-poziom p img {
		width: 50%;
	}
	.link-button a::before {
		top: 29px;
	}
	.img-parallax {
		object-fit: cover;
		height: 100%;
	}
	.title {
		margin-bottom: 0;
	}
	.przeczytaj-button {
		height: 72px;
	}
	.przeczytaj-button::before {
		border-bottom: 72px solid #fff;
	}
	/*--------------------------------------------------------------
	## Zespół
	--------------------------------------------------------------*/
	.zespol-image-section {
		height: 100%;
	}
	.readmore-blog {
		font-size: 1em;
	}
	.readmore-blog::before {
		height: 14px;
		width: 14px;
		top: 50%;
		transform: translate(-150%, -40%);
	}
	/*--------------------------------------------------------------
	## Aktualności
	--------------------------------------------------------------*/
	.aktualnosci-post-content .aktualnosci-post-title {
		width: 100%;
	}
	/*--------------------------------------------------------------
	## Strefa porad
	--------------------------------------------------------------*/
	.strefa-porad-img-container {
		height: 100%;
	}
	.strefa-porad-container-text {
		padding: 30px 15px 60px 15px;
	}
	.strefa-porad-data-container {
		padding: 30px;
	}
	/*--------------------------------------------------------------
	## Kariera
	--------------------------------------------------------------*/
	.kariera-banner {
		height: 100%;
	}
	.background-color .container .row .col-md-6 h1 {
		margin-top: 30px;
	}
}
