
#main-menu-toggle {
    position: fixed;
    bottom: 40px;
    left: -25px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 6px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
   
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 50%;
}

    #main-menu-toggle .main-menu-lines {
        position: fixed;
        bottom: 45px;
        left: -23px;
        display: block;
        width: 46px;
        height: 41px;
        padding: 0 0 0 14px;
        z-index: 4;
        margin-left: 50%;
    }

    #main-menu-toggle .main-menu-text {
        position: absolute;
        margin: 10px 0 0 50px;
        font-size: 14px;
    }

    #main-menu-toggle.rr-button:before {
        top: 0;
        left: 0;
    }



    #main-menu-toggle .line, #main-menu-toggle .line:before, #main-menu-toggle .line:after {
        position: absolute;
        height: 2px;
        background-color: rgba(255,255,255,1);
        width: 18px;
    }

    #main-menu-toggle .line {
        top: 20px;
    }

        #main-menu-toggle .line:before {
            content: '';
            top: -6px;
        }

        #main-menu-toggle .line:after {
            content: '';
            top: 6px;
        }

    #main-menu-toggle.close .line {
        background-color: rgba(0,0,0,0);
    }

        #main-menu-toggle.close .line:before {
            top: 0;
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        #main-menu-toggle.close .line:after {
            top: 0;
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

    #main-menu-toggle.close .main-menu-lines {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

body.admin-bar #main-menu-toggle {
    top: 72px;
}

    body.admin-bar #main-menu-toggle .main-menu-lines {
        top: 77px;
    }



.rr-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

    .rr-button:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: rgba(0,0,0,0.2);
        z-index: 3;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .rr-button:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
        background-color: #000;
        z-index: 2;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .rr-button .fa {
        position: absolute;
        color: #fff;
        font-size: 16px;
        padding: 17px 18px;
        text-align: center;
        z-index: 4;
    }



#main-menu-toggle .line, #main-menu-toggle .line:after, #main-menu-toggle .line:before, #main-menu-toggle.close .main-menu-lines, .portfolio-gallery, .portfolio-content {
    transition: all .7s cubic-bezier(.89,-0.02,.17,1.04);
    -moz-transition: all .7s cubic-bezier(.89,-0.02,.17,1.04);
    -webkit-transition: all .7s cubic-bezier(.89,-0.02,.17,1.04);
}

.rotate {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
