@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	background-color: #2E180F;
}
#email {
	height: 20px;
	width: 50%;
	float: right;
	font-size: 16px;
	color: #fe9738;
	font-weight: bold;
	position: absolute;
	bottom: 6%;
	right: 2%;
	text-align: right;
	font-family: Albertus MT Std;
}
#number {
	height: 20px;
	width: 50%;
	float: right;
	font-size: 16px;
	color: #fe9738;
	font-weight: bold;
	position: absolute;
	bottom: 3%;
	right: 2%;
	text-align: right;
	font-family: Albertus MT Std;
}
#icon {
	height: 30px;
	width: 30px;
	float: right;
	position: absolute;
	bottom: 8.5%;
	right: 2%;
	text-align: right;
}
#icon a {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-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;
}
#icon a:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
img {
	width: 100%;
	height: auto;
}
a {
	color: #fe9738;
	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: #a15e26;
}


@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;
}
#icon {
	height: 40px;
	width: 40px;
	bottom: 9.5%;
}
}