/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/

/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/

.lgmenu .cl {
    clear: both;
}

.lgmenu img, object, embed, video {
    border: 0 none;
    max-width: 100%;
    max-height: 250px;
}

.lgmenu a:focus {
    outline: none !important;
}

.lgmenu:before, .lgmenu:after {
    content: "";
    display: table;
}

.lgmenu:after {
    clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.lgmobileheader {
    display: none;
}

.overlapblackbg {
    display: none;
}

.lgmenu, .lgmenu .primary-menu {
    font-family: var(--font_family_menu, "Helvetica, sans-serif");
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    background-color: #ffffff;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
}

.lgmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

    .lgmenu-list > li {
        text-align: center;
        display: table-cell;
        border-right: 1px solid rgba(0,0,0,0.10);
    }

    .lgmenu-list li:first-child a {
        -webkit-border-radius: 4px 0px 0px 0px;
        -moz-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

    .lgmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
        border-radius: 0px 4px 0px 0px;
        border-right: 0px solid;
    }

    .lgmenu-list > li > a .fa, .lgmenu-list > li > .primary-menu .fa {
        display: inline-block;
        font-size: 14px;
        line-height: inherit;
        margin-right: 0px;
    }

    .lgmenu-list li ul li a .fa.fa-angle-double-right {
        font-size: 12px;
        margin: 0 3px 0 -4px;
    }

    .lgmenu-list > li > .primary-menu, .lgmenu-list > li > a {
        display: block;
        background-color: #fff;
        color: #424242;
        padding: 10px 14px;
        position: relative;
        text-decoration: none;
        width: 100%;
        white-space: normal;
        font-size: 12px;
    }

    .lgmenu-list li a:hover .arrow:after, .lgmenu-list li .primary-menu:hover .arrow:after {
        border-top-color: #b3b3b3
    }

    .lgmenu-list li a.active .arrow:after, .lgmenu-list li .primary-menu.active .arrow:after {
        border-top-color: #b3b3b3
    }

    .lgmenu-list li:hover > a .arrow:after {
        border-top-color: #b3b3b3
    }

    .lgmenu-list li:hover .category-menu {
        opacity: 1;
    }

    .lgmenu-list .all-categories a {
        background-color: var(--color_general);
        color: #fff;
        border-radius: 0;
    }

.category-menu {
    width: 100%;
    left: 0px;
    position: absolute;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

    .category-menu .title {
        padding: 9px 5px 9px 0px;
        font-size: 17px;
        color: #424242;
        text-align: center;
        margin: 0px 0px 10px 0px;
    }

    .category-menu a:hover {
        text-decoration: none;
    }

.link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

    .link-list li a {
        line-height: 18px;
        border-right: none;
        text-align: left;
        padding: 6px 0px;
        background: #fff !important;
        background-image: none !important;
        color: #666666 !important;
        border-right: 0 none !important;
        display: block;
        border-right: 1px solid #e7e7e7;
        background-color: #fff;
        color: #424242;
    }

.link-list .fa {
    font-size: 11px;
}

.megacollink {
    width: 23%;
    float: left;
    margin: 0% 1%;
    padding: 0px;
}

    .megacollink li {
        display: block;
        text-align: center;
        white-space: nowrap;
        text-align: left;
    }

        .megacollink li a {
            line-height: 18px;
            border-right: none;
            text-align: left;
            padding: 8px 0px;
            background: #fff !important;
            background-image: none !important;
            color: #666666 !important;
            border-right: 0 none !important;
            display: block;
            border-right: 1px solid #e7e7e7;
            background-color: #fff;
            color: #424242;
        }

    .megacollink .fa {
        font-size: 11px;
    }

.megacolimage {
    width: 31.33%;
    float: left;
    margin: 0% 1%;
}

.typographydiv {
    width: 100%;
    margin: 0% 0%;
}

.typographylinks {
    width: 25%;
    float: left;
    margin: 0% 0%;
}

    .typographylinks ul {
        padding: 0px;
    }

.mainmapdiv {
    width: 100%;
    display: block;
    margin: 0% 0%;
}

.lgmenu-list .ad-style {
    width: 28%;
    float: right;
}

    .lgmenu-list .ad-style a {
        border: none !important;
        padding: 0px !important;
        margin: 0px !important;
        line-height: normal !important;
        background-image: none !important;
    }

.mobile-sub .category-menu .ad-style a:hover {
    background-color: transparent !important;
}

.mrgtop {
    margin-top: 15px;
}

.show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
}

.halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important;
}

    .halfmenu .megacollink {
        width: 48%;
        float: left;
        margin: 0% 1%;
    }

