﻿/*Typography*/
/*COLORS*/
body {
	font-family: "Open Sans", sans-serif;
	color: #222;
	line-height: 1.75em;
	font-weight: 400; }

h1, h2, h3, h4, h5 {
	font-family: "Merriweather", serif; }

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

.left {
	text-align: center; }

.center {
	text-align: center; }

.right {
	text-align: right; }

.breadcrumb {
	width: 100%;
	background-color: #efefef;
	padding: 5px 0; }
	.breadcrumb::after {
		display: block;
		content: "";
		clear: both; }
	.breadcrumb .breadcrumbItem {
		float: left;
		margin-right: 12px;
		position: relative;
		padding-right: 20px; }
		.breadcrumb .breadcrumbItem a {
			color: #222; }
			.breadcrumb .breadcrumbItem a:hover {
				color: #587291;
				text-decoration: none; }
		.breadcrumb .breadcrumbItem:after {
			content: "\00bb";
			position: absolute;
			right: 0;
			color: #222;
			top: 0; }
		.breadcrumb .breadcrumbItem:last-child {
			margin: 0;
			padding: 0; }
			.breadcrumb .breadcrumbItem:last-child:after {
				content: ""; }
