@charset "utf-8";
/* LESS Document */
/*
 
Theme Name: GaroX
Theme URI: http://garoX.pl/
Description: Strona firmowa
Version: 1
Author: Daniel Różynek
Author URI: http://www.moai.pl/
 
*/
@font-face {
  font-family: Titillium;
  src: url("fonts/TitilliumWeb-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Titillium;
  src: url("fonts/TitilliumWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Titillium;
  src: url("fonts/TitilliumWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* ----------------BASICS---------------- */
body,
td,
th {
  font-family: Titillium, sans-serif;
  color: #575656;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
body {
  background-color: #FFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 100%;
}
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a {
  color: #009FDB;
}
a:hover {
  color: #090303;
  text-decoration: none;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small {
  font-size: 10px;
}
.picfull {
  width: 100%;
  height: auto;
}
.res {
  clear: both;
  width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.top-marg {
  padding-top: 74px;
  padding-bottom: 60px;
}
.page-template-custom-contact .top-marg {
  padding-top: 0px;
}
.flex {
  display: flex;
}
/* ----------------MENU---------------- */
.primary-navigation {
  margin: 0;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 7px;
  padding-right: 22px;
  box-sizing: border-box;
  float: right;
}
.primary-navigation a {
  transition: all ease-in-out 0.5s;
  line-height: 58px;
  font-size: 16px;
  color: #575656;
  display: inline-block;
  padding-left: 12px;
  white-space: nowrap;
  text-decoration: none;
}
.primary-navigation a:after {
  content: '/';
  padding-left: 12px;
  font-size: 22px;
}
.primary-navigation li:last-of-type a:after {
  content: '';
}
.primary-navigation a:hover {
  color: #e30026 !important;
  transition: all ease-in-out 0.25s;
}
.primary-navigation ul {
  list-style: none;
  margin: 0;
}
.primary-navigation ul li {
  border: 0;
  display: inline-block;
  position: relative;
}
.primary-navigation ul ul {
  background-color: #ffffff;
  float: left;
  margin: 0;
  position: absolute;
  top: 48px;
  left: -999em;
  z-index: 99999;
}
.primary-navigation ul ul li {
  border: 0;
  display: block;
  height: auto;
  line-height: 1.09090909;
}
.primary-navigation ul ul li a {
  white-space: nowrap;
}
.primary-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
  left: auto;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  left: 100%;
}
.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
  padding-right: 26px;
}
.home .main {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
/* ----------------GENERAL---------------- */
.dwiekolumny {
  -webkit-column-count: 2;
  -webkit-column-gap: 100px;
  -webkit-column-rule: solid;
  -webkit-column-rule-color: #666666;
  -webkit-column-rule-width: 1px;
  column-count: 2;
  column-gap: 100px;
  column-rule: solid;
  column-rule-color: #666666;
  column-rule-width: 1px;
}
.trzykolumny {
  -webkit-column-count: 3;
  -webkit-column-gap: 100px;
  column-count: 3;
  column-gap: 100px;
}
.jednadruga {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.jednadruga:nth-of-type(even) {
  padding-left: 2%;
}
.jednadruga:nth-of-type(odd) {
  padding-right: 2%;
}
.jednatrzecia {
  font-weight: 200;
  text-align: justify;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 40px;
  font-size: 1.2vw;
  line-height: 1.7vw;
}
.jednatrzecia:nth-of-type(3n+1) {
  padding-right: 4%;
  padding-left: 0%;
}
.jednatrzecia:nth-of-type(3n+3) {
  padding-left: 4%;
  padding-right: 0%;
}
.dwietrzecie {
  text-align: left;
  box-sizing: border-box;
  float: left;
  width: 66.66%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 40px;
}
.jednaczwarta {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-right: 3.33%;
  padding-left: 3.33%;
  padding-bottom: 40px;
}
.jednaczwarta:nth-of-type(5n) {
  clear: both;
}
.jednaczwarta:nth-of-type(4n+1) {
  padding-left: 0;
}
.jednaczwarta:nth-of-type(4n+0) {
  padding-right: 0;
}
.trzyczwarte {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding-right: 3.33%;
  padding-left: 3.33%;
  padding-bottom: 40px;
}
.fullheight {
  box-sizing: border-box;
}
.center {
  display: table-cell;
  vertical-align: middle;
}
h1,
h2,
h3,
h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 0px;
  margin-top: 0px;
}
h2 {
  font-size: 50px;
  line-height: 50px;
}
h3 {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#faq {
  width: 68%;
}
#faq h2 {
  padding-top: 40px;
}
#faq h3 {
  outline: none;
  font-size: 16px;
  font-weight: 600;
}
#ls4 .defaultDot:nth-of-type(1) {
  z-index: 25 !important;
}
#ls4 .defaultDot:nth-of-type(2) {
  z-index: 35 !important;
}
#ls4 .defaultDot:nth-of-type(3) {
  z-index: 45 !important;
}
#ls4 .defaultDot:nth-of-type(4) {
  z-index: 55 !important;
}
.tabelakable {
  margin-top: 30px;
}
.tabelakable td {
  border-bottom: solid 1px #575656;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 30px;
  margin: 0;
}
.page-id-116 h3,
.page-template-custom-produkt-ls4 h3,
.page-template-custom-produkt-dc h3 {
  padding: 0;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}
