#nav-button .tel {background:url('../images/v2_menu_telephone.png') no-repeat 0px 3px;}
#nav-button .email {	background:url('../images/v2_menu_email.png') no-repeat 0px 3px;}
#nav-button .dir {background:url('../images/v2_menu_direction.png') no-repeat 0px 3px;}
#nav-button .menu {background:url('../images/v2_menu_menu.png') no-repeat 0px 3px;}

.stayintouch img.fb {width: 44px;height: 48px;margin: 0 5px;background:url('../images/v2_facebook.png') 0 -50px;}
.stayintouch img.tw {width: 44px;height: 48px;margin: 0 5px;background:url('../images/v2_twitter.png') 0 -50px;}
.stayintouch img.po {width: 44px;height: 48px;margin: 0 5px;background:url('../images/v2_google.png') 0 -50px;}
.stayintouch img.lin {width: 44px;height: 48px;margin: 0 5px;background:url('../images/v2_linkedin.png') 0 -50px;}

.payment .amex {background:url('../images/american_express.png') no-repeat;}
.payment .carte-en {background:url('../images/gift_card.png') no-repeat;}
.payment .carte-fr {background:url('../images/carte_cadeu.png') no-repeat;}
.payment .cash {background:url('../images/cash.png') no-repeat;}
.payment .cheque {background:url('../images/cheque.png') no-repeat;}
.payment .diner {background:url('../images/diners_club_international.png') no-repeat;}
.payment .disc-net {background:url('../images/discover_network.png') no-repeat;}
.payment .disc-nov {background:url('../images/discover_novus.png') no-repeat;}
.payment .inter-en {background:url('../images/interac_debit_english.png') no-repeat;}
.payment .inter-fr {background:url('../images/interac_debit_french.png') no-repeat;}
.payment .mastcd {background:url('../images/mastercard.png') no-repeat;}
.payment .paypal {background:url('../images/paypal.png') no-repeat;}
.payment .visa {background:url('../images/visa.png') no-repeat;}

.ui-btn-icon-right > .ui-btn-inner > .ui-icon-video-arrow.ui-icon {top: 48%;margin-left: 20px;}
.ui-icon-video-arrow {box-shadow:none; width:16px; height:26px;background:url('../images/video_arrow.png') no-repeat 1px 1px;background-size: 16px;}
.video-holder .ui-btn-inner {padding-left: 46px; background:url('../images/clapper.png') no-repeat 21px 6px;background-size: 20px;}


/* retina */
@media 
	only screen and (-webkit-min-device-pixel-ratio : 2.5),
    only screen and (-moz-min-device-pixel-ratio: 2.5),
	only screen and (-o-min-device-pixel-ratio: 2.5),
  	only screen and (min-device-pixel-ratio: 2.5),
  	only screen and (min-resolution: 2.5dppx) {
	
	.stayintouch img.fb {background:url('../images/v2_facebook@2x.png') 0 48px;background-size: 45px;}
	.stayintouch img.tw {background:url('../images/v2_twitter@2x.png') 0 48px;background-size: 45px;}
	.stayintouch img.po {background:url('../images/v2_google@2x.png') 0 48px;background-size: 45px;}
	.stayintouch img.lin {background:url('../images/v2_linkedin@2x.png') 0 48px;background-size: 45px;}
	
	#nav-button .m-img {margin-bottom: -5px;height: 30px;width: 28px;background-size: 28px;text-align: center;}
	#nav-button .tel {background:url('../images/v2_menu_telephone@2x.png') no-repeat 0px 1px;}
	#nav-button .email {background:url('../images/v2_menu_email@2x.png') no-repeat 0px 1px;}
	#nav-button .dir {background:url('../images/v2_menu_direction@2x.png') no-repeat 0px 1px;}
	#nav-button .menu {background:url('../images/v2_menu_menu@2x.png') no-repeat 0px 1px;}
	
	/* payment */
	.payment .amex {background-size: 75px;  background:url('../images/american_express@2x.png') no-repeat;}
	.payment .carte-en {background-size: 75px;  background:url('../images/gift_card@2x.png') no-repeat;}
	.payment .carte-fr {background-size: 75px;  background:url('../images/carte_cadeu@2x.png') no-repeat;}
	.payment .cash {background-size: 75px; background:url('../images/cash@2x.png') no-repeat;}
	.payment .cheque {background-size: 75px; background:url('../images/cheque@2x.png') no-repeat;}
	.payment .diner {background-size: 75px; background:url('../images/diners_club_international@2x.png') no-repeat;}
	.payment .disc-net {background-size: 75px;  background:url('../images/discover_network@2x.png') no-repeat;}
	.payment .disc-nov {background-size: 75px; background:url('../images/discover_novus@2x.png') no-repeat;}
	.payment .inter-en {background-size: 75px;  background:url('../images/interac_debit_english@2x.png') no-repeat;}
	.payment .inter-fr {background-size: 75px; background:url('../images/interac_debit_french@2x.png') no-repeat;}
	.payment .mastcd {background-size: 75px;  background:url('../images/mastercard@2x.png') no-repeat;}
	.payment .paypal {background-size: 75px;  background:url('../images/paypal@2x.png') no-repeat;}
	.payment .visa {background-size: 75px; background:url('../images/visa@2x.png') no-repeat;}
	
	.ui-btn-icon-right > .ui-btn-inner > .ui-icon-video-arrow.ui-icon {top: 46%;margin-left: 20px;}
	.ui-icon-video-arrow {box-shadow:none; width:16px; height:29px;background:url('../images/video_arrow@2x.png') no-repeat 1px 2px;background-size: 16px;}
	.video-holder .ui-btn-inner {padding-left: 46px; background:url('../images/clapper@2x.png') no-repeat 21px 6px;background-size: 20px;}	
}