/* specialni font */
/* font sizes for body font-size: 87.5%; */
/** old IE CSS features **/
/** old IE CSS features **/
/** box shadow **/
/** box gradient - defaultne ORANZOVY **/
/** border radius **/
/* zamezeni oznaceni prvku */
/* text rotate */
/* transition */
.content .items .item:nth-of-type(3n+1) {
  clear: left;
}
@media only screen and (max-width: 800px) {
  .content .items .item:nth-of-type(3n+1) {
    clear: none;
  }
  .content .items .item:nth-of-type(2n+1) {
    clear: left;
  }
}
