.tvtma-megamnu .nav,
.tvtma-megamnu .collapse,
.tvtma-megamnu .dropup,
.tvtma-megamnu .dropdown {
        position: static;
}
.tvtma-megamnu .container {
        position: relative;
}
.tvtma-megamnu .dropdown-menu {
        left: auto;
}
.tvtma-megamnu .nav.navbar-right .dropdown-menu {
        right: 0;
        left: auto;
}
.tvtma-megamnu .tvtma-megamnu-content {
        padding: 10px 10px;
}
.tvtma-megamnu .dropdown.tvtma-megamnu-content .dropdown-menu {
        left: 0;
        right: 0;
}
.tvtma-megamnu-content .nav > li {
        position: relative;
}
.tvtma-megamnu-content .megacol-header,
.tvtma-megamnu-content .divider.megacol-header,
.tvtma-megamnu-content .megacol-header a{background-color: #e5e5e5;text-transform:uppercase;font-size: 11px;font-weight: bold;color: #999;text-shadow: 0 1px 0 rgba(255,255,255,0.5);}
.tvtma-megamnu-content .megacol-header .nav-header{padding: 5px 20px;display: block;}
.tvtma-megamnu-content .megacol-header a:hover{text-shadow: none;}
.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: #0081c2;
        background-image: -moz-linear-gradient(top,#08c,#0077b3);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
        background-image: -webkit-linear-gradient(top,#08c,#0077b3);
        background-image: -o-linear-gradient(top,#08c,#0077b3);
        background-image: linear-gradient(to bottom,#08c,#0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

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

.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-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -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;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
}
.tvtma-megamnu-content .divider{
        margin: 9px 0 9px 20px;
}
.tvtma-megamnu-content .divider.megacol-header{
        overflow: visible;
        margin: 0;
        height: 24px;
        padding: 4px 0 0 20px;
}
.tvtma-megamnu .nav-child a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        color: #333;
        white-space: nowrap;
}

.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 > a:hover,
.tvtma-megamnu .nav-child li > a:focus,
.tvtma-megamnu .nav-child:hover > a {
        text-decoration: none;
        color: #fff;
        background-color: #08c;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top,#08c,#0077b3);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
        background-image: -webkit-linear-gradient(top,#08c,#0077b3);
        background-image: -o-linear-gradient(top,#08c,#0077b3);
        background-image: linear-gradient(to bottom,#08c,#0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

@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;}
        .tvtma-megamnu ul.dropdown-menu .row{margin-left: 0;margin-right: 0;}
}