.menu-collapser {
    position: relative;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button {
    position: relative;
    margin: -12px 0 20px 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px 0 5px 0;
    background: #00c4fc;
}
#mega-menu-holder {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mega-menu-holder:before, #mega-menu-holder:after {
    content: '';
    display: table;
}
#mega-menu-holder:after {
    clear: both;
}
#mega-menu-holder.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#mega-menu-holder.collapsed li>ul {
    position: static;
    display: none;
}
#mega-menu-holder.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#mega-menu-holder li .sub-toggle {
    font-family: 'font-awesome';
    display:block;
    position: absolute;
    right: 9px;
    top: 13%;
    color: #323232;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mega-menu-holder li {
    position: relative;
    float: left;
    display: inline-block;
}
#mega-menu-holder>ul> li> a {
    margin:0;
    padding: 10px 20px 45px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #282828;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#mega-menu-holder li ul {
    margin: 0;
    list-style-type: none;
}
#mega-menu-holder li>ul.dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 220px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
#mega-menu-holder li>ul.dropdown>li>ul.dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    min-width: 220px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
#mega-menu-holder li>ul.dropdown li {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    width: 100%;
}
#mega-menu-holder li>ul.dropdown li:last-child {border: none;}
#mega-menu-holder li>ul>li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}
#mega-menu-holder ul.dropdown li a {
    width: 100%;
    background: none;
    line-height: 48px;
    padding: 0 10px 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    clear: both;
    position: relative;
    outline: 0;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#mega-menu-holder ul.dropdown li a:hover {color: #fff;}
#mega-menu-holder>li {
    border-left: 1px solid #999;
}
#mega-menu-holder>li:first-child, #mega-menu-holder>li.has-submenu+li {
    border-left: 0;
}
#mega-menu-holder li>ul.dropdown>li ul.dropdown li{border-bottom:none; border-top:1px solid rgba(0, 0, 0, 0.05); }
#mega-menu-holder li>ul.dropdown>li ul.dropdown li a{padding-left:32px;}
#mega-menu-holder li>ul.dropdown>li ul.dropdown li a i{display:none;}
@media (max-width: 991px) {
    #mega-menu-holder {
        max-height: 300px;
        overflow-y:auto;
    }
    #mega-menu-holder li>ul.dropdown li:last-child {border-bottom: 1px solid rgba(0,0,0,0.05);}
    .theme-menu-two.transparent-menu #mega-menu-holder {background: #282828;}
    #mega-menu-holder>ul> li> a {
        width: 100%;
        padding: 0;
        display: block;
        border-bottom: solid 1px #f0f0f0;
        margin: 0;
        font-size: 14px;
    }
    #mega-menu-holder>ul> li:first-child> a {border-top: 1px solid #f0f0f0;}
    #mega-menu-holder li .sub-toggle {
        border-left: solid 1px #f0f0f0;
        width: 60px;
        line-height: 48px;
        right: 0;
        top:0;
    }
    #mega-menu-holder li>ul.dropdown {
        position: static;
        width: 100%;
    }
	#mega-menu-holder li>ul.dropdown>li>ul.dropdown {
        position: static;
        width: 100%;
    }
}
/*(max-width: 991px)*/