html,
body {
  width: 100%;
  margin: 0px;
  padding: 0;
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
  font-family: Open Sans;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #fe2116;
  text-decoration: none;
}

hr {
}
.container-blank {
  height: 30px;
}
.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 0px;
}

.header,
.header *,
.header.headerFix,
nav a,
nav li,
.header .logo {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header.headerFix .container-blank {
  height: 0;
}
.header.headerFix .logo img {
  width: 150px;
}

.header.headerFix .header nav a,
.header.headerFix nav > ul > li.level-0 > a {
  padding: 27px 11px 20px !important;
  font-size: 12px !important;
}

.header .logo {
  margin-top: 30px;
  display: block;
}

.header.headerFix .logo {
  margin-top: 10px;
}
.header nav > ul li.level-0 {
  display: inline-block;
}
.header nav > ul li:hover {
  background-color: rgba(199, 8, 27, 1);
}

.header nav ul li:hover > ul {
  display: block;
}

.header nav > ul a:hover {
  text-decoration: none;
}
.header nav > ul > li.level-0 > a {
  display: block;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  padding: 58px 11px 20px;
  color: white;
  text-transform: uppercase;
}
.header nav > ul {
  display: inline-block;
}
.header nav ul,
.header nav ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header nav ul > li {
  position: relative;
}
.header nav li > ul {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  width: 200px;
}
.header nav li > ul li {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.header nav li > ul li a {
  padding: 6px 15px;
  display: block;
  color: white;
  font-weight: 500;
}

.header nav li > ul ul {
  left: 100%;
  top: 0;
}

.slider {
  height: 625px;
  background: url(gfx/banner2F.jpg) center center no-repeat black;
  background-size: cover;
  position: relative;
}
.slider .container {
  position: relative;
}
.slider.sub {
  height: 260px;
}
.slider.sub .container {
  min-height: 100%;
}

ol.breadcrumbs {
  padding-bottom: 36px;
  padding-left: 0;
  padding-top: 40px;
  position: relative;
  text-align: right;
}
ol.breadcrumbs > li {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  color: white;
}
ol.breadcrumbs > li :after {
  content: "/";
  margin-left: 5px;
}
ol.breadcrumbs > li a {
  color: white;
  text-decoration: none;
}
.slider .anim-layer {
  width: 100%;
  height: 625px;
  position: relative;
}
.slider .anim-layer a {
  color: #ff0000;
}
.slider .anim-layer a:hover {
  text-decoration: none;
  color: white;
}
.slider.sub .anim-layer {
  height: 260px;
}

.anim-layer .anim-katalog {
  font-family: "Open Sans";
  position: absolute;
  left: 0;
  bottom: 280px;
  color: rgba(154, 156, 157, 1);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
}

@media screen and (max-width: 769px) {
  .anim-katalog {
    top: 150px;
  }
}

.anim-layer .anim-katalog a {
  color: rgba(154, 156, 157, 1);
  border-radius: 4px;
  border: 2px solid white;
  padding: 10px 19px;
}
.anim-layer .anim-katalog a:after {
  content: " >";
}
.anim-layer .anim-przewody {
  position: absolute;
  left: 10px;
  bottom: 180px;
  text-transform: uppercase;
  color: rgba(254, 33, 22, 1);
  font-size: 20px;
  font-weight: 800;
}
.anim-layer .anim-cewki {
  position: absolute;
  left: 10px;
  bottom: 150px;
  text-transform: uppercase;
  color: rgba(254, 33, 22, 1);
  font-size: 20px;
  font-weight: 800;
}
.anim-layer .anim-detal {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-transform: uppercase;
  color: rgba(254, 33, 22, 1);
  font-size: 20px;
  font-weight: 800;
}
.anim-layer .anim-logosy {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.message-wrap {
  background: #f0f0f0 url("gfx/message-shadow.png") repeat-x scroll center top;
  border-bottom: 2px solid #fff;
  border-top: 3px solid #fff;
  padding: 22px 0;
  margin-bottom: 40px;
  position: relative;
}

.alternate-font {
  color: #ff0000;
  font-family: "Yellowtail", cursive;
  font-size: 1em;
  font-style: italic;
}
h2 {
  font-family: Open Sans;
}
.message-wrap .action_button,
.action_button {
  background: #ff0000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-size: 15.5px;
  font-weight: 400;
  padding: 5px 13px;
  text-align: center;
  vertical-align: middle;
}
.message-wrap .action_button:hover,
.action_button:hover {
  color: black;
}
.message-wrap h2 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 30px;
  margin: 0;
  padding-left: 0;
  text-align: left !important;
}
.message-shadow {
  background: rgba(0, 0, 0, 0) url("gfx/message-shadow.png") repeat-x scroll center top;
  height: 21px;
  position: absolute;
  width: 100%;
  z-index: 77;
  position: absolute;
  bottom: -24px;
}

.three-images {
  padding-bottom: 70px;
}
.three-images h3 {
  color: #fe2116;
  font-family: Open Sans;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
}
.three-images a {
  color: #333;
  text-decoration: none;
}

#f1_container {
  position: relative;
  margin: 10px auto;
  z-index: 1;
  width: 100%;
  height: 195px;
}
#f1_container {
  perspective: 1000px;
  transform-style: preserve-3d;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.3s linear;
}
.three-images a:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #fe2116;
  position: relative;
  height: 187px;
}
.back h3 {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0;
}

