.mega-menu, .mega-menu *, .mega-menu-sticky, .mega-menu-sticky * {
   margin:0;
   padding:0;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   white-space:nowrap
}

.mega-menu, .mega-menu-sticky {
   background-color:#efefef;
   height:100%;
   font-size:16px !important;
}

.mega-menu, .mega-menu ul, .mega-menu-sticky {
   list-style:none;
}

.mega-menu > li, .mega-menu-sticky > li {
   float:left;
   height: 100%;
   -webkit-transition: background-color .3s ease-out;
   -moz-transition: background-color .3s ease-out;
   -o-transition: background-color .3s ease-out;
   transition: background-color .3s ease-out;
}

.mega-menu > li:hover, .mega-menu-sticky > li:hover {
   background-color:#999
}

.mega-menu > li > a, .mega-menu-sticky > li > a {
   text-decoration:none;
   display: block;
   height:100%;
   padding:0.8em 1em
}

.mega-menu > li:hover a, .mega-menu-sticky > li:hover a {
   color:#FFF
}

.mega-menu > li:hover .children a {
   color:#FFF
}

.mega-menu > li .children ul a {
   display:block;
   padding:1em 40px 1em .3em
}

.has-children {
   position:relative
}

.children {
   visibility: hidden;
   width:1000px;
   background-color:#BEBDBE;
   color:#FFF;
   -moz-box-shadow: 2px 2px 5px #888;
   -webkit-box-shadow: 2px 2px 5px #888;
   box-shadow: 2px 2px 5px #888;
}

.children.lonely {
   min-width:250px;
   width:auto;
}

.has-children .children {
   display:table;
   table-layout:fixed
}

.child {
   min-width:250px;
   display:table-cell;
   vertical-align:top;
   padding:1em
}

.child.feature {
   width:250px;
   background-color:#FFF;
}

.child.feature * {
   max-width: 100%;
   height:auto;
}

.lonely .child {
   padding: 0;
}

.child li:hover {
   background-color:#979797;
}

.child .glyphicons {
   float:right;
}

.child li span i:before  {
   color:#FFF !important
}

.child li a {
   position:relative;
}

.child li a span {
   position:absolute;
   right: 0;
}

.child li:hover a,
.child li:hover span i:before {
   color: #6EE63C !important
}

.inner-borders li {
   border-top:2px solid #979797;
   padding: 0 1em;
}

.inner-borders li:first-child {
   border-top:0
}

.outer-borders {
   margin-top:1em
}

.outer-borders li {
   border-bottom:2px solid #979797;
}

.outer-borders li:first-child {
   border-top:2px solid #979797
}

.mega-menu a.active {
   color: #979797;
}

.mega-menu li.activate, 
.mega-menu-sticky li.activate {
   background-color:#6F6F6F;
}

.transp-placement.fixed-sticky-buttons {
   margin-top:0;
   position: fixed;
   width: 100%;
   z-index: 1000;  
}

/********************************
 * Help top menu
 ********************************/
.sv-help-top-menu {
    margin: 0;
    padding: 0;
}

.sv-help-top-menu li {
    float: left;
    display: block;
}

.sv-help-top-menu a {
    display: inline-block;
    padding: 0.8em 1em;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.sv-help-top-menu a:hover {
    background-color: #407610;
}

