@import url("../webfonts/ArialBlack/ArialBlack.css");

.bottomline {
	line-height:50px;
	height:50px;
	font-family:'arial';
	font-size:10px;
	color:#FFF;
	width:100%;
	text-align:center;
}
.bottomlinewrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.bottomlineleft {
	padding-left:30px;

}
.bottomlineright {
	float:right;
	padding-right:10px;
}
.efinitylink {
	font-family:'arial';
	font-size:14px;
	font-style:italic;
	font-weight:400;
	line-height:35px;
	height:35px;
color:#FFF;
}
.efinitylink:hover  {
	color:#FF6600;
	font-weight:400;
	-webkit-transition: color 750ms ease-out;
 -moz-transition: color 750ms ease-out;
 -o-transition: color 750ms ease-out;
 -ms-transition: color 750ms ease-out;
 transition: color 750ms ease-out;
 text-decoration:none;
}
.efinitygrey {
	font-family:'arial';
	font-size:14px;
	font-style:italic;
	font-weight:400;
	line-height:35px;
	height:35px;
color:#FFF;
}

.efinityorange {
	position:relative;
	font-family:'arial';
	font-style:italic;
	font-weight:400;
	font-size:14px;
	font-weight:600;
	line-height:35px;
	height:35px;
color:#FF6600;

}

@media only screen and  (max-width: 1024px) {
	

.bottomlinewrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and  (max-width: 820px) {

.bottomline {
height:100px;
	
}
.bottomlinewrapper {
	width:300px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
	.bottomlineleft {
	padding-left:30px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.bottomlineright {
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
}
}
@media only screen and  (min-width: 1930px) {
.main {
	
width:1920px;
margin-left:auto;
margin-right:auto;	
}
}
