#bar-poweredby { 
  display:none
}

/* --- zarovnání produktů v eshopu --- */
#eshop .thumbnail {
  min-height: 500px;
}
.item-eshop-product .thumbnail {
  min-height: 603px;
}
#photogalleries .thumbnail {
  min-height: 380px;
}
#panel-photos .thumbnail {
  min-height: auto;
} {
  min-height: auto!important;
}



@media screen and (min-width: 1200px) {
  .photos .item-photo:nth-child(3n + 4), 
  .backlink {
    clear: left;
  }
  #photogalleries .item-photogallery:nth-child(3n + 4), 
  .backlink {
    clear: left;
  }
} 
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .photos .item-photo:nth-child(2n + 3) {
    clear: left;
  }
  #photogalleries .item-photogallery:nth-child(2n + 3) {
    clear: left;
  }
}
@media screen and (max-width: 991px) {
  .photos .item-photo:nth-child(3n + 4) {
    clear: left;
  }
  #photogalleries .item-photogallery:nth-child(2n + 3) {
    clear: left;
  }
}

/*uprava section services*/
section.section-services ul {
  display:flex;
  flex-wrap:wrap;
}
