 /** Main Menu **/
 .menu-btn {
    display: none;
}
.main-menu {
    background-color: #fff;
}
.main-menu .nav li a {
    font-size: 13px;
    color: #1a1818;
    padding: 10px 21px;
    margin: 4px -2px;
    border-radius: 5px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    /*background-color: rgba(224, 0, 119, 0.8);*/
    background-color: #e91e63;
    color:#fff;
}/*
.main-menu .nav li {
    margin: 4px 0;
    border-radius: 5px;
    transition: all 0.5s;
}
.main-menu .nav li:hover,
.main-menu .nav li.active {
    background-color: rgba(0, 0, 0, 0.2);
}*/
.main-menu .nav li a:focus {
    background-color: transparent;
    color: #1a1818;
}/*
.main-menu .nav .subnav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background-color: rgba(92, 187, 88, 0.9);
    display: block;
    transform-origin: 0% 0%;
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    transform: scale( 0 );
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
.main-menu .nav .subnav >li > a {
    display: block;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    font-size: 14px;
    color: #fff;
}
.main-menu .nav .subnav >li:first-child > a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);@media screen and (min-width: 768px) {
    .header.navbar-fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .header.navbar-fixed .brand-details {
        padding: 5px 0;
    }
    .header.navbar-fixed .brand-details .brand-logo {
        width: 60px;
    }
    .header.navbar-fixed .brand-details .brand-name h1 {
        font-size: 18px;
    }
    .header.navbar-fixed .brand-details .brand-name p {
        font-size: 12px;
    }
    .header.navbar-fixed .brand-details .contact-info a {
        margin: 5px 0;
    }
    .header.navbar-fixed .main-menu {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    }


    /**/
    .main-menu .nav .subnav {
        list-style: none;
        padding: 0;
        margin: 0;
        /*margin-top: 4px;*/
        width: 230px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        /*background-color: rgba(224, 0, 119, 0.8);*/
        background-color: #e91e63;
        display: block;
        transform-origin: 0% 0%;
        overflow: hidden;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        transform: scale( 0 );
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    }
    .main-menu .nav .subnav > li {
        margin: 0;
        border-radius: 0;
        position: relative;
    }
    .main-menu .nav .subnav > li > a {
        display: block;
        padding: 5px 15px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 0;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
    }
    .main-menu .nav .subnav > li:first-child > a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .main-menu .nav .subnav > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.2);
    }

    .main-menu .nav .subnav .subnav {
        left: 100%;
        top: 0;
        margin: 0;
    }
    .main-menu .nav li:hover > .subnav {
        display: block;
        overflow: visible;
        max-height: 1000px;
        max-width: 1000px;
        opacity: 1;
        transform: scale( 1 );
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
}
@media screen and (max-width: 767px) {
    .menu-btn {
        display: block;
    }
    .menu-btn a {
        position: fixed;
        top: 10px;
        right: 15px;
        background-color: #ffffff;
        border: 1px solid #333;
        padding: 5px 10px;
        font-size: 10px;
        color: #333;
        transition: all 0.3s;
        z-index: 99;
    }
    .menu-btn a:hover {
        color: #5cbb58;
    }
    .main-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -220px;
        width: 220px;
        overflow-y: auto;
        transition: all 0.3s;
        z-index: 9999;
    }
    .main-menu.show-menu {
        left: 0;
    }

    /**/
    .main-menu .nav .subnav {
        list-style: none;
        padding-left: 0;
    }
    .main-menu .nav .subnav a {
        padding-left: 34px;
        display: block;
    }
    .main-menu .nav .subnav .subnav a {
        padding-left: 46px
    }
    /*mobile-nav*/
    .main-menu .nav .subnav {
        display: none;
    }
    .main-menu .nav .open-subnav.show-sub + .subnav {
        display: block;
    }

    /**/
    .header .brand-details .brand-logo {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    .header .brand-details .brand-name {
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .header .brand-details .contact-info {
        width: 280px;
        margin: 0 auto;
    }

    /**/
    .section2 .welcome-box {
        margin: 30px 0;
    }
    .section2 .tab-box {
        min-height: auto;
    }

    .section4 .serving-box ul li {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 10px auto;
    }


}
}
.main-menu .nav .subnav >li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}

