.tl-block {
    max-width: 1440px;
    margin: 0 auto;
}
#tl-booking-form {
    width: 100%;
}
#block-search,
#block-search * {
    box-sizing: border-box;
}
#block-search {
    background: #ffffff;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}
.booking-border #block-search {
    border: 1px solid #c28e38;
    margin-top: 50px;
}
.tl-container {
    padding: 4px 30px;
}
#booking-page jdiv,
#booking-page .social_links_wrapper {
    display: none;
}
.btn.tl-button,
.btn.tl-button-offer {
    margin: 15px auto;
}
.btn.tl-button {
    display: block;
}
.side-nav-overlay,
.nav-modal-wrap {
    z-index: 2147483632;
}
    .tl-booking-container {
        max-width: 1440px;
        margin: 0 auto;
    }


    .bookmarks, .bookmarks-type  {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .bookmarks {
        background: #F1F1F1;
        padding: 20px 0 20px 39px;
    }

    .bookmarks-type {
        justify-content: center;
        margin-bottom: 25px;
    }

    .bookmarks-type li {
        cursor: pointer;
        height: 50px;
        display: flex;
        align-items: center;
        text-align: center;
        max-width: 710px;
        width: 100%;
        margin-right: 24px;
        background: #FFF;
        border: 2px solid #C28E38;
        color: #C28E38;
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 18px;
    }

    .bookmarks-type li:hover {
        background: #B78B5F;
    }

    .bookmarks-type li.active {
        background: #C28E38;
        color: #FFF;
    }

    .bookmarks-type p {
        padding: 0 10px;
        margin: 0 auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        color: #C28E38;
        text-transform: uppercase;
    }

    .bookmarks-type li:hover p {;
        color: #FFF !important;
    }

    .bookmarks-type li.active p {
        color: #FFFFFF;
        font-weight: 600;
    }

    .bookmarks p {
        padding: 9px 12px;
        margin: 0 auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16.5px;
        line-height: 18px;
        color: #3D3D3D;
        white-space: nowrap;
    }

    .bookmarks li.active p {
        color: #FFFFFF;
    }

    .bookmarks li.active {
        text-decoration: none;
        cursor: default;
        border-radius: 18px;
        background: #6D5D44;
        color: #FFFFFF;
    }

    .bookmarks li {
        cursor: pointer;
        height: 36px;
        align-items: center;
        text-align: center;
        margin-right: 11px;
        border-radius: 18px;
        background: #6D5D441F;
        color: #3D3D3D;
        display: none;
    }

    .bookmarks li.included {
        display: flex;
    }

    .bookmarks-type li:last-child,
    .bookmarks li:last-child {
        margin-right: 0;
    }


    #tl-hotel-select {
        display: none;
    }

    @media(max-width: 899px) {
        .bookmarks {
            flex-direction: column;
            padding: 20px 10px;
        }

        .bookmarks li {
            margin-top: 10px;
            max-width: 100%;
            margin-right: 0;
        }
    }

    @media(max-width: 536px) {
        .bookmarks-type {
            flex-direction: column;
        }

        .bookmarks-type li {
            margin-bottom: 7px;
            max-width: 100%;
            margin-right: 0;
        }
    }

#tl-anchor {
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 18px;
}
.booking-anchor {
    text-align: center;
    color: #000;
    font-weight: 400;
    padding: 20px;
    border: 2px solid #C28E38;
    margin: 16px auto;
    display: none;
}
a.booking-src {
    color: #C28E38;
    font-weight: 700;
}
a.booking-src:hover {
    color: #6D5D44;
    font-weight: 700;
    text-decoration: underline;
}
.booking-anchor span {
    font-size: 14px;
    font-weight: 300;
    color: #333;
}


