/* zalomení textu v tabulce polední menu */
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
  white-space: inherit;
}



/* text v slideshow */

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
}

.carousel-caption h3{
  font-size: xx-large;
  font-weight: 600;
  color: #fbb900;
  margin-top: 0px;
}

.carousel-caption p{
  font-size: large;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 20px;
  color: #fff;
}

/* výška slideshow*/



#index #own-motive {
  min-height: 400px;
}

.carousel {
  min-height: 400px;
}

.carousel-inner>.item {
  min-height: 400px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  min-height: 400px;
} 

/* trojblok*/

.thumbnail {
  border: 10px solid #eaeaea;
  border-radius: 20px;
  padding: 20px;
}

#second, #separator, #blog, #content, #random-image {
  padding: 20px 0;
}

/* Separátor */
#blog { 
  background-image: url("/obrazek/3/background-jpg/") ;
  background-attachment: fixed;
  background-size: cover;
}

#second {
  background: linear-gradient(to right, #ffffff, #ffffff);
}