.logo {
background: url("//secure.grevillearmshotel.ie/bookings/showimage?type=17&id=07C7605D8F87E1C1401B8CD43E41B28C") no-repeat scroll 0 0 transparent;
height: 60px;
width: 248px;
}

@-moz-document url-prefix()
{
	.logo {background-size:  248px 60px; }
}


img.netaffinity{ background: url("/static/images/netaffinity-light.png") no-repeat scroll 0 0 transparent; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.logo {
background-image: url("//secure.grevillearmshotel.ie/bookings/showimage?id=07C7605D8F87E1C1401B8CD43E41B28C&type=18");
-webkit-background-size: 248px 60px;
}


@-moz-document url-prefix()
{
        img.netaffinity{ background-size: 73px 34px; }
	.logo {background-size: 248px 60px; }
}

img.netaffinity {
background-image: url("/static/images/netaffinity-light@2x.png");
-webkit-background-size: 73px 34px;
}
}

