@charset "utf-8";

/* =========================================================
   BSL MENU
   ========================================================= */

.bsl-site-header {
    position: relative;
}

.menu-toggle-wrap {
    display: none;
    float: right;
    width: auto;
    padding-top: 24px;
}

.menu-toggle {
    background: none;
    border: none;
    padding: 0px;
    border-radius: 0px;
    cursor: pointer;
    width: 32px;
    height: 24px;
}

.menu-toggle-bar {
    display: block;
    width: 32px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #000000;
    border-radius: 2px;
}

.menu-toggle-bar.last {
    margin-bottom: 0px;
}

.menu-toggle-text {
    display: none;
}

.bsl-menuwrap {
    width: auto;
    float: right;
    padding-top: 28px;
}

.bsl-menu-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
}

.bsl-menu-list li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.bsl-menu-list li:first-child {
    padding-left: 0px;
}

.bsl-menu-list a {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #2B353F;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bsl-menu-list a:hover {
    color: #93a100;
}

.bsl-menu-list a.menu-book-link {
    background-color: #93a100;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 12px 18px;
}

.bsl-menu-list a.menu-book-link:hover {
    background-color: #2B353F;
    color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {

** TABLET SMALL ** {
}

    .container_header.bsl-site-header {
        padding-bottom: 15px;
    }

    .menu-toggle-wrap {
    display: block;
    margin-right: 30px;
    margin-top: 20px;
    }

    .bsl-menuwrap {
        width: 100%;
        float: left;
        padding-top: 15px;
        display: none;
    }

    .bsl-menuwrap.menu-open {
        display: block;
    }

    .bsl-menu-list {
        width: 100%;
        display: block;
        background-color: #FFFFFF;
        border-top: 1px solid #e9e0da;
        padding-top: 10px;
    }

    .bsl-menu-list li {
        width: 100%;
        display: block;
        padding-left: 0px;
        border-bottom: 1px solid #e9e0da;
    }

    .bsl-menu-list a {
        width: 100%;
        box-sizing: border-box;
        padding-top: 14px;
        padding-right: 0px;
        padding-bottom: 14px;
        padding-left: 0px;
        font-size: 17px;
        line-height: 20px;
    }

    .bsl-menu-list a.menu-book-link {
        background-color: transparent;
        color: #93a100;
        border-radius: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .bsl-menu-list a.menu-book-link:hover {
        background-color: transparent;
        color: #2B353F;
    }
}

@media only screen and (max-width: 481px) {

** MOBILE ** {
}

    .menu-toggle-wrap {
    padding-top: 35px;
    }

    .menu-toggle {
        width: 28px;
        height: 22px;
    }

    .menu-toggle-bar {
        width: 28px;
    }
}