.page-id-116 h4,
.page-template-custom-produkt-ls4 h4,
.page-template-custom-produkt-dc h4 {
  border-bottom: 1px solid #e30026;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.labelimage {
  width: 100% !important;
  height: auto;
}
.naglowek-pod h3,
.naglowek-pod h2 {
  border-bottom: 1px solid #e30026;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #e30026;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
}
h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pointer:hover {
  cursor: pointer;
}
.marg {
  padding-top: 20px;
}
.ramka {
  border: 2px solid #e6e6e6;
}
hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #575656;
}
#animBack {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 500px;
  overflow: hidden;
}
/* ----------------HEADER---------------- */
#logo {
  transition: all ease-in-out 0.5s;
  margin-left: 40px;
  width: 92px;
  height: 63px;
  display: block;
  margin-top: 16px;
}
#logo path {
  fill: #575656;
}
header {
  background-color: #fff;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  height: 74px;
  width: 100%;
  position: fixed;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
#social {
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
  list-style: none;
  float: right;
}
#social img {
  transition: all ease-in-out 0.5s;
  filter: brightness(100%);
}
#social p {
  padding: 0;
  margin: 0;
}
#naglowek header,
.home header,
.page-template-custom-contact header {
  background-color: transparent;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
}
#naglowek header .primary-navigation a,
.home header .primary-navigation a,
.page-template-custom-contact header .primary-navigation a {
  color: #fff;
}
#naglowek header #social img,
.home header #social img,
.page-template-custom-contact header #social img {
  filter: brightness(400%);
}
#naglowek header #logo path,
.home header #logo path,
.page-template-custom-contact header #logo path {
  fill: #fff;
}
header.scrolled,
#naglowek.category {
  background-color: #fff !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) !important;
}
header.scrolled .primary-navigation a,
#naglowek.category .primary-navigation a {
  color: #575656 !important;
}
header.scrolled .primary-navigation a:hover,
#naglowek.category .primary-navigation a:hover {
  color: #e30026 !important;
  transition: all ease-in-out 0.25s;
}
header.scrolled #social img,
#naglowek.category #social img {
  filter: brightness(100%) !important;
}
header.scrolled #logo path,
#naglowek.category #logo path {
  fill: #575656 !important;
}
.category #social img,
.gray-menu #social img,
.single #social img {
  filter: brightness(100%);
}
.category .primary-navigation a,
.gray-menu .primary-navigation a,
.single .primary-navigation a,
.category #cat-header h1,
.gray-menu #cat-header h1,
.single #cat-header h1,
.category #cat-header h2,
.gray-menu #cat-header h2,
.single #cat-header h2 {
  color: #575656;
}
.category #logo path,
.gray-menu #logo path,
.single #logo path {
  fill: #575656;
}
#cat-header {
  height: 300px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
}
#cat-header h1 {
  font-size: 120px;
  line-height: 140px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: none;
  animation: 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-name: slide-fade;
  animation-delay: 0.5s;
  opacity: 0;
  transform: translateX(100px);
}
#cat-header h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  animation: 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-name: slide-fade;
  animation-delay: 1s;
  opacity: 0;
  transform: translateX(100px);
}
@keyframes slide-fade {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* ----------------FRONTPAGE---------------- */
.boxwrap {
  transition: ease-in-out 0.5s all;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  border: 2px solid #e6e6e6;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
}
.boxwrap .thumb {
  flex: 0 0 40%;
  align-self: flex-end;
}
.boxwrap .thumb img {
  transition: ease-in-out 0.5s all;
  transition-delay: 0.75s;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  transform: translateY(200px);
  opacity: 0;
}
.boxwrap .text {
  transition: ease-in-out 0.5s all;
  transition-delay: 0.5s;
  opacity: 0;
  flex: 1;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 46px;
  padding-bottom: 46px;
  background-position: left center;
  background-repeat: repeat-y;
}
.boxwrap .text a {
  text-decoration: none;
  color: #e30026;
  letter-spacing: 2px;
}
.boxwrap .text a:hover {
  color: #575656;
}
.boxwrap .text strong {
  display: inline-block;
  transform: scale(1.5);
  opacity: 0;
  transition: ease-in-out 0.75s all;
  transition-delay: 0.75s;
  font-size: 150px;
  font-weight: 300;
  line-height: 60px;
}
.boxwrap .text h1,
.boxwrap .text h2,
.boxwrap .text h3 {
  transition: ease-in-out 0.75s all;
  transition-delay: 0.75s;
  transform: translateX(50px);
  opacity: 0;
}
.flex .slajd1 {
  padding-bottom: 8px;
}
.flex .slajd1 .thumb {
  flex: 0 0 50%;
  order: 2;
}
.flex .slajd1 .text {
  order: 1;
  padding-right: 0;
}
.flex .slajd2 {
  padding-top: 8px;
}
.flex .slajd2 .boxwrap {
  background-color: #e6e6e6;
}
.flex .slajd2 .thumb {
  flex: 0 0 52%;
}
.flex .slajd2 .text {
  padding-left: 10px;
  text-align: right;
}
.flex .slajd1,
.flex .slajd2 {
  box-sizing: border-box;
  flex: 1;
}
.flex .slajd3 {
  box-sizing: border-box;
  padding-left: 12px;
  flex: 1;
}
.flex .slajd3 .boxwrap {
  flex-direction: column;
}
.flex .slajd3 .boxwrap .thumb {
  order: 2;
}
.flex .slajd3 .boxwrap .thumb img {
  transition-delay: 1s;
}
.flex .slajd3 .boxwrap .text {
  transition-delay: 0.75s;
  order: 1;
}
.flex .slajd3 .boxwrap .text strong {
  transition-delay: 1s;
}
.flex .collumnfront {
  flex: 0 0 60%;
  flex-direction: column;
}
.rev_slider_wrapper {
  font-family: Titillium, sans-serif !important;
}
.rev_slider_wrapper .rev_slider ul li div {
  font-family: Titillium, sans-serif !important;
}
.boxwrap.visible {
  opacity: 1;
  background-position: left center;
}
.boxwrap.visible .text {
  opacity: 1;
}
.boxwrap.visible .text strong {
  transform: scale(1);
  opacity: 1;
}
.boxwrap.visible .text h1,
.boxwrap.visible .text h2,
.boxwrap.visible .text h3 {
  transform: translateX(0px);
  opacity: 1;
}
.boxwrap.visible .thumb img {
  transform: translateY(0px);
  opacity: 1;
}
.slajd4 {
  color: #1c1718;
  margin-bottom: 8px;
  margin-top: 12px;
}
.slajd4 .boxwrap {
  opacity: 1;
}
.slajd4 .text {
  opacity: 1;
  text-align: right;
  margin-left: 36%;
}
.slajd4 .text a {
  color: #1c1718;
}
.slajd4 .text a:hover {
  color: #e30026;
}
.slajd4 .text h1,
.slajd4 .text h2,
.slajd4 .text h3 {
  color: #1c1718;
  transform: translateX(0px);
  opacity: 1;
}
.slajd5 {
  color: #fff;
}
.slajd5 .boxwrap {
  opacity: 1;
  background-position: right center;
}
.slajd5 .boxwrap .text {
  opacity: 1;
  color: #fff;
  background-position: right center;
  margin-right: 30%;
  padding-right: 200px;
}
.slajd5 .boxwrap .text a {
  color: #fff;
}
.slajd5 .boxwrap .text a:hover {
  color: #e30026;
}
.slajd5 .boxwrap .text h1,
.slajd5 .boxwrap .text h3 {
  color: #d0d0d0;
  transform: translateX(0px);
  opacity: 1;
}
.slajd5 .boxwrap .text h2 {
  font-size: 70px;
  color: #fff;
  transform: translateX(0px);
  opacity: 1;
}
.slajd5 .boxwrap .text h2 sup,
.slajd5 .boxwrap .text h2 sub {
  font-size: 33px;
  position: absolute;
}
.slajd5 .boxwrap .text h2 sup {
  top: -11px;
}
.slajd5 .boxwrap .text h2 sub {
  bottom: -14px;
}
#econolo h3 {
  font-size: 70px;
  line-height: 70px;
  position: relative;
}
#econolo h3 sup,
#econolo h3 sub {
  font-size: 33px;
  position: absolute;
}
#econolo h3 sup {
  top: 18px;
}
#econolo h3 sub {
  bottom: -14px;
}
#slajd6 .boxwrap {
  opacity: 1;
}
#slajder .boxwrap {
  overflow: visible;
  border: none;
}
#slajder .boxwrap .text {
  padding: 0;
}
/* ----------------PAGES---------------- */
.box-img,
.box-text {
  text-align: center;
}
.more {
  float: right;
  text-align: right;
  color: #e30026;
  padding-right: 45px;
  margin-top: -8px;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.more strong {
  letter-spacing: 0em;
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
  color: #575656;
}
#panel-121-2-1-0 .more {
  margin-top: 13px;
}
#panel-w593e6968e4760-0-0-0,
#panel-w593e6968e5060-0-0-0 {
  margin-bottom: 0 !important;
}
.strzalka {
  background-image: url(images/strzalka.png);
  background-position: 50px 40px;
  background-repeat: no-repeat;
}
.strzalka a {
  text-decoration: none;
  color: #e30026;
  letter-spacing: 2px;
}
.strzalka a:hover {
  color: #575656;
}
.lewy {
  padding-right: 90px;
}
.pdf,
.download {
  text-decoration: none;
  color: #575656;
  display: inline-block;
  width: 135px;
  line-height: 19px;
}
.pdf:before,
.download:before {
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  width: 45px;
  height: 36px;
  display: block;
  float: left;
}
.pdf:before {
  background-image: url(images/pdf.png);
}
.download {
  width: 170px;
}
.download:before {
  background-image: url(images/download.png);
}
.download:hover,
.pdf:hover {
  color: #e30026;
}
#prodnews {
  margin-top: 80px;
  background-color: #f9f9f9;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 30px;
}
#prodnews .newsmore {
  float: right;
  padding-top: 30px;
}
#prodnews h6 {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  font-size: 50px;
  line-height: 60px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#prodnews article:first-of-type {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.prodnews strong {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
