
body {
  background-color: #474747;
}
#header {
  margin-top: 10px;
}
#main {
  background-color: #ffffff;
}
#pata {
  background-color: #ffffff;
  color: #7A7A7A;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.85rem;
}
#menu_pravy {
  position: relative;
  top: -75px;
  float: right;
}
#menu_pravy_icon {
  font-size: 2rem;
  position: relative;
  background-color: #fff;
  padding: 5px;
}
#obsah a {
  color: #9B0000;
}
.container_haly-a-telocvicny img {
  max-width: 100%;
}
.container_registrace ul {
  padding-left: 15px;
}
.registrace_druzstvo {
  background-color: #ffdecc;
}
.registrace_hraci {
  background-color: #E2FBE5;
}
.registrace_doprovod {
  background-color: #fffb99;
}
.registrace_ubytovani {
  background-color: #e2d1fc;
}
#tymy h3 {
  font-size: 1.5rem;
}
#tymy em {
  font-size: 0.85rem;
}
#tymy ol {
  padding-left: 25px;
}
#tymy ol li {
  margin-bottom: 5px;
}
#druzstvo td:first-child {
  font-weight: bold;
}
#druzstvo td {
  padding: 3px 8px;
}
#seznam_zapasu a {
  color: #000000;
}
#seznam_zapasu .table td {
  padding: 0.75rem 0rem;
  font-size: 0.85rem;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
#seznam_zapasu .domaci {
  text-align: right;
}
#seznam_zapasu th {
  font-size: 0.85rem;
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: none;
  border-bottom: 1px solid gray;
  text-transform: uppercase;
}
#tabulka th {
  font-weight: normal;
  text-transform: none;
}

.menu_item {
  background-image: url('../images/bg-button.png');
  background-repeat: no-repeat;
  background-position: left 0px;
}
.menu_item a {
  height: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-style: italic;
  display: block;
  color: #7A7A7A;
  padding-left: 1rem;
}
.menu_item.selected a {
  background-image: url('../images/menu-oznaceni.png');
  background-position: -5px;
  background-repeat: no-repeat;
}
.menu_item a:hover {
  /*color: #E31E24;*/
  color: #00A0E3;
  text-decoration: none;
}
h1 {
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  background-image: url('../images/bg-nadpis.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 25px;
}
h2 {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
h4 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}
h4 span {
  font-size: 1rem;
}
.foto_zobrazit_container {
  position: absolute;
  background-color: black;
  opacity: 0.7;
  bottom: 0px;
  right: 0.25rem;
  left: 0.25rem;
  font-size: 18px;
  width: clac(100%-0.5rem);
  height: 35px;
}
.foto_zobrazit_text {
  position: absolute;
  opacity: 1;
  bottom: 2px;
  right: 0.25rem;
  font-size: 18px;
  padding: 0px 30px;
  height: 30px;
  color: white;
}


/* Large devices - screen-lg (šířka mensi než 1200px) */
@media (max-width: 1199px) {


}


/* Medium devices - screen-md (šířka mensi než 992px) */
@media (max-width: 991px) {


}

/* Small devices - screen-sm (šířka mensi než 768px) */
@media (max-width: 767px) {

  #header {
    margin-top: 0px;
  }
  #pata {
    margin-bottom: 0px;
  }
  #partneri {
    line-height: 160px;
  }

}


/* Extra small devices - screen-xs (šířka mensi než 576px) */
@media (max-width: 575px) {


}

@media (max-width: 450px) {


}
