/* ---------------------------------------- breadcrumbs */

@media (max-width: 768px) {

	#breadcrumbs { display: none; }

} /* 768px- */

@media (min-width: 769px) {

	#breadcrumbs {
		letter-spacing: -0.4em;
		padding: 2em 20px 0;
		margin: 0 auto;
	}
	#breadcrumbs li {
		display: inline-block;
		letter-spacing: normal;
		font-size: 1.5rem;
	}
	.bread_crumb li:not(:last-child):after {
		font-family: 'FontAwesome';
		content : '\f105';
		color: #6cbc18;
		padding-left:10px;
		margin-right:10px;
	}

} /* 769px- */

