* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
	color: #5b5e64;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: handel-gothic,sans-serif;
    font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
}

img {
    max-width: 100%;
    max-height: 100%;
}

ul,
ol,
p {
    margin: 0;
    padding: 0;
}

a { color: #0c80c3; }

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

p a {
color: #c00;
}


p a:hover {
color: #f00;
}


li {
    list-style: none;
}

.content ul li {
list-style: disc;
}

p {
   margin: 0;
   padding: 0;
}

.container-fluid {
	padding-left: 5%;
	padding-right: 5%;
	margin: 0px auto;
}


.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1234;
	padding: 35px 0px;
	transition: all .2s ease;
	font-family: handel-gothic,sans-serif;
}


.header.stk {
	padding: 15px 0px;
	background: #fff;

}


.content {
padding: 20px 5% 40px ;
}

.content p {
font-size: 16px;
line-height: 32px;
padding: 0 0 15px 0;
}

.single .content p {
	text-align: justify;
}
.wp-block-image, .wp-block-gallery {
margin: 20px 0;
}

.content h2 {
padding: 15px 0;
font-size: 22px;
}

.content ul {
list-style: disc;
padding: 5px 0 10px 20px;
}

.content ul li, .content ol li {
font-size: 16px;
line-height: 32px;
}

.content ol li {
list-style: decimal;
}

.content ol  {
padding: 10px 0 10px 20px;
}

.content h3 {
padding: 5px 0;
font-size: 20px;
}





.navbar { padding: 0; }

.navbar-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-menu li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	text-transform: lowercase;
}

.home-menu li ul  {
transition: .2s ease;
background: #fff;
position: absolute;
top: 90%;
left: -20px;
width: 230px;
padding: 0 0 10px 0;
opacity: 0;
visibility: hidden;
box-shadow: 1px 1px 0 0px rgba(0,0,0,.2);
}


.home-menu li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible;
}

.home-menu li ul li {
	display: block;
	position: relative;
	margin: 0px;
	padding: 20px 20px 0 20px;
	text-transform: lowercase;
}




.home-menu li a {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #1f1f1f;
	position: relative;
	z-index: 2;
}

.home-menu li a.menu-link:after, .footer-menu ul li a:after {
	position: absolute;
	content: "";
	left: 1px;
	bottom: -3px;
	width: 0px;
	height: 5px;
	transition: .5s;
	background: #dc131d;
}

.home-menu li a.menu-link:hover:after, .footer-menu ul li a:hover:after {
	width: 20px;
}

.home-menu li a.menu-link:hover { color: #000; }

.lng a {
color: #999 !important;
padding-left: 30px;
border-left: 1px solid #999;
}


/* INTRO */

.intro {
	background: #fff;
	position: relative;
	min-height: 500px;
	max-height: 800px;
	padding-top: 120px;
}

.intro-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	min-height: 645px;
}

.intro-left {
	width: 35%;
	position: relative;
	padding-left: 5%;
	margin-top: 100px;
	z-index: 123;
}

.intro-left-lines {
	position: absolute;
	left: 0;
	top: 0px;
}

.intro-right {
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}

.barrels-bg {
	width: 100%;
	position: relative;
	background: url('../images/intro-right-2.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
	min-height: 600px;
	right: -10%;
}

.barrels {
	display: flex;
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: 0;
	align-items: flex-end;
}

.barrels img {
	height: 100%;
}

.barrel-aviation {
	position: relative;
	left: -60px;
	z-index: 2;
}

.barrel-pro {
	position: relative;
	left: -175px;
	z-index: 3;
	top: 20px;
}

.barrel-racing {
	position: relative;
	left: -303px;
	z-index: 2;
}

.intro h1 {
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 55px;
}

.intro h1 span {
	display: block;
	color: #dc131d;
}

.intro-left p {
	max-width: 450px;
	margin: 30px 0px 0px 0px;
	font-size: 19px;
	line-height: 33px;
	color: #000;
	font-weight: 500;
}

/* SECTION TITLE */

.section-title {
	position: relative;
}

.section-lines-before-title {
	position: absolute;
	top: -25px;
	left: 8%;
	z-index: -1;
}

.mauto {
	margin: 0px auto;
}

.section-title h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 48px;
}

.section-title h1 span {
	color: #dc131d;
}

.subtitle {
	font-size: 16px;
}
.subtitle p {
margin: 10px;
}


.section-title .subtitle {
	max-width: 940px;
	margin-top: 50px;
}

.skew-slides-section {
	overflow: hidden;
	padding: 60px 0 0px 0;
}

.skew-slides {
	width: 100%;
	height: 286px;
	background: url('../images/skew-slides.png') no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 50px 0px;
}

.skew-slides-wrap {
	display: flex;
	justify-content: space-between;
}

.skew-slides-wrap .item {
	text-align: center;
	width: calc(25% - 30px);
}

.skew-slides-wrap .item h3 {
	margin-bottom: 30px;
	color: #010101;
}

/* LABO */

#o-nas .section-title {
margin: 0 0 50px 0;
}

.labo {
	position: relative;
	max-width: 1920px;
	margin: 0px auto 50px;
	overflow: hidden;
	padding: 150px 0px 20px 0px;
}

.labo .labo-lines-top-right {
	position: absolute;
	top: 0;
	right: 0;
}

.labo .labo-lines-top-left {
	position: absolute;
	top: 10px;
	left: 0;
}

.labo .labo-lines-bottom-right {
	position: absolute;
	bottom: 0;
	right: 25%;
}

.labo .labo-lines-bottom-left {
	position: absolute;
	bottom: -46px;
	left: -125px;
	transform: skew(45deg);
}

