body {
    background-color: black;
    padding-top: 80px;
}
#bg {
    background:url(/images/hlavni-foto2.jpg) top right no-repeat;
    background-attachment:fixed;
    background-size: 100%;
    padding-top: 32%;

}

.navbar-inverse {
    background-color: black;
    /*border-color: #080808;*/
}

ul.red {
    list-style: none;
    font-size: 18px;
    /*line-height: 1em;*/
    /*font-size: 13px;*/

}

ul.red li {
    /*text-decoration: underline;*/
}

ul.red li:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #C80620;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 20px;
    margin-top: 2px;
}

.bg-green {
    background-color: #409E3E;
    color: white;
}
.bg-green:hover {
    background-color: #2c672b;
}
.bg-green:hover a {
    text-decoration: none;
}
.bg-green a {
    color: white;
}
.bg-white {
    background-color: white;
}
.bg-red {
    background-color: #E3001B;
    color: white;
}
.bg-red:hover {
    background-color: #b10116;
}
.bg-red a:hover {
    text-decoration: none;
}
.bg-red a {
    color: white;
}
.tabs h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    color: black;
    font-size: 25px;
    font-weight: bold;
}
h2 {
    color: black;
    font-size: 25px;
}

.transparent {
    opacity: 0.95 !important;
}

a#btn_listek {
    color: white;
}
a#btn_listek:hover {
    text-decoration: none;
    background-color: #2c672b;
}
a#btn_penzion {
    color: white;
}
a#btn_penzion:hover {
    text-decoration: none;
    background-color: #b10116;
}
.text-cosi {
    color: #409e3e;
}