.blogHeader,
.blogHeader a {
  color: #fe2116;
}
.blogContainer {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
  position: relative;
}

.main-four-elements {
  background: url("gfx/parallax11.jpg") center center no-repeat #e4e4e5;
  padding-top: 75px;
  padding-bottom: 100px;
}
.main-four-elements .fa.fa-6x {
  font-size: 85px;
}
.main-four-elements h4 {
  font-size: 30px;
  font-weight: bold;
}

.main-tree-links {
  padding-bottom: 28px;
  padding-top: 70px;
}
.main-tree-links h4 {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 45px;
}
.main-tree-links a {
  color: #2d2d2d;
}
.main-tree-links a:hover {
  color: #fe2116;
  text-decoration: none;
}
.main-tree-links .fa.fa-7x {
  font-size: 95px;
}

footer {
  color: #fff;
  font-size: 14px;
  padding: 47px 0 64px;
  background-color: rgba(40, 42, 51, 1);
  margin-top: 30px;
}
.search-form {
  background-color: #f0f0f0;
  font-size: 13px;
  margin-top: 20px;
  padding: 22px 0 17px;
  color: black;
}
.search-form input[type="text"] {
  margin: 0;
}
.search-form label {
  display: none;
}
.search-form select,
.search-form input[type="text"],
.search-form input[type="email"],
.form_contact .email {
  border: 1px solid rgba(0, 0, 0, 0.098);
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button,
.button {
  background: #ff0000;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-size: 15.5px;
  font-weight: 400;
  padding: 5px 13px;
  text-align: center;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  text-decoration: underline !important;
  color: white;
}
.form_contact .email {
  width: 100%;
  margin-bottom: 15px;
}
.footer_area {
  padding-bottom: 30px;
}
footer .textwidget,
footer p,
footer li,
footer table {
  color: #fff;
}
.footerLogo {
  margin-bottom: 10px;
}
.copyright-wrap {
  padding-top: 20px;
  background-color: rgba(55, 57, 65, 1);
  color: white;
}

.social {
  float: right;
  margin: 32px 0 0;
  padding: 0;
}
.social li {
  display: inline;
  float: left;
  margin-bottom: 5px;
  margin-right: 7.5px;
}
.social li a {
  display: block;
  height: 32px;
  text-indent: -9999px;
  transition: all 300ms ease-out 0s;
  width: 32px;
}
.facebook {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll 0 0;
}
.twitter {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -39px 0;
}
.youtube {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -78px 0;
}
.vimeo {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -117px 0;
}
.linkedin {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -156px 0;
}
.rss {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -195px 0;
}
.flickr {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -234px 0;
}
.skype {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -273px 0;
}
.google {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -312px 0;
}
.pinterest {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -351px 0;
}
.instagram {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -390px 0;
}
.yelp {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -429px 0;
}
.facebook:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll 0 -32px;
}
.twitter:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -39px -32px;
}
.youtube:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -78px -32px;
}
.vimeo:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -117px -32px;
}
.linkedin:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -156px -32px;
}
.rss:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -195px -32px;
}
.flickr:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -234px -32px;
}
.skype:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -273px -32px;
}
.google:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -312px -32px;
}
.pinterest:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -351px -32px;
}
.instagram:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -390px -32px;
}
.yelp:hover {
  background: rgba(0, 0, 0, 0) url("gfx/social.png") no-repeat scroll -429px -32px;
}
footer select,
footer select option,
footer label,
footer input {
  color: black;
}
footer select {
  width: 100%;
}
.disabled {
  pointer-events: none;
}
.opacity-70 {
  opacity: 0.7;
}

