#page {
    z-index: 2;
}
#site-footer {
    z-index: 1;
}
@media (max-width: 767px){
    /*Dropdown Select*/

    .admin-bar .border-all span.select2-dropdown.select2-dropdown--below {
    top: 16px;
    }
    .border-all span.select2-dropdown.select2-dropdown--below {
        top: -30px;
    }
    main.site-main .border-all .select2-results__option{
         font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
/*        font-size: 15px;*/
        font-size: 16px;
        text-transform: capitalize;
        color: #2D2D2D;
        letter-spacing: 0;
    }

    .border-all .select2-container--default .select2-results>.select2-results__options {
        padding: 12.5px 30px;
    }

    .border-all .select2-container--default .select2-selection--single .select2-selection__rendered{
            padding: 15px 30px;
        height: auto;
        line-height: 18px;
        border: 1px solid #C5DE78;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
/*        font-size: 15px;*/
        font-size: 16px;
        text-transform: capitalize;
        color: #2D2D2D;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .border-all .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 11px;
        width: 10px;
        top: 20px;
        right: 30px;
    }

    .border-all span.select2-dropdown, .border-all .select2-container--open .select2-dropdown--above, .border-all .select2-container--open .select2-dropdown--below{
        border-width: 1px;
    }

/*Dropdown Home-News*/

section.news-page .news-row .news-sidebar .dropdown-list a.active,
    .tab-left-width-ajax .dropdown-list .item.active {
    display: none;
}

    section.news-page .news-row .news-sidebar .dropdown-list a {
        display: block;
        background: transparent;
        padding-bottom: 12.5px;
        margin-bottom: 0;
        padding-top: 12.5px;
        margin-top: 0;
    }

    .tab-left-width-ajax .dropdown-list .item:hover span{
        font-weight: 600;
    }

    .tab-left-width-ajax .current-tab {
        display: block;
        padding: 15px 30px;
        border: 1px solid #C5DE78;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #2D2D2D;
        cursor: pointer;
        position: relative;
    }

    .tab-left-width-ajax .current-tab:before{
        content: '';
        position: absolute;
        top: 22px;
        right: 30px;
        background: url(../images/down-arrow.svg) no-repeat right 0px center;
        width: 10px;
        height: 9px;
        transition-duration: .3s;
        display: block;
    }

    .tab-title.opened .current-tab:before {
        transform: rotate(180deg);
    }

}
