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

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

/* FontAwesome Icons */

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?39111066#fontello') format('svg');
  }
}
*/

.fa{
	display: inline-block;
	font: normal normal normal 14px/1 fontello;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.fa-facebook:before { content: '\e800'; } /* '' */
.fa-linkedin:before { content: '\e801'; } /* '' */
.fa-twitter:before { content: '\e802'; } /* '' */
.fa-google-plus:before { content: '\e803'; } /* '' */
.fa-chevron-down:before { content: '\e804'; } /* '' */
.fa-remove:before { content: '\e805'; } /* '' */
.fa-search:before { content: '\e806'; } /* '' */
.fa-chevron-left:before { content: '\e807'; } /* '' */
.fa-phone:before { content: '\e808'; } /* '' */
.fa-chevron-circled-down:before { content: '\e809'; } /* '' */
.fa-envelope:before { content: '\e80a'; } /* '' */
.fa-download:before { content: '\e80b'; } /* '' */