.modal-content .min-img {
  cursor: pointer;
}
.modal-content .min-img:hover {
  opacity: 0.7;
}

.maps iframe {
  pointer-events: none;
}
.dzialPath {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.dzialPath h1 {
  font-size: 30px;
  color: white;
  font-weight: 600;
}

form input[type="text"],
form input[type="email"] {
  margin: 10px;
  padding: 10px;
  width: 95%;
}
form input[type="radio"] {
  margin: 10px;
  padding: 10px;
}
form .text {
  text-align: right;
  padding-right: 20px;
}
td.error {
  text-align: left;
  color: red;
  width: 33%;
}
.owl-nav {
  margin-top: 10px;
}
.owl-nav .owl-prev {
  float: left;
  padding: 5px;
  background-color: #ff0000;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  width: 18px;
  margin-left: 17px;
  text-align: left;
  text-indent: -9999px;
}
.owl-nav .owl-prev:before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  left: -9px;
  background-color: #ff0000;

  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.owl-nav .owl-next {
  float: right;
  padding: 5px;
  background-color: #ff0000;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  width: 18px;
  margin-right: 17px;

  text-align: left;
  text-indent: -9999px;
}
.owl-nav .owl-next:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  right: -9px;
  top: 5px;
  background-color: #ff0000;

  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background-color: gray;
}
.owl-dots .owl-dot.active {
  background-color: red;
}
#hamburger {
  background: rgba(0, 0, 0, 0) url("gfx/rwdMenu.png") no-repeat scroll center center;
  display: none;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  z-index: 99;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  #hamburger {
    display: block;
  }
  .header nav {
    display: none;
  }
  .slider .anim-layer,
  .slider {
    height: 500px;
  }
  #f1_container {
    height: 140px;
  }
  .face.back {
    height: 153px;
  }
}
@media screen and (max-width: 991px) {
  #f1_container {
    height: 100px;
  }
  .face.back {
    height: 114px;
  }
}
@media screen and (max-width: 768px) {
  .slider .anim-layer,
  .slider {
    height: 400px;
  }
  .anim-layer .anim-przewody {
    bottom: 125px;
  }
  .anim-layer .anim-cewki {
    bottom: 100px;
  }
  .anim-layer .anim-detal {
    left: 10px;
    bottom: 70px;
  }
  #f1_container {
    display: none;
  }
  .textField table td {
    display: block;
    width: 100% !important;
  }
}
.ankieta-form .radio {
  display: inline-block;
}

form .sliderWrap {
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
}
form .sliderWrap label {
  margin-bottom: 30px;
  display: block;
}
form .sliderWrap input {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
form .sliderWrap output {
  display: inline-block;
}
form .sliderWrap .high {
  position: absolute;
  right: 60px;
  top: 40px;
}
form .sliderWrap .low {
  position: absolute;
  left: 0;
  top: 40px;
}
.disabled {
  opacity: 0.3;
}
.success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
  margin-bottom: 15px;
  padding: 6px 12px;
}

/* COOKIE */
.cookie-button {
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #000;
  border: 0;
  outline: 0;
}

#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 8rem;
  background-color: #fff;
  transition: opacity 1s ease;
  z-index: 9999;
  text-align: center;
  box-shadow: 0px -2px 5px #2d2d2d;
}

.cookie-hidden {
  opacity: 0;
}
