body {
  background: #000000;
  color: #e8b344;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #C7C7C7;
}
.breadcrumb > .active {
  color: #fff;
}
.navbar .navbar-nav > li > a {
  color: #e8b344;
}
#motive {
  background-color: #000;
}
#bar-footer {
  padding: 1.5em 1em;
  background: #141414;
  border-top: 1px solid #595959;
  margin: 0;
}

#logo img {
  max-height: 127px;
}
/* zrusi paticku inPage */#bar-poweredby {  display:none;}

.thumbnail {
  display: block;
  padding: 6px;
  margin-bottom: 20px;
  background-color: #333;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.breadcrumb {
  background: #2b2b2b;
}

#motive {
  margin: 0 auto;
  margin-bottom: 2em;
  height: 305px;
  border-bottom: 1px solid #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #deb04a;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.thumbnail {
  display: block;
  padding: 6px;
  margin-bottom: 20px;
  background-color: #333;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*------------------ respons ----------------*/

@media screen and (max-width: 768px) { /*zobrazení pro tablet*/
  .navbar .logo img{max-width:100%!important;}
  h1, .h1, h1.title { font-size: 2em;}
  #motive {
    background-color: #f5f5f5;
    background-image: url(https://www.maxroyal.cz/obrazek/2/mobil4-jpg);
  }
}