@media only screen and (max-width: 1100px) {
  .container {
    width: 80% !important;
  }
  header nav {
    display: none;
  }
  header #menu-icon {
    display: block;
  }
  #about p {
    width: 100%;
  }
  #slider-show #slider .slide .container .text {
    width: 100%;
  }
  #slider-show #slider .slide .container .text p {
    width: 100%;
  }
  #slider-show #main-image {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  #category.special:before {
    display: none;
  }
  #category .text-container.special {
    padding: 0;
    margin: 40px -15px 0 -15px;
  }
  .responsive-panel {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    width: 90% !important;
  }
  #slider-show #slider .slide .container .text h2 {
    font-size: 3em;
  }
  html.uvod,
  body.uvod {
    height: auto;
  }
  main.uvod {
    height: auto;
  }
  main.uvod #home-site {
    height: auto;
  }
  main.uvod #home-site h1 {
    padding: 80px 0 30px 0;
    margin: 0 !important;
  }
  main.uvod #home-site h1 img {
    width: 80%;
    height: auto;
  }
  main.uvod #home-site h1 span {
    display: none;
  }
  main.uvod #home-site #home-site-offer {
    top: 0;
    transform: none;
    height: auto;
  }
  main.uvod #home-site #home-site-offer .offer {
    margin: 0 0 30px 0;
  }
  header #logo h1 {
    background: url("../img/mechrent_rectangle.svg") no-repeat;
    background-size: 100%;
    width: 150px;
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  #slider-show #slider .slide .container .text h2 {
    font-size: 2.3em;
  }
  #slider-show #slider .slide .container .text p {
    font-size: 1.1em;
  }
  #about h2,
  #offer h2,
  #partners h2,
  #category-slider h2 {
    font-size: 3em;
  }
}
/*# sourceMappingURL=responsive.css.map */