/* ----------------------------------------------------------------
    Retina Specific CSS
-----------------------------------------------------------------*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-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) {

#barra-uct #top-social li.ts-facebook .ts-icon { background-image: url("../images/icons/social/facebook@2x.png"); }
#barra-uct #top-social li.ts-twitter .ts-icon { background-image: url("../images/icons/social/twitter@2x.png"); }
#barra-uct #top-social li.ts-gplus .ts-icon { background-image: url("../images/icons/social/gplus@2x.png"); }
#barra-uct #top-social li.ts-dribbble .ts-icon { background-image: url("../images/icons/social/dribbble@2x.png"); }
#barra-uct #top-social li.ts-forrst .ts-icon { background-image: url("../images/icons/social/forrst@2x.png"); }
#barra-uct #top-social li.ts-blogger .ts-icon { background-image: url("../images/icons/social/blogger@2x.png"); }
#barra-uct #top-social li.ts-flickr .ts-icon { background-image: url("../images/icons/social/flickr@2x.png"); }
#barra-uct #top-social li.ts-pinterest .ts-icon { background-image: url("../images/icons/social/pinterest@2x.png"); }
#barra-uct #top-social li.ts-rss .ts-icon { background-image: url("../images/icons/social/rss@2x.png"); }
#barra-uct #top-social li.ts-vimeo .ts-icon { background-image: url("../images/icons/social/vimeo@2x.png"); }
#barra-uct #top-social li.ts-youtube .ts-icon { background-image: url("../images/icons/social/youtube@2x.png"); }
#barra-uct #top-social li.ts-phone .ts-icon { background-image: url("../images/icons/social/phone@2x.png"); }
#barra-uct #top-social li.ts-mail .ts-icon { background-image: url("../images/icons/social/mail@2x.png"); }
#barra-uct #top-social li.ts-linkedin .ts-icon { background-image: url("../images/icons/social/linkedin@2x.png"); }
#barra-uct #top-social li .ts-icon {
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;}

}