/* Beginning of Ticket 99921 - Steve */

/* Custom Behance icon replaces .f-icon-flickr */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-flickr:before {
content: url('http://4ormat-asset.s3.amazonaws.com/vfs/346905/public_assets/16005735/behance-16x16.png');
display: inline-block;
width: 16px;
height: 16px;
text-align: center;
margin-top: 0px;
position: relative;
top: -0.5px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-flickr {
position: relative;
top: 4px;
}

/*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) {

.f-icon-flickr:before {
content:'';
width: 16px;
height: 16px;
background-image: url(http://4ormat-asset.s3.amazonaws.com/vfs/346905/public_assets/16005736/behance-32x32.png);
background-size: 16px 16px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-flickr {
position: relative;
top: 4px;
}
}

/* End of Ticket 99921 */