.labo .labo-bg {
	min-height: 585px;
	background: url('../images/labo-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	position: relative;
}


.lab .video-container {
	min-height: 495px;
	background: url('../images/labo-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	position: relative;
}

.labo .labo-overlay {
	position: absolute;
	right: -10%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	width: 1150px;
	transform: skew(-45deg);
}

.labo-text {
	color: #fff;
}

.labo-text .title {
	background: #dc131d;
	position: relative;
	top: -20px;
	left: 35px;
	padding: 30px 60px;
	z-index: 2;
}

.labo-text .triangle {
	position: relative;
	top: -55px;
	left: 250px;
	right: 0;
	background: rgba(0,0,0,.6);
	padding: 10px 60px;
	z-index: 1;
}

.labo-text .title h3 {
	font-size: 32px;
	transform: skew(45deg);
	text-transform: uppercase;
}

.labo-columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
	margin: 0px auto 30px;
}
.labo-columns .item {
	width: 100%;
	transform: skew(45deg);
	text-align: right;
}

.labo p {
font-size: 15px;
}

.labo-columns .item h3 {
	font-size: 20px;
	margin: 20px 0;
}

#logistyka .section-3-boxes {
padding: 60px 0 0 ;
}

.section-1-bg {
	width: 100%;
	min-height: 645px;
	background: url('../images/section-bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: relative;
}

.section-1 .bg-overlay {
	position: absolute;
	right: -100px;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5));
	z-index: 2;
	width: 70%;
	transform: skew(-45deg);
}

.section-1 .bg-overlay .title {
	position: relative;
	margin-left: 100px;
}

.section-1 .bg-overlay .title .title-shadow {
	position: absolute;
	background: rgba(0,0,0,.7);
	top: 85px;
	left: 150px;
	height: 60px;
	right: 0;
	z-index: 2;
}

.section-1 .bg-overlay .title-text {
	position: relative;
	z-index: 3;
	background: red;
	color: #fff;
	padding: 30px 60px;
	font-family: handel-gothic,sans-serif;
	font-size: 40px;
}

.section-1 .bg-overlay .title-text p {
	transform: skew(45deg);
}

.section-1 .bg-overlay .text {
	transform: skew(45deg);
	width: 75%;
	color: #fff;
	text-align: center;
	padding: 0px 50px;
	margin: 100px auto;
}

.section-1-lines {
	position: absolute;
	right: 0;
	top: 0;
}

.section-1-lines-2 {
	position: absolute;
	left: 5%;
	bottom: -46px;
	z-index: 4;
}

.section-1-lines-3 {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}

.skew-carousel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
	margin: 50px auto;
}

.skew-carousel .item {
	position: relative;
	transform: skew(-45deg, 0deg);
	overflow: hidden;
	height: 300px;
	background: #000;
}

.skew-carousel .item:first-child img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: skew(45deg);
}

.skew-carousel .item:first-child {
	width: calc(50% - 20px);
	transform: skew(-45deg);
	height: 350px;
}
.skew-carousel .item:nth-child(2) {
	width: 45%;
	transform: skew(-45deg);
}
.skew-carousel .item:nth-child(3) {
	width: 5%;
}

.skew-carousel .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-3 {
	width: 100%;
	position: relative;
	padding: 100px 0px 0;
	overflow: hidden;
}

.section-3 .logo {
margin: 0 0 25px 0;
}

.section-3 .logo img {
max-height: 80px;
}

.section-3 h2 {
font-size: 42px;
color: #000;
padding: 0 0 80px;
}

.our-brands-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 33%;
	transform: translateY(-33%);
	background: url('../images/our-brands-bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 148px;
	z-index: 1;
}

.our-brands-lines-left-top {
	position: absolute;
	left: 0;
	top: 10px;
}

.our-brands-lines-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-3-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


.section-3-boxes.mid {
	align-items: center;
}

.section-3-boxes p {
min-height: 97px;
}

.section-3-boxes .item {
padding: 0 3%;
	position: relative;
	text-align: center;
	z-index: 2;
}

.section-3-boxes.mid .item {
	text-align: left;
	padding: 0 1%;
}
.section-3-boxes.mid .logo {
margin: 0 0 25px -15px;
max-width: 320px;
}

.section-3-boxes.mid .ico img {
    max-width: 90%;
	max-height: 680px;
}

.section-3-boxes.mid .item .ico {
	justify-content: flex-end;
}

.section-3-boxes .item .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
	transition: .5s ease;
	top: 0;
}

.section-3-boxes .item:hover .ico {
	top: -20px;
}

/* SECTION VIDEO */

.section-video {
	position: relative;
	padding: 100px 0px 50px 0px;
	margin: 100px auto 0;
	overflow: hidden;
}

.video-container {
	height: 470px;
	position: relative;
}

.section-video-overlay {
	background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6));
	position: absolute;
	right: 5%;
	width: 600px;
	top: -100px;
	bottom: -50px;
	z-index: 3;
	transform: skew(-40deg);
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}


.lab .section-video-overlay {
	right: 5%;
	width: 800px;
	top: -100px;
	bottom: -50px;
}

.lab .section-video-overlay .text {
    top: 0px;
    padding: 70px 0px 0px 50px;
text-align: center; 
}


.lab .section-video-overlay .text p:nth-of-type(1) { 
margin-left: 135px;  

}

.lab .section-video-overlay .text p:nth-of-type(3) { 
margin-left: -135px;  

}

.lab .section-video-overlay .text h3:nth-of-type(1)  {
padding: 0 0 0 135px;
}

.lab .section-video-overlay .text h3 {
    margin: 15px 0;
	text-align: left; 
}


.section-video-overlay a {
	color: #fff;
}

.video-container .title {
	position: absolute;
	left: 20%;
	top: -85px;
}

.video-container .title h1 {
	font-size: 45px;
	text-transform: uppercase;
	color: #010101;
}

.section-video-overlay:after {
   
}

.section-video-overlay .text {
	position: relative;
	top: 90px;
	z-index: 3;
	color: #fff;
	padding: 100px 0px 0px 50px;
	transform: skew(40deg);
}

.section-video-overlay .text h3 {
	font-size: 32px;
	margin-left: 150px;
}

.section-video-overlay .text p {
	line-height: 30px;
	width: 75%;
}

.section-video .labo-lines-bottom-left {
	position: absolute;
	bottom: -46px;
	left: 3%;
	z-index: 5;
}


