.logo a,
.logo a:active,
.logo a:focus,
.logo a:hover,
.logo a:visited {
	background: url('../../img/website/logo-mini.png') no-repeat 0 4px;
	float: left;
	height: 40px;
	text-decoration: none;
	text-indent: -9999em;
	width: 160px;
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	.logo {
		display: none;
	}
}