#index section.section-services li {
  width: 100%;
}
#panel-news .more {
  display: block;
}
#panel-news .more a {
  background-color: #67c9e0;
  position: absolute;
}
#panel-news .more a:hover {
  transform: scale(1.10);
  text-decoration: none;
}

/* box pod motivem */
#box {
  background-color: #67c9e0;
  color: white;
  font-size: 1.8em;
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
  margin-top: -55px;
}
#box p {
  margin: 0;
}
#index #box {
  margin-top: -88px;
}
#index #motive {
  max-height: 400px;
}

#support #telo + .panel-body, #support #telo {
  width: 100%;
}

/* zobrazovat cele nazvu clanku */
#panel-news #list-panel-news li {
  height: auto;
}
#index .blog-li h4 {
  display: block;
}

/* skryt detaily */
#list-rubrics li .details {
  display: none;
}

/*section*/
.section-3-col-bottom-text .row {
  justify-content: normal;
}

/* patička s logem inPage */
#bar-poweredby {
  display: none;
}

@media (min-width: 768px) {
  section.section-3-col-top-text > .row,
  section.section-3-col-bottom-text > .row {
    align-items: stretch;
  }}

/* tabulky */
@media screen and (max-width: 600px) {
  table tbody tr td:first-child, table tfoot tr td:first-child {
    background: transparent;
  }
  table tbody td {
    display: table-cell;
    padding: 8px;
  }
  table tbody td:before {
    display: none;
  }
}

#second a:hover {
  color: #41bcd8;
}