body, html {
  font-family: 'Khand', sans-serif;
  font-size: 14px;
  color: #09273a;
  position: relative; }

.row {
  margin-left: -5px;
  margin-right: -5px; }

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding-left: 5px;
  padding-right: 5px; }

a,
a:hover {
  text-decoration: none;
  color: inherit; }

a:focus {
  outline: 0;
  background-color: transparent; }

#header-menu {
  z-index: 22;
  background: #fff;
  position: relative;
  border-bottom: 3px solid #f9f9f9; }
  #header-menu .navbar {
    margin-bottom: 0px; }
    @media (max-width: 992px) {
      #header-menu .navbar .container {
        width: 100%; } }
  #header-menu .navbar-header {
    height: 110px; }
    @media (max-width: 450px) {
      #header-menu .navbar-header {
        height: 160px; } }
  #header-menu .navbar-brand {
    padding: 30px 10px; }
  #header-menu .navbar-ue {
    height: 60px;
    margin-top: 20px; }
  #header-menu .navbar-nav > li a {
    height: 110px;
    line-height: 110px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #09273a;
    margin: 0px;
    padding: 0px 20px;
    position: relative; }
    #header-menu .navbar-nav > li a::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 0;
      background: #09273a;
      content: '';
      display: block;
      transition: .2s linear; }
    #header-menu .navbar-nav > li a:focus {
      background: transparent; }
  #header-menu .navbar-nav > li:hover a {
    background: transparent; }
    #header-menu .navbar-nav > li:hover a::after {
      height: 6px; }

#header {
  background: url(../images/header-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px; }
  #header .container .row {
    margin-top: 20px;
    margin-bottom: 20px; }
  #header .breadcrumb {
    background: transparent; }
    #header .breadcrumb li {
      color: #fff; }
      #header .breadcrumb li a {
        color: inherit; }
  #header .page-title {
    color: #fff;
    text-align: center;
    padding: 35px 0px;
    font-weight: 900; }

.product #header {
  padding-bottom: 200px; }

.product #content {
  margin-top: -200px; }

.header-box {
  padding: 0px; }
  .header-box .bg {
    height: 600px;
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    transition: .2s linear;
    cursor: pointer; }
    .header-box .bg::before {
      transition: .3s linear; }
    .header-box .bg:hover::before {
      opacity: 0; }
    .header-box .bg:hover {
      z-index: 20; }
  .header-box.maszyny .bg::before {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/maszyny-box.jpg) no-repeat;
    background-size: cover;
    z-index: 2; }
  .header-box.maszyny .bg::after {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/maszyny-box-light.jpg) no-repeat;
    background-size: cover; }
  .header-box.projektowanie .bg::before {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/projektowanie-box.jpg) no-repeat;
    background-size: cover;
    z-index: 2; }
  .header-box.projektowanie .bg::after {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/projektowanie-box-light.jpg) no-repeat;
    background-size: cover; }
  .header-box.przemysl .bg::before {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/przemysl-box.jpg) no-repeat;
    background-size: cover;
    z-index: 2; }
  .header-box.przemysl .bg::after {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/przemysl-box-light.jpg) no-repeat;
    background-size: cover; }

  /* wersja angielska */
  .en .header-box.przemysl .bg::before {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/przemysl-box-gray.jpg) no-repeat;
    background-size: cover;
    z-index: 2; }
  .en .header-box.przemysl .bg::after {
    content: '';
    display: block;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -160px;
    z-index: 1;
    background: url(../images/przemysl-box-gray.jpg) no-repeat;
    background-size: cover; }
    /* koniec wersji angielskiej */
  .header-box a {
    position: absolute;
    left: 0px;
    top: 340px;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #09273a;
    text-decoration: none;
    padding: 40px 20px;
    z-index: 20;
    width: 80%; }
    .header-box a span {
      z-index: 2; }
    .header-box a::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(250, 250, 250, 0.8);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1; }
      /* wersja angielska */
      .en .przemysl a::after {
        background: transparent;
      }
      /* koniec wersji angielskiej */

