@media screen and (max-width: 991px) {
  .newsList {
    padding: 25px 0px;
  }
  .newsList > div > h1 {
    margin-top: 25px;
    font-size: 3.5em;
  }
  .newsList > div > p {
    line-height: 1.4em;
    font-size: 1em;
  }
  .newsList > div > img {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  h1.big {
    font-size: 50px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 13px;
  }

  h1, h2, h3, h4, h5, h6, p {
    margin-top: 10px;
  }

  .navbar-collapse {
    background-color: #252221;
  }
  .navbar-collapse.collapse {
    margin-top: 0px;
  }

  .navbarScrolled .navbar-header {
    height: 70px;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
    background-color: transparent;
  }

  .bigFrame {
    padding: 15px 20px;
  }

  table th {
    font-size: 1.8em;
  }
  table td {
    font-size: 0.9em;
  }

  #divSliderHomepage .item .container h1 {
    font-size: 4em;
  }
  #divSliderHomepage .item .container h2 {
    font-size: 2.5em;
  }
  #divSliderHomepage .item .container p {
    font-size: 1.25em !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

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