/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
	color: #3A4145;
	line-height: 25px;
}

.head-nav {
	margin-bottom: 0;
	background-color: #eee;
	border-color: #eee;
}

.head-nav .navbar-collapse {
	border-color: #eee;
}

.head-nav .navbar-nav>li>a {
	padding: 20px 15px;
}

.head-nav .navbar-brand {
	padding: 0;
	margin-right: 20px;
	height: 60px;
}

.head-nav .navbar-brand img {
	max-height: 100%;
}
/*
.sidebar-module {
	padding: 15px;
	margin: 0 -15px 15px;
}

.sidebar-module-inset {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.sidebar-module .tag li {
	display: inline;
}
*/
.article-list, .jumbotron .container, .article-content, .article-footer
	{
	max-width: 750px;
}

.article-item {
	margin: 30px auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
	word-wrap: break-word;
}

.article-item:after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border: #E0E0E0 1px solid;
	position: absolute;
	left: 50%;
	margin: 25px 0 0 -5px;
	background: #FFF;
	border-radius: 100%;
	box-shadow: #FFF 0 0 0 5px;
}

.article-meta {
	margin-top: 15px;
}

.article-meta img {
	height: 24px;
	max-width: 24px;
	margin-right: 10px;
}

.article-tag {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d5dbde;
}

.article-tag a {
	margin-right: 10px;
}

.article-top .img-thumb, .article-list-item .img-thumb {
	max-height: 200px;
	overflow: hidden;
}

.article-footer {
	margin: 60px auto;
	padding-top: 60px;
	border-top: 1px solid #E0E0E0;
}

.article-footer .author-image {
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	margin-top: -90px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	padding: 6px;
	background: #fff;
	z-index: 2;
	box-shadow: #E7EEF2 0 0 0 1px;
}

.article-footer .author-image img {
	width: 100%;
}

.pager .page-info {
	margin: 0 10px;
}

.container-footer {
	padding: 40px 20px 0;
	background: #f7f7f7;
}

.author-header img {
	width: 100px;
	height: 100px;
}

.backToTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media ( max-width : 768px) {
	.article-list {
		margin: 0 14px;
	}
}