.navbar-nav > li {
    border-left-color: #e7dcd5;
    border-right-color: #e8ded5;
}
.navbar {
    background-color: #af8933;
    border-color: #fff;
}

#motive {
    margin: 0 auto;
    margin-bottom: 2em;
    height: 245px;
    border-bottom: 1px solid #E7E7E7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#topbar .btn-default {
    color: #fff;
    background-color: #af8933;
    border-color: #c3a569;
}
footer {
    background: #1d1d1d;
    color: #C7C7C7;
}
#bar-footer {
    padding: 1.5em 1em;
    background: #72623d;
    border-top: 1px solid #595959;
    margin: 0;
}
#logo img {
    max-height: 100px;
}
a {
    color: #af8933;
}
.btn-primary {
    color: #fff;
    background-color: #af8933;
    border-color: #c2a563;
}
/* zrusi paticku inPage */#bar-poweredby {  display:none;}
body {
    background: #f9f8f8;
    color: #000;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #af8933;
}
.thumbnail .img-thumbnail {
    border: 0;
    border: 5px solid #e7dcd5;
}
.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    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 > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
}