/* Beginning of Ticket 97968 - Chris */
/* Custom Dribble 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/246456/public_assets/15890416/dribbble-16.png');
display: inline-block;
width: 16px;
height: 16px;
text-align: center;
margin-top: 1px;
position: relative;
top: .5px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-flickr {
    position: relative;
    opacity:.7;
    top:2px;

}

/*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/246456/public_assets/15890408/dribbble-32.png);
background-size: 16px 16px;
}
}

/* End of Ticket 97968 */


/* Beginning of Ticket 2039203258 _ chris  */
/* Custom Behance icon replaces .f-icon-tumblr */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-tumblr:before {
content: url('http://4ormat-asset.s3.amazonaws.com/vfs/246456/public_assets/18942899/behance-icon-16x16_black.png');
display: inline-block;
width: 16px;
height: 16px;
text-align: center;
margin-top: 1px;
position: relative;
top: .5px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-tumblr {
    position: relative;
top: 4px;
opacity:.5;
}

/*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-tumblr:before {
content:'';
width: 16px;
height: 16px;
background-image: url(http://4ormat-asset.s3.amazonaws.com/vfs/246456/public_assets/18942904/behance-icon-32x32_black.png);
background-size: 16px 16px;
}
}

/* End of Ticket 2039203258 _ chris  */