body {
	color: #222;
	font-family: Arial, sans-serif;
	margin: 0;
	}

h1 {
	font-family: 'Times New Roman', serif;
	font-size: 22px;
	}

header {
	background: #eee;
	border-bottom: 1px #ccc solid;
	padding: 5px;
	}
	
.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.breadcrumbs li {
	float: left;
	line-height: 1.7em;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: lowercase;
	}

.breadcrumbs li.cl {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding: 0 0.25em;
	text-transform: none;
	}

.container-wrapper {
	margin: 1em auto;
	max-width: 960px;
	min-width: 650px;
	width: 100%;
	}
	
.slideshow {
	float: left;
	width: 650px;
	}	

.bx-wrapper {
	margin: 0;
	max-width: 620px!important;
	width: 620px!important;
	}

.bx-wrapper .bx-viewport {
	background: none;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 0 0 transparent;
	border: 0;
	left: 0;
	}

#bx-pager {
	margin: 1em 0;
	width: 620px;
	}

#bx-pager img {
	border: 2px solid #FFF;
	height: 50px;
	margin: 0;
	object-fit: cover;
	width: 50px;
	}

#bx-pager img:hover {
	border: 2px solid orange;
	}

.features {
	float: right;
	width: 300px;
	}

ul.features-list {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.features-list li {
	background-color: #fafafa;
	border: 1px solid #ccc;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	display: inline;
	font-size: .9em;
	line-height: 1.85em;
	padding: .15em .4em;
	white-space: nowrap;
	}

.post-content {
	font-family: 'Times New Roman', serif;
	margin: 3em 0;
	}

footer {
	background: #eee;
	border-top: 1px #ccc solid;
	bottom: 0;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 3em;
	min-height: 1.1em;
	padding: 5px;
	text-align: center;
	}

ul.footer {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.footer li {
	display: inline;
	padding: 0 4px;
	}        