.info-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .info-box i {
    font-size: 3rem;
    color: #bcbcbc; }
  .info-box h2 {
    color: #13593f;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 35px; 
    min-height: 60px;
  }
  .info-box .info {
    min-height: 200px; }

.btn.btn-default {
  background: transparent;
  border-radius: 0;
  border: 3px solid #13593f;
  text-transform: uppercase;
  color: #13593f;
  padding: 10px 50px;
  font-size: 1.2rem;
  font-weight: 900; }
  .btn.btn-default:hover {
    color: #fff;
    background: #13593f; }

#footer {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background: #09273a; }

.footer-box {
  min-height: 12rem; }
  .footer-box h1 {
    font-size: 2rem;
    font-weight: 900; }
  .footer-box ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .footer-box ul li {
      margin: 0px;
      padding: 0px;
      position: relative;
      padding-left: 15px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 1.2rem; }
      .footer-box ul li::before {
        position: absolute;
        top: 13px;
        left: 5px;
        content: '';
        width: 3px;
        height: 4px;
        display: block;
        background: #fff; }

#footer-menu {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background: #071e2d;
  position: relative; }
  #footer-menu .container {
    position: relative; }
  #footer-menu .main-menu {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    #footer-menu .main-menu li {
      float: left;
      margin: 0px;
      padding: 0px; }
      #footer-menu .main-menu li a {
        font-size: 1.2rem;
        font-weight: 900;
        margin-left: 20px;
        margin-right: 20px; }
  #footer-menu .social-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    top: -70px;
    right: 0px; }
    #footer-menu .social-menu li {
      float: left;
      margin: 5px;
      padding: 0px; }
      #footer-menu .social-menu li a {
        display: block;
        height: 40px;
        width: 40px;
        background: #fff;
        color: #09273a;
        text-align: center;
        line-height: 40px;
        font-size: 1.2rem;
        border-radius: 100%; }
        #footer-menu .social-menu li a:focus {
          background: #fff; }

[data-submenu] {
  display: none; }
  [data-submenu].on {
    display: block; }

#advanced-menu {
  position: absolute;
  top: -600px;
  left: 0px;
  width: 100%;
  z-index: 21;
  background: #fff;
  transition: .2s linear;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1); }
  #advanced-menu.on {
    top: 110px; }
  #advanced-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    #advanced-menu ul li {
      margin: 0px;
      padding: 0px; }
      #advanced-menu ul li a {
        margin-bottom: 40px;
        display: block; }
        #advanced-menu ul li a:focus {
          color: #09273a; }
      #advanced-menu ul li:hover b {
        transform: translate(-10px, 0px); }
      #advanced-menu ul li b {
        font-weight: 900;
        font-size: 1.2rem;
        color: #13593f;
        transition: .2s linear;
        display: block; }
      #advanced-menu ul li span {
        font-size: 1rem;
        display: block; }
  #advanced-menu .contact b {
    font-weight: 900;
    font-size: 1.2rem;
    color: #13593f;
    transition: .2s linear;
    display: block; }
  #advanced-menu .contact p {
    font-size: 1rem; }
  #advanced-menu .contact span {
    font-size: 1rem;
    display: block; }
    #advanced-menu .contact span a {
      font-size: 1.2rem;
      font-weight: 900;
      color: #13593f; }

.product-box {
  margin-bottom: 15px; }
  .product-box > div {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px; }
  .product-box h2 {
    height: 40px;
    color: #13593f;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0px; }
    .product-box h2 + span {
      color: #13593f;
      font-size: 1.2rem;
      font-weight: 900;
      margin-bottom: 10px;
      display: block; }
  .product-box .product-img {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px; }
    .product-box .product-img img {
      width: 100%; }
  .product-box .info {
    height: 100px; }
  .product-box .btn.btn-default {
    padding: 5px 30px;
    margin-top: 15px; }

.side-menu {
  background: #13593f;
  overflow: hidden;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative; }
  .side-menu h1 {
    font-size: 2rem;
    font-weight: 900;
    padding-left: 40px;
    padding-right: 40px; }
  .side-menu ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px; }
    .side-menu ul li {
      margin: 0px;
      padding: 0px;
      position: relative;
      padding-left: 15px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 1.2rem; }
      .side-menu ul li::before {
        position: absolute;
        top: 13px;
        left: 5px;
        content: '';
        width: 3px;
        height: 4px;
        display: block;
        background: #fff; }
      .side-menu ul li a:focus {
        color: #fff; }
      .side-menu ul li a:hover {
        text-decoration: underline; }

.download {
  z-index: 10; }
  .download .download-container {
    position: relative;
    background: #f9f9f9;
    min-height: 200px;
    height: 100%; }
    .download .download-container h3 {
      font-weight: 900;
      color: #13593f;
      font-size: 2.5rem;
      font-weight: 400; }
      .download .download-container h3 span {
        display: block;
        font-size: 2rem;
        font-weight: 900; }
    .download .download-container .info {
      overflow: hidden;
      padding: 40px; }
    .download .download-container .cover {
      position: absolute;
      top: 35px;
      right: 15px;
      width: 150px;
      height: 220px;
      background: url(../images/spec-box.jpg) no-repeat top left;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); }

.article .article-container {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
.article h2 {
  font-weight: 900;
  font-size: 1.6rem;
  color: #13593f;
  position: relative;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 50px; }
  .article h2::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 15px;
    height: 3px;
    display: block;
    content: '';
    background: #13593f; }

.carousel {
  width: 100%; }

.article-slide .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 5px;
  width: 100%;
  position: relative;
  margin-top: 5px;
  overflow: hidden; }

.item img {
  width: 100%; }

.article-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 72px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 100px; }

