    body {
        overflow-x: hidden !important;
        overflow-y: scroll;

    }
.col-8 {
width: 12.5% !important;
float:left;
}

.product-details {
padding-top:80px;
padding-left:40px;
padding-right:40px;}

.video-details {
padding-top:100px;
padding-bottom:0px;
padding-left:80px;
padding-right:80px;}

.video-description {
  color:#fff;
  padding-left:95px;
  padding-right:95px;
  padding-bottom:22px;
  padding-top:22px;
  font-size:16px;
  line-height:23px;
}
.videocontainer p{
  height: 90px; 
}

@media (max-width:1440px){
.videocontainer h2{
  font-size: 22px; 
}
.videocontainer p{
  height: 130px; 
}
}

.fa-leaf {
  color:#A3D900;
}
.overflowin {
  overflow-x: hidden !important;
}
    .rightproduct {
    transform: translateY(0%);
    background: #0C60FE;

}



.tv-see-products {
  height: 450px;
  background-color: red;
  display: block;
}

.gallery-product {
  top:150px;
  text-align:center;
}

@media (max-width: 600px) {
  .product-title {
    text-align:center;
    margin-bottom:0px;
  }
}

@media (max-width: 600px) {
  .proddess {
    left:-20px;
  }
}

@media (max-width: 600px) {
  .product-description {
    padding:40px !important;
    width:110% !important;
  }
}

@media (max-width: 600px) {
  .product-table-title {
    text-align:left;
    margin-bottom:0px;
  }
}

@media (max-width: 600px) {
  .product-title h1 {
    text-align:center;
    margin-bottom:0px;
    margin-top:-10px;
  }
}

@media (max-width: 600px) {
  .product-title > .breadcrumb {
    text-align:center;
    margin-top:-10px;
  }
}

@media (max-width: 600px) {
  .flickity-page-dots {
    bottom:60px !important;
  }
}

@media (max-width: 600px) {
  .gallery-product {
    top:60px;
    text-align:center;
  }
}

.product-slider-cell {
  width:100%;
  min-height:490px;
  text-align:center;
}



@media (max-width: 600px) {
  .product-slider-cell {
    width:100%;
    min-height:210px;
    text-align:center;
    height:310px;
  }
}

.bckg-product {
  background:url(../../mtc/img/bckg_product.jpg);
  min-height:640px;
}

@media (max-width: 900px) {
  .bckg-product {
    background:url(../../mtc/img/bckg_product.jpg);
    min-height:860px;
  }
}

@media (max-width: 600px) {
  .bckg-product {
    background:url(../../mtc/img/bckg_product.jpg);
    min-height:490px;
  }
}

@media (max-width: 600px) {
  .minus-50-percent {
    margin-top:-150px !important;
    min-height:40px;
    display:block;
  }
}

.minus-50-percent {
  margin-top:-200px;
  min-height:400px;
  display:block;
}

.display-block {
  display:block;
}

.product-description {
  color:#fff;
  padding-left:70px;
  padding-right:70px;
  padding-bottom:30px;
  padding-top:30px;
  font-size:16px;
  line-height:24px;
  min-height: 230px;
}

.product-description a {
  color:#fff;
}

.float-right {
  float:right;
}

.to-download {
  margin-top:40px;
  font-size:14px;
  font-weight:500;
  line-height:16px;
  text-transform: uppercase;
}

.to-download img {
  margin-right:10px;
  width:28px;
  vertical-align:middle;
}

.breadcrumb {
  padding:16px 0px 15px 0px;
  margin-bottom:20px;
  list-style:none;
  background:none;
}

.demo-gallery > ul {
  margin-bottom:0;
  padding-left:15px;
}

.demo-gallery > ul > li {
  margin-bottom:15px;
  width:180px;
  display:inline-block;
  margin-right:15px;
  list-style:outside none none;
}

