h2 {
  color: #ccc;
}
.header {
  position: relative;
}
.header .header-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .header .header-content {
    flex-direction: row;
  }
}
.header .header-content .header-logos {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .header .header-content .header-logos {
    justify-content: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .header .header-content .header-logos .logo {
    display: flex;
    align-items: end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header .header-content .header-logos {
    padding-top: 20px;
    padding-bottom: 25px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header-content .header-logos {
    gap: 20px;
    margin-right: 15px;
  }
  .header .header-content .header-logos .logo {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header-content .header-logos {
    flex-wrap: nowrap;
  }
}
.header .header-content .header-logos .logo-intedoor img {
  max-height: 50px !important;
}
@media only screen and (min-width: 1200px) {
  .header .header-content .header-logos .logo-intedoor img {
    max-height: 80px !important;
  }
}
.header .header-content .header-logos .logo-nextcompact img {
  max-height: 30px !important;
}
@media only screen and (min-width: 1200px) {
  .header .header-content .header-logos .logo-nextcompact img {
    max-height: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .header .header-content .header-nav {
    width: 100%;
  }
}
.header .socials {
  text-align: right;
  padding-top: 10px;
}
.header .socials a {
  padding-left: 10px;
  padding-right: 10px;
}
.header .claim {
  padding-left: 22px;
  color: #ccc;
}
.header .maskot {
  position: absolute;
  top: 5px;
  left: 700px;
  z-index: 100000000;
}
.header nav {
  border: none !important;
  background-color: white !important;
}
@media only screen and (max-width: 1199.98px) {
  .header nav .navbar-nav {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header nav .navbar-nav a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header nav .navbar-nav .dropdown-menu a {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .header nav .navbar-nav a {
    padding: 10px;
  }
}
.header nav .navbar-nav.navbar-right {
  padding-left: 0;
  padding-right: 0;
}
.header nav .navbar-nav.navbar-right a {
  padding: 10px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid #999 2px;
  background-color: #e7e7e7;
}
.more-info {
  /*float: right;*/
  font-size: 12px;
}
section h2 {
  color: #ccc;
}
.article h2 {
  color: #ccc;
}
.article .col-xs-1 .fa {
  font-size: xx-large;
  color: #999;
}
.article .col-xs-1,
.article .col-xs-5 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.side {
  padding-top: 20px;
}
.breadcrumb {
  background-color: white;
  float: right;
}
.gallery {
  padding: 7px 0;
  margin: 0 -7px;
}
.gallery::before,
.gallery::after {
  display: table;
  content: " ";
  clear: both;
}
.gallery .item {
  float: left;
  padding: 7px;
}
.gallery .item::before,
.gallery .item::after {
  display: table;
  content: " ";
  clear: both;
}
.gallery .item a {
  float: left;
}
.gallery .item a::before,
.gallery .item a::after {
  display: table;
  content: " ";
  clear: both;
}
.gallery .item a img {
  float: left;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.fa-left {
  float: left;
  margin-right: 10px;
}
.article {
  padding-bottom: 30px;
}
section.about .item {
  margin-bottom: 10px;
}
section.about .item .content {
  width: calc(100% - 65px);
  float: right;
}
.navbar {
  z-index: 9;
  margin-bottom: 5px;
}
.navbar .mega-menu {
  position: static !important;
}
.navbar .mega-menu .dropdown-menu {
  width: 100%;
}
.navbar .mega-menu ul {
  padding: 0;
  list-style: none;
}
.navbar .mega-menu ul li ul li {
  padding-bottom: 10px;
}
.navbar .mega-menu ul li ul li a {
  padding-left: 10px;
}
.panel-news {
  min-height: 360px;
}
.download-products td:last-child {
  width: 220px;
  text-align: center;
}
.carousel-inner .item > img,
.carousel-inner .item > a > img {
  /*margin: 0 auto;*/
  width: 100% !important;
  height: auto;
}
.carousel .warranty {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  z-index: 1000000000000;
}
.carousel .wek {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 180px;
  z-index: 1000000000000;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-center img {
    margin: auto;
    display: inline-block;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .clear-lg-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-lg-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-lg-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-lg-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-lg-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-lg-6 .gallery .item {
    width: 20%;
  }
  .col-lg-12 .gallery .item {
    width: 10%;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-center img {
    margin: auto;
    display: inline-block;
  }
  .text-md-right {
    text-align: right !important;
  }
  .clear-md-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-md-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-md-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-md-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-md-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-md-6 .gallery .item {
    width: calc(100% / 4);
  }
  .col-md-12 .gallery .item {
    width: calc(100% / 8);
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-center img {
    margin: auto;
    display: inline-block;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .clear-sm-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-sm-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-sm-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-sm-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-sm-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-sm-6 .gallery .item {
    width: calc(100% / 3);
  }
  .col-sm-12 .gallery .item {
    width: calc(100% / 6);
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .carousel .warranty {
    width: 66px;
    top: 15px !important;
    right: 15px !important;
  }
  .carousel .wek {
    display: none;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-center img {
    margin: auto;
    display: inline-block;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .clear-xs-1 > div:nth-child(12n+1) {
    clear: left;
  }
  .clear-xs-2 > div:nth-child(6n+1) {
    clear: left;
  }
  .clear-xs-3 > div:nth-child(4n+1) {
    clear: left;
  }
  .clear-xs-4 > div:nth-child(3n+1) {
    clear: left;
  }
  .clear-xs-6 > div:nth-child(2n+1) {
    clear: left;
  }
  .col-xs-6 .gallery .item {
    width: 100%;
  }
  .col-xs-12 .gallery .item {
    width: calc(100% / 3);
  }
}
/* Portrait phones and smaller */
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
