/* Beginning of Ticket 7942430046 - nicole */
/* Custom vimeo icon replaces .f-icon-flickr */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-flickr:before {
content: url('https://4ormat-asset.s3.amazonaws.com/vfs/498277/public_assets/28176848/vimeo_light_16.png');
display: inline-block;
width: 20px;
height: 20px;
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-flickr {
    position: relative;
top: 1px;
}

/*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: 20px;
height: 20px;
background-image: url(https://4ormat-asset.s3.amazonaws.com/vfs/498277/public_assets/28176855/vimeo_light_32.png);
background-size: 16px 16px;
}
}

/* 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('https://4ormat-asset.s3.amazonaws.com/vfs/498277/public_assets/28176843/behance-icon-16x16.png');
display: inline-block;
width: 20px;
height: 20px;
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: 1px;
}

/*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: 20px;
height: 20px;
background-image: url(https://4ormat-asset.s3.amazonaws.com/vfs/498277/public_assets/28176852/behance-icon-32x32.png);
background-size: 16px 16px;
}
}

/* End of Ticket  */