@font-face {
	font-family: 'dp';
	src:url('dp.eot?9fztqh');
	src:url('dp.eot?9fztqh#iefix') format('embedded-opentype'),
		url('dp.ttf?9fztqh') format('truetype'),
		url('dp.woff?9fztqh') format('woff'),
		url('dp.svg?9fztqh#dp') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'dp' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e900";
}
.icon-arrow-right:before {
	content: "\e901";
}
.icon-arrow:before {
	content: "\e902";
}
.icon-facebook:before {
	content: "\e903";
}
.icon-flickr:before {
	content: "\e904";
}
.icon-instagram:before {
	content: "\e905";
}
.icon-tumblr:before {
	content: "\e906";
}
.icon-youtube:before {
	content: "\e907";
}
.icon-zoom:before {
	content: "\e908";
}

