/* Tbd-fonts 3.2.1 by tomberaid
 * Font Icon images
---------------------------------------- */
@font-face {
	font-family: "Tbd-fonts";
	src: url('./fonts/tbd-fonts.eot');
	src: url('./fonts/tbd-fonts.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/tbd-fonts.woff2') format('woff2'),
		 url('./fonts/tbd-fonts.woff') format('woff'),
		 url('./fonts/tbd-fonts.ttf') format('truetype'),
		 url('./fonts/tbd-fonts.svg#Tbd-fonts') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ----------------------------------------
 Custom config
---------------------------------------- */
/* Display icon attachement in post */
.post .icon_topic_attach {
	display: inline-block;
	font-family: "Tbd-fonts", FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
}

.post .icon_topic_attach:before {
	content: '\f0c6';
	padding-right: 2px;
}

/* Padding for icon to right box */
.right-box .icon:before {
	padding-left: 2px;
	padding-right: 0;
}

/* Reduce page icon size */
.row .fa-clone:before {
	font-size: smaller;
}

/* Reduce back top icon size */
a.top .icon, a.top2 .icon {
	font-size: smaller;
}

/* Increase notice icon size */
p.post-notice .icon:before {
	font-size: larger;
}

/* Vertical alignment dropdown select icon */
.caret i {
	vertical-align: baseline;
}

/* Replace icon
---------------------------------------- */
/* Rss */
.row .fa-rss-square:before {
	content: '\f09e';
}

/* Responsive post menu */
.dropdown-toggle .fa-ellipsis-h:before {
	content: '\f0c9';
}

/* PM */
.linklist .fa-inbox:before {
	content: '\f0e0';
}

/* Next */
.display-options .arrow-right .fa-angle-left:before {
	content: '\f105';
	line-height: normal;
}

/* Sort-by */
.action-bar .fa-sort-amount-asc:before {
	content: '\f161';
}

/* Previous */
.pagination .fa-chevron-left:before {
	content: '\f053';
}

/* Next */
.pagination .fa-chevron-right:before {
	content: '\f054';
}

/* Back to top */
.top .fa-chevron-circle-up:before {
	content: '\f077';
}

/* Caret */
.caret .fa-sort-down:before {
	content: '\f0d7';
}

/* ----------------------------------------
 Alternative to FontAwesome
---------------------------------------- */
.icon, .button .icon, blockquote cite:before, .uncited:before, .fa {
	font-family: "Tbd-fonts", FontAwesome;
}

/* Rotation for icon to page jump */
.pagination .fa-level-down.fa-rotate-270 {
	font-size: 14px;
	transform: none;
}

/* Online list */
.stat-block .fa-users:before {
	content: '\e600';
}

/* Birthday list */
.stat-block .fa-birthday-cake:before {
	content: '\e601';
}

/* Statistics */
.stat-block .fa-pie-chart:before {
	content: '\e602';
}

/* Stats 24 */
.stat-block .fa-history:before {
	content: '\e603';
}

/* New */
.action-bar .fa-pencil:before {
	content: '\e604';
}

/* Reply */
.action-bar .fa-reply:before {
	content: '\e605';
}

/* Forward */
.action-bar .fa-mail-forward:before {
	content: '\e606';
}

/* Locked */
.action-bar .fa-lock:before {
	content: '\e607';
}

/* Mod tools */
.action-bar .fa-wrench:before {
	content: '\e608';
}

/* Bookmark */
.bookmark-link .fa-bookmark-o:before {
	content: '\e609';
}

/* Bump */
.action-bar .fa-level-up:before {
	content: '\e60a';
}

/* View unread */
.mark .fa-eye:before {
	content: '\e60b';
}

/* Search */
.search-box .button-search .fa-search:before {
	content: '\e60c';
}

/* Advanced Search */
.search-box .button-search-end .fa-cog:before {
	content: '\e60d';
}

/* Profil */
.linklist .fa-user:before {
	content: '\e60e';
}

/* UCP */
.linklist .fa-sliders:before {
	content: '\e60f';
}

/* Faq */
.linklist .fa-question-circle:before {
	content: '\e610';
}

/* Members */
.linklist .fa-group:before {
	content: '\e611';
}

/* Delete cookies */
.linklist .fa-trash:before {
	content: '\e612';
}

/* Clock */
.linklist .fa-clock-o:before {
	content: '\e613';
}

/* Mark forums read */
.mark-read .fa-check:before {
	content: '\e614';
}

/* Mark topics read */
.mark .fa-check:before {
	content: '\e615';
}

/* Quote */
.post-buttons .fa-quote-left:before, .bbcode-quote .fa-quote-left:before {
	content: '\e616';
}

blockquote cite:before, .uncited:before {
	content: '\e616';
}

.rtl blockquote cite:before, .rtl .uncited:before {
	content: '\e617';
}

/* Delete */
.post-buttons .fa-times:before {
	content: '\e618';
}

/* Report */
.post-buttons .fa-exclamation:before {
	content: '\e619';
}

/* Info */
.post-buttons .fa-info:before {
	content: '\e61a';
}

/* Warn */
.post-buttons .fa-exclamation-triangle:before {
	content: '\e61b';
}

/* Page jump */
.pagination .fa-level-down:before {
	content: '\e61c';
}

/* Topic poll */
.row .fa-bar-chart:before {
	content: '\e61d';
}

/* Subforum */
.subforum .fa-file-o:before {
	content: '\e61e';
}

/* Topic unapproved */
.row .fa-question:before, .post-notice .fa-question:before {
	content: '\e61f';
}

/* Topic reported */
.row .fa-exclamation:before, .post-notice .fa-exclamation:before {
	content: '\e620';
}

/* Topic latest */
.row .fa-external-link-square:before {
	content: '\e621';
}

/* Contact */
.profile-contact .fa-commenting-o:before {
	content: '\e622';
}

/* Close popup */
.phpbb_alert .fa-times-circle:before {
	content: '\e625';
}

/* Extension Profile Side Switcher
--------------------------------------------- */
/* Left */
.profile-switcher .fa-step-backward:before {
	content: '\e626';
}

/* Right */
.profile-switcher .fa-step-forward:before {
	content: '\e627';
}

/* Extension Gender
--------------------------------------------- */
/* Female */
.fa-venus:before {
	content: '\e628';
	color: #f0f;
}

/* Male */
.fa-mars:before {
	content: '\e629';
	color: #00f;
}

/* Androgynous */
.fa-transgender:before {
	content: '\e62a';
	color: #0f0;
}

/* Transsexual */
.fa-venus-mars:before {
	content: '\e62b';
	color: #90f;
}
