/* 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 5, screen.scss */
.squares .square .text {
  line-height: 15px;
  height: 150px;
  overflow: hidden;
}
/* line 10, screen.scss */
.squares .square .text .wiki-box,
.squares .square .text .wiki-box * {
  display: inline;
}
/* line 14, screen.scss */
.squares .square .text .wiki-box a,
.squares .square .text .wiki-box * a {
  color: #7e6363;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 19, screen.scss */
.squares .square .text .wiki-box a:hover,
.squares .square .text .wiki-box * a:hover {
  color: #ef4135;
}
/* line 24, screen.scss */
.squares .square .text p {
  font-size: 93%;
  margin: 0;
}
/* line 29, screen.scss */
.squares .square .author {
  font-family: Arial;
  font-size: 79%;
  font-weight: bold;
  bottom: 10px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 0;
}
/* line 41, screen.scss */
.squares .square .author .position a {
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* 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 */
  .squares .square .text {
    line-height: 130%;
    height: auto;
  }
  /* line 10, responsive.scss */
  .squares .square .text p {
    font-size: 100%;
  }
  /* line 14, responsive.scss */
  .squares .square .author {
    line-height: 130%;
    padding: 0;
    position: static;
  }
}
