body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.navbar {
    overflow: hidden;
    background-color: #333;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.subnav {
    float: left;
    overflow: hidden;
}

    .subnav .subnavbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    /*.navbar a:hover, .subnav:hover .subnavbtn {
        background-color: red;
    }*/

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: red;
    width: 100%;
    z-index: 1;
}

    .subnav-content a {
        float: left;
        color: white;
        text-decoration: none;
    }

        .subnav-content a:hover {
            background-color: #eee;
            color: black;
        }

.subnav:hover .subnav-content {
    display: block;
}

/* Main menu wrapper */
.cbp-hsmenu-wrapper {
    position: relative;
}
    /* Common style for all lists */
    .cbp-hsmenu-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }
/* 100% width bar for menu */
.cbp-hsinner {
    position: relative;
    z-index: 100;
}
/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
    max-width: 1232px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.cbp-hsmenu > li {
    margin-left: 35px;
    display: inline-block;
}

    .cbp-hsmenu > li:first-child {
        margin-left: 0;
    }
    /* Main menu link style */
    .cbp-hsmenu > li > a {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
        color: #ffffff;
        line-height: 2em;
        display: inline-block;
        position: relative;
        z-index: 10000;
        outline: none;
        font-family: 'avenir-next-pro';
        border-bottom: 1px solid transparent;
    }
    .cbp-hsmenu > li.cbp-hsitem-open > a {
        border-color: #ae9a64;
    }

        .cbp-hsmenu > li > a.active {
            color: #d3a052;
        }

    .no-touch .cbp-hsmenu > li > a:hover, .no-touch .cbp-hsmenu > li > a:focus, .cbp-hsmenu > li.cbp-hsitem-open > a {
        color: #d3a052;
    }

        .cbp-hsmenu > li.cbp-hsitem-open > a:after, .cbp-hsmenu > li.cbp-hsitem-open > a:before {
            bottom: -2%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            display:none;
        }
/* Done Menu background space changes by suman on 20/06/2018 */

.cbp-hsmenubg, .cbp-hssubmenu {
    position: absolute;
    top: 100%;
    left: 0
}
/*.cbp-hsmenubg, .cbp-hssubmenu
{
    position: absolute;
    top: 48px;
    left: 0;
}
.sticky .cbp-hsmenubg, .sticky .cbp-hssubmenu
{
    top: 44px;
}*/
/*06June2018 RK*/
/*.sticky .cbp-hsmenu > li.cbp-hsitem-open > a::after, .sticky .cbp-hsmenu > li.cbp-hsitem-open > a::before
{
    bottom: 3px;
}*/
/*06June2018 RK*/

/* Done Menu background space changes by suman on 20/06/2018 */
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
    border-color: rgba(0, 0, 0, 0);
    /*border-bottom-color: #000000;*/
    border-bottom-color: #ae9a64;
    border-width: 8px;
    margin-left: -8px;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:before {
    border-color: rgba(112, 112, 112, 0);
    border-bottom-color: #707070;
    border-width: 8px;
    margin-left: -8px;
}

.cbp-hsmenu > li:nth-child(5).cbp-hsitem-open > a:after, .cbp-hsmenu > li:nth-child(6).cbp-hsitem-open > a:after, .cbp-hsmenu > li:nth-child(7).cbp-hsitem-open > a:after {
    border-width: 0;
}

/*.cbp-hsmenu > li:nth-child(5).cbp-hsitem-open > a:before,*/ .cbp-hsmenu > li:nth-child(6).cbp-hsitem-open > a:before, .cbp-hsmenu > li:nth-child(7).cbp-hsitem-open > a:before {
    border-width: 0px;
}

.cbp-hsmenu > li:nth-child(8).cbp-hsitem-open > a:after, .cbp-hsmenu > li:nth-child(8).cbp-hsitem-open > a:before {
    border-width: 0;
}


/* Submenu style */
.cbp-hssubmenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 0;
    text-align: center; /* for aligning the sub items */
    visibility: hidden;
}

    .cbp-hssubmenu:before, .cbp-hssubmenu:after {
        content: " ";
        display: table;
    }

    .cbp-hssubmenu:after {
        clear: both;
    }
    /* Let's allow 6 item in a row */
    .cbp-hssubmenu > li > ul {
        text-align: left !important;
    }

        .cbp-hssubmenu > li > ul > li {
            display: block;
            margin: 0px;
            padding-left: 270px; /* Added padding to show the categories consistent */
        }

            .cbp-hssubmenu > li > ul > li a {
                text-transform: uppercase;
                line-height: 14px;
                font-size: 12px;
                color: #000;
                float: none;
            }

    .cbp-hssubmenu > li {
        width: 40%;
        display: inline-block;
        vertical-align: top;
        opacity: 0;
        -webkit-transition: opacity 0.1s 0s;
        -moz-transition: opacity 0.1s 0s;
        transition: opacity 0.1s 0s;
        padding: 4em 2em;
        text-align: left;
    }

        .cbp-hssubmenu > li a {
            color: #d3a052;
            outline: none;
        }
        .cbp-hssubmenu > li > a span {
            font-family: futura-medium;
            font-weight:bold;
        }

