.fill {
    width: 100%;
    height: 450px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-indicators {
    width: 100%;
    height: 35px;
    left: 30%;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    text-align: right;
}

.carousel-indicators li {
    background-color: #0099da \9;
    background-color: rgba(32,74,144,1);
    border: 1px solid #204a90;
    border-radius: 10px;
}

.thumbnail {
    display: block;
    padding: 5px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #666;
    border: 1px solid rgba(32,74,144,1);
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.fekete-hatter {
    background-color: #000000;
    color: #fff;
}