.main-menu .nav .subnav .subnav {
    left: 100%;
    top: 0;
}
.main-menu .nav li:hover > .subnav {
    display: block;
    overflow: visible;
    max-height: 1000px;
    max-width: 1000px;
    opacity: 1;
    transform: scale( 1 );
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}*/
@media screen and (min-width: 768px) {
    .header.navbar-fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .header.navbar-fixed .brand-details {
        padding: 5px 0;
    }
    .header.navbar-fixed .brand-details .brand-logo {
        width: 60px;
    }
    .header.navbar-fixed .brand-details .brand-name h1 {
        font-size: 12px;
    }
    .header.navbar-fixed .brand-details .brand-name p {
        font-size: 12px;
    }
    .header.navbar-fixed .brand-details .contact-info a {
        margin: 5px 0;
    }
    .header.navbar-fixed .main-menu {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    }


    /**/
    .main-menu .nav .subnav {
        list-style: none;
        padding: 0;
        margin: 0;
        /*margin-top: 4px;*/
        width: 230px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        /*background-color: rgba(224, 0, 119, 0.8);*/
        background-color: #e91e63;
        display: block;
        transform-origin: 0% 0%;
        overflow: hidden;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        transform: scale( 0 );
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    }
    .main-menu .nav .subnav > li {
        margin: 0;
        border-radius: 0;
        position: relative;
    }
    .main-menu .nav .subnav > li > a {
        display: block;
        padding: 5px 15px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-top: 0;
        border-radius: 0;
        font-size: 12px;
        color: #fff;
    }
    .main-menu .nav .subnav > li:first-child > a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .main-menu .nav .subnav > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.2);
    }

    .main-menu .nav .subnav .subnav {
        left: 100%;
        top: 0;
        margin: 0;
    }
    .main-menu .nav li:hover > .subnav {
        display: block;
        overflow: visible;
        max-height: 1000px;
        max-width: 1000px;
        opacity: 1;
        transform: scale( 1 );
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }
}
@media screen and (max-width: 767px) {
     .navigation{
        display:none;
    }
    .menu-btn {
        display: block;
    }
    .menu-btn a {
        position: fixed;
        top: 60px;
        right: 15px;
        background-color: #ffffff;
        border: 1px solid #333;
        padding: 5px 10px;
        font-size: 12px;
        color: #333;
        transition: all 0.3s;
        z-index: 99;
    }
    .menu-btn a:hover {
        color: #5cbb58;
    }
    .main-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -220px;
        width: 220px;
        overflow-y: auto;
        transition: all 0.3s;
        z-index: 9999;
    }
    .main-menu.show-menu {
        left: 0;
    }

    /**/
    .main-menu .nav .subnav {
        list-style: none;
        padding-left: 0;
    }
    .main-menu .nav .subnav a {
        padding-left: 34px;
        display: block;
    }
    .main-menu .nav .subnav .subnav a {
        padding-left: 46px
    }
    /*mobile-nav*/
    .main-menu .nav .subnav {
        display: none;
    }
    .main-menu .nav .open-subnav.show-sub + .subnav {
        display: block;
    }

    /**/
    .header .brand-details .brand-logo {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    .header .brand-details .brand-name {
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .header .brand-details .contact-info {
        width: 280px;
        margin: 0 auto;
    }

    /**/
    .section2 .welcome-box {
        margin: 30px 0;
    }
    .section2 .tab-box {
        min-height: auto;
    }

    .section4 .serving-box ul li {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 10px auto;
    }


}