/* =============================================================================
   ## Sprites
   ========================================================================== */

.sprite {
    display:block;
	margin-right:12px;
	/*
	margin: 1.5em auto 0;  .ad-credits .sprite,,，。
	float: right;          #mojo-marketplace .sprite ,FNOONE 20160713
	*/
}


.sprite-mojo,
.sprite-twitter,
.sprite-google,
.sprite-facebook,
.sprite-bing-yahoo,
.sprite-logo,
.sprite-mojo-zencart,
.sprite-mojo-wordpress,
.sprite-mojo-roundcube,
.sprite-mojo-phpbb,
.sprite-mojo-magento,
.sprite-mojo-joomla,
.sprite-mojo-drupal,
.sprite-mojo-dada,
.sprite-phone{background-image:url('../medias/_sprite.png');background-repeat:no-repeat}
/* 
  url('../medias/_sprite.png')url('covertitlepage/medias/_sprite.png') 
  FNOONE Copyright 20170523*/
.sprite-mojo{background-position:0px 0px;width:364px;height:40px;float: left; clear: none;}
.sprite-twitter{background-position:0px -40px;width:210px;height:48px;}
.sprite-google{background-position:0px -88px;width:210px;height:48px;}
.sprite-facebook{background-position:0px -136px;width:210px;height:48px;}
.sprite-bing-yahoo{background-position:0px -184px;width:210px;height:48px;}
.sprite-logo{background-position:0px -232px;width:104px;height:72px;}
.sprite-mojo-zencart{background-position:0px -304px;width:40px;height:40px;}
.sprite-mojo-wordpress{background-position:0px -344px;width:40px;height:40px;}
.sprite-mojo-roundcube{background-position:0px -384px;width:40px;height:40px;}
.sprite-mojo-phpbb{background-position:0px -424px;width:40px;height:40px;}
.sprite-mojo-magento{background-position:0px -464px;width:40px;height:40px;}
.sprite-mojo-joomla{background-position:0px -504px;width:40px;height:40px;}
.sprite-mojo-drupal{background-position:0px -544px;width:40px;height:40px;}
.sprite-mojo-dada{background-position:0px -584px;width:40px;height:40px;}
.sprite-phone{background-position:0px -624px;width:10px;height:10px;}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .mojo,
    .sprite-twitter,
    .sprite-google,
    .sprite-facebook,
    .sprite-bing-yahoo,
    .sprite-logo,
    .sprite-mojo-zencart,
    .sprite-mojo-wordpress,
    .sprite-mojo-roundcube,
    .sprite-mojo-phpbb,
    .sprite-mojo-magento,
    .sprite-mojo-joomla,
    .sprite-mojo-drupal,
    .sprite-mojo-dada,
    .sprite-phone{background-image:url('../medias/_sprite2x.png');-webkit-background-size: 364px 634px;-moz-background-size: 364px 634px;background-size: 364px 634px;}
}
