/* Top Menu */

.navbar-default .navbar-nav > li > a {
    font-weight:bold
}

.mega-menu {
padding: 10px 0px ! important;
width:760px;
border-radius: 0;
margin-top: 0px;
}

.mega-menu li {
display: inline-block;
float: left;
padding: 3px 0px;
}

.mega-menu li a{
font-size:13px;
font-weight:bold
}
.mega-menu li a:hover{
text-decoration:none;
color:#ff6600
}

.mega-menu li.mega-menu-column {
margin-right: 10px;
width: 240px;
}

.mega-menu .nav-header {
padding: 0 !important;
margin-bottom: 10px;
display: inline-block;
width: 100%;
color: #428bca;
font-size: 14px;
font-weight: bold;
border-bottom:1px dashed #ddd
}

.menu-icon{
color:#ff6600;
font-size: 22px;
}

.menu-sub-txt {
display: block;
font-size: 12px;
margin-top: 5px;
color:#000;
font-weight:normal;
text-decoration:none
}

.btn-menu {
    background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 15px 0;
    padding: 11px 20px 13px;
    text-shadow: none;
    text-transform: uppercase;
}