.menu { 
    background-color: #f0f0f0;
    position: fixed;
    z-index: 500; 
    width: 100%; 
    height: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    font-family:inherit;
    font-size: 22px;

    display: none;

     -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(99.999%) translateZ(0)
    
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
    transition: transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
    transition: transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1), -webkit-transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
}


@media (max-width:767px) {
    .menu {
        width: 100%;
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(99.999%) translateZ(0)
    }
}

.menu nav {
    position: absolute;
    left: 40px; 
    background: transparent !important;
    border: none !important;
    top: 40px;
    z-index: 99
}

@media (max-width: 768px) {
    .menu nav {
        top: 30px;
        left: 15px;
    }
}

.menu nav .menu-toggle {
    margin-left: -8px
}

.menu nav .menu-toggle span {
    background: #ffffff
}

.menu .menu-inner-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
    padding-top: 80px;
}

.menu .menu-container {
    padding: 0 60px 110px;
    max-width: 100%;
    min-height: 100%
}

.menu .menu-container ul{
    padding: 0;
    margin: 0px;
    list-style-type: none;

    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0%, -50%);
}
.menu .menu-container ul li{
    text-align: center;
    display: block;
}
.menu .menu-container ul li a{
    padding: 12px 0;
    display:block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*text-transform: uppercase; */
    cursor: pointer;
}
.menu .menu-container ul li:hover a{ color: #e4007f !important }

 

@media (max-width: 600px) {
    .menu .menu-container {
        padding: 0 30px 100px
    }
}

.menu a {
    color: #676767 !important
}

  

.nav-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.menu-container {
    position: relative;
    z-index: 88
}


@media (max-width: 767px) {
    .page-wrapper {
       -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
        transition: transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
        transition: transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1), -webkit-transform 0.8s cubic-bezier(0.32, 0.24, 0.15, 1);
       
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);

        height: 100%;
    }
}
 

.menu-closing #menu-screen {
    pointer-events: all;
    opacity: 1;
    -webkit-animation: fadeOut .5s ease forwards;
    animation: fadeOut .5s ease forwards
}

.menu-opened:not(.menu-closing) .menu {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    opacity: 1
}

.menu-opened:not(.menu-closing)>nav,
.menu-opened:not(.menu-closing) .page-wrapper {
    -webkit-transform: translateX(-250px) translateZ(0);
    transform: translateX(-250px) translateZ(0)
}




.menu-toggle {
    top: 3px;
    right: 20px; 
    position: absolute;
    display: block;
    cursor: pointer;
    width: 35px; 
    height: 35px !important;
    margin: 0;
    padding: 0 !important;

    height: auto;
    border: 0;
    line-height: normal;
}

.menu .menu-toggle{
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px !important;

}
.menu .menu-toggle .icons-svg{ width: 100%; height: 100% }

.menu .followus{
    background-color: #e42f46;
    margin: 0;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
     padding: 10px;
}
.menu .followus .item{
    border:1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px
}
.menu .followus .item.fa-instagram {
    font-size: 16px;
    line-height: 28px;
}
@media (min-width: 993px) {
  .menu-toggle{ display: none; }
  .menu{ display: none; }
} 

@media (min-width: 768px) and (max-width: 992px) {
    .menu-opened{
        overflow: hidden;
    }

    .menu-opened body{
        padding-right: 17px
    }
    .menu-opened .header .container{
        position: relative;
        right: 9px
    }
}

@media (max-width: 767px) {
    .menu-opened{
        overflow: hidden;
    }

    .menu-opened body{
        padding-right: 17px
    }
    .menu-opened .header .container{
        position: relative;
        right: 0; 
        padding-right: 37px;
    }

    .menu-opened .header .menu-toggle{ right: 37px;transition: all 0s ease-in-out; }
}

@media (max-height: 508px) {
    /*.menu .followus{
        position: relative;
        bottom: auto;
        top: 0;
        right: 0;
        left: 0;
    }*/
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    @media (max-width: 992px) {
        .menu-opened body{
            padding-right: 0
        }
        .menu-opened .header .container{
            position: relative;
            right: 0;
            padding-right: 20px;
        } 

         .menu-opened .header .menu-toggle{ right: 20px;transition: all 0s ease-in-out; }
    }
}