
/* Beginning of Ticket 66926 _chris */
/* Custom IMDB icon replaces .f-icon-twitter */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.icon-twitter:before {
content: url('http://a5.format-assets.com/image/upload/s--hhkeyyQW--/a_auto,fl_keep_iptc.progressive,q_95/234837-11831465-imdb-icon');
display: inline-block;
width: 16px;
height: 16px;
text-align: center;
margin-top: 1px;
position: relative;
top: 3px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.icon-twitter {
    position: relative;
top: px;
}

/*For Retina Displays*/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

.icon-twitter:before {
content:'';
width: 16px;
height: 16px;
background-image: url(http://a3.format-assets.com/image/upload/s--eyF6d4vO--/a_auto,fl_keep_iptc.progressive,q_95/234837-11831464-imdb-icon32);
background-size: 16px 16px;
}
}

/* End of Ticket 66926 */