.no-touch .cbp-hssubmenu > li a:hover, .no-touch .cbp-hssubmenu > li a:focus {
    color: #d3a052;
}

.cbp-hssubmenu > li img {
    border: none;
    outline: none;
    margin: 0;
    max-width: 100%;
    float: left;
    margin-right: 20px; /*changed by mn from 35px to 20px on 28/3/2017*/
}

.cbp-hssubmenu > li a span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    min-height: 1em;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
    z-index: 1000;
    visibility: visible;
    /*border-bottom: 1px solid #454545;*/
    border-top: 1px solid rgba(174, 154, 100, 0.2);
    min-height: 430px;
    background: #fff;
}

    .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
/* Helper div for animating the background */
.cbp-hsmenubg {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 9;
    height: 0px;
}

.no-touch .cbp-hsmenubg {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

@media only screen and (max-width: 1280px) {
    .cbp-hssubmenu > li { /*changed by suman on 21/03/2017*/
        width: 48%;
        padding: 4em 1%;
    }
}

@media only screen and (max-width: 1024px) {
    .cbp-hsmenu-wrapper {
        font-size: 80%;
    }
}

@media only screen and (max-width: 1023px) {
    .cbp-hsmenu-wrapper {
        font-size: 100%;
        margin-top: 60px;
        display: none;
    }

        .cbp-hsmenu-wrapper .cbp-hsmenu {
            max-width: none;
            width: 100%;
        }

    .cbp-hsmenu > li {
        border-top: 1px solid #3d3d3d;
        background: #000;
        margin: 0;
        display: block;
        text-align: left;
    }

        .cbp-hsmenu > li > a {
            line-height: 5em;
            padding: 0px 40px;
            display: block;
        }

            .cbp-hsmenu > li > a:not(:only-child):before {
                line-height: 1.8;
                right: 0;
                position: absolute;
                font-size: 200%;
            }

    .cbp-hsmenubg {
        display: none;
    }

    .cbp-hssubmenu {
        background: #1f1f1f;
        position: relative;
        overflow: hidden;
        height: 0;
    }

    .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
        height: auto;
        border-bottom: none;
        border-top: none;
    }
    /* Let's only allow 3 item in a row now */
    .cbp-hssubmenu > li {
        border-top: solid 1px #3d3d3d;
        padding: 0px 40px;
        display: block;
        margin: 0px;
        width: auto;
    }
        /*added for menu*/
        .cbp-hssubmenu > li div {
            display: none;
        }

        .cbp-hssubmenu > li a span {
            padding: 0px 20px;
            line-height: 5em;
            color: #fff;
        }

            .cbp-hssubmenu > li a span:after { /* Plus icon for mobile view for second level */
                display: inline-block;
                speak: none;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                font-size: 100%;
                line-height: 5em;
                -webkit-font-smoothing: antialiased;
                content: "\f067";
                color: #3d3d3d;
                position: absolute;
                right: 40px;
            }

        .cbp-hssubmenu > li > ul {
            display: none;
        }

            .cbp-hssubmenu > li > ul > li {
                border-top: solid 1px #3d3d3d;
                padding: 0px 40px;
            }

                .cbp-hssubmenu > li > ul > li a {
                    line-height: 5em;
                    font-size: 13px;
                    color: #999999;
                    padding: 0px;
                }

    .cbp-hsmenu > li.cbp-hsitem-open > a:after, .cbp-hsmenu > li.cbp-hsitem-open > a:before {
        bottom: inherit;
        left: inherit;
        right: 60px;
        top: 7px;
        border: none;
        content: "+";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        margin-left: 0px;
        display: none;
    }

    .cbp-hsmenu > li.cbp-hsitem-open > a:after {
        border-color: transparent;
        border-bottom-color: transparent;
        border-width: 0px;
        margin-left: 0px;
        display: none;
    }

    .cbp-hsmenu > li.cbp-hsitem-open > a:before {
        border-color: transparent;
        border-bottom-color: transparent;
        border-width: 0px;
        margin-left: 0px;
        display: none;
    }

    .cbp-hsmenu > li > a:not(:only-child):before {
        display: inline-block;
        speak: none;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 100%;
        line-height: 5em;
        -webkit-font-smoothing: antialiased;
        content: "\f067";
        right: 50px;
        color: #3d3d3d;
    }

    .cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
        content: "\f068";
        line-height: 4em;
    }
}
