/* MAGNIFIC POPUP */
.mfp-content .mfp-bottom-bar {
	background:#333;
}
.mfp-content .mfp-icon {
	float:left;
	width:32px;
}
.mfp-content .mfp-user {
	float:left;
	color:#eee;
	font-size:12px;
	line-height:1;
}
.mfp-content .mfp-user a {
	display:block;
	padding:10px;
	color:#eee;
}
.mfp-content .mfp-user a:hover {
	background:#222;
	color:#fff;
}
.mfp-content .mfp-likes,
.mfp-content .mfp-comments {
	line-height:1;
	margin-right:15px;
	padding-top:8px;
	float:right;
	color:#fff;
	font-size:12px;
}
.mfp-content .mfp-likes .icon-heart,
.mfp-content .mfp-comments .icon-comment {
	display:inline-block;
	margin-right:5px;
	width:16px;
	height:16px;
	background:url(../images/ig-icons.png) 0 0 no-repeat;
	vertical-align: middle;
	opacity:.8;
}
.mfp-content .mfp-likes .icon-heart { background-position:0 0; }
.mfp-content .mfp-comments .icon-comment { background-position:-25px 0; }









/* Retina quality images
====================================================================== */
@media
only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.mfp-content .mfp-likes .icon-heart,
	.mfp-content .mfp-comments .icon-comment {
        background-image: url(../images/ig-icons-2x.png);
        background-size: 100px;
        background-repeat: no-repeat;
    }
}




