#navWrap #megamenu-trigger {
    cursor: pointer;
}
#navWrap #megamenu-trigger span {
    font-size: 20px;   
    position: absolute;
    top: 15px;
    left: 0;
}

header #megamenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #008bd7;
}
header #megamenu .mmenu {
    
}
header #megamenu .mmenu .mcol {
    width: calc(25% - 3px);
    display: inline-block;
    padding: 10px;
    overflow: hidden;
    float: left;
}
header #megamenu .mmenu .mcol ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
}
header #megamenu .mmenu .mcol ol li {
    display: block;
}
header #megamenu .mmenu .mcol ol li a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    padding: 10px 0;
    text-decoration: none;
}
header #megamenu .mmenu .mcol h4 {
    color: #555;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
header #megamenu .mmenu .mcol .imglink {
    
}
header #megamenu .mmenu .mcol .imglink li {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
header #megamenu .mmenu .mcol .imglink li a {
    display: block;
    text-decoration: none;
    height: 99px;
    overflow: hidden;
    background-color: #008bb8;
    position: relative;
}
header #megamenu .mmenu .mcol .imglink li a p {
    color: #fff;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
header #megamenu .mmenu .mcol .imglink li a span {
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 41px;
    transform: translateX(-50%) translateY(-75%);
}


@media (max-width: 992px) {
    #navWrap #megamenu-trigger,
    header #megamenu {
        display: none !important;
    }
}