#megamenu                       { list-style: none; margin: 35px 0 0 0; }
ul.megamenu a                   { text-decoration: none; font-family: 'Roboto Condensed', sans-serif; }
ul.megamenu, ul.megamenu li     { list-style-type:none; padding: 0; margin: 0; }
ul.megamenu > ul                { padding:0; margin:0; }
ul.megamenu > li > a            { font-family: 'Roboto Condensed', sans-serif; display: inline-block; float: left; padding: 0 10px 5px 10px; text-decoration: none; border-top: solid 5px transparent; color: #fff; font-weight: bold; text-transform: uppercase;}
ul.megamenu > li > a:hover      { background-color: #fff; color: #25274d;}
ul.megamenu li .sub             { position: absolute; box-shadow: 0px 3px 3px #999; height: 0; margin-top: 32px; left:-100px; overflow: hidden; padding: 0px; background-color: #fff; z-index: 9999;}
ul.megamenu .sub > .row         { margin: 0 auto; width: 100%; }
ul.megamenu .sub > .row > .row  { margin: 0 auto; width: 100%;}
ul.megamenu .sub > .row:after   { clear: none !important;}

/* --- Animation --- */
ul.megamenu .level0:hover > .sub        { height:auto; }

ul.megamenu .megamenusubcontent                     { z-index: 99999; padding: 5px 1% 15px 1%; width: 23%; float: left; }
ul.megamenu .subheader .MenuSubHeader               { font-weight: bold; font-size: 100%; padding: 10px 0; border-bottom: solid 1px #d8d8d8; margin-bottom: 10px; display: block; color: #25274d; }
ul.megamenu .subheader .MenuSubHeader:after         { content: '\f054'; padding-left:5px; font-size: 80%; font-family: FontAwesome; transition: 0.3s; position: relative; bottom: 1px;}
ul.megamenu .subheader:hover .MenuSubHeader:after   { padding-left: 10px; }
ul.megamenu .sublink                                {padding: 3px 0 !important; font-size: 14px;}

/* Sticky */
ul.megamenu .Sticky ul.megamenu > li > a            {color: #fff;}

@media only screen and (max-width:1200px) {
    ul.megamenu > li > a                { padding: 0 5px 5px 5px; position: relative; top: -3px;}
    ul.megamenu li .sub                 { margin-top: 31px;}
    ul.megamenu .sub > .row             { margin: 0 auto; width: 980px;}
}

