.mobileContact{display:none;}

.mobileContact, .mobileContact *{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.mobileContact{
	width:100%;
	position:fixed;
	bottom:-50px;
	z-index:10000000;
	transition:bottom 0.5s linear;
	-webkit-transition:bottom 0.5s linear;
	-moz-transition:bottom 0.5s linear;
	-o-transition:bottom 0.5s linear;
}

.clickMe{
	color:white;
	text-align:center;
	font-size:12px;
	position:relative;
	top:0px;
	height:25px;
	width:34%;
	content:" ";

	display:block;
	margin:0 auto;
	border:1px solid #ccc;
	border-bottom:0px;
	box-shadow: 1px -2px 7px rgba(0,0,0,0.15);
	cursor:pointer;
}

.mobileContact ul{
	margin:0px;
	height:51px;
	border-top:1px solid #ccc;
}

.mobileContact ul li{
	border:1px solid #ccc;
	float:left;
	display:block;
	padding:20px;
	width:33%;
	height:50px;
	margin:0px;
	background-position:center center;
	cursor:pointer;
	background-repeat:no-repeat;
}

.sansmap ul li{
	width:50%!important;
}

.phoneIcon{background-image:url('./images/phone-01.png');width:34%!important;}

.emailIcon{background-image:url('./images/email-01.png');}

.googleIcon{background-image:url('./images/google-01.png');}

.fap{
	bottom:0px;
}

@media only screen and (max-width: 479px){
	.mobileContact{display:block;}
}