.halfdiv {
    width: 35%;
    right: 0px !important;
    left: auto;
}

.menu_form {
    width: 100%;
    display: block;
}

    .menu_form input[type="text"] {
        width: 100%;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000;
        font-size: 13px;
        padding: 8px 5px;
        margin-bottom: 8px;
    }

    .menu_form textarea {
        width: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        color: #000;
        font-size: 13px;
        padding: 8px 5px;
        margin-bottom: 8px;
        min-height: 122px;
    }

    .menu_form input[type="submit"] {
        width: 25%;
        display: block;
        height: 28px;
        float: right;
        border: solid 1px #ccc;
        margin-right: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .menu_form input[type="button"] {
        width: 25%;
        display: block;
        height: 28px;
        float: right;
        border: solid 1px #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.category-menu .left.carousel-control {
    padding-top: 20%;
}

.category-menu .right.carousel-control {
    padding-top: 20%;
}

.carousel-inner .item img {
    width: 100%;
}

.category-menu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}

.lgmenu-list li > .lgmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.lgmenu-list li:hover > .lgmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.lgmenu-submenu li > .lgmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.lgmenu-submenu li:hover > .lgmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.lgmenu-submenu-sub li > .lgmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.lgmenu-submenu-sub li:hover > .lgmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.lgmenu-list li > .category-menu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

/*.lgmenu-list li > .category-menu.show {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}*/

.lgmenu-list li:hover > .category-menu.display-menu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}


.lgmenu-submenu {
    position: absolute;
    top: 48px;
    z-index: 1000;
    margin: 0px;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

    .lgmenu-submenu li a {
        background: #fff !important;
        background-image: none !important;
        color: #666666 !important;
        border-right: 0 none !important;
        text-align: left;
        display: block;
        line-height: 22px;
        padding: 6px 12px;
        text-transform: none;
        font-size: 13px;
        letter-spacing: normal;
        border-right: 0px solid;
    }

    .lgmenu-submenu li {
        position: relative;
        margin: 0px;
        padding: 0px;
    }

.lgmenuexpandermain {
    display: none;
}

.lgmenu-list li:hover .lgmenu-submenu {
    display: block;
}

.lgmenu-list .lgmenu-submenu .lgmenu-submenu-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.lgmenu-list .lgmenu-submenu li:hover .lgmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.lgmenu-list .lgmenu-submenu li:hover .lgmenu-submenu-sub {
    display: block;
}

.lgmenu-list .lgmenu-submenu .lgmenu-submenu-sub .lgmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.lgmenu-list .lgmenu-submenu .lgmenu-submenu-sub li:hover .lgmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.lgmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}

.lgmenu-click {
    display: none;
}

.lgmenu-click02 {
    display: none;
}

.lgmenu-list li:not(:first-child):hover > .primary-menu, .lgmenu-list > li:not(:first-child) > .primary-menu:hover, .lgmenu-list > li:not(:first-child) > .primary-menu.active {
    background-color: rgba(0,0,0,0.08) !important;
    text-decoration: none;
}

.lgmenu-list li:first-child:hover > a, .lgmenu-list > li:first-child > a:hover, .lgmenu-list > li:first-child > a.active {
    background-color: rgba(0,0,0,0.5) !important;
}

.lgmenu-submenu > li > a:hover {
    background-color: rgba(0,0,0,0.08) !important;
    border-radius: 0px !important;
    text-decoration: none;
    text-decoration: none;
}

.typography-text {
    padding: 0px 0px;
    font-size: 14px;
}

    .typography-text ul {
        padding: 0px 0px;
        margin: 0px;
    }

    .typography-text p {
        text-align: justify;
        line-height: 24px;
        color: #656565;
    }

    .typography-text ul li {
        display: block;
        padding: 2px 0px;
        line-height: 22px;
    }

        .typography-text ul li a {
            color: #656565;
        }

