@charset "utf-8";
/* CSS Document */

#mini-footer	{
	
	position:absolute;
	bottom:0;
	width:100%;
	text-align: center;
	font-size: 12px;
	height:auto;
	
}

#mini-footer p:first-of-type span {
	
	padding-left: 2px;
	padding-right:2px;
	
}

#mini-footer-texts	{
	
	text-align: center;

}

#mini-footer-copy	{
	
	text-align: center;
	padding-bottom: 20px;

}

.mini-footer-spacer	{
	
	width:20px;
	height:1px;
	display:inline-block;
	
}

#mini-footer-texts a	{
	
	color:inherit;
	text-decoration: none;
	outline:0;
	
}

#mini-footer-texts a:hover	{
	
	color:inherit;
	text-decoration:underline;
	outline:0;
	
}

#mini-footer-texts p {
	
	margin:0;
	padding:0;
	display: inline;
	
}

@media only screen and (max-width: 1070px)	{
	
	#mini-footer	{

		position:relative;

	}
	
	#mini-footer p:first-of-type span img {

		width:24px;
		height:24px;

	}
	
}