.section-video-overlay .text h3 {
	margin-bottom: 30px;
}

.section-video .video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-video .video-container:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 15px 15px 55px rgba(0,0,0,.5);
    z-index: 2;
}

.section-video .video-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 2;
}

.video-lines-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0px;
}

/* ABOUT US */

.about-us {
	position: relative;
	padding: 110px 0px 0px 0px;
}

.about-us-bg {
	width: 100%;
	position: relative;
	background: url('../images/home-slider-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 429px;
	margin-top: 75px;
	margin-bottom: 100px;
	z-index: 1;
}

.hd {
	width: 100%;
	position: relative;
	background: url('../images/hd.jpg');
	background-repeat: no-repeat;
	background-size:  auto 100%;
	min-height: 317px;
	margin-top: 108px;
	margin-bottom: 10px;
	z-index: 1;
}

.hd h1 {
padding: 10px 150px 10px 5%;
background: #f00;
color: #fff;
display: inline;
transform: translateY(170px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 78px) 100%, 0% 100%);
position: absolute;
font-size: 48px;

}


.page-template-content-files-page-php p img {
margin: 30px 40px 20px 0;
height: 130px;
width: auto;
}

.about-us-lines-top-right {
	position: absolute;
	right: 0;
	top: -52px;
	z-index: 2;
}

.about-us-lines-bottom-right {
	position: absolute;
	right: 20%;
	bottom: -46px;
	z-index: 2;
}

.contact {
	overflow: hidden;
	padding:  70px 0px 100px 0px;
}

.contact-container {
	position: relative;
	min-height: 500px;
	display: flex;
	justify-content: space-between;
}

