/*!
 *Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url('fontawesome.woff');
	font-weight: normal;
	font-style: normal;
	/*
	src: url('fontawesome.eot');
	src:
		url('fontawesome.eot?#iefix&v=4.2.0') format('embedded-opentype'),
		url('fontawesome.woff') format('woff'),
		url('fontawesome.ttf') format('truetype'),
		url('fontawesome.svg#fontawesomeregular') format('svg');
	*/
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa:hover {
	text-decoration: none;
}

.fa:hover > span {
	text-decoration: underline;
}

.fa-shopping-cart::before {content: '\f07a';}
.fa-arrow-right::before {content: '\f061';}
.fa-phone::before {content: '\f095';}
.fa-globe::before {content: '\f0ac';}
.fa-lock::before {content: '\f023';}
.fa-facebook::before {content: '\f09a';}
.fa-google-plus::before {content: '\f0d5';}
.fa-linkedin::before {content: '\f0e1';}
.fa-pinterest::before {content: '\f0d2';}
.fa-twitter::before {content: '\f099';}
.fa-instagram::before {content: '\f16d';}
.fa-bars::before {content: '\f0c9';}
.fa-play::before {content: '\f04b';}
.fa-pause::before {content: '\f04c';}
.fa-angle-down::before {content: '\f107';}
