body p, li, a {font-size: 14pt;}

.navbar-default .navbar-nav > li > a {color: #252525;}

.navbar-default .navbar-nav > li > a:hover {color: #006197;}

.navbar .navbar-nav > .active > a {color: #006197;}

article {margin-top: 0px;}


/* Korektní zobrazení loga */
.navbar .logo img {
  max-height: 74px;
  max-width: 9999px;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}

#wrap {
  display:block;
}

/* Motiv jen na titulní stránce */
#motive {
  display:none;
}
#index #motive {
  display:block;
}

/* Vlastní motiv */
.gallery-detail .thumbnail img {
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
}

/* Vlastní motiv */
article #photogalleries .img-thumbnail, #eshop-categories .img-thumbnail {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
}

/* Vypnutí rychlých kontaktů */
#top-ribbon {
  display: none;
}

/* Odstranení InPage reklamy */
#bar-poweredby {
  display: none;
}

/* Odstranení šedého předělovacího pruhu pod hlavním textem */
#border {
  border: 0px solid #ffffff;
}

/* Odstranení zbytku původní patičky */
.copy {
  display: none;
}

/* Vlastní patička s mapou */
.mapa {
  width: 100%;
  height: 350px;
  clear: both;
  border-top: 1px solid #cacaca;
}


/* zvetseni textu o 20 */
p, li, span, a {
  font-size: 120%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

hr {
  border: 2px solid #006197;
}


