/* CSS Document */

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.am-icon-home:before {
    content: "\f015";
}
.am-icon-list-ul:before {
    content: "\f0ca";
}
.am-icon-shopping-cart:before {
    content: "\f07a";
}
.am-icon-user:before {
    content: "\f007";
}
.am-icon-chevron-left:before {
    content: "\f053";
}
.am-icon-angle-right:before {
    content: "\f105";
}
.am-icon-minus:before {
    content: "\f068";
}
.am-icon-plus:before {
    content: "\f067";
}
.am-icon-close:before {
    content: "\f00d";
}
.am-icon-credit-card-alt:before{
	content: "\f283";
}
.am-icon-hourglass-2:before{
    content: "\f252";	
}
.am-icon-truck:before{
	content: "\f0d1";
}
.am-icon-calendar-check-o:before{
	content: "\f274";
}
.am-icon-map-marker:before{
	content: "\f041";	
}
.am-icon-edit:before{
	content: "\f044";
}
.am-icon-check:before{
	content: "\f00c";
}
.am-icon-th-large:before{
	content: "\f009";
}
.am-icon-spinner:before{
	content: "\f110";
}
.am-icon-get-pocket:before {
    content: "\f265";
}
.am-icon-chrome:before {
    content: "\f268";
}
.am-icon-bar-chart-o:before, .am-icon-bar-chart:before {
    content: "\f080";
}
.am-icon-bank:before, .am-icon-institution:before, .am-icon-university:before {
    content: "\f19c";
}
.am-icon-shopping-cart:before {
    content: "\f07a";
}
.am-icon-suitcase:before {
    content: "\f0f2";
}
.am-icon-heart:before {
    content: "\f004";
}
.am-icon-commenting:before {
    content: "\f27a";
}
.am-icon-mail-forward:before, .am-icon-share:before {
    content: "\f064";
}
.am-icon-wechat:before, .am-icon-weixin:before {
    content: "\f1d7";
}
.am-icon-heart-o:before {
    content: "\f08a";
}
.am-icon-comment-o:before {
    content: "\f0e5";
}
.am-icon-plus-square:before {
    content: "\f0fe";
}
.am-icon-calendar:before {
    content: "\f073";
}

[class*=am-icon-]:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}