#extended_sidebar{
    overflow: auto;
    position: fixed;
    z-index: 999999;
    top: 0;
    
    height: 100%;
    background: rgba(0,0,0,1);
    padding: 50px;
    width: 300px !important;
     -webkit-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    display: none;
}
#main-header
{
        -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out !important;
    -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out !important;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out !important;
}
#page-container
{
-webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
    -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out;
}
#left-area
{
    /*width: 100% !important;*/
}
#main-content .container:before
{
    width: 0px !important;
}
#extended_sidebar .et_pb_widget
{
    margin-bottom: 0 !important;
    margin-top: 13px !important;
}
div#extended_sidebar div ul {
    margin-left : 10px;
}
div#extended_sidebar div ul li {
list-style: none;
}

div#extended_sidebar div ul li a {
    color : #949494;
    font-size: 12px;
}
div#extended_sidebar div ul li a:hover
{
    color: #FFF;
}
div#extended_sidebar div h4 {
    color: #FFF;
    font-size: 14px;
}


div#extended_sidebar div h4:hover {
    color: #FFF;
}
div#extended_sidebar .widget_search
{
    margin-bottom: 40px !important;
}
/*div#sidebar .widget_search #searchform div input#s,
div#sidebar .widget_search #searchform div input#searchsubmit
{
    border:0 !important;
    color : #fff !important;
    background-color: rgba(0,0,0,0.4) !important;
    

}
div#sidebar .widget_search #searchform div input#searchsubmit
{
    /*opacity: 0;
     position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 35px;
    border: none;
    background: 0 0;
    cursor: pointer
}
div#sidebar .widget_search #searchform div input#searchsubmit:before{
    
    position: absolute;
    top: 11px;
    left: 7px;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    content: "\55"
}*/
    
@media (max-width: 980px)
{
    .ex-me-collapse-sidebar
    {
        width: 300px !important;
        padding: 50px !important;
    }
}




.ex-me-collapse-sidebar
{
    right : -300px;
    display: block !important;
}
.ex-me-collapse-sidebar.in 
{
    right : 0;

}
.ex-me-collapse-main
{
    left : 0;
    position: relative;
}
.ex-me-collapse-main.in
{
    left : -300px;
}


.ex_ham_container {
   /* display: inline-block;
    cursor: pointer;
    right: 0;
    position: absolute;*/

    /*50 26*/

    display: inline-block;
    cursor: pointer;
    right: 24px;
    position: absolute;
    top: 28px;
    z-index: 99999999;
}

.ex_ham_bar1, .ex_ham_bar2, .ex_ham_bar3 {
    /*width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;*/
    width: 21px;
    height: 2px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
}

.ex_ham_change .ex_ham_bar1 {
    -webkit-transform: rotate(-45deg) translate(-1px, 1px);
    transform: rotate(-45deg) translate(-1px, 1px);
}

.ex_ham_change .ex_ham_bar2 {opacity: 0;}

.ex_ham_change .ex_ham_bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#top-menu li {
    display: inline-block !important;
    /* padding-right: 22px; */
    font-size: 14px !important;
    margin-right: 15px !important;
    padding: 10px !important;
}
#et_top_search
{
    margin: 10px 0 0 22px !important;
}
.width45
{
    width: 45% !important;
}
.width55
{
    width: 55% !important;
}
.width45submenu
{
    width: 45% !important;
}
.width55submenu
{
    width: 31% !important;
}
.et_fullwidth_nav #top-menu li.mega-menu>ul
{
    right: 12%!important;
    left: unset!important;
}
#top-menu li.mega-menu>ul
{
    left: unset!important;
}
