body {
    font-family: 'Roboto', sans-serif;
    color: #707070;
}

.all-container {
    background-image: url(/img/pozadi.png);
    /*background-image: url('/img/Web 1366_1.jpg');*/
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: contain;*/
    height: 1000px;
}

.rating-box {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0px 4px #00000026;
}

.btn-red {
    background-color: #ea0000;
    border-color: #c11111;
    text-transform: uppercase;
    padding: 10px 35px;
}

.btn-red:hover {
    background-color: #c11111;
}

.hiddenradio {
    display:none;
}

.star {
    transition: all .5s;
    width: 35px;
    height: 35px;
    background-image: url(/img/hvezda_seda.png);
}

.hover {
    cursor: pointer;
    background-image: url(/img/hvezda_zluta.png);
}

.selected {
    background-image: url(/img/hvezda_zluta.png);
}

textarea.custom {
    border-radius: 0;
    resize: none;
    height: 100px;
}

.smaller-text {
    font-size: 26px;
}

.bigger-text {
    font-size: 38px;
}

@media only screen and (max-width: 771px) {
    .smaller-text {
        font-size: 16px;
    }
    .bigger-text {
        font-size: 20px;
    }
}