/*---------------------------------------------- 
Retina
------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	form .checkfalse .falseicon,
	#searchbox-header .open-searchbox, #searchbox-header .close-searchbox,
	a.open-responsive-nav,
	a.close-responsive-nav span,
	.entry-likes .likes-icon, .entry-views .views-icon, .entry-comments .comments-icon,
	.filter a.openfilter span.filter-icon,
	#single-pagination li a span, #entries-pagination li a span,
	.toggle .toggle-title .toggle-icon span,
	.alert .alert-icon span,
	#searchform input[type="submit"],
	#totop .topicon,
	.wpcf7-not-valid-tip,
	.flex-direction-nav li .flex-next,
	.flex-direction-nav li .flex-prev,
	.carousel_next, .carousel_prev,
	.carousel-nav a,
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span,
	.fancybox-close,
	.tp-leftarrow.default, .tp-rightarrow.default
	{
		background-image: url(../images/retina/sprites@2x.png);
		-webkit-background-size: 480px 100px; 
	   	-moz-background-size: 480px 100px; 
	    -o-background-size: 480px 100px; 
		background-size: 480px 100px; 
	}
	
	.list-arrow > li {
		background-image: url(../images/retina/arrowright@2x.png);
		-webkit-background-size: 11px 10px; 
	   	-moz-background-size: 11px 10px; 
	    -o-background-size: 11px 10px; 
		background-size: 11px 10px; 
	}
	
	.meta-and-share .fb_share a, .meta-and-share .tw_share a, .meta-and-share .g_share a, .meta-and-share .p_share a,
	.team-social li a,
	.socialmedia-widget li a
	{
		background-image: url(../images/retina/social-icons@2x.png);
		-webkit-background-size: 320px 60px; 
	   	-moz-background-size: 320px 60px; 
	    -o-background-size: 320px 60px; 
		background-size: 320px 60px; 
	}
	
	.widget .tp_recent_tweets  li {
		background-image: url(../images/retina/tweet@2x.png);
		-webkit-background-size: 20px 20px; 
	   	-moz-background-size: 20px 20px; 
	    -o-background-size: 20px 20px; 
		background-size: 20px 20px; 
	}
	footer .widget .tp_recent_tweets  li { background-image: url(../images/retina/tweet-light@2x.png); }
	
	#recentcomments li {
		background-image: url(../images/retina/recentcomment@2x.png);
		-webkit-background-size: 20px 20px; 
	   	-moz-background-size: 20px 20px; 
	    -o-background-size: 20px 20px; 
		background-size: 20px 20px; 
	}
	footer #recentcomments li {	background-image: url(../images/retina/recentcomment-light@2x.png); }
	
	
}