@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	.CallUs i,
	.mailUs i,
	.map i,
	.w-call a i,
	.popup-content li i,
	.social li a,
	#nav li:after,
	.file-box label:before,
	.structure span.dir:after,
	.structure span.dir:before {
		background-image: url("../images/sprite@2x.png");
		background-size: 250px;
		background-repeat: no-repeat;
	}

	.social li.fb {
		background-image: url("../images/sprite@2x.png");
		background-size: 250px;
		background-repeat: no-repeat;
	}

	.slideTwo .left,
	.slideFour .left {
		background: url(../images/slide-2bg@2x.jpg) no-repeat top center;
	}

	.slideThree .left {
		background: url(../images/slide-3bg@2x.jpg) no-repeat top center /cover;
	}

	.slideFour .left {
		background: url(../images/slide-4bg@2x.jpg) no-repeat top center /cover;
	}
}

.main-heading.first-section {
	.main-heading.first-section {
		background: #f8f8f8 url(../images/apple-img@2x.png) no-repeat bottom left;
	}
}

.close-icon {

	background: url(../images/close-icon@2x.png) no-repeat;
	background-size: 100%;
}
}