.tvtma-megamnu .nav,
.tvtma-megamnu .dropup,
.tvtma-megamnu .dropdown,
.tvtma-megamnu .collapse {
        position: static;
}
.navbar.tvtma-megamnu{margin-bottom: 0;}
.tvtma-megamnu .dropdown-menu {
.navbar .brand{padding: 3px 20px 3px;}
        left: auto;
        top: auto;
}
.tvtma-megamnu .dropdown-menu > li {
        display: block;
}
.tvtma-megamnu .nav.pull-right .dropdown-menu {
        right: 0;
}
.tvtma-megamnu .tvtma-megamnu-content {
        padding: 10px 10px 55px 10px;
        *zoom: 1;
}
.tvtma-megamnu .tvtma-megamnu-content:before,
.tvtma-megamnu .tvtma-megamnu-content:after {
        display: table;
        content: "";
        line-height: 0;
}
.tvtma-megamnu .tvtma-megamnu-content:after {
        clear: both;
}
.tvtma-megamnu.navbar .nav > li > .dropdown-menu:after,
.tvtma-megamnu.navbar .nav > li > .dropdown-menu:before {
        display: none;
}
.tvtma-megamnu .dropdown.tvtma-megamnu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
}
.tvtma-megamnu .nav-child a {
        display: block;
        padding: 5px 15px;
        clear: both;
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: normal;
}
.tvtma-megamnu-content .megacol-header, .tvtma-megamnu-content .megacol-header a{
    text-transform:uppercase;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.tvtma-megamnu-content li a:hover, .tvtma-megamnu-content li a:focus, .tvtma-megamnu-content:hover > a, .tvtma-megamnu-content:focus > a {
        text-decoration: none;
        color: #fff;
        background-color: #95519e;
}
.tvtma-megamnu-content .megacol-header a:hover{text-shadow: none; background-color:white; color:#121212;}

.tvtma-megamnu-content li a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #333;
        white-space: normal;
}
.tvtma-megamnu .dropdown-submenu>.dropdown-menu,
.tvtma-megamnu .dropdown-submenu>.nav-child.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
}

.tvtma-megamnu .nav-child {
        position: absolute;
        z-index: 1000;
        display: none;
        float: left;
        top: auto;
        min-width: 160px;
        padding: 5px 0;
        margin: 0 0 0;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.2);
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
}
.tvtma-megamnu .nav-child.pull-right {
        right: 0;
        left: auto;
}
.tvtma-megamnu .nav-child .divider {
        *width: 100%;
        height: 1px;
        margin: 8px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        border-bottom: 1px solid #fff;
}


.tvtma-megamnu .nav > li:hover > .nav-child,
.tvtma-megamnu .nav > li > a:focus + .nav-child {
        display: block;
}
.tvtma-megamnu .nav-child:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,0.2);
        content: '';
}
.tvtma-megamnu .nav-child:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
}
.tvtma-megamnu .nav-child li:not(.megacol-header) > a:hover,
.tvtma-megamnu .nav-child li:not(.megacol-header) > a:focus,
.tvtma-megamnu .nav-child:not(.megacol-header):hover > a {
        text-decoration: none;
        color: #fff;
        background-color: #95519e;
        background-color: #95519e;
        background-image: -moz-linear-gradient(top,#95519e,#95519e);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#95519e),to(#95519e));
        background-image: -webkit-linear-gradient(top,#95519e,#95519e);
        background-image: -o-linear-gradient(top,#95519e,#95519e);
        background-image: linear-gradient(to bottom,#95519e,#95519e);
        background-repeat: repeat-x;
}
.navbar-header{float: left;}
@media (max-width: 969px) {
        .tvtma-megamnu .dropdown.tvtma-megamnu-fullwidth .dropdown-menu {width: auto;}
        .tvtma-megamnu .tvtma-megamnu-content {padding-left: 0;padding-right: 0;}
        .tvtma-megamnu .dropdown-menu > li > ul {display: block;}
        .tvtma-megamnu .btn-navbar{margin-top:18px;}
}