﻿h2 {
  color: #560f11 !important;
  font-weight: 800 !important;
  margin-bottom: 1em;
}
.header {
  position: relative;
}
.header .socials {
  text-align: right;
  padding-top: 10px;
}
.header .socials a {
  padding-left: 10px;
  padding-right: 10px;
}
.header .logo {
  padding: 15px 0;
}
.header .claim {
  padding: 15px 0;
  color: #ccc;
}
.header .maskot {
  position: absolute;
  top: 5px;
  left: 700px;
  z-index: 100000000;
}
.header nav {
  border: none !important;
  background-color: white !important;
  /*a {
            padding: 10px;
        }*/
}
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  /*border-top: solid @color-inte 2px;*/
  background-color: #e7e7e7;
}
.more-info {
  /*float: right;*/
  font-size: 12px;
}
section {
  /*h2 {
        color: @color-light;
    }*/
}
.article {
  /*h2 {
        color: @color-light;
    }*/
}
.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;
}
/* 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%;
  }
  .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 */