﻿.mobile_menu {
    display:none;
    width: 100%;
    height: 50px;
    text-align:center;
    line-height:50px;
    border: 1px #cccccc solid;
    position: fixed;
    bottom: 0px;
    font-size:16px;
    font-weight:600;
    background:#fafafa;
    z-index:9999; 
}
.menu-items {
width:100%;
height:100%;
list-style-type:none;
margin:0px;
padding:0px;
}
.menu_left_icon{
    margin-top:-5px;
    margin-right:5px;
}
.menu-items li:first-child {
width:18%;
    }
.menu-items li {
    width:27.22%;
    height:100%;
float:left;
border-right:1px #cccccc solid;
}
.menu-items li:last-child {
border:none;
    }
.menu-items li a {
    display:inline-block;
    width:100%;
    height:100%;
    color:#5d5d5d;
    }
@media screen and (max-width:640px) {
    .mobile_menu {
    display:block;
    }
    .footer {
    padding-bottom:80px !important;
    }
    /*template 3 */
    #toTop {
    bottom:60px !important;
    }
}