.hometext {
    display: none;
}

.lgmenu-submenu .fa {
    margin-right: 7px;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/

@media only screen and (min-width:919px) and (max-width:1023px) {
    .lgmenu-list > li > a > .fa, .lgmenu-list > li > .primary-menu > .fa {
        display: none !important;
    }

    .hometext {
        display: block !important;
    }

    .lgmenu {
        font-size: 13px !important;
    }

    .lgmenu-list li .primary-menu, .lgmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .megacollink {
        width: 48%;
        margin: 1% 1%;
    }

    .typographylinks {
        width: 48%;
        margin: 1% 1%;
    }
}

@media only screen and (min-width: 781px) and (max-width:1200px) {
    .lgmenu-list li a .arrow:after, .lgmenu-list li .primary-menu .arrow:after {
        display: none !important;
    }
}

@media only screen and (min-width: 919px) {
    .lgmenu-list li:hover > .lgmenu-submenu {
        display: block !important;
    }

    .lgmenu-submenu li:hover > .lgmenu-submenu-sub {
        display: block !important;
    }

    .lgmenu-submenu-sub li:hover > .lgmenu-submenu-sub-sub {
        display: block !important;
    }

    .lgmenu-list li:hover > .category-menu {
        display: block !important;
    }
}



/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/

@media only screen and (max-width: 919px) {
    .wsoffcanvasopener .lgmenu {
        left: 0px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .lgmenucontainer.wsoffcanvasopener {
        display: block;
        margin-left: 240px;
    }

    .lgmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .lgmenu-list > li:hover > a, .lgmenu-list > li:hover > .primary-menu {
        background-color: rgba(0,0,0,0.08) !important;
        text-decoration: none;
    }

    .hometext {
        display: inline-block !important;
    }

    .megacollink {
        width: 96% !important;
        margin: 0% 2% !important;
    }

    .megacolimage {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .typographylinks {
        width: 98% !important;
        margin: 0% 1% !important;
    }

    .typographydiv {
        width: 86% !important;
        margin: 0% 7% !important;
    }

    .mainmapdiv {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .wsoffcanvasopener .overlapblackbg {
        display: block !important;
    }

    .lgmenu-submenu > li:hover > a {
        background-color: #7b7b7b;
        color: #666666;
    }

    .lgmenu > .lgmenu-list > li > a.active, .lgmenu > .lgmenu-list > li > .primary-menu.active {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .lgmenu > .lgmenu-list > li > a:hover, .lgmenu > .lgmenu-list > li > .primary-menu:hover {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .lgmenu-list li:hover .lgmenu-submenu {
        display: none;
    }

        .lgmenu-list li:hover .lgmenu-submenu .lgmenu-submenu-sub {
            display: none;
        }

    .lgmenu-list .lgmenu-submenu .lgmenu-submenu-sub li:hover .lgmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: solid 1px #eeeeee;
        background-color: #fff;
    }

    .lgmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .lgmenu-list li:last-child .primary-menu {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }

    .innerpnd {
        padding: 0px !important;
    }

    .typography-text {
        padding: 10px 0px;
    }

    .lgmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .lgmenu-click {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

        .lgmenu-click i {
            display: block;
            height: 23px;
            width: 25px;
            margin-top: 11px;
            margin-right: 8px;
            background-size: 25px;
            font-size: 21px;
            color: rgba(0,0,0,0.25);
            float: right;
        }

    .lgmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

        .lgmenu-click02 i {
            display: block;
            height: 23px;
            width: 25px;
            margin-top: 11px;
            margin-right: 8px;
            background-size: 25px;
            font-size: 21px;
            color: rgba(0,0,0,0.25);
            float: right;
        }

    .ws-activearrow > i {
        transform: rotate(180deg);
    }

    .lgmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .lgmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .lgmenu-submenu-sub li {
            margin: 0px 0px 0px 0px !important;
            padding: 0px;
            position: relative;
        }

        .lgmenu-submenu-sub a {
            display: block;
            padding: 10px 25px 10px 25px;
            border-bottom: solid 1px #ccc;
            font-weight: normal;
        }

        .lgmenu-submenu-sub li a.active {
            color: #000 !important;
        }

        .lgmenu-submenu-sub li:hover > a {
            background-color: #333333 !important;
            color: #fff;
        }

    .lgmenu-list > li > a .fa, .lgmenu-list > li > .primary-menu .fa {
        margin-right: 6px;
    }

    .lgmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .lgmenu-submenu-sub-sub li {
            margin: 0px 0px 0px 0px !important;
        }

        .lgmenu-submenu-sub-sub a {
            display: block;
            color: #000;
            padding: 10px 25px;
            background: #000 !important;
            border-bottom: solid 1px #ccc;
            font-weight: normal;
        }

        .lgmenu-submenu-sub-sub li a.active {
            color: #000 !important;
        }

        .lgmenu-submenu-sub-sub li:hover > a {
            background-color: #606060 !important;
            color: #fff;
        }

    .lgmenu {
        position: relative;
    }

        .lgmenu .lgmenu-list {
            height: 100%;
            overflow-y: auto;
            display: block !important;
            background: #fff;
        }

            .lgmenu .lgmenu-list > li {
                width: 100%;
                display: block;
                float: none;
                border-right: none;
                background-color: transparent;
                position: relative;
                white-space: inherit;
                padding: 0;
            }

        .lgmenu > .lgmenu-list > li > a, .lgmenu > .lgmenu-list > li > .primary-menu {
            padding: 9px 32px 9px 17px;
            font-size: 14px;
            text-align: left;
            border-right: solid 0px;
            background-color: transparent;
            color: #666666;
            line-height: 25px;
            border-bottom: 1px solid;
            border-bottom-color: rgba(0,0,0,0.13);
            position: static;
            white-space: normal;
        }

            .lgmenu > .lgmenu-list > li > a > .fa, .lgmenu > .lgmenu-list > li > .primary-menu > .fa {
                font-size: 16px;
                color: #bfbfbf;
            }

        .lgmenu .lgmenu-list li a .arrow:after, .lgmenu .lgmenu-list li .primary-menu .arrow:after {
            display: none !important;
        }

        .lgmenu .lgmenu-list li ul li a .fa.fa-caret-right {
            font-size: 12px !important;
            color: #8E8E8E;
        }

    .mobile-sub .lgmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #fff;
        border: solid 1px #ccc;
        padding: 0px;
        visibility: visible !important;
    }

        .mobile-sub .lgmenu-submenu li a {
            line-height: 20px;
            height: 36px;
            background-color: #e7e7e7 !important;
            font-size: 13px !important;
            padding: 8px 0px 8px 18px;
            color: #8E8E8E;
        }

            .mobile-sub .lgmenu-submenu li a:hover {
                background-color: #e7e7e7 !important;
                color: #666666;
                text-decoration: underline;
            }

        .mobile-sub .lgmenu-submenu li:hover > a {
            background-color: #e7e7e7 !important;
            color: #666666;
        }

        .mobile-sub .lgmenu-submenu li .lgmenu-submenu-sub li a {
            line-height: 20px;
            height: 36px;
            background-color: #e7e7e7 !important;
            border-bottom: none;
            padding-left: 28px;
        }

        .mobile-sub .lgmenu-submenu li .lgmenu-submenu-sub li .lgmenu-submenu-sub-sub li a {
            line-height: 20px;
            height: 36px;
            background-color: #e7e7e7 !important;
            border-bottom: none !important;
            padding-left: 38px;
            color: #8e8e8e;
        }

    .lgmenu-list .category-menu {
        background-color: #e7e7e7;
        color: #666666;
        display: none;
        position: relative !important;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .lgmenu-list li:hover .category-menu {
        display: none;
        position: relative !important;
        top: 0px;
    }

    .category-menu .title {
        color: #666666;
        font-size: 15px !important;
        padding: 10px 8px 10px 0px;
        margin-left: 10px;
        margin-bottom: 0;
        text-align: left;
    }

    .halfdiv .title {
        padding-left: 15px;
    }

    .ad-style {
        width: 100% !important;
    }

    .halfdiv {
        width: 100%;
        display: block;
    }

    .halfmenu {
        width: 100%;
        display: block;
    }

    .menu_form {
        padding: 10px 10px 63px 10px;
        background-color: #e7e7e7;
    }

        .menu_form input[type="button"] {
            width: 46%;
        }

        .menu_form input[type="submit"] {
            width: 46%;
        }

        .menu_form textarea {
            min-height: 100px;
        }

    .lgmenu {
        width: 77%;
        left: -77%;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }

    .animated-arrow-mh {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 104;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .callusicon {
        color: #c9c9c9;
        font-size: 25px;
        height: 25px;
        position: fixed;
        right: 15px;
        top: 13px;
        transition: all 0.4s ease-in-out 0s;
        width: 25px;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .callusicon:focus, callusicon:hover {
            color: #fff !important;
        }

    .wsoffcanvasopener .callusicon {
        display: none !important;
    }

    .smallogo {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 52px;
        background: #262626;
        background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
        background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }

    .wsoffcanvasopener .animated-arrow-mh {
        left: 240px;
    }

    .animated-arrow-mh {
        cursor: pointer;
        padding: 13px 35px 16px 0px;
        margin: 10px 0 0 15px;
    }

        .animated-arrow-mh span, .animated-arrow-mh span:before, .animated-arrow-mh span:after {
            cursor: pointer;
            height: 3px;
            width: 23px;
            background: #c9c9c9;
            position: absolute;
            display: block;
            content: '';
        }

            .animated-arrow-mh span:before {
                top: -7px;
            }

            .animated-arrow-mh span:after {
                bottom: -7px;
            }

            .animated-arrow-mh span, .animated-arrow-mh span:before, .animated-arrow-mh span:after {
                transition: all 500ms ease-in-out;
            }

    .wsoffcanvasopener .animated-arrow-mh span {
        background-color: transparent;
    }

        .wsoffcanvasopener .animated-arrow-mh span:before, .animated-arrow-mh.active span:after {
            top: 7px;
        }

        .wsoffcanvasopener .animated-arrow-mh span:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: 0px;
        }

        .wsoffcanvasopener .animated-arrow-mh span:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    .lgmenu-list li > .lgmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .lgmenu-list li:hover > .lgmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .lgmenu-submenu li > .lgmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .lgmenu-submenu li:hover > .lgmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .lgmenu-submenu-sub li > .lgmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .lgmenu-submenu-sub li:hover > .lgmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .lgmenu-list li > .category-menu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .lgmenu-list li:hover > .category-menu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .display-none-mobile {
        display: none;
    }
}

/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/

.gry {
    background: #424242;
    color: #fff;
}

.orange {
    background: #ff670f;
    color: #fff;
}

.blue {
    background: #4A89DC;
    color: #fff;
}

.green {
    background: #74a52e;
    color: #fff;
}

.red {
    background: #DA4B38;
    color: #fff;
}

.yellow {
    background: #F6BB42;
    color: #fff;
}

.purple {
    background: #967ADC;
    color: #fff;
}

.pink {
    background: #ee1289;
    color: #fff;
}

.chocolate {
    background: #934915;
    color: #fff;
}

.gry > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.gry > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .gry > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.gry > .lgmenu-list > li:hover > a {
    background: #424242 !important;
    color: #fff !important;
}

.gry > .lgmenu-list > li > a:hover {
    background: #424242 !important;
    color: #fff !important;
}

.gry > .lgmenu-list > li > a.active {
    background: #424242 !important;
    color: #fff !important;
}

.gry > .lgmenu-submenu > li > a:hover {
    background: #424242;
    border-radius: 0px !important;
    color: #fff;
}

.gry .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.gry .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.gry .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.orange > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.orange > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .orange > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.orange > .lgmenu-list > li:hover > a {
    background: #ff670f !important;
    color: #fff !important;
}

.orange > .lgmenu-list > li > a:hover {
    background: #ff670f !important;
    color: #fff !important;
}

.orange > .lgmenu-list > li > a.active {
    background: #ff670f !important;
    color: #fff !important;
}

.orange > .lgmenu-submenu > li > a:hover {
    background: #ff670f;
    border-radius: 0px !important;
    color: #fff;
}

.orange .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.orange .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.orange .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.blue > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.blue > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .blue > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.blue > .lgmenu-list > li:hover > a {
    background: #4A89DC !important;
    color: #fff !important;
}

.blue > .lgmenu-list > li > a:hover {
    background: #4A89DC !important;
    color: #fff !important;
}

.blue > .lgmenu-list > li > a.active {
    background: #4A89DC !important;
    color: #fff !important;
}

.blue > .lgmenu-submenu li > a:hover {
    background: #4A89DC !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.blue .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.blue .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.blue .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.green > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.green > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .green > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.green > .lgmenu-list > li:hover > a {
    background: #74a52e !important;
    color: #fff !important;
}

.green > .lgmenu-list > li > a:hover {
    background: #74a52e !important;
    color: #fff !important;
}

.green > .lgmenu-list > li > a.active {
    background: #74a52e !important;
    color: #fff !important;
}

.green > .lgmenu-submenu > li > a:hover {
    background: #74a52e !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.green .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.green .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.green .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.red > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.red > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .red > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.red > .lgmenu-list > li:hover > a {
    background: #DA4B38 !important;
    color: #fff !important;
}

.red > .lgmenu-list > li > a:hover {
    background: #DA4B38 !important;
    color: #fff !important;
}

.red > .lgmenu-list > li > a.active {
    background: #DA4B38 !important;
    color: #fff !important;
}

.red > .lgmenu-submenu > li > a:hover {
    background: #DA4B38 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.red .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.red .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.red .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.yellow > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.yellow > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .yellow > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.yellow > .lgmenu-list > li:hover > a {
    background: #F6BB42 !important;
    color: #fff !important;
}

.yellow > .lgmenu-list > li > a:hover {
    background: #F6BB42 !important;
    color: #fff !important;
}

.yellow > .lgmenu-list > li > a.active {
    background: #F6BB42 !important;
    color: #fff !important;
}

.yellow > .lgmenu-submenu > li > a:hover {
    background: #F6BB42 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.yellow .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.yellow .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.yellow .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.yellow > .lgmenu-list li a .fa {
    color: #424242 !important;
}

.purple > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.purple > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .purple > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.purple > .lgmenu-list > li:hover > a {
    background: #967ADC !important;
    color: #fff !important;
}

.purple > .lgmenu-list > li > a:hover {
    background: #967ADC !important;
    color: #fff !important;
}

.purple > .lgmenu-list > li > a.active {
    background: #967ADC !important;
    color: #fff !important;
}

.purple > .lgmenu-submenu > li > a:hover {
    background: #967ADC !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.purple .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.purple .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.purple .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.pink > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.pink > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .pink > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.pink > .lgmenu-list > li:hover > a {
    background: #ee1289 !important;
    color: #fff !important;
}

.pink > .lgmenu-list > li > a:hover {
    background: #ee1289 !important;
    color: #fff !important;
}

.pink > .lgmenu-list > li > a.active {
    background: #ee1289 !important;
    color: #fff !important;
}

.pink > .lgmenu-submenu > li > a:hover {
    background: #ee1289 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.pink .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.pink .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.pink .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.chocolate > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.chocolate > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .chocolate > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.chocolate > .lgmenu-list > li:hover > a {
    background: #934915 !important;
    color: #fff !important;
}

.chocolate > .lgmenu-list > li a:hover {
    background: #934915 !important;
    color: #fff !important;
}

.chocolate > .lgmenu-list > li a.active {
    background: #934915 !important;
    color: #fff !important;
}

.chocolate > .lgmenu-submenu > li a:hover {
    background: #934915 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.chocolate .lgmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.chocolate .lgmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.chocolate .lgmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.tranbg {
    background-color: transparent !important;
}

.whitebg {
    background-color: #fff !important;
}

    .whitebg:hover {
        color: #000 !important;
    }

.blue-grdt {
    background: #5999ee;
    background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
    background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
    color: #fff;
}

.gry-grdt {
    background: #565656;
    background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
    background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
    background: -o-linear-gradient(top, #565656 0%, #424242 100%);
    background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
    color: #fff;
}

.green-grdt {
    background: #86ba3d;
    background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
    background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
    color: #fff;
}

.red-grdt {
    background: #f05c48;
    background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
    background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0 );
    color: #fff;
}

.orange-grdt {
    background: #fc7d33;
    background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
    background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
    color: #fff;
}

.yellow-grdt {
    background: #ffcd67;
    background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
    background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
    color: #fff;
}

.purple-grdt {
    background: #a98ded;
    background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
    background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
    color: #fff;
}

.pink-grdt {
    background: #fb3ea4;
    background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
    background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
    color: #fff;
}

.tranbg > .lgmenu-list > li > a {
    color: #e5e5e5;
    border-right: none;
    background-color: transparent;
}

    .tranbg > .lgmenu-list > li > a:hover {
        background-color: transparent !important;
    }

.tranbg > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .tranbg > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.whitebg > .lgmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.whitebg > .lgmenu-list > li > a {
    background-color: #fff !important;
}

    .whitebg > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.red-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.red-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .red-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.gry-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.gry-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .gry-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.blue-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.blue-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .blue-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.green-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.green-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .green-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.orange-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.orange-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .orange-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.yellow-grdt > .lgmenu-list > li > a {
    color: #424242 !important;
}

.yellow-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .yellow-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #424242 !important;
    }

.yellow-grdt > .lgmenu-list li a .fa {
    color: #424242 !important;
}

.purple-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.purple-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .purple-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.pink-grdt > .lgmenu-list > li > a {
    color: #fff !important;
}

.pink-grdt > .lgmenu-list > li > a {
    background-color: transparent !important;
}

    .pink-grdt > .lgmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

@media only screen and (max-width: 919px) {
    .red-grdt > .lgmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .blue-grdt > .lgmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .orange-grdt > .lgmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .green-grdt > .lgmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .purple-grdt > .lgmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .pink-grdt > .lgmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .gry > .lgmenu-submenu > li:hover > a {
        background-color: #424242 !important;
        color: #fff;
    }

    .gry > .lgmenu .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #424242;
    }

    .gry > .lgmenu .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #424242;
    }

    .orange > .lgmenu-submenu > li:hover > a {
        background-color: #ff670f !important;
        color: #fff;
    }

    .orange > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #ff670f;
    }

    .orange > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #ff670f;
    }

    .blue > .lgmenu-submenu > li:hover > a {
        background-color: #4A89DC !important;
        color: #fff;
    }

    .blue > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #4A89DC;
    }

    .blue > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #4A89DC;
    }

    .green > .lgmenu-submenu > li:hover > a {
        background-color: #74a52e !important;
        color: #fff;
    }

    .green > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #74a52e;
    }

    .green > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #74a52e;
    }

    .red > .lgmenu-submenu > li:hover > a {
        background-color: #DA4B38 !important;
        color: #fff;
    }

    .red > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #DA4B38;
    }

    .red > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #DA4B38;
    }

    .yellow > .lgmenu-submenu > li:hover > a {
        background-color: #F6BB42 !important;
        color: #fff;
    }

    .yellow > .lgmenu .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #F6BB42;
    }

    .yellow > .lgmenu .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #F6BB42;
    }

    .purple > .lgmenu-submenu > li:hover > a {
        background-color: #967ADC !important;
        color: #fff;
    }

    .purple > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #967ADC;
    }

    .purple > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #967ADC;
    }

    .pink > .lgmenu-submenu > li:hover > a {
        background-color: #ee1289 !important;
        color: #fff;
    }

    .pink > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #ee1289;
    }

    .pink > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #ee1289;
    }

    .chocolate > .lgmenu-submenu > li:hover > a {
        background-color: #934915 !important;
        color: #fff;
    }

    .chocolate > .lgmenu > .lgmenu-list > li > a.active {
        color: #fff;
        background-color: #934915;
    }

    .chocolate > .lgmenu > .lgmenu-list > li > a:hover {
        color: #fff;
        background-color: #934915;
    }

    .tranbg {
        background-color: #fff !important;
    }

        .tranbg > .lgmenu-list > li > a {
            color: #000 !important;
        }
}
