.header-utilities
{
    width:100%;
}

.mobileMainMenu,{
    z-index: 100;
    padding: 0px;
    background: none;
    width: 80%;
    height: 100%;
    background: #036daa;
    position: fixed;
    overflow: auto;
    text-align: left;
    bottom: 0px;
    -moz-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobileOtherMenu
{

    bottom: 0px;
}

.mobileMainMenu.hideit {
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important
}

.mobileMainMenu ul li{
    background: transparent;
    position: relative;
}

.mobileMainMenu a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0px;
    padding-left: 10px;
}

.menuExpand
{
    position:absolute;
    cursor: pointer;
    right:0px;
    top:0px;    
    color:white;
    font-size: 35px;
    line-height: 35px;
    background: #036daa;
    text-align: center;
    height: 100%;
    width:40px;
}


.mobileMainMenu > ul{
    padding-bottom: 0px;
}


.mobileMainMenu a ,
.mobileOtherMenu  a 
{
    font-size:16px !important;
}


.mobileOtherMenu ul li, .mobileMainMenu ul li {
    display: block;
    border-bottom: 1px solid #036daa
}

.mobileMainMenu li>ul{
    display:none;
}


.mobileMainMenu li.expanded>ul{
    display:block;
}

.topMenuBlock .menuExpand,
#MEGA_TOP_MENU .menuExpand
{
    display:none !important;
}

.mobileMainMenu #MEGA_TOP_MENU .menuExpand
{
    display:block !important;
}
/*
#MEGA_TOP_MENU ul 
{
    position: absolute;
    background: #0079C0;
}

#MEGA_TOP_MENU li ul a 
{
    padding:4px 7px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

#MEGA_TOP_MENU ul li 
{
    border-top: 1px dotted #ccc;
}
*/
/*
.mobileMainMenu 
{
    background: rgb(29, 126, 181);
}*/

.headerBlock{
    background: white;
}