.redspace {
  color: #e30026;
  text-decoration: none;
  letter-spacing: 0.2em;
}
#prod-news-flex {
  display: flex;
}
#prod-news-flex #prod-news-feed {
  flex: 1;
}
#prod-news-flex #prod-news-gal {
  flex: 0 0 500px;
  text-align: right;
}
#prod-news-flex #prod-news-gal a {
  display: inline-block;
  color: #575656;
  letter-spacing: 0.2em;
  text-decoration: none;
  padding-bottom: 10px;
}
.prod-flex-wrap .siteorigin-widget-tinymce {
  display: flex;
}
.prod-flex-wrap .siteorigin-widget-tinymce .prod-flex {
  flex: 1;
}
.prod-flex-wrap .siteorigin-widget-tinymce .img-flex {
  text-align: right;
  flex: 0 0 270px;
  align-items: center;
  justify-content: center;
}
#panel-62-2-0-0 .img-flex {
  flex: 0 0 190px;
}
.panel-grid-cell {
  overflow: hidden;
}
.chargers.anim .siteorigin-widget-tinymce {
  transform: translateX(-50px);
  transition-delay: 0.5s;
  transition: ease-in-out all 0.5s;
  opacity: 0;
}
.chargers.anim .siteorigin-widget-tinymce img {
  opacity: 0;
  transition-delay: 0.75s;
  transition: ease-in-out all 0.5s;
  transform: translateX(200px);
}
.chargers.anim > div:last-of-type .siteorigin-widget-tinymce {
  transform: translateX(50px);
  transition-delay: 0.75s;
}
.chargers.anim > div:last-of-type .siteorigin-widget-tinymce .img-flex {
  text-align: left;
}
.chargers.anim > div:last-of-type .siteorigin-widget-tinymce .prod-flex {
  padding-top: 180px;
}
.chargers.anim > div:last-of-type .siteorigin-widget-tinymce img {
  transition-delay: 1s;
  transform: translateX(-200px);
}
.chargers.anim > div:last-of-type .siteorigin-widget-tinymce h4 {
  padding-left: 40px;
  margin-left: -40px;
}
.chargers.anim.visible .siteorigin-widget-tinymce {
  transform: translateX(0px) !important;
  opacity: 1;
}
.chargers.anim.visible .siteorigin-widget-tinymce img {
  opacity: 1;
  transform: translateX(0px) !important;
}
.harmonic.anim .panel-grid-cell {
  transform: translateX(-200px);
  opacity: 0;
  transition: ease-in-out all 0.75s;
  transition-delay: 0.5s;
}
.harmonic.anim .panel-grid-cell h6 {
  padding-top: 0px;
  margin-top: 10px;
}
.harmonic.anim .panel-grid-cell .linie {
  transition: ease-in-out all 0.75s;
  border-top: 1px solid #575656;
  transform: translateX(-200px);
  opacity: 0;
}
.harmonic.anim .panel-grid-cell .linia1 {
  padding-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #575656;
  border-top: none;
}
.harmonic.anim > div:nth-of-type(2) {
  transition-delay: 0.75s;
}
.harmonic.anim.visible > div:nth-of-type(3) {
  transition-delay: 0s;
}
.harmonic.anim.visible > div:nth-of-type(3) .linie {
  transition-delay: 1s;
  transform: translateX(0px);
  opacity: 1;
}
.harmonic.anim.visible > div:nth-of-type(3) .linia2 {
  transition-delay: 1.25s;
}
.harmonic.anim.visible > div:nth-of-type(3) .linia3 {
  transition-delay: 1.5s;
}
.harmonic.anim.visible .panel-grid-cell {
  transform: translateX(0px);
  opacity: 1;
}
.form-flex {
  display: flex;
}
.form-fields {
  flex: 0 0 300px;
}
.form-textarea {
  flex: 1;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}
