@charset "utf-8";
.red {
  color: red;
}
a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}
gallery-outer {
  display: inline-block;
  zoom: 1;
  text-align: center;
  vertical-align: top;
}
gallery-inner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 430px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid > [class*='col-'] {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-tile-inner {
  position: relative;
}
.product-tile-inner img {
  width: 100%;
  height: auto;
}
.product-tile-inner .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  opacity: .85;
}
li.menu {
  background-color: #36CBD4;
  padding: 20 0 20 0;
  border-bottom: #EB292C 10px;
  border-bottom-color: #EB0C10;
  height: 20px;
  border-color: antiquewhite 10px;
}
.footer {
  height: 70px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2DACB5;
  margin: 0;
  padding: 0;
}
 p.pati {
  color: #FFFFFF;
  padding-top: 15px;
  font-size: 100%;
  margin: 0px;
}
p.obr {
  margin-left: 5px;
  text-indent: 40px;
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.floatright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  /*border: 1px solid #666;*/
  padding: 2px;
  border-radius: 8px;
}
.floatcenter {
  float: center;
  margin: 0px auto 0px;
  /*border: 1px solid #666;*/
  padding: 2px;
  border-radius: 8px;
}
.floatleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  /*border: 1px solid #666;*/
  padding: 2px;
  border-radius: 8px;
}
container.prvni {
  margin-top: 20px;
}
img {
  border-radius: 6px;
  margin-bottom: 00px;
}
container.kniha {
  border-radius: 50px;
  background-color: #D2FEFF;
}
.sipka a img {
  position: fixed;
  right: 0;
  bottom: 100px;
  margin-right: 5%;
  display: block;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1.1em;
  font-weight: 450;
}
.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
  color: #676766;
  font-size: 1.1em;
}
active {
  color: white;
  font-weight: bold;
}
.carousel-item {
  height: auto;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
row .pat {
  width: 100%;
}
/* css pro navigaci*/
ul.nav1 {
  list-style-type: none;
  margin-left: -1em;
  margin-right: -1em;
  padding: 0px;
  overflow: hidden;
  background: #00AECB;
  margin-top: 50px;
  margin-bottom: 40px;
}
li.nav {
  float: left;
  border-right: 1px solid #C1FBFC;
}
a.nav {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 11px;
  text-decoration: none;
}
a:hover.nav {
  background-color: #7AE3F4;
  text-decoration: none;
  color: #4C4C4C
}
.active1 {
  background-color: #0491AF;
  font-weight: bold;
}
/* Back to top button
---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 80px;
  right: 50px;
}
#back-top a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #008386;
  background: #FFFFFF;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border: #00B9BE solid 2px;
  border-radius: 7px;
  text-shadow: 0px 4px #79E4F5;
}
#back-top a:hover {
  background: #0BB2B4;
  color: #FFFFFF;
  border: #A7FDFF solid 2px;
}
/* arrow icon (span tag) */
#back-top i {
  margin-top: -2px;
  font-size: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  #back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }
  #back-top a {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }
	.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
	font-size: 3.5rem;
}
}