.contact-left {
	position: absolute;
	width:100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: url('../images/our-brands-lines-left-top.png');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

.contact-form {
	text-align: left;
	max-width: 600px;
	margin: 40px auto 0;
	position: relative;
	z-index: 2;
}

div.wpcf7 .ajax-loader {
	opacity: 0 !important;
	background-image: url('../images/load.svg') !important;
    width: 32px !important;
    height: 32px !important;
	margin: 0px 0px 0 0px !important;
transition: .2s ease;
float: right;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible !important;
opacity: 1 !important;

}


.form-group {
	border: 1px solid #999;
//	transform: skew(-45deg);
background: #fff;
}


.contact-form input, .contact-form textarea {

	border: 0;
	padding: 12px 30px;
background: transparent;
}





.contact-form input:focus, .contact-form textarea:focus {
background: transparent;
outline: 0;
border: 0;	
}
 .contact-form textarea {
resize: none;
 }

.contact-form .form-group {
	position: relative;

	margin-bottom: 24px;
}


form button {
left: 50%;
transform: translateX(-50%);
}


.contact-right {
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/contact-right.png');
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.contact-form button[type="submit"] {
	background: #fff;
	text-transform: lowercase;
	cursor: pointer;
	padding: 10px 20px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + span {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 13px;
	padding-top: 1px;
	width: 100%;
}

input[type="checkbox"] + span:last-child { 
margin-bottom: 0; 
}

input[type="checkbox"] + span:before {
	content: "\2714";
	display: block;
	width: 26px;
	height: 26px;
	padding-left: 4px;
	border: 2px solid #c2c2c2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: .6;
	color: transparent;
	font-weight: 800;
	font-size: 16px;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + span:before {
	border-color: #dc131d;
	color: #dc131d;
	opacity: 1;
}

.wpcf7-not-valid-tip {
position: absolute;
top: 9px;
left: 23px;
background: #fff;
 white-space: nowrap;

}

.wpcf7 form .wpcf7-response-output {
margin: 20px 0 0 ;
font-size: 14px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

/* NEWS */

.news-lines-top-right-2 {
	position: absolute;
	right: 15%;
	top: -160px;
}

.news-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px;
}

.news-dates {
	width: 70%;
}

.news-title {
	width: 80%;
	text-align: right;
}

.news-name {
min-height: 70px;
background: #f00;
    clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
	position: absolute;
	top: -10px;
	left: -100px;

}

.news-title h1 {
	color: #393939;
	font-weight: 700;
	line-height: 48px;
}

.news-dates ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: handel-gothic,sans-serif;
	position: relative;
}

.news-dates ul li {
	text-align: center;
	width: 33.33%;
}

.news-dates ul li a {
	color: rgba(255,255,255,.5);
	display: block;
	font-weight: 700;
	font-size: 23px;
	padding: 30px;
	background: #ff4040;
}

.news-dates ul li:last-child a {
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.news-dates ul li a.current {
	color: #fff;
	background: #ff0000;
}

h3.blog-news-title {
	margin-bottom: 0px;
	font-size: 22px;
	color: #fff;
	padding: 10px 100px 0 100px;
	line-height: 22px;
}

.blog-home-single-post {
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.news-gfx {
	width: 50%;
}

.blog-home-single-content {
	position: relative;
	left: 5%;

	margin-top: 0px;
	padding: 110px 50px 0 0;
}

.blog-home-single-content p {
	line-height: 38px;
}

.blog-home-single-image-wrap {
	position: relative;
	height: 400px;
	width: 100%;
}

.blog-home-single-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(53% 0%, 100% 0%, 100% 100%, 0% 100%);
	position: relative;
	z-index: 1;
	padding-top: 38px;
}

.news-lines-top-right {
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 2;
}

.news-lines-bottom-left {
	position: absolute;
	left: -50px;
	bottom: -110px;
}


ul.cats  {
margin: 0;
padding: 0;
text-align: right;
position: relative;
}

.media-o-nas-template-default ul.cats {
margin: 0 0 70px;
}


.cats li {
display: inline;
padding: 10px 0px 10px 40px;
}

.cats li a {
font-family: handel-gothic,sans-serif;
font-size: 20px;
color: #000;
position: relative;
}


.cats li.current_page_item a::after, .cats li.current-cat a::after {
    content: '';
    height: 3px;
    background: #f00 !important;
    left: 0;
    right: 0;
    bottom: -5px;
    position: absolute;
	transition: all .2s ease;
}

.cats li a::after {
    transition: all .2s ease;
	content: '';
    height: 3px;
    background: transparent;
    left: 0;
    right: 0;
    bottom: -5px;
    position: absolute;
}

.cats li a:hover::after {
    background: #ddd;
}

.cats li a:hover {
color: #555;
text-decoration: none;
}


.scats ul {
margin: 0;
padding: 0;
}

.scats li {
padding: 0 30px 0 0;
}

.scats li, .scats li a {
display: none;
}

.lg-outer .lg-img-wrap {
    padding: 5% !important;
}

.lg-backdrop {
background: #ffffffee !important;
}

.lg-toolbar {
background: none !important;
}

.lg-toolbar .lg-icon, .lg-actions .lg-next, .lg-actions .lg-prev {
color: #777 !important;
}

.lg-toolbar .lg-icon:hover, .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #000 !important;
}

.wp-block-gallery img, .wp-block-gallery img {
max-width: 100%;
height: auto;
}

.wp-block-gallery ul, .wp-block-gallery ul {
padding: 0;
}

.news {
	position: relative;
	margin: 0 auto;
padding: 0px 5% 60px;
}

.news.in {
max-width: 1000px;
margin: 0 auto;
}

.news.in h1 {
color: #555;
padding: 10px 30px 25px 0;
font-size: 28px;
}

.closeback {
position: absolute;
top: 15px;
right: 0;
width: 20px;
height: 32px;
display: block;
    transition: all .2s ease-in-out;
	cursor: pointer;
}

.closeback:after {
    position: absolute;
    color: #000;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px;

}


.dwnld, .medonas, .news, .press {
	position: relative;
	margin: -25px auto 0;
padding: 0px 5% 60px;
max-width: 1200px;
position: relative;
z-index: 6;
}

.dwnld h3, .medonas h3, .news h3 {
position: absolute;
top: 50px;
left: 0;
font-size: 28px;
}


.medonas .tab-content > div {
padding: 20px 135px 20px 25px;
box-shadow: 0 0 0 2px #e7e7e7, 0 3px 20px #eee;
background: #f8f8f8;
margin: 0 0 30px;
position: relative;
transition: all .2s ease;
}

.news .tab-content > div {
    padding: 20px 125px 20px 25px;
    box-shadow: 0 0 0 2px #e7e7e7, 0 3px 20px #eee;
    background: #f8f8f8;
    margin: 0 0 30px;
    position: relative;
    transition: all .2s ease;
	min-height: 200px;
}

.news .tab-content > div > div {
display: inline;
float: none;
margin: 0 30px 0 0;
}


.news .tab-content.current > div > div {
    display: inline;
    float: left;
    margin: 0 30px 0 0;
}

.news .tab-content > div img {
margin: -20px 0 -20px -25px;
max-width: 200px;
height: 200px;
position: relative;
display: inline;
}


.news .tab-content > div h2, .news .tab-content > div p {
display: inline-block;
width: calc(100% - 220px);
padding: 0;
line-height: 28px;
font-size: 15px;
}

.news .tab-content > div h2  {
padding: 5px 0 15px 0;
font-size: 20px;
}

.news .tab-content > div h2 a {
color: #000;
}

.medonas .tab-content > div:hover {
box-shadow: 0 0 0 2px #f00, 0 3px 20px #eee;
}

.medonas .tab-content > div:hover a {
background: #000;
}


.medonas .tab-content > div  p {
font-size: 18px;
font-weight: bold;
padding: 0;
}


.medonas .tab-content > div  a{
position: absolute;
background: #f00;
color: #fff;
top: 50%;
right: 30px;
font-size: 15px;
font-weight: bold;
padding: 7px 15px;
border-radius: 3px;
transform: translateY(-50%);
}

.news .tab-content > div  a{
position: absolute;
background: #f00;
color: #fff;
bottom: 20px;
right: 20px;
font-size: 15px;
font-weight: bold;
padding: 7px 15px;
border-radius: 3px;
}

.news .tab-content > div:hover  a {
background: #000;
}

.news .tab-content > div:hover {
box-shadow: 0 0 0 2px #f00, 0 3px 20px #eee;
}

.select {
width: 100%;
text-align: right;
}

.downloads {
display: flex;
flex-wrap:wrap;
padding: 0 0 40px !important;
margin: 0 -10px !important;
}

.downloads li  {
list-style: none !important;
width: calc(20.45% - 25px);
display: block;
//height:15vw;
padding: 0;
margin: 10px;
display: inline-block;
transition: all .2s ease;
position: relative;
}



.dwnld h4  {
margin: 0 0 10px 0;
border-bottom: 2px solid #eee;
}


.press > div {
margin: 90px 0 40px;
display: flex;
justify-content: space-between;
}

.press > div:last-child {
margin: 90px 0 40px;
display: flex;

}

.press div > div {
width: calc(33.33333% - 40px);
display: block;
}



.press .btns a {
display: block;
width: 100%;
line-height: 24px;
height: 150px;
padding: 60px 0;
text-align: center;
font-size: 24px;
font-family: handel-gothic,sans-serif;
color: #000;
    box-shadow: 0 0 0 2px #e7e7e7, 0 3px 20px #eee;
    background: #f8f8f8;
    position: relative;
    transition: all .2s ease;
}

.press a:hover {
    box-shadow: 0 0 0 2px #f00, 0 3px 5px #eee;
}

.wp-block-image {
position: relative;
}

.wp-block-image figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption, 
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 0 5px 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
	line-height: initial;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    box-sizing: border-box;
    margin: 0;
}

.wp-block-image img {
    height: auto;
}

@media (max-width: 1000px) {
.downloads li  {
width: calc(25.55% - 25px);
}
}
@media (max-width: 800px) {

.media-o-nas-template-default ul.cats {
margin: 0 0 10px;
}
.downloads li  {
width: calc(34% - 25px);
}
.dwnld h3, .medonas h3, .news h3 {
position: static;
font-size: 24px;
padding: 40px 0 20px;
}
ul.cats {
    text-align: left
}
.cats li a {
    font-size: 19px;
	}
.select {
    text-align: left;
}

.cats li {
      padding: 10px 20px 10px 0px;
}

.medonas .tab-content > div p {
    font-size: 16px;
}
.content p {
line-height: 28px;
}

.medonas .tab-content > div a, .medonas .tab-content > div:hover a {
    padding: 5px 25px;
right: 20px;
bottom: 20px;
transform: none;
top: initial;
}

.medonas .tab-content > div {
    padding: 20px 25px 60px 25px;
	}


.news .tab-content > div {
    padding: 20px 25px 60px 25px;
	}

}
@media (max-width: 600px) {


.press > div {
margin: 50px 0 40px;
display: block;
}

.press div > div {
width: 100%;
display: block;
margin: 0 0 20px;
}

.press > div:last-child {
display: initial;
}

.press div p {
width: 100%;
display: block;
margin: 0 0 20px;
}


.press a {
    line-height: 24px;
    height: 100px;
    padding: 40px 0;
    font-size: 20px;
}

.news.in h1 {
font-size: 26px;
}

.downloads li  {
width: calc(50.4% - 25px);
}


.news .tab-content > div {
padding: 0;
}

.news .tab-content.current > div > div {
    display: inline-block;
    float: none;
	width: 100%;
    margin: 0 0px 20px 0;
		height: 200px;
		overflow: hidden;
}



.news .tab-content > div h2, .news .tab-content > div p {
    display: block;
    width: 100%;
padding: 0px 15px 60px 15px;
}

.news .tab-content > div h2 {
padding: 0px 15px 10px 15px;
}

.news .tab-content > div img {
    margin: 0;
    max-width: 100%;
    height: initial;
	width: 100%;
		max-height: initial;
	object-fit: cover;
	top: 50%;
	transform: translateY(-50%);
}


}
@media (max-width: 400px) {
.downloads li  {
width: calc(50.4% - 25px);
}
select {
	width: calc(100% - 5px) !important;
}

}
.downloads li a {
box-shadow: 0 0 0 2px #ddd, 0 3px 20px #eee;
width: 100%;
display: block;
position: relative;
max-height: 193px;
overflow: hidden;
}

.downloads li p {
width: 100%;
text-align: center;
display: block;
text-align: center !important;
font-size: 13px;
line-height: 22px;
color: #000;
padding: 10px 0 0 0;
}


.downloads li a:hover  {
box-shadow: 0 0 0 2px #f00, 0 3px 20px #eee;
}

.downloads li a[href$=".pdf"]:after {
    opacity: .3;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translateX(-50%) translateY(-50%);
    color: #f00;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 36px;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.downloads li img {
display: block;
width: 100%;
max-width: initial;
max-height: initial;
}

.tab-content{

	opacity: 0;
	visibility: hidden;

				transition: .1s ease;
				max-height: 0;
		}

		.tab-content.current{
	padding: 10px 0;
	display: block;
				opacity: 1;
	visibility: visible;
max-height: 100%;
		}



/* <select> styles */
select {
  /* Reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 240px;
  height: 40px;
font-family: handel-gothic,sans-serif;
  margin: 20px 0;
  border-bottom: 2px solid #eee;
  padding: 0 30px 0 0;
  background: url(../images/arrow.svg) no-repeat right 1px center/ 16px;
  color: white;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  /* <option> colors */
  /* Remove focus outline */
  /* Remove IE arrow */
}
select option {
  color: inherit;
  background-color: #fff;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}


/* FOOTER */

.footer {
	color: #fff;
	position: relative;
	padding: 0px 0px 0px 0px;
}

.footer-container {
	background: #000;
	position: relative;
}

.footer a {
	color: #fff;
}

.footer-menu ul li a:after {
	bottom: -5px;
}

.footer .footer-contact {
	display: flex;
	justify-content: space-between;
	margin: 30px 0px 0px 0px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.footer .footer-left-lines {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	z-index: 1;
}

.footer .footer-contact ul li.contact-title {
	color: #fff;
	margin: 24px 0 15px;
}

.footer .footer-contact ul li {
	margin-bottom: 10px;
	display: flex;
}

.footer .footer-contact ul li .ico {
	width: 20px;
	margin-right: 10px;
}

.footer-contact ul {
width: 25%;
}

.footer-contact ul .dane {
}

.footer-menu {
	position: relative;
	z-index: 3;
}

.footer-menu ul {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
	font-family: handel-gothic,sans-serif;
	text-transform: lowercase;
	font-size: 20px;
	margin-top: 70px;
	padding: 0px 50px;
}

.footer-menu ul li {
	line-height: 72px;
}

.footer-menu ul li a {
	position: relative;
}

.footer .footer-bottom-wrap img {
    position: relative;
    top: -1px;
    margin: 0px 10px 0 2px;
    opacity: 1;

}

.newsletter-form {
	position: relative;
	z-index: 2;
	margin-top: 93px;
}

.newsletter-form input[type="email"] {
	border-radius: 0;
	border: 0;
	padding: 12px 15px;
	width: 100%;
	background: url('../images/input-bg.png') repeat-x;
}

.newsletter-form button[type="submit"] {
	background: #000;
	color: #fff;
	text-transform: lowercase;
	margin-top: 30px;
	cursor: pointer;
	padding: 10px 20px;
}

.newsletter-form button.btn-1:before, .newsletter-form button.btn-1:after {
	background: #000;
	color: #fff;
}

.newsletter-form p {
	font-family: handel-gothic,sans-serif;
	text-transform: lowercase;
	margin-bottom: 15px;
}

.footer .footer-lines-3 {
	position: absolute;
	top: 0;
	right: 15%;
	height: 100%;
	bottom: 0;
	z-index: 1;
}

.footer .footer-right-lines {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	z-index: 1;
	text-align: right;
	height: 588px;
}

.footer-top {
	padding: 65px 0px;
	position: relative;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.5);
	padding: 12px 0px;
	position: relative;
	z-index: 4;
	color: #ccc;
	font-size: 12px;
}

.footer-bottom a {
	color: #ccc;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer-bottom p {
//	background: #000;
	padding: 4px 15px;
}

.footer-bottom p img {
	position: relative;
	top: -2px;
	margin: 0px 5px;
}

.footer-bottom-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.buttons {
	margin: 20px 5px;
}

.btn {
	position: relative;
	font-family: handel-gothic,sans-serif;
	color: #000;
}

.btn-1 {
	padding: 5px 18px;
	position: relative;
	border: 2px solid #e72027;
	border-radius: 0;
	transition: .2s ease;
	top: -2px;
	height: 40px;

	    min-width: 135px;
}
}

.btn-1:hover {
transform: scale(.96);
    transition: all .1s ease;
}

.btn-1:before,
.btn-1:after {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
}

.labo .buttons > div {
background: #000;
display: inline-block;
box-shadow: 0 -2px 0 4px #000;
transform: skew(-45deg);
padding: 5px 200px 5px 60px;
margin-right: -29%;
}




.labo .btn-1 {
color: #fff;
transform:  scale(1) skew(45deg);
}

.labo .btn-1:hover {
transform:  scale(.96) skew(45deg);
}


.labo .btn-1:before,
.labo .btn-1:after {
	background: #000;
}

.totop.show {
opacity: 1;
	right: -30px;
}

.totop {
    position: fixed;
    bottom: 9px;
   right: -120px;
    height: 36px;
    width: 66px;
    text-align: center;
    opacity: 0;
    z-index: 987;
    box-shadow: 0 0 0 1px #bfd5e2;
}

.totop:after {
position: absolute;
top: 17px;
left: 10px;
width: 10px;
height: 10px;
content: '';
border-left: 2px solid red;
border-top: 2px solid red;
transform: rotate(45deg);
transition: all .2s ease;
}

.totop:hover:after {
top: 14px;
left: 10px;
}



.download {
margin: 30px 0px 100px;
border-top: 2px #ddd solid;
padding: 50px 0 0 0;
}

.page-id-71 .download {
margin: 40px 0px 100px;
border-top: 0;
padding: 0px 0 0 0;
}


#accordion {
margin: 0 0px 100px;
}

#accordion .download {
margin: 0 auto;
padding: 5px 0 50px 0;
border: 0;
width: 92%;
}

