#list-panel-news>li,
#list-pages>li {
  width: 33%;
  overflow: hidden;
  align-items: stretch;

}

@media (max-width: 1200px) {

  #list-panel-news>li,
  #list-pages>li {
    width: 33%;
    overflow: hidden;
    align-items: stretch;
  }
}

@media (max-width: 992px) {

  #list-panel-news>li,
  #list-pages>li {
    width: 50%;
    overflow: hidden;
    align-items: stretch;
  }
}

@media (max-width: 768px) {

  #list-panel-news>li,
  #list-pages>li {
    width: 100%;
    overflow: hidden;
    align-items: stretch;
  }
}

/* tlačítka ala submenu v detailech domů */

.btn-custom-spacing {
  display: inline-block;
  margin-bottom: 8px; /* mezera pod tlačítkem při zalomení */
  margin-right: 4px;  /* mezera mezi tlačítky v řádku */
}

/* Podbarvení hlavního menu */ 
#index #own-motive {

  background: #ecf0f1 ;

}