.open > .dropdown-menu-bar {
    position: absolute;
    display: block;
    width: 800px;
}

.dropdown-menu-bar > li > ul > li > a {
    font-size: 13px;
}

.dropdown-header {
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    color: black !important;
    white-space: nowrap;
    background: #ffe317 ;
    background: -moz-linear-gradient(top, #ffe317 0%, #f7dc16 100%);
    background: -webkit-linear-gradient(top, #ffe317 0%, #f7dc16 100%);
    background: linear-gradient(to bottom, #ffe317 0%, #f7dc16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe317', endColorstr='#f7dc16', GradientType=0); /* IE6-9 */
    text-align: center;
    margin-bottom: 10px;
    padding: 0 !important;
    font-size: 15px !important;
}

.dropdown-header:hover {
    background: #ffe317 !important;
    cursor: pointer;
}

.dropdown-menu-large > li > ul > li > a.btnMenu {
    display: block;
    font-size: 18px;
    color: white !important;
    white-space: nowrap;
    font-weight: normal;
    padding: 0px !important;
    font-size: 15px !important;
    height: 27px;
    width: 235px;
    line-height: 27px;
}

.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 13px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #f8dd16;
    /*background-color: #f5f5f5;*/
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header>a {
    height: 27px;
    width: 235px;
    line-height: 23px;
    color: black !important;
}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}