/* --> Responsive <-- */
.podrocja-slider {
  text-align: center; }
  .podrocja-slider p {
    font-size: 18px;
    line-height: 27px; }
  .podrocja-slider .stopnje-medals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .podrocja-slider .stopnje-medals .gold, .podrocja-slider .stopnje-medals .silver, .podrocja-slider .stopnje-medals .bronze {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .podrocja-slider .stopnje-medals img {
      width: 84px;
      height: 82px; }

@media only screen and (max-width: 1000px) {
  .stopnje-medals {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }


/*# sourceMappingURL=podrocja-slider-script.css.map*/