/* specialni font */
/* font sizes for body font-size: 87.5%; */
/** old IE CSS features **/
/** box shadow **/
/** box gradient - defaultne RESET **/
/** border radius **/
/* zamezeni oznaceni prvku */
/* text rotate */
/* transition */
/* line 4, screen.scss */
.articles_directory article {
  position: relative;
}
/* line 7, screen.scss */
.articles_directory article .hash {
  position: absolute;
  top: -245px;
}

/* specialni font */
/* font sizes for body font-size: 87.5%; */
/** old IE CSS features **/
/** box shadow **/
/** box gradient - defaultne RESET **/
/** border radius **/
/* zamezeni oznaceni prvku */
/* text rotate */
/* transition */
/* mobile & tablet */
@media only screen and (max-width: 640px) {
  /* line 6, responsive.scss */
  .articles_directory article .hash {
    top: -40px;
  }

  /* line 14, responsive.scss */
  #container #contain ._cont .left_side {
    display: none;
  }
  /* line 17, responsive.scss */
  #container #contain ._cont .right_side {
    float: none;
    width: auto;
  }
}
