@charset "UTF-8";
/* CSS Document */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Algemeen */
	ul#social li.twitter a img{background:url(../images/social_twitter@2x.png) top left;background-size: auto; background-size: 100%; }
	ul#social li.twitter a:hover img{background:url(../images/social_twitter@2x.png) bottom left; background-size: 100%; }
	
	ul#social li.linkedin a img{background:url(../images/social_linkedin@2x.png) center top;background-size: auto; background-size: 100%; }
	ul#social li.linkedin a:hover img{background:url(../images/social_linkedin@2x.png) center bottom; background-size: 100%; }
	
	ul#social li.facebook a img{background:url(../images/social_facebook@2x.png) top center;background-size: auto; background-size: 100%; }
	ul#social li.facebook a:hover img{background:url(../images/social_facebook@2x.png) bottom center; background-size: 100%;  }
	
	/* Over ons */
	.vanuitunitid .vanuitlabel{background:url(../images/label@2x.png) no-repeat top right;  background-size: 100%; width:146px; height:145px;}	
}