/* here you can put your own css to customize and override the theme */
.img-b{
    border: 1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
}

.des-b{
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
}
/* Top Search */
.menu-search {
    top: 12px;
}

    .menu-search i {
        color: #00005a;
        font-size: 20px;
        cursor: pointer;
        position: relative;
        top: -6px;
        /* background: url(../img/icons/top-search-icon.png) no-repeat; */
        width: 15px;
        height: 15px;
        opacity: 1;
    }

    .menu-search span.sep {
        top: 0;
        width: 1px;
        height: 26px;
        background: #eaeaea;
        position: relative;
        margin: 0 18px 0 16px;
        display: inline-block;
    }

.search-box {
    right: -7px;
    top: 100%;
    padding: 10px;
    display: none;
    background: #f5f5f5;
    position: absolute;
    border-top: solid 2px #00005a;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 500px;
    margin-top: 0;
    z-index: 22;
}

    .search-box:after {
        top: -8px;
        width: 0;
        height: 0;
        right: 8px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #00005a;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
/* End Top Search */