@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
}
#email {
	height: 20px;
	width: 50%;
	float: right;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	position: absolute;
	bottom: 5.5%;
	right: 2%;
	text-align: right;
	font-family: Arial;
}
#number {
	height: 20px;
	width: 50%;
	float: right;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	position: absolute;
	bottom: 3%;
	right: 2%;
	text-align: right;
	font-family: Arial;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
a:hover {
	color: #818285;
}


@media screen and (max-width:3000px) and (min-width:980px) {  
}
@media screen and (max-width:980px) {  
#email {
	width: 100%;
	font-size: 14px;
}
#number {
	width: 100%;
	font-size: 14px;
}
}