.mobile-hidden {
    display: none !important;
}

.mobile-show {
    display: inline-block !important;
}

@media only screen and (min-width: 1240px) {
    .mobile-hidden {
        display: inline-block !important;
    }

    .mobile-show {
        display: none !important;
    }
}

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

    .homepage .briefcase a {
        color: #fdfeff;
    }

    .briefcase a {
        color: #151515;
    }

    .briefcase a:hover {
        background-color: #8f2a2a;
    }

    .bc-menu span {
        margin-right: 40px;
    }
}


.briefcase-link {
    position: relative;
    overflow: visible;
    padding: 0 12px 0;
    height: 46px;
    width: 47px;
    float: right;
    display: flex;
    flex-direction: row;
}

.briefcase-link > i {
    font-size: 26px;
    color: #151515;
}

.homepage .briefcase-link > i {
    color: #fff;
}

.briefcase-link img {
    width: 28px;
    height: auto;
    top: 4px;
    right: 8px;
}

.briefcount {
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background-image: none !important;
    background-color: #3F6084;
    border-radius: 12px;
    border: solid 2px #fff !important;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    line-height: 16px !important;
    font-size: 12px !important;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.bc-menu {
    /*float: left;*/
    /*padding-top: 5px;*/
}

.bc-menu span {
    display: block;
    background-image: none;
    width: auto !important;
    height: auto !important;
    line-height: 20px;
    font-size: 14px !important;
    font-weight: bold;
    color: #444;
    /*text-transform:  uppercase;*/
    margin: 0px;
}

.bc-menu span a {
    font-size: 14px;
    line-height: 20px;
}

.bc-menu span a:hover {
    color: #fff;
    text-decoration: none;
}

.briefcase .briefholder img {
    height: auto;
}

@media only screen and (min-width: 1240px) {
    .briefcase-link {
        margin: 0;
        padding: 0;
        height: 20px;
        /*float: none;*/
    }

    .briefcount {
        margin: 0 !important;
        padding: 0 !important;
        width: 20px !important;
        height: 20px !important;
        line-height: 16px !important;
        font-size: 12px !important;
        top: 0;
        left: 20px;
    }

    li.briefcase {
        position: relative;
    }

    li.briefcase:hover .bc-menu {
        display: block;
    }

    .bc-menu {
        display: none;
        position: absolute;
        bottom: 0;
        right: 34px;
        width: 175px;
        background-color: #ddd;
        padding: 5px 0;
        text-align: right;
        border-top: solid #fff 3px;

    }

    .bc-menu span {
        color: #aaa;
        line-height: 120%;
        padding: 6px;
        margin: 0;
        border-bottom: solid 1px #fff;
    }

    .bc-menu > span:last-of-type {
        border-bottom: none 0;
    }

    .bc-menu a {
        display: block;
        margin: 0;
    }

    .bc-menu a:hover {
        background-color: transparent !important;
    }


}

@media only screen and (min-width: 1340px) {
    .bc-menu {
        /*right: -20px;*/
    }
}


.fbriefcase {
    display: inline-block;
    float: none;
    position: relative;
}

.fbriefcase-link {
    position: initial;
}

.fbc-menu {
    display: none;
}

#Footer .briefholder img {
    width: auto;
}

.fbriefcase .briefcount {
    top: 0;
    left: 32px;
    width: 18px !important;
    height: 18px !important;
    border-radius: 9px !important;
    font-size: 10px !important;
    line-height: 13px !important;
}

.briefholder {
    font-size: 11px;
}

.fbriefcase:hover .fbc-menu {
    display: block;
    position: absolute;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 4px;
    right: 0;
    top: -5px;
    width: 140px;
    color: #3F6084;
}

@media only screen and (max-width: 779px) {
    .fbriefcase {
        /*width: 35px;*/
        /*margin: 0 10px 10px 0;*/
    }

    .fbriefcase:hover .fbc-menu {
        /*top: -55px;*/
        right: -15px;
    }

    .fbc-menu a {
        font-weight: bold !important;
        color: #3F6084 !important;
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 780px) {

    .fbc-menu a {
        font-size: 12px !important;
        font-weight: bold !important;
        color: #3F6084 !important;
    }
}


@media only screen and (min-width: 1240px) {
    .fbriefcase .briefcount {
        /*left: 15px;*/
    }
}