.demo-gallery > ul > li a {
  border:3px solid #FFF;
  border-radius:3px;
  display:block;
  overflow:hidden;
  position:relative;
  float:left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition:-webkit-transform 0.15s ease 0s;
  -moz-transition:-moz-transform 0.15s ease 0s;
  -o-transition:-o-transform 0.15s ease 0s;
  transition:transform 0.15s ease 0s;
  -webkit-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
  height:100%;
  width:100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform:scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity:1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.1);
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  -webkit-transition:background-color 0.15s ease 0s;
  -o-transition:background-color 0.15s ease 0s;
  transition:background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left:50%;
  margin-left:-10px;
  margin-top:-10px;
  opacity:0;
  position:absolute;
  top:50%;
  -webkit-transition:opacity 0.3s ease 0s;
  -o-transition:opacity 0.3s ease 0s;
  transition:opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition:-webkit-transform 0.15s ease 0s;
  -moz-transition:-moz-transform 0.15s ease 0s;
  -o-transition:-o-transform 0.15s ease 0s;
  transition:transform 0.15s ease 0s;
  -webkit-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
  height:100%;
  width:100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform:scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity:1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.1);
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  -webkit-transition:background-color 0.15s ease 0s;
  -o-transition:background-color 0.15s ease 0s;
  transition:background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left:50%;
  margin-left:-10px;
  margin-top:-10px;
  opacity:0;
  position:absolute;
  top:50%;
  -webkit-transition:opacity 0.3s ease 0s;
  -o-transition:opacity 0.3s ease 0s;
  transition:opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height:48px;
  margin-left:-24px;
  margin-top:-24px;
  opacity:0.8;
  width:48px;
}

.demo-gallery.dark > ul > li a {
  border:3px solid #04070a;
}

.product-table-title {
  padding:14px 0px 15px 0px;
  margin-botom:20px;
}

@media (max-width: 600px) {
  .product-table-title {
    padding:0px 0px 15px 0px;
    margin-botom:20px;
  }
}

.bckg-back {
  background:#F4F5F6;
  height:320px;
  position:absolute;
  width:100%;
}

.tabex {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tabex .nav li a {
  padding:20px;
  border-radius:0px;
  margin-bottom:40px;
  font-size:130%;
  font-weight:300;
  text-transform: uppercase;
}


@media (max-width: 600px) {
  .tabex .nav li a {
    padding:10px;
    border-radius:0px;
    margin-bottom:0px;
    margin-top:0px;
    font-weight:300;
  }
}
.wersjewykonania {
  padding-top: 40px;
  padding-bottom: 60px;
}

#kolorystyka .container {
  width: 100% !important;
  padding-left: 60px;
  padding-right: 60px;
}
.rys_tech img{
  height: 400px;
}
.dr-number {
  color: #fff;
  margin-top: 80px;
  margin-left: 20px;
  position: absolute;
  text-align: left !important;
  width: 100%;
  font-size: 40px;
  font-weight: 300 !important;
  z-index: 9;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */

        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.dr-number:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.dr-desc {
  color: #fff;
  margin-top: 120px;
  margin-left: 20px;
  font-size: 90%;
  position: absolute;
  text-align: left !important;
  width: 70% !important;
  font-weight: 100 !important;
  z-index: 9;
}

#app > div > div > div.carousel-cell.col-md-2.row.is-selected > h2 {  font-weight: 300 !important;
}
.dr-number-gr {
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  text-align: left !important;
  width: 60%;
  font-size: 40px;
  font-weight: 300 !important;
  z-index: 9;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.dr-number-gr:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.dr-desc-gr {
  color: #fff;
  margin-top: 60px;
  margin-left: 20px;
  font-size: 90%;
  position: absolute;
  text-align: left !important;
  width: 60% !important;
  font-weight: 100 !important;
  z-index: 9;
}



body > div:nth-child(5) > div:nth-child(2) > img {
  width: 120% !important
}
.main-gallery {
  margin-bottom: 20px;
  height: 160px;
}
@media (min-width: 992px) {
#app .carousel-cell {
  width: 16.66% ;
  height: 200px !important;
}
}
@media (max-width: 992px) {
#app .carousel-cell {
  width: 46% ;
  height: 200px !important;
}
}


#app > button.flickity-prev-next-button.previous {
  color: #ff !important;
  margin-left: -60px;
}
#app > button.flickity-prev-next-button.next {
  color: #ff !important;
  margin-right: -60px;
}




.logoproducts { 

   filter: brightness(0) invert(1);
   }







   .containervideo {
    position: relative;
    height: 0;
    padding-bottom: 59.25%;
}
.videoigloo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.energylabel img {
  float: left;
  margin-top: -46px;
}