@media only screen and (min-width: 768px)  {

.container {
  max-width: 768px; }

.top-links {
  font-size: 1rem; }

.top-links > li:not(:last-child)::after {
  margin-right: 20px; }

.top-info {
  font-size: .85rem;
  display: block; }

.brand img {
  /*height: 113px;*/ }

.hory-logo {
  width: 100%;
  text-align: center; }
.hory-kontakt,
.hory-firma,
.hory-sluzby {
  width: auto; }

.hory-logo {
  order: 1; }
.hory-kontakt {
  order: 2; }
.hory-firma {
  order: 3; }
.hory-sluzby {
  order: 4; }

.sp-left, .sp-right {
  flex-direction: row;
  justify-content: space-around; }


.propiska-info {
  flex-direction: row;
  flex-wrap: wrap; }
.spl {
  width: 40%; }
.spr {
  width: 40%; }

.galerie li {
  width: 25%; }

.front-nabidka li {
  width: 50%; }

a.kotva {
  position: relative;
  top: -100px; }

}