@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#content {
  background-color: #eee; }

.category-row a .post {
  margin: 0 0 30px 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15); }

.category-row a, .category-row a:hover {
  text-decoration: none; }

.category-row a:hover .header {
  text-decoration: underline; }

.category-row a .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0; }

.category-row a .excerpt {
  color: black; }

.category-row a .details {
  padding-bottom: 20px; }

.category-row a .date {
  color: #666; }

.category-row a .header, .category-row a .excerpt, .category-row a .details {
  padding-left: 20px;
  padding-right: 20px; }
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.term-akcii.admin-bar #content {
  background-color: #999; }

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