/* zrusi paticku inPage */
#bar-poweredby {  display:none;}
body {background-image: url("/obrazek/2/pozadi-png");}
#bar-footer {
    padding: 1.5em 1em;
    background: #a72330;
    border-top: 1px solid #595959;
    margin: 0;
}
header {
    background: rgb(243, 243, 243);
}
.breadcrumb {
    padding: 10px 15px 8px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(252, 252, 252, 0);
    border-radius: 0px;
}
footer {
    background: #6d6f6f;
    color: #C7C7C7;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #a72330;
}
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    /* background: #fafafa; */
}
dl {
    text-align: center;
    display: none;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #a6232f;
    border-color: #dddddd;
}
.navbar {
    background-color: #a72330;
    border-bottom-color: #fff;
}

.thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: 1px solid #a72330;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar .navbar-nav > li > a {
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
#motive {
    margin: 0 auto;
    margin-bottom: 2em;
    height: 290px;
    border-bottom: 1px solid #E7E7E7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}