.download a {
    display: inline-block;
    padding: 30px 70px 27px 30px;
    margin: 0 5px 10px 5px;
    font-size: 16px;
    color: #333;
    position: relative;
    box-shadow: inset 0 0 0 2px #ddd, 0 3px 20px #eee;
    overflow: hidden;
	width: calc(50% - 13px);
display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

.download a:hover {
   box-shadow: inset 0 0 0 2px #f00, 0 3px 20px #eee;
}

.download a:hover:after {
opacity: 1;
}


.download a::after {
    opacity: .3;
    position: absolute;
    right: 23px;
    top: 19px;
    color: #f00;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 32px;
    display: inline-block;
    transition: all .2s ease-in-out;
}



.content p.data {
margin: 0;
padding: 0 0 3px;
font-size: 12px;
}


#accordion h2.ui-accordion-header {
cursor: pointer;
	padding: 15px 10px 18px 10px;
	text-align: center;
	background: #f6f6f6;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
	width: 100%;
	margin: 0 0 20px;
	display: block;
	color: #000;
	  clip-path: polygon(66px 0, 100% 0, calc(100% - 66px) 100%, 0% 100%);
	transition: all .2s ease;
	    font-family: handel-gothic,sans-serif;
    font-weight: 400;
box-shadow: inset 0 0 10px rgba(0,0,0,.05);
}

