@charset "UTF-8";


footer {
	background:rgba(218,216,216,1.00);
	position:relative;
	display:block;
	width:100%;
	text-align:center;
}

footer img {
		vertical-align:middle;
		width:38px;
		height:24px;
}

footer a {
	display:inline-block;
	line-height:50px;	
	padding:0 5%;
	color:rgba(0,0,0,1.00);
	font-weight:normal;
	opacity:0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	color:rgba(0,0,0,1.00);
	white-space:nowrap;
}


footer a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	color:rgba(0,0,0,1.00);

}

@media screen and (max-width: 850px) {

footer a:first-child {
	display:block;
	width:100%;
}

}

@media screen and (max-width: 875px) {

footer {
	text-align:justify;	
}

footer a {
	line-height:40px;	
	padding:0 1%;
	width:100%;
	text-align:center;
}



}

@media screen and (max-width: 675px) {
	
	footer a:first-child {
	width:auto;
}


footer img {
width:26px;
height:16px;
}


}