.mobile-menu {
    font-size: 18px;
    text-align: right;
    background: #000!important;
    position: relative;
    border-bottom: 2px solid #e01d36;
}

.gp {
	position: fixed; 
	bottom: 0px;
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding: 5px 15px;
	color: #FFF;
	/*text-align: center;*/
}

.hlink,
.hlink:active,
.hlink:focus,
.hlink:hover {
    position: absolute; 
    left: -30px;
    color: #fff;
    cursor: default;
}
