﻿.clearfix::after {
	display: block;
	content: "";
	clear: both; }

.left {
	text-align: left; }

.center {
	text-align: center; }

.right {
	text-align: right; }

.breadcrumb {
	width: 100%;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 20px; }
	.breadcrumb::after {
		display: block;
		content: "";
		clear: both; }
	.breadcrumb .breadcrumbItem {
		float: left;
		margin-right: 7px;
		position: relative;
		padding-right: 0px; }
		.breadcrumb .breadcrumbItem a {
			font-size: 13px;
			color: #000000; }
			.breadcrumb .breadcrumbItem a.active {
				pointer-events: none;
				cursor: default; }
				.breadcrumb .breadcrumbItem a.active:hover {
					color: #000; }
			.breadcrumb .breadcrumbItem a:hover {
				color: #88232d; }
		.breadcrumb .breadcrumbItem:after {
			content: "\f054";
			position: relative;
			top: -1px;
			font-size: 7px;
			font-weight: 900;
			margin: 0 6px 0 8px;
			font-family: "Font Awesome 5 Pro";
			color: #000000 !important;
			opacity: 1; }
		.breadcrumb .breadcrumbItem:last-child {
			margin: 0;
			padding: 0; }
			.breadcrumb .breadcrumbItem:last-child:after {
				content: ""; }
