body {
  background: #161313;
  color: #999;
  background-image: url(/obrazek/3/pozadi-jpg/);
  background-repeat: repeat-x;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: bolder;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.panel {
  margin-bottom: 20px;
  background-color: #333;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.alert-info {
  color: #ff7f28;
  background-color: #333;
  border-color: #ccc;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #ff7f28;
}
.btn-link {
  font-weight: normal;
  color: #ff7f28;
  cursor: pointer;
  border-radius: 0;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ff7f28;
  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: #555;
  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 > .active {
  color: #fff;
}
.breadcrumb {
  background: #000;
}
a {
  color: #a4a4a4;
  text-decoration: underline;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #a6a6a6;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #000;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-default {
  color: #333;
  background-color: #999;
  border-color: #ccc;
}

aside .panel {
  background-color: #121111;
  border: 0;
  border-radius: 0px;
}

#logo img {    max-height: 100px;}
/* zrusi paticku inPage */#bar-poweredby {  display:none;}
#bar-footer {     padding: 1.5em 1em;    background: #2b2b2b;    border-top: 5px solid #ff7f28;    margin: 0;}
footer {    background: #000000;    color: #C7C7C7;}
#motive {
  margin: 0 auto;
  margin-bottom: 2em;
  height: 300px;
  border-bottom: 1px solid #E7E7E7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#bar-footer {
  padding: 1.5em 1em;
  background: #000000;
  border-top: 5px solid #ff7f28;
  margin: 0;
}

/*------------------ 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.dualmont.cz/obrazek/2/mobil-jpg);
  }
}