#accordion h2.ui-accordion-header:hover {
	background: #e00;
color: #fff;
}


#accordion h3 {
	font-size: 22px;
	margin: 10px 0 20px;
	text-align: center;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #ddd;
}

.content h3.btn:hover:before {
	top: 27px;
}

#accordion h2.ui-state-active {
	background: #e00;
color: #fff;
}

.content h3.ui-state-active.btn:hover:before {
	top: 25px;
}

.content h3.ui-state-active.btn {
	color: #333;
}

.content h3.btn {
	font-weight: 700;
	font-style: italic;
	color: #777;
	padding: 3px 0px;
	margin: 10px 0 15px 0;
	position: relative;
	clear: both;
	z-index: 6;
	cursor: pointer;
}





.btn-1:before {
	top: -0.3em;
	bottom: -0.2em;
	left: .5em;
	right: .5em;
}
  
.btn-1:after {
	left: -0.3em;
	right: -0.3em;
	top: .5em;
	bottom: .5em;
}

.btn-1 span {
	position: relative;
	z-index: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 75px !important;
	margin-left: 0 !important;
}

#scrolldown {
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	transition:.3s;
	cursor:pointer;
	z-index:3;
	-webkit-animation:jumping2 2.5s linear infinite;
	animation:jumping2 2.5s linear infinite;
}

#scrolldown span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 40px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 50px;
	box-sizing:border-box;
	transition:.3s;
}

#scrolldown span:before{
	position:absolute;
	top: 10px;
	background-color: rgba(255, 255, 255, 1);
	left: 12px;
	content:'';
	width: 3px;
	height: 7px;
	margin-left: -2.5px;
	border-radius: 50%;
	box-sizing:border-box;
	transition:.3s;
	-webkit-animation:jumping 1.3s linear infinite;
	animation:jumping 1.3s linear infinite;
}

#scrolldown:hover span {border-color:#3c91cc; color:#3c91cc}
#scrolldown:hover span:before {background-color: #3c91cc; top:25px}

#scroll-top { position: fixed !important; right: 30px; bottom: -40px; display: block; line-height: 50px; text-align: center; width: 40px; height: 50px; visibility: hidden; filter: alpha(opacity=0); opacity: 0; z-index: 7779; cursor: pointer; z-index: 112312312312; overflow: hidden; }
#scroll-top:after { content: "\f112"; font-family: "Flaticon"; color: #fff; font-size: 10px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
#scroll-top:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #5b5e64; z-index: -1; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
#scroll-top:hover:before { background-color: #0c80c3; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.showx { bottom: 30px; opacity: 1; visibility: visible; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mt-50 { margin-top: -50px; }
.mt-60 { margin-top: -60px; }
.mt-100 { margin-top: -100px; }

