#block-search {
    background: #EEEEEE;
}

.tl-container {
    padding: 0 30px;
}

.itemid-526 #block-search {
    margin-bottom: 50px;
}

.tl-button {
    color: #ffffff !important;
    padding: 10px 20px;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 2px;
    background: #c20000;
}

.tl-button:hover {
    opacity: 0.7;
}

html {
    overflow-y: hidden;
}
body {
    overflow-y: scroll;
    max-height: 100vh;
    height: auto;
}
body.tl-fancybox-active {
    overflow-y: hidden;
}


@media (max-width: 500px) {
    .tl-button {
        margin-left: auto;
        margin-right: auto;
    }
}