.form-send {
  position: relative;
  flex: 0 0 164px;
}
.wpcf7-textarea {
  height: 100%;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-submit {
  font-family: Titillium, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wpcf7-text {
  margin-bottom: 6px;
}
.form-fields label:last-of-type .wpcf7-text {
  margin-bottom: 0px;
}
.wpcf7-submit {
  background-color: #fff;
  border-color: #e30026;
  width: 158px;
}
.form-send p {
  padding: 0;
  margin: 0;
}
.ajax-loader {
  left: 122px;
  top: 157px;
  position: absolute;
}
#pgc-116-3-1,
#pgc-62-3-1 {
  align-self: flex-end;
}
#pgc-116-3-1 img,
#pgc-62-3-1 img {
  display: block;
}
#pgc-w593e8c5e28a7c-1-0,
#pgc-w59affc303425d-1-0 {
  display: flex;
  flex-wrap: wrap;
}
#pgc-w593e8c5e28a7c-1-0 .so-panel,
#pgc-w59affc303425d-1-0 .so-panel {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
#pgc-w593e8c5e28a7c-1-0 .so-panel img,
#pgc-w59affc303425d-1-0 .so-panel img {
  width: 100%;
  height: auto;
}
#pgc-62-3-1 {
  overflow: visible !important;
}
.page-id-228 #pgc-228-0-1 {
  margin-top: 80px;
}
.page-id-228 .so-panel .so-widget-sow-editor {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 40px;
  padding-top: 0;
}
.page-id-228 .so-panel .so-widget-sow-image {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-top: 0;
}
.page-id-228 .panel-widget-style-for-w592e786366a50-0-0-0 .so-widget-sow-image {
  padding-top: 30px;
}
.page-id-228 .panel-widget-style-for-w592e786366819-0-0-0 .so-widget-sow-editor {
  padding-top: 40px;
}
.page-id-228 .border-top {
  border-top: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}
