.navigation-bottom {
height: 100%; }
.navigation-bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
    -webkit-box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
z-index: 100; }
.navigation-bottom .menu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
	align-items: center;
    -ms-flex-pack: center;
justify-content: center; }
.navigation-bottom .menu-item {
    -ms-flex: 1 1 0px;
flex: 1 1 0; }
.navigation-bottom .menu-item > a {
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
line-height: 1; }
.navigation-bottom .menu-item > a:hover {
text-decoration: none; }
.navigation-bottom .menu-item > a .has-icon {
	display: block;
	font-size: 16px;
margin-bottom: 4px; }
.navigation-bottom .menu-item > a .name {
display: block; }
