nav.MobileMenu {
    background-color: rgba(29, 30, 39, 0.8);
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 30;
    display: none;

}
 
.mobileMenuContiner {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    /*width: 70%;*/
    bottom: 0;
    z-index: 30;
    padding: 0px;
    overflow: auto;
}
.mobileMenuContiner ul {
    padding: 0px !important;
}
.mobileMenuContiner ul li {
    list-style: none;
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-top: 1px dashed #eee;
}

.mobileMenuContiner ul li:hover
{
    background: #eee;
}
.mobileMenuContiner ul li a{
    text-decoration: none;
    padding-left: 50px;
    font-size: 20px;
    color: #363351;
    font-weight: bold;
}

.mobileMenuContiner li ul li a {
    font-size: 14px;
    padding-right: 60px;
}

.mobileMenuContiner li ul li a:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

.mmc-header {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 15px;
}
.mmc-header i {
    font-size: 20px;
    color: #c50000;
    width: 50px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
}
i#closeMenu {
    cursor: pointer;
}

li#menu-item-5 {
    border-top-left-radius: 10px;
}
.footer_meun {
    padding: 30px;
    height: 100%;
    background-position: center;
    margin-right: -50px;
    background: #777;
    color: #fff;
    border-top-left-radius: 10px;
    font-size: 15px;
}
.footer_meun a {
    text-decoration: none;
    color: #c9e6ff;
    cursor: pointer;
}
.outOfmobileMenuContiner {
    height: 100%;
}

/*.mobileMenuIcon {*/
    /*position: fixed;*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*background: #2098d1;*/
    /*border-radius: 100px;*/
    /*line-height: 3.5;*/
    /*color: #fff;*/
    /*font-size: 18px;*/
    /*padding-right: 35px;*/
    /*top: 60px;*/
    /*right: -30px;*/
    /*z-index: 100000;*/
    /*cursor: pointer;*/
/*}*/
/*.mobileMenuIcon:hover {*/
    /*background: #2098d1;*/
    /*box-shadow: 0px 0px 6px 2px #fff;*/
/*}*/

.menuIn
{
    animation: AnimatedMenu_IN 0.5s ;
}

.menuOUT
{
    animation: AnimatedMenu_OUT 0.5s ;
}

@keyframes AnimatedMenu_IN {
    from {right: -500px;}
    to {right: 0px;}


    /*0%   {right: -200px; top: 0px;}*/
    /*100% { right: 0px; top: 0px;}*/
}

@keyframes AnimatedMenu_OUT {
    /*0%   {right: 0px; top: 0px;}*/
    /*100% { right: -500px; top: 0px;}*/
}


@media only screen and (max-width: 769px) {
    .boxsInCat .image {
        height: 240px !important;
    }

    h2.showInmobile {
        width: 89.2% !important;
        position: absolute;
        right: 15px;
        background: #3e3e3e;
        padding-top: 6px;
    }
    .boxsInCat {
        margin-bottom: 20px !important;
    }
}