@font-face {
	font-family: 'vivitar-02';
	src:url('fonts/vivitar-02.eot?jhd49t');
	src:url('fonts/vivitar-02.eot?jhd49t#iefix') format('embedded-opentype'),
		url('fonts/vivitar-02.ttf?jhd49t') format('truetype'),
		url('fonts/vivitar-02.woff?jhd49t') format('woff'),
		url('fonts/vivitar-02.svg?jhd49t#vivitar-02') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'vivitar-02' !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-file:before {
	content: "\e904";
}
.icon-download:before {
	content: "\e902";
}
.icon-envelope:before {
	content: "\e903";
}
.icon-search:before {
	content: "\e900";
}
.icon-youtube:before {
	content: "\e901";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-facebook-f:before {
	content: "\f09a";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-double-up:before {
	content: "\f102";
}
.icon-angle-double-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-instagram:before {
	content: "\f16d";
}

