.mobile-tool {
    background: rgba(34, 36, 40, 0.9);
    position: fixed;
    bottom: 0;
    width: 100%;
	display: none;
	height: 50px;
}
.mobile-tool:after {
    content: '';
    display: block;
    clear: both;
}
.mobile-tool ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-tool ul li {
    float: left;
    width: 33.3333333333333%;
}
.mobile-tool ul li a {
    display: block;
    text-align: center;
    color: #656d78;
    font-size: 30px;
	display: block;
	height: 50px;
}
.mobile-tool ul li a:active,
.mobile-tool ul li a:focus,
.mobile-tool ul li a:hover {
    background-color: #25262b;
}
.mobile-tool ul li a .mobile-tool-map-marker {
    background: url(svg/mapmarker.svg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 38px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-top: 7px;
}
.mobile-tool ul li a .mobile-tool-email {
    background: url(svg/email.svg) no-repeat;
    background-size: contain;
    width: 35px;
    height: 38px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-top: 7px;
}
.mobile-tool ul li a .mobile-tool-phone {
    background: url(svg/phone.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 38px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-top: 7px;
}
@media (max-width: 768px){
    body {
        margin-bottom: 50px !important;
    }
	.mobile-tool {
		display: block;
	}
}