.page-id-228 .border-bottom {
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}
.page-id-228 #panel-w592e786366819-0-0-0,
.page-id-228 #panel-w592e786366a50-0-0-0,
.page-id-228 #panel-w592e786366a50-0-0-1 {
  margin-bottom: 0 !important;
}
.page-id-228 .panel-widget-style-for-w593e6968e5060-0-0-0 {
  padding-top: 20px;
}
.panel-widget-style-for-w5963420e3c23c-0-0-0 {
  padding-top: 30px;
}
.page-id-228 .anim {
  opacity: 0;
  transform: translateY(10px);
}
.page-id-228 .visible {
  opacity: 1;
  transform: translateY(0px);
  transition: ease-in-out all 0.75s;
}
/* ----------------NEWS---------------- */
#news-wrap {
  display: flex;
  flex-wrap: wrap;
}
#news-wrap .news-cont {
  flex: 0 0 33.33%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#news-wrap .news-cont .news-marg {
  transition: ease-in-out all 0.5s;
  color: #575656;
  text-decoration: none;
  border: 2px solid #e6e6e6;
  overflow: hidden;
}
#news-wrap .news-cont strong {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
#news-wrap .news-cont .news-thumb {
  overflow: hidden;
  margin-bottom: 10px;
}
#news-wrap .news-cont .news-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: ease-in-out all 1s;
}
#news-wrap .news-cont .news-excerpt {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#news-wrap .news-cont .news-excerpt a {
  color: #e30026;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: block;
  float: right;
  margin-bottom: 10px;
}
#news-wrap .news-cont .news-excerpt a:hover {
  color: #575656;
}
#news-wrap .news-cont:hover .news-thumb img {
  transform: scale(1.2);
  transition: ease-in-out all 0.5s;
}
#news-wrap .news-cont:hover a {
  transition: ease-in-out all 0.25s;
  color: #e30026;
}
.news-single {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 80px;
  padding-bottom: 40px;
}
.news-single .data {
  font-size: 12px;
  font-style: italic;
}
.marg-left {
  padding-left: 60px;
}
.news-single-marg {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
}
.news-nav-button {
  display: block;
  position: fixed;
  color: #575656;
  text-decoration: none;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 2px solid #e6e6e6;
  bottom: 15%;
  transition: ease-in-out all 0.25s;
}
.news-nav-button:hover {
  color: #e30026;
  background-color: #e6e6e6;
}
#prev {
  border-left: none;
}
#prev:hover {
  padding-left: 60px;
}
#next {
  border-right: none;
  right: 0;
}
#next:hover {
  padding-right: 60px;
}
.plikiLewa {
  flex: 0 0 70%;
}
.plikiPrawa {
  box-sizing: border-box;
  padding-left: 30px;
  flex: 0 0 30%;
}
#brochure,
#catalog {
  display: flex;
  flex-wrap: wrap;
}
.plikmini {
  box-sizing: border-box;
  padding-right: 3px;
  flex: 1;
}
.pliki-wrap {
  line-height: 30px;
  width: 190px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  border: 1px solid #e3e3e3;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.plik a {
  display: block;
  text-decoration: none;
  color: #e30026;
  border-top: 1px solid #343434;
  padding-top: 10px;
  padding-bottom: 10px;
}
.plik a:hover {
  color: #000000;
}
.pliki-wrap:hover {
  border: 1px solid #000000;
  transition: all ease-in-out 0.25s;
}
.plikmini a {
  line-height: 17px;
  display: block;
  color: #e30026;
  text-decoration: none;
}
.plikmini a:hover {
  color: #000000;
}
/* ----------------FOOTER---------------- */
#footer {
  border-top: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0;
  display: flex;
  list-style: none;
  color: #ababab;
}
#footer li {
  flex: 1;
}
#footer li a {
  color: #ababab;
  text-decoration: none;
}
#footer li a:hover {
  color: #575656;
}
/* ----------------PLUG-INS---------------- */
.cookie-bar-block #catapult-cookie-bar h3 {
  padding: 0 !important;
  margin: 0 !important;
}
#HotspotPlugin_image {
  position: relative;
  display: inline-block;
}
/*
* Hotspot message
* 
*/
.HotspotPlugin_Hotspot > div {
  background: rgba(26, 188, 156, 0.4);
  width: 140px;
  height: 94px;
  margin: -94px -60px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 10px;
  display: none;
  /* Required */
}
.HotspotPlugin_Hotspot:hover > div {
  display: block;
  /* Required */
}
.HotspotPlugin_Hotspot > div > .Hotspot_Title {
  background: rgba(255, 255, 255, 0.4);
  height: 20px;
  font-weight: bold;
  padding: 4px 10px;
}
.HotspotPlugin_Hotspot > div > .Hotspot_Message {
  background: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
  padding: 4px 10px;
  height: 72px;
  overflow-y: auto;
}
.labelTxt em {
  font-weight: 600;
  font-style: normal;
}
.wpgmza_map {
  margin-bottom: 60px;
}
.tparrows {
  width: 76px !important;
  height: 220px !important;
}
.uranus.tparrows:before,
.tparrows.tp-rightarrow:before,
.tparrows.tp-leftarrow:before {
  content: '' !important;
  background-image: url(images/right.png);
  width: 76px !important;
  height: 220px !important;
}
.tp-leftarrow:before {
  background-image: url(images/left.png) !important;
}
#pl-w5933b26d9284b .so-panel,
#pl-w5963420e3c23c .so-panel {
  margin-bottom: 0px !important;
}
/* ----------------RESPONSIVE---------------- */
@media handheld and (max-width: 1300px), screen and (max-width: 1300px) {
  .res {
    width: auto;
    max-width: 1300px;
  }
}
@media handheld and (max-width: 1130px), screen and (max-width: 1130px) {
  #pg-w59354816d3999-1 img,
  #panel-116-4-0-0 img {
    width: 100%;
    height: auto;
  }
  #panel-116-4-0-0 .img-flex {
    flex: 1;
  }
  .primary-navigation a {
    padding-left: 6px;
    font-size: 14px;
  }
  .primary-navigation a:after {
    padding-left: 6px;
  }
}
@media handheld and (max-width: 1030px), screen and (max-width: 1030px) {
  body,
  td,
  th {
    font-size: 14px;
    line-height: 20px;
  }
  .boxwrap .text strong {
    font-size: 100px;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #panel-62-2-0-0 .img-flex {
    padding-left: 20px;
    flex: 0 0 100px;
  }
  #panel-62-2-1-0 .img-flex {
    padding-right: 20px;
  }
  #panel-62-2-0-0 .wp-image-346 {
    float: none;
    display: block;
  }
  #footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prod-flex-wrap .siteorigin-widget-tinymce .img-flex {
    flex: 0 0 140px;
    box-sizing: border-box;
  }
  .prod-flex-wrap .siteorigin-widget-tinymce .img-flex img {
    width: 100%;
    height: auto;
  }
  #panel-116-2-1-0 #text2 {
    padding-left: 20px;
    box-sizing: border-box;
  }
  #panel-62-2-0-0 .wp-image-346 {
    width: 60px;
    height: auto;
    padding-bottom: 20px;
  }
}
@media handheld and (max-width: 980px), screen and (max-width: 980px) {
  #social {
    padding-right: 100px;
  }
}
@media handheld and (max-width: 800px), screen and (max-width: 800px) {
  #pg-204-0 {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  #pg-204-0 .panel-grid-cell {
    flex: 1;
  }
  #pl-62 #zdjecie1 {
    flex: 0 0 150px;
  }
  #pl-62 #zdjecie2 {
    flex: 0 0 190px;
  }
  #cat-header .res {
    padding-left: 30px;
    padding-right: 30px;
  }
  .strzalka {
    background-position: 50px -20px;
  }
  .flex .slajd1 .thumb,
  .flex .slajd2 .thumb {
    flex: 0 0 40%;
  }
  .flex .slajd2 .text {
    padding-left: 20px;
  }
  .flex .slajd3 .thumb {
    flex: 0 0 35%;
    padding-left: 5%;
  }
  .prod-flex-wrap .siteorigin-widget-tinymce .img-flex {
    flex: 0 0 270px;
  }
  #pgc-w593e8c5e28a7c-1-0 .so-panel {
    flex: 0 0 33.33%;
  }
  #panel-116-4-0-0 .prod-flex {
    flex: 0 0 60%;
  }
  #panel-116-4-0-0 .img-flex {
    flex: 0 0 40% !important;
  }
  #panel-116-4-0-0 .img-flex img {
    width: 50%;
    height: auto;
    margin-left: auto;
  }
  .flex .collumnfront {
    flex: 0 0 100%;
  }
  .flex .slajd3 {
    padding-left: 0;
  }
  .flex .slajd3 .boxwrap {
    flex-direction: row;
  }
  .flex .slajd2 .thumb {
    order: 2;
  }
  .flex .slajd2 .text {
    text-align: left;
    order: 1;
  }
  .uranus.tparrows:before,
  .tparrows.tp-rightarrow:before,
  .tparrows.tp-leftarrow:before {
    display: none;
  }
  header {
    background-color: #fff !important;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) !important;
  }
  header .primary-navigation a {
    color: #575656 !important;
  }
  header .primary-navigation a:hover {
    color: #e30026 !important;
    transition: all ease-in-out 0.25s;
  }
  header #social img {
    filter: brightness(100%) !important;
  }
  header #logo path {
    fill: #575656 !important;
  }
  .uranus.tparrows:before,
  .tparrows.tp-rightarrow:before,
  .tparrows.tp-leftarrow:before {
    background-position: right center;
    height: 50px !important;
  }
  .tparrows {
    top: 80% !important;
  }
  .box-img,
  .box-text {
    text-align: left;
  }
  .plikiLewa,
  .plikiPrawa {
    padding-left: 0;
    flex: 0 0 100%;
  }
  #faq {
    width: 100%;
  }
  .labelTxt strong {
    font-size: 17px;
  }
  .boxwrap .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .pliki,
  .panel-row-style-for-62-3,
  .panel-row-style-for-116-2,
  .panel-row-style-for-116-1,
  .panel-row-style-for-62-1 {
    display: block !important;
  }
  #pg-116-1 > .panel-row-style,
  #pg-62-1 > .panel-row-style,
  #pg-121-1 > .panel-row-style {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .panel-row-style-for-116-1 .siteorigin-widget-tinymce,
  .panel-row-style-for-62-1 .siteorigin-widget-tinymce,
  .panel-row-style-for-121-1 .siteorigin-widget-tinymce {
    display: flex !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .panel-row-style-for-116-1 .siteorigin-widget-tinymce h2,
  .panel-row-style-for-62-1 .siteorigin-widget-tinymce h2,
  .panel-row-style-for-121-1 .siteorigin-widget-tinymce h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .panel-row-style-for-116-1 .siteorigin-widget-tinymce .box-img,
  .panel-row-style-for-62-1 .siteorigin-widget-tinymce .box-img,
  .panel-row-style-for-121-1 .siteorigin-widget-tinymce .box-img {
    flex: 0 0 140px;
  }
  .panel-row-style-for-116-1 .siteorigin-widget-tinymce .box-text,
  .panel-row-style-for-62-1 .siteorigin-widget-tinymce .box-text,
  .panel-row-style-for-121-1 .siteorigin-widget-tinymce .box-text {
    flex: 1;
    text-align: left;
  }
  #pg-116-4 > .panel-row-style {
    padding-top: 0 !important;
    display: block !important;
  }
  #panel-116-3-0-0 > .panel-widget-style {
    padding: 20px 20px 20px 20px !important;
  }
  .chargers.anim > div:last-of-type .siteorigin-widget-tinymce .prod-flex {
    padding-top: 20px;
  }
  #ls4 {
    margin-left: 10px;
  }
}
@media handheld and (max-width: 680px), screen and (max-width: 680px) {
  #cat-header h1 {
    font-size: 30px;
    line-height: 20px;
  }
  #cat-header h2 {
    font-size: 12px;
    line-height: 26px;
  }
  #panel-116-0-0-0 > .panel-widget-style,
  #panel-62-0-0-0 > .panel-widget-style {
    padding-right: 30px !important;
  }
  #zdjecie1,
  #zdjecie2 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  #zdjecie1 img,
  #zdjecie2 img {
    width: 100%;
    height: auto;
  }
  #panel-116-3-1-0 #zdjecie2 {
    width: 100%;
  }
  .chargers {
    display: block !important;
  }
  #pl-62 #zdjecie1 {
    padding-right: 40px;
  }
}
@media handheld and (max-width: 580px), screen and (max-width: 580px) {
  .panel-row-style-for-62-3 {
    overflow: visible !important;
  }
  .panel-row-style-for-62-3 .defaultDot {
    margin-right: 20px;
    height: auto !important;
  }
  .page-id-116 h3,
  .page-template-custom-produkt-ls4 h3,
  .page-template-custom-produkt-dc h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #pg-204-0 .panel-grid-cell {
    flex: 0 0 50%;
  }
  .flex .slajd3 .boxwrap {
    flex-direction: column;
  }
  #panel-116-4-0-0 .prod-flex {
    flex: 0 0 100%;
  }
  #pgc-w593e8c5e28a7c-1-0 .so-panel {
    flex: 0 0 50%;
  }
  #ls4 img {
    width: 100%;
    height: auto;
  }
  #pgc-62-3-1 img {
    width: 50%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-widget-style-for-116-4-0-0 .img-flex {
    display: none;
  }
  #panel-116-2-0-0 .prod-flex-wrap .siteorigin-widget-tinymce,
  #panel-116-2-1-0 .prod-flex-wrap .siteorigin-widget-tinymce {
    flex-direction: column;
  }
  #panel-116-2-0-0 .img-flex,
  #panel-116-2-1-0 .img-flex {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .showHideBtn,
  .more {
    display: none !important;
  }
  .defaultDot {
    width: 94% !important;
    position: static !important;
  }
  .defaultDot .labelTxt {
    height: auto !important;
  }
  .labelTxt {
    padding: 4px !important;
    text-align: left !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    width: 100% !important;
    position: static !important;
    display: block !important;
  }
  .slajd5b .boxwrap {
    background-size: cover;
  }
  .slajd5b .boxwrap .text {
    margin-right: 0;
    padding-right: 0;
  }
  .slajd5b .boxwrap .text h3 {
    padding-top: 0;
  }
  #save-the-money-and-be-eco .boxwrap {
    background-color: #666666;
    background-position: top right;
    background-size: auto 200px;
  }
  #save-the-money-and-be-eco .boxwrap .text {
    background-image: none !important;
    padding-top: 220px;
  }
  #experience-innovation-and-design .boxwrap {
    padding-top: 220px;
    background-position: top left;
    background-size: auto 200px;
  }
  .slajd4 .text {
    margin-left: 0;
  }
  .flex .slajd1,
  .flex .slajd2,
  .flex .slajd3 {
    padding: 0;
  }
  .front {
    display: block;
  }
  .boxwrap {
    flex-direction: column;
  }
  #dc-charging .thumb {
    order: 2;
  }
  #dc-charging .text {
    order: 1;
  }
  #pg-121-2 > .panel-row-style {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .more {
    font-size: 13px;
  }
  .more strong {
    font-size: 30px;
  }
  #prodnews {
    padding-left: 30px;
    padding-right: 30px;
  }
  #prodnews h6 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
  h4 {
    font-size: 17px;
    line-height: 20px;
  }
  h5 {
    font-size: 18px;
  }
  .page-template-custom-produkt h3,
  .page-template-custom-produkt-ls4 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #panel-62-3-0-0 > .panel-widget-style {
    padding: 30px 25px 30px 25px !important;
  }
  #pg-62-2 > .panel-row-style,
  #pg-116-2 > .panel-row-style {
    padding: 0px !important;
  }
  .naglowek-pod h3,
  .naglowek-pod h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .box-img img {
    width: 60px;
    height: auto;
  }
  #panel-62-2-0-0 .img-flex,
  #panel-62-2-1-0 .img-flex,
  #panel-116-2-0-0 .img-flex,
  #panel-116-2-1-0 .img-flex {
    flex: 0 0 100px;
  }
  #panel-62-2-0-0 .img-flex img,
  #panel-62-2-1-0 .img-flex img,
  #panel-116-2-0-0 .img-flex img,
  #panel-116-2-1-0 .img-flex img {
    width: 100%;
    height: auto;
  }
  #panel-62-2-1-0 .img-flex,
  #panel-116-2-1-0 .img-flex {
    padding-right: 10px;
  }
  #panel-62-2-0-0 .img-flex,
  #panel-116-2-0-0 .img-flex {
    padding-left: 10px;
  }
  .panel-row-style-for-116-1 .siteorigin-widget-tinymce .box-img,
  .panel-row-style-for-62-1 .siteorigin-widget-tinymce .box-img,
  .panel-row-style-for-121-1 .siteorigin-widget-tinymce .box-img {
    flex: 0 0 70px;
  }
  #cat-header h1 {
    font-size: 50px;
    line-height: 60px;
  }
  #cat-header h2 {
    font-size: 20px;
    line-height: 40px;
  }
  #footer,
  .form-flex {
    display: block;
  }
  .form-textarea {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
  }
  #pgc-204-0-0,
  #pgc-204-0-1,
  #pgc-204-0-2 {
    margin-bottom: 0 !important;
  }
  #panel-121-0-0-0 > .panel-widget-style,
  #panel-62-0-0-0 > .panel-widget-style,
  #panel-116-0-0-0 > .panel-widget-style {
    padding: 30px 10px 0px 80px !important;
  }
  .strzalka {
    background-position: 20px bottom;
  }
}
