/* mobile nav */

.m-menus {
    display: none;
}

.ovhdn {
    overflow: hidden;
}

.m-menus .burger {}

div.burger {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
}

div.x, div.y, div.z {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    background: #333;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.x, div.y, div.z {
    height: 2px;
    width: 25px;
}

div.y {
    top: 15px;
}

div.z {
    top: 32px;
}

div.collapse {
    top: 20px;
    background: #41494f;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}

div.rotate30 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.rotate150 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

div.rotate135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

div.circle {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 35px;
    right: 36px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.circle.expand {
    width: 1536px;
    height: 1536px;
    top: -560px;
    right: -565px;
    -webkit-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all .1s cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    /* right: 46%; */
    left: -100%;
    /*display: none;*/
}

div.show {
    display: block;
}

div.huifu {
    left: initial;
}

div.menu ul li {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 80% !important;
    text-align: center;
    font-size: 0px;
    list-style: none;
    opacity: 0;
    -webkit-transition: all 5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu ul li:active {
    margin: 0 auto;
    border-radius: 50px;
    background: #eeeeee;
}

div.menu ul li a {
    display: block;
    line-height: 50px;
    color: #41494f;
    font-size: 16px;
    z-index: 99;
}

div.menu li.animate {
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all .5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all .5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all .5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all .5s cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu li.animate:nth-of-type(1) {
    top: 15%;
    transition-delay: 0.0s;
}

div.menu li.animate:nth-of-type(2) {
    top: 30%;
    transition-delay: 0.03s;
}

div.menu li.animate:nth-of-type(3) {
    top: 45%;
    transition-delay: 0.06s;
}

div.menu li.animate:nth-of-type(4) {
    top: 60%;
    transition-delay: 0.09s;
}

div.menu li.animate:nth-of-type(5) {
    top: 75%;
    transition-delay: 0.12s;
}

div.menu li.animate:nth-of-type(6) {
    top: 90
    %;
    transition-delay: 0.15s;
}