@import url("../webfonts/ArialBlack/ArialBlack.css");

.footer {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
    background-image:url(/images/carbon.jpg);
	background-repeat:repeat;
}
.footerwrapper {
width:1024px;
height:150px;
background:#CCC;
margin-left:auto;
margin-right:auto;
	
}
.footeritem {
	width:300px;
	height:100px;
	margin: 10px;
	float:left;
	
}
.footeritemtitle {
font-family:"arial";
font-size:12px;
font-weight:600;
color:#98CB05;	
}
.footertext {
font-family:"arial";
font-size:12px;
color:#FFF;
text-align:left;	
}






@media only screen and  (max-width: 1024px) {

.footer {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	
}	


@media only screen and  (max-width: 820px) {

.footer{
height:50px;
	
}
.footerwrapper {
width:100%;
height:50px;
margin-left:auto;
margin-right:auto;
	
}
.footeritem {
	width:210px;
	height:100px;
	margin-top: 30px;
	margin-bottom:20px;
	
	float:left;
	
}

}