.article-slide .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 72px;
  left: 0;
  width: 100px; }

.article-slide .carousel-indicators .active img {
  border: 2px solid #13593f;
  opacity: 0.7; }

img.content-image {
  margin: 0 0 10px 10px;
  float: right; }

#map-container {
  margin-left: -100px;
  margin-right: -100px; }

#map {
  width: 100%;
  height: 400px; }

#ue-banner {
  margin-top: 50px;
  text-align: center; }

form#contact-form {
  position: relative; }
  form#contact-form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e7e7e7; }
  form#contact-form input[type=submit] {
    width: 200px;
    height: 50px;
    margin: 10px auto 0;
    background-color: #13593f;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 0;
    display: block; }
  form#contact-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #e7e7e7;
    resize: none; }
  form#contact-form .check-agreement {
    padding: 5px;
    cursor: pointer;
    overflow: hidden; }
    form#contact-form .check-agreement input {
      float: left;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      cursor: pointer; }
    form#contact-form .check-agreement label {
      font-weight: 500;
      float: left;
      width: 90%;
      cursor: pointer; }
  form#contact-form input[type=text].error, form#contact-form textarea.error, form#contact-form .errorBox {
    background-color: #ffe5e5;
    color: #cf3737;
    border: 1px solid #ff9696; }
  form#contact-form .status {
    margin-bottom: 10px;
    padding: 25px 20px;
    text-align: center;
    display: none; }
  form#contact-form .status.success {
    background-color: #56d1a4;
    font-size: 16px;
    font-weight: 500;
    color: #0c724d; }
  form#contact-form span.loader {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(../images/white-ajax-loader.gif) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

@media (min-width: 1200px) {
  .short-info {
    display: flex; }
    .short-info .download {
      align-items: stretch; }
    .short-info .article {
      align-items: stretch; }
      .short-info .article .article-container {
        min-height: 200px;
        height: 100%; }

  .sticky-left {
    margin-left: 0px;
    padding-left: 0px; }

  .sticky-right {
    margin-right: 0px;
    padding-right: 0px; }

  .header-box .bg {
    transform: skewX(10deg); }
    .header-box .bg::before {
      transform: skewX(-10deg); }
    .header-box .bg::after {
      transform: skewX(-10deg); }
    .header-box .bg:hover {
      transform: scale(1.05, 1.05) skewX(10deg); }
    .en .header-box.przemysl .bg:hover {
      transform: scale(1) skewX(10deg);
    }
  .header-box a {
    transform: skewX(-10deg); }
    .header-box a::after {
      transform: skewX(10deg); }

  .article .article-container {
    padding: 25px 100px; }
    .article .article-container .table-container {
      margin-top: 0px;
      margin-left: -85px;
      margin-right: -85px;
      clear: both; }
    .article .article-container .gallery {
      margin-top: -25px;
      margin-left: -100px;
      margin-right: -100px;
      clear: both; } }
@media (max-width: 1199px) and (min-width: 768px) {
  .download .download-container .cover {
    width: 80px;
    height: 117px;
    background-size: contain; } }
@media (max-width: 1199px) {
  .article .article-container {
    padding: 15px 15px; }
    .article .article-container .table-container {
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      clear: both; }
    .article .article-container .gallery {
      margin-top: -15px;
      margin-left: -15px;
      margin-right: -15px;
      clear: both; }

  #ue-banner img {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  #header-menu .navbar-nav > li a {
    padding: 0px 10px;
    font-size: 1.2rem; } }
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #header-menu .navbar-toggle {
    font-size: 2.5rem;
    margin-top: 22px; }
  #header-menu .navbar-nav {
    margin: 0px;
    width: 100%; }
    #header-menu .navbar-nav li {
      width: 100%; }
      #header-menu .navbar-nav li a {
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #f9f9f9; }

  .header-box {
    margin-bottom: 10px; }
    .header-box .bg {
      margin-left: 0px;
      margin-right: 0px;
      height: 300px; }
    .header-box a {
      top: auto;
      bottom: 20px; }

  .footer-box {
    min-height: 0px; }

  #footer-menu {
    display: none; }

  #advanced-menu {
    z-index: 50; }
    #advanced-menu.on {
      top: 0px;
      height: 100vh; }

  .breadcrumb {
    display: none; }

  #header .page-title {
    padding: 10px 0px;
    font-size: 1.4rem; } }
/* Portrait phones and smaller */
#cookies-info {
  width: 100%;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99999; }
  #cookies-info p {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff; }
  #cookies-info .cookies-ok-container .cookies-ok {
    width: 100px;
    margin: 10px auto 0;
    padding: 4px 0 6px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: block; }

/*# sourceMappingURL=style.css.map */

/* wersja angielska */
.maszyny-footer ul li:before {
  display: none;
}