.mb0 { margin-bottom: 0px; !important }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb150 { margin-bottom: 150px; }
.mb200 { margin-bottom: 200px; }

.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }

.mr0 { margin-right: 0 !important; }

.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.pt150 { padding-top: 150px; }

.pb0 { padding-bottom: 0px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb50 { padding-bottom: 50px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }
.pb150 { padding-bottom: 150px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }

.pl10 { padding-left: 10px; }
.pl50 { padding-left: 50px; }

.p30 { padding: 30px; }
.p20 { padding: 20px; }
.p10 { padding: 10px; }

@-webkit-keyframes jumping{0%{top:5px}100%{top:30px}}@keyframes jumping{0%{top:5px;opacity:1}100%{top:30px;opacity:0}}
@-webkit-keyframes jumping2{0%{bottom:5%;}50%{bottom:3%;}100%{bottom:5%;}}
@keyframes jumping2{0%{bottom:5%;}50%{bottom:3%;}100%{bottom:5%;}}

@keyframes moveseparator{
	0% {
		left: 0;
	}
	65% {
		animation-delay: 5s;
		left: 75%;
	}
	100% {
		left: 0;
	}
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #dc131d;
}

#cookie {
    box-shadow: rgba(0,0,0,.3) 0 0 40px;
    padding: 20px 80px 20px 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    font-size: 12px;
}

#cookie a {
    font-size: 12px;
    border: 1px solid #000;
    padding: 5px 8px;
    color: #000;
    text-decoration: none;
    right: 20px;
    bottom: 14px;
    position: absolute;
}

@media (max-width: 1650px) {

.barrels-bg {
    background-size: auto 100%;
    min-height: 600px;
    right: -20%;
}
}






@media (max-width: 1450px) {

.barrels-bg {
    background-size: auto 100%;
min-height: 570px;
right: -30%;
top: 40px
}
}

@media (max-width: 1330px) {


.intro-left {
    margin-top: 50px;
}

.barrels-bg {
    min-height: 470px;
    right: -30%;
    top: 70px;
}


}



@media (max-width: 1120px) {

.intro .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.intro-left p {
    max-width: 100%;
	}

.barrels-bg {
    width: 100%;
    background: url('../images/intro-right-2.png') no-repeat top center / auto 100%;
    min-height: 265px;
    right: 0;
	top: 20px;
}

.intro-left {
    width: 100%;
    margin-top: 310px;
}


.labo .labo-overlay {
	right: -17%;
}

input[type="checkbox"] + span {
	font-size: 13px;
	width: 95%;
}


}







@media (max-width: 900px) {


.footer .footer-contact {
    margin: 30px auto 0px auto;
    max-width: 80%;
}

.about-us {
    padding: 70px 0px 0px;
}

.section-3 h2 {
    font-size: 36px;
    padding: 50px 0;
}

.section-3-boxes.mid .ico img {
    max-width: 100%;
}

#accordion .download {
    padding: 5px 0 20px 0;
	}

.download, .page-id-71 .download { 
    margin: 50px 0px 0px;
	}



#accordion {
    margin: 0 0px 0px;
}

.labo-lines-top-left {
display: none;
}


.footer-contact ul {
    width: 100%;
}

.footer-contact .dane {
//text-align: center;
}

#accordion h2.ui-accordion-header {
    font-size: 19px;
	}

.wpcf7 form .wpcf7-response-output {

    position: relative;
	font-size: 14px;
}

.download a {
    margin: 0 0px 10px;
	width: 100%;
float: none;
}


.hd h1 {
padding: 10px 72px 10px 5%;

transform: translateY(70px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 58px) 100%, 0% 100%);
position: absolute;
font-size: 27px;

}

.hd {
min-height: 170px;
}


.section-video {
    margin: 0px auto 0;
	padding: 100px 0px 440px 0px;
 }

.video-container .title {
    right: initial;
    top: -65px;
    left: 50%;
transform: translateX(-50%);
}

.our-brands-lines-left-top {
    top: 60px;
}

.video-container .title h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #010101;
}

.labo .labo-overlay {
position: static;
    width: 100%;
    transform: skew(0);
}

.labo-columns .item {
    transform: skew(0);
}

.labo-columns {
    width: 90%;
    margin: 0px auto;
	padding: 0 0 80px 0;
}

.labo-text .title h3 {
    font-size: 32px;
    transform: skew(0);
}

.labo .labo-lines-bottom-left {
    position: absolute;
    bottom: -46px;
    left: -125px;
    transform: skew(0);
	text-align: center;'
}

#logistyka .section-3-boxes .item {
padding: 0 2%;
pointer-events: none;
}

#logistyka .buttons {
    margin: 0px 30px 40px;
}


.labo {
    position: relative;
    max-width: 1920px;
    margin: 0 auto 0px auto;
    padding: 40px 0px 20px 0px;
}

.labo-text .title {
clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
    top: -20px;
    left: 0px;
padding: 20px;
 }

.labo .labo-lines-bottom-right {
     bottom: 40px;
 }

.section-3-boxes .item {
    padding: 30px 10%;
}

.intro h1 {
    font-size: 50px;
    line-height: 52px;
}

.blog-home-single-post {
	width: 100%;
}

.news-gfx {
	width: 100%;
}

.news-top {
  flex-direction: column-reverse;
}

.blog-home-single-image-wrap {
    height: 240px;
}

.blog-home-single-image {
    object-fit: cover;
    clip-path: polygon(240px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.news-title {
    width: 100%;
    text-align: center;
}

.news-name {
    top: 0px;
}

.about-us-lines-top-right {
    right: 0;
    top: -22px;
    height: 300px;
}


.subtitle {
    font-size: 20px;
}

.section-title h1 {
    font-size: 38px;
    line-height: 43px;
}

.skew-slides {
    height: 24vw;
	}
.contact {
    overflow: hidden;
    padding: 30px 0px 100px 0px;
}


.contact .contact-form {
    width: 90%;
    top: 10px;
}



.section-3 {

    padding: 0px 0px 40px;

}


#produkty .section-3 {
    padding: 0px 0px 40px;
}

.news-lines-top-right {
    position: absolute;
    top: -35px;
    right: -80px;
    z-index: 2;
}


.our-brands-bg {
display: none;
}

.blog-home-single-content {
    padding: 110px 35px 0 0;
}

.btn-1 {
    padding: 7px 20px;
left: 50%;
transform: translateX(-50%);
}

.btn-1:hover {
    transform: translateX(-50%) scale(.96);
	}

.labo .btn-1 {
    color: #fff;
    transform: scale(1) skew(45deg)  translateX(-50%);
}

.labo .btn-1:hover {
    transform: scale(.96) skew(45deg)  translateX(-50%);
}

.labo-columns .item {
    text-align: center;
}

.labo .buttons > div {
    display: block;
    padding: 5px 120px;
    margin-right: 0;
}

.buttons {
    margin: 30px;
    text-align: left;
}



.section-video-overlay {
    background: transparent;
border: 0;
    right: 0%;
    width: 100%;
    transform: skew(0deg);

}


.section-video-overlay .text {
    position: static;
    color: #000;
    padding: 100px 0px 0px 0px;
    transform: skew(0deg);
}

.video-container {
    height: 260px;
    position: relative;
}

.section-video-overlay .text h3 {
    font-size: 32px;
    margin-left: 0px;
	text-align: center;
}

.section-video .labo-lines-bottom-left {

    bottom: -30px;
    left: -9%;
    width: 200px;
}


.section-video-overlay .text {
    padding: 400px 0px 0px 0px;
}

.section-video-overlay .text p {
    line-height: 30px;
    width: 100%;
	padding: 0 20px;
}

.section-video-overlay .text p:nth-child(3) {
    margin-left: 0px;
    text-align: center;
}

.section-video-overlay a {
    color: #000;
}























.footer .footer-right-lines {
    height: 200px;
	top: -80px;
 }

.footer {
    color: #fff;
    position: relative;
    padding: 0px 0px 0px 0px;
}


footer ul {
width: 100%;
}

.footer .logo {
text-align: center;
}


.footer .footer-contact {
    display: block;
	}


.footer .footer-contact ul li {
//    justify-content: center;
}

.footer-bottom-wrap {
    display: block;
	text-align: center;
}

.footer-bottom-wrap span  {
    display: block;
	margin-top: 10px;
	}

.footer-bottom p {
 
    padding: 9px 15px 4px;
}
.footer .footer-contact ul li.contact-title {
margin: 40px 0 20px 0
	}












}





.mobmenuE {
	display: block;
	cursor: pointer;
	height: 40px;
	position: fixed;
	top: 38px;
	right: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	z-index: 999;
}

.mobmenuE.scrl {
	top: 17px;
}

.mobmenuE {}

@media (min-width: 1100px) {
	.mobmenuE, .mobmenu {
		display: none;
	}
}

@media (max-width: 1100px) {
.home-menu {
		display: none;
	}
}

.mobmenuE, .mobmenuE:hover, .mobmenuE.active, .mobmenuX, .mobmenuX::before, .mobmenuX::after, .mobmenu, .mobmenu.active {
	-webkit-transition: 250ms all;
	transition: 250ms all;
}

.mobmenuoverlay {
	transition: all 0.3s ease-in-out;
}

.mobmenuoverlay.active {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 996;
}

.mobmenuX {
	background: #000;
	height: 5px;
	margin-top: 17px;
	margin-left: 5px;
	width: 30px;
}

.mobmenuX::before, .mobmenuX::after {
	background: #000;
	content: '';
	display: block;
	height: 5px;
	width: 30px;
}

.mobmenuX::before {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.mobmenuX::after {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.mobmenuX.active {
	background: transparent;
}

.mobmenuX.active::before {
	background: #000;
	-webkit-transform: translateY(0rem) rotate(-45deg);
	-ms-transform: translateY(0rem) rotate(-45deg);
	transform: translateY(0rem) rotate(-45deg);
}

.mobmenuX.active::after {
	background: #000;
	-webkit-transform: translateY(-5px) translateX(0rem) rotate(45deg);
	-ms-transform: translateY(-5px) translateX(0rem) rotate(45deg);
	transform: translateY(-5px) translateX(0rem) rotate(45deg);
}

.mobmenu {
	color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	width: 100%;
	transform: scale(1.1);
}

.mobmenu.active {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.mobmenu.active {

}

.mobmenu > ul {
	z-index: 999999;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	list-style-type: none;
	padding: 0;
}

.mobmenu ul li {
	text-align: center;
}

.mobmenu ul li a {
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #000;
	display: inline-block;
	font-size: 16px;
	padding: 11px 0;
	position: relative;
	font-weight: 600;
}

.mobmenu ul li ul li a {
	color: #999;
		font-size: 14px;
}

.mobmenu ul li {
	width: 100%;
	margin: auto;
	text-decoration: none;
}

.mobmenu ul li ul li {
	border: none;
}


.mobmenu ul li ul.sub-menu, .mobmenu ul li ul.sub-menu {
	max-height: 0px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.mobmenu ul li:active ul.sub-menu, .mobmenu ul li:hover ul.sub-menu, .mobmenu ul li:focus ul.sub-menu {
	max-height: 250px;
	padding-top: 6px;
	opacity: 1;
}
[data-aos^="fade"][data-aos^="fade"] {
	opacity: 1!important;
	transform: translateZ(0)!important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
	opacity: 1!important;
	transform: translateZ(0) scale(1)!important;
}
.footer-lines-3,
.contact-left,
.intro-left-lines,
.our-brands-lines-bottom-right,
.labo-lines-top-left,
.our-brands-lines-left-top {
	display: none!important;
}

.ecoIcon a::before {
	content: "";
	background: url('../images/eco.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin-right: 7px;
}