/* Vypnutí loga InPage */
#bar-poweredby { display:none; }

/* stylování slideshow */
#box-custom-motive {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#box-custom-motive h3 {
  color: #fff
}

/* text ve slideshow */
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3{
  font-size: xx-large;
  margin-top: -10px;
}

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

/* logo */
#logo img {
    max-height: 74px;
    margin-bottom: -20px;
}

/* odsazení loga */
.navbar-header{
  margin-top: 10px;
  margin-bottom: -20px;
}

/* text motto webu */
#motto {
  margin-left: 150px;
  margin-top: -85px;
}

/* první řádek textu motto */
#motto #motto-title {
  color: #aa7900;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.5em;
}

/* druhý řádek textu motto */
#motto #motto-text {
  margin-top: -8px;
  color: #aa7900;
  font-weight: bold;
  margin-bottom: 20px;
}

/* MENU */
.navbar-nav {
  margin-left: 130px;
}

.navbar-toggle {
  margin-right: 30px;
}

.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #629447;
}

.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus {
  background-color: #416330;
}

.nav > li > a {
  padding: 6px 18px;
}




/* x-blok na homepage */
.thumbnail {
  padding: 6px;
  line-height: inherit;
  border: 0px solid #e3e3e3;
  background-color: #629447;
  margin-left: -15px;
}

.thumbnail > img, .thumbnail a > img {
  margin-top: 20px;
  margin-bottom: -10px;
}

.thumbnail h2 {
  margin-bottom: 10px;
  color: #fff
}

.thumbnail .caption {
  color: #ffffff;
  text-align: center;
}

.btn-primary {
  color: #ffffff;
  background-color: #737373;
  border-color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #416330;
  background-color: #ffffff;
  border-color: #416330;
  font-weight: bold;
}


.col-lg-4 {
  width: 25%;
}



/* postranní bloky */
aside .panel-primary > .panel-heading {
  background-color: #aa7900;
}

.panel-title {
  font-weight: normal;
}


ul#list-panel-news li div {
  border-bottom: 1px dotted #c5c5c5;
}

ul#list-panel-news li div p.date {
  font-size: 1.2em;
  font-weight: bold;
}

ul#list-panel-news li div p.description {
  margin-bottom: 0px;
  height: 0px;
  visibility: hidden;
}

/* texty a odkazy */
a {
  color: #416330;
}

h1 {
  font-size: 2.5em;
  color: #629447;
}

h1.title {
  font-size: 2.5em;
}

h2 {
  color: #aa7900;
  font-weight: bold;
}

h3 {
  color: #416330;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
}


/* patička */
#box-custom-footer {
  background: #e3e3e3;
  color: #737373;
}

#box-custom-footer a {
  color: #737373;
}

#box-custom-footer hr {
  border-top: 1px solid #737373;
  margin-bottom: 10px;
}


/* fotogalerie */
.thumbnail h2 a {
  color: #fff;
}

.blueimp-gallery>.title {
  margin: 20px 40px 0 40px;
}

div.photos.row .thumbnail {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  min-height: 240px;
}

div#photogalleries.row .thumbnail {
  min-height: 450px;
}


/* hlavní obrázek */
.perex .perex-image-link {
  float: left;                      /*použijete, pokud si přejete mít text vpravo od obrázku, v opačném případě tento řádek smažte*/
  margin-right: 10px;               /*mezera mezi obrázkem a textem*/
}
.perex .perex-image-link img {
  /* max-width: 100px;  zde si zvolíte libovolnou maximální šířku obrázku */
  width: 100px;
  height: 100px;
}