@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700';
body {
  font-size: 15px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.2px;
  background-position: center -150px;
  background: #f2f2f2; }

.hidden {
  display: none; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

::selection {
  background: #ccc; }

::-moz-selection {
  background: #ccc; }

.block-category {
  display: inline-block; }
  .block-category .item {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 7px 20px 5px 20px;
    display: table-cell;
    transition: 0.3s;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px; }
    .block-category .item:hover {
      background: #00a552;
      border: 1px solid #00a552; }
      .block-category .item:hover p {
        color: #fff; }
    .block-category .item p {
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      float: left; }
    .block-category .item img {
      margin-left: 20px; }

.boock {
  display: inline-block;
  width: 100%; }
  .boock .item {
    display: inline-block;
    margin-bottom: 30px; }
  .boock .img-boock {
    float: left;
    width: 200px;
    margin-right: 20px; }
    .boock .img-boock img {
      width: 100%; }
  .boock a {
    font-size: 18px;
    color: #ffb302; }

.descript-boock {
  font-size: 14px; }
  .descript-boock p {
    font-size: 14px; }

audio {
  border: 1px solid #616161;
  height: 34px;
  margin-top: -6px; }

.counter {
  display: none; }

.arhiv-cat {
  border-radius: 3px;
  text-align: center;
  height: 150px;
  display: table;
  width: 100%;
  margin-top: 30px; }
  .arhiv-cat h2 {
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px !important;
    padding-top: 5px;
    transition: 0.3s; }
    .arhiv-cat h2:hover {
      font-size: 18px; }

a:hover {
  text-decoration: none; }
a:link {
  text-decoration: none; }
