/*--- odebrání zobrazení datumu u fotogalerií ---*/
dl.count.count-date {
  visibility: hidden;
}

/*--- kontaktní formulář - nadpis ---*/
#support h1.title {
  color: green;
  font-size: 16px;
  font-weight: bold;
  font-family: "Comic Sans MS", sans-serif;
}

/*--- kontaktní formulář - obsah  ---*/
form.form-horizontal {
  color: green;
  font-size: 14px;
  font-family: "Comic Sans MS", sans-serif;
}

/*--- nadpis samotné fotogalerie ---*/
#galleries h1.title {
  color: green;
  font-size: 20px;
  font-weight: bold;
  font-family: "Comic Sans MS", sans-serif;
}

/*--- nadpisy jednotlivych fotogalerii ---*/
.item-photogallery h2 > a {
  color: green;
  font-size: 16px;
  font-family: "Comic Sans MS", sans-serif;
}

/*--- vycentrování obsahu foto dlaždic doprostřed ---*/
.item-photogallery {
  text-align: center;
}

/*--- zarovnání položek hlavního Menu ---*/
/* ul#list-navbar {
/*   margin-left: 1%;
/*   margin-right: 1%;
/* }

/*--- skrytí spodního panelu s informací o prduktu inPage ---*/
#bar-poweredby {
  display: none;
}

/*--- Úpravy textu motivu do dlouhého pruhu obrázku motivu ---*/
#motto { /* vlastnosti textu motivu pro celý blok */
  padding: 30px 0 0 30px;
}
#motto #motto-title { /* vlastnosti textu nadpisu */
  text-decoration: underline;
  color: #4E382C;
}
#motto #motto-text { /* vlastnosti textu popisu */
  font-weight: 700;
  font-size: 20px;
  padding-left: 260px;
  color: white;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*------pevná šíře tabulky v kontaktech--------*/
#article-301374 table.tabulka {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}
#article-301374 #mainContent > table:nth-child(7) {
  width: auto;
}

/*--- změna pozice vyhledávacího pole ---*/
/* form#form-search {
/*  position: inherit;
/*  top: 10px;
/*  right: 1px;
/*  left: 200px;
/* }