.content .votes-wrap {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: unset;
    max-width: unset !important;
    margin-left: -7.5px;
    margin-right: -7.5px;
    gap: 0 33px;
}



@media screen and (max-width: 767px) {
    .content .votes-wrap {
        justify-content: center !important;
    }

    .vote-wrap .vote-header .vote-rating {
        display: flex;
        justify-content: center !important;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
}

.admin-response {
    margin: 0 !important;
}

.pagination-wrapper .pagination {
    text-align: right;
    margin-bottom: 3%;
}

.admin-response .vote-wrap {
    border: none !important;
    width: unset !important;
    display: block !important;
    flex-wrap: unset !important;
    border-top: 1px solid black !important;
    padding: 30px 0px !important;
}

.content .vote-wrap,
#hodnoceni_vytazek .vote-wrap {
    padding: 20px;
    border: 1px solid #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% / 4 - 17.5px * 2);
    background-color: #f1f1f1;
    margin-bottom: 0 !important;
}

.vote-wrap .vote-header .vote-rating {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}

.votes-wrap .votes-wrap {
    padding-left: 0px !important;
    margin-top: 30px;
}

@media only screen and (max-width: 920px) {

    .content .vote-wrap,
    #hodnoceni_vytazek .vote-wrap {
        width: calc(100% / 1 - 7.5px * 2);
    }
}

@media only screen and (min-width: 767px) and (max-width: 920px) {

    .content .vote-wrap,
    #hodnoceni_vytazek .vote-wrap {
        /* width: calc(100% / 2 - 7.5px * 2); */
        width: 47%;
    }

    .content .votes-wrap {
        gap: 0 33px;
    }
}

.vote-wrap .vote-content {
    margin: 15px 0 !important;
}

.recenze_galerie {
    display: flex;
    /* margin: 30px 0; */
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}

.recenze_galerie a:nth-child(2) {
    margin: 0 20px;
}

.btn-hodnoceni-center-footer {
    text-align: center;
        margin-top: 30px;
}

.p-0 {
    padding-bottom: 0 !important;
}

body:not(.in-index) .mtb-btn {
    margin-top: 40px;
    margin-bottom: 120px;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    body.in-index h3#hodnoceni-h3 {
        margin-left: 0px !important;
    }
}

h3#hodnoceni-h3 {
    font-size: 40px;
    color: #000;
    margin-top: 3em;
    text-align: center;
}

/* #hodnoceni-h3 {
    margin-left: -100px;
} */

div#hodnoceni_vytazek {
    display: flex;
    margin-top: 2em;
    flex-wrap: wrap;
    margin-right: -100px;
    margin-left: -100px;
    justify-content: center;
    margin-left: 0 !IMPORTANT;
    margin-right: 0 !important;
    gap: 30px;
}

@media only screen and (max-width: 920px) {

    .content .vote-wrap,
    #hodnoceni_vytazek .vote-wrap {
        width: calc(100% / 1 - 7.5px * 2);
    }
}

@media screen and (max-width: 1199px) {
    div#hodnoceni_vytazek {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    div#hodnoceni_vytazek {
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {
    div#hodnoceni_vytazek {
        gap: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    #hodnoceni-h3 {
        margin-left: 0 !important;
        text-align: center;
        padding: 0px;
        font-size: 35px !important;
    }
}

@media screen and (max-width: 560px) {
    div#hodnoceni_vytazek .vote-wrap {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 920px) {

    .content .vote-wrap,
    #hodnoceni_vytazek .vote-wrap {
        width: calc(100% / 1 - 7.5px * 2);
        margin: 30px 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 920px) {

    .content .vote-wrap,
    #hodnoceni_vytazek .vote-wrap {
        width: 47%;
        margin: 30px 0;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1023px) {
    #hodnoceni-h3 {
        margin-left: 0 !important;
    }
}

.pw-stred-dalsi .unveil-button {
    color: white;
    border-color: #000;
    background-color: #000;
}

.btn-default.btn-vytazek {
    color: white !important;
    border-color: #000 !important;
    background-color: #000 !important;
}

.btn-default.btn-vytazek:hover {
    color: #1a1937 !important;
    border-color: #24C158 !important;
    background-color: #24C158 !important;
}

@media(min-width:921px) and (max-width:1200px) {

    .content .vote-wrap,
    #hodnoceni_vytazek .vote-wrap {
        padding: 20px;
        border: 1px solid #e4e4e4;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: calc(100% / 2 - 17.5px * 2);
        background-color: #f1f1f1;
        margin-bottom: 0 !important;
        margin: 20px 0;
    }
}

.in-index div#hodnoceni_vytazek {
    display: flex;
    margin-top: 2em;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.in-index .content .vote-wrap {
    flex-basis: 23%;
}

@media(max-width:768px){
    .in-index .content .vote-wrap {
            flex-basis: 40%;
        }
}

@media(min-width:921px) and (max-width:1200px) {

    .in-index .content .vote-wrap,
    .in-index #hodnoceni_vytazek .vote-wrap {
        padding: 20px;
        border: 1px solid #e4e4e4;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: calc(100% / 2 - 17.5px * 2);
        background-color: #f1f1f1;
        flex-basis: 40%;
        margin-bottom: 0 !important;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 920px){
.in-index .content .vote-wrap,
    .in-index #hodnoceni_vytazek .vote-wrap {
        width: calc(100% / 1 - 7.5px * 2);
        margin: 0 !important;
        flex-basis: 90%;
    }
} 