@media screen and (min-width: 768px) {
    .page-header .nav-sections {
        width: 100%;
        display: block;
    }

    .ves-megamenu .navigation {
        float: none;
        margin: 0 auto;
        padding-top: 0px;
        clear: both;
        display: table;
    }
    .topImage { margin-top: 10px;}
    .ves-megamenu .navigation .level0[data-color="#ff0000"]:hover {
        background: #bd9a3d;
        -webkit-border-radius: background: #e6d580;
        background: -moz-linear-gradient(top, #e6d580 0%, #9e6f26 100%);
        background: -webkit-linear-gradient(top, #e6d580 0%,#9e6f26 100%);
        background: linear-gradient(to bottom, #e6d580 0%,#9e6f26 100%);
    }
    .ves-megamenu .navigation .level0>a, .ves-megamenu .navigation .level0>a:visited { color: #075728; }
    .ves-megamenu li.level0:hover, .ves-megamenu li.active {
        padding-bottom: 0 !important;
        background-color: #075728;
    }
}