.Blog .Listing h1 {
	margin-bottom: 50px;
}
.Blog .Blog-View article,
.Blog .Listing section {
	border-bottom: 1px solid rgba(204, 204, 204, 0.7);
	display: table;
	margin-bottom: 50px;
	padding-bottom: 50px;
	width: 100%;
}
.Blog-Image + h1 {
	background: rgba(255,255,255,0.4);
	margin-top: -339px;
	padding: 0 10px;
	position: absolute;
	vertical-align: top;
}
.Blog-Thumb,
.Blog-Thumb + h1 {
	border-top: 10px solid #eee;
	border-bottom: 10px solid #eee;
	display: table-cell;
	line-height: 100% !important;
	vertical-align: top;
}
div.Main .Blog-Thumb + h1 {
	background: #eee;
	padding-left: 10px;
	width: 540px;
}
div.Main .Listing .Blog-Thumb + h1 {
	font-size: 24px;
	padding-left: 0;
	width: 615px;
}
.Blog-Thumb {
	border-left: 10px solid #eee;
	width: 140px;
}
.Listing .Blog-Thumb {
	width: 75px;
}
.Blog-Thumb i {
	display: block;
	height: 140px;
	overflow: hidden;
	width: 140px;
}
.Blog-Thumb i img {
	width: 100%;
}
.Listing .Blog-Thumb i {
	height: 75px;
	width: 75px;
}
div.Main .Listing .Blog-Thumb + h1 {
	height: 75px;
	line-height: 100%;
	padding: 0 0 0 10px;
}
.Blog-Image ~ nav ul {
	margin: -35px 0 20px 10px;
}
.Blog-View .Blog-Thumb ~ nav ul {
	margin: -38px 0 20px 160px;
	max-width: 540px;
}
.Blog .Listing nav ul {
	margin: -33px 0 20px 95px;
}
.Blog nav ul {
	position: absolute;
}

.Blog nav ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}
.Blog nav ul li a {
	display: inline-block;
	font-size: 12px;
}
.Blog .Listing nav ul li {
	margin: 0;
}
.Blog .Listing nav ul li:after {
	color: rgba(204, 204, 204, 1);
	content: ' / ';
	padding: 0 2px;
}
.Blog .Listing nav ul li:last-child: after {
	content: '';
}
.Blog .Blog-View nav ul li a {
	background:#eb2325;
	color: #fff;
	padding: 2px 5px;
	text-transform: uppercase;
}
.Blog .Blog-View .Rubric {
	border-bottom: 3px solid #eb2325;
	font-size: 24px;
	font-weight: 700;
	margin: 50px 0;
	padding-bottom: 10px;
}
.Blog .Permalink {
	display: none;

	font-size: 10px;
	margin-top: 50px;
	text-transform: uppercase;
	text-align: center;
}
.Blog p.More a {
	cursor: pointer;
	font-weight: 700;
}
.Blog p.More a:after {
	content: '\f178';
	font-family: "FontAwesome";
	padding-left: 10px;
}
.Blog p.More a:focus,
.Blog p.More a:hover,
.Blog p.More a:active {
	border-bottom: 1px solid #eb2325;
	text-decoration: none;
}

/* Sharrif */
.shariff .share_text,
.shariff .share_count {
	display: none !important;
}
.shariff ul.orientation-horizontal.col-3 {
	margin: 0 auto !important;
	width: 140px !important;
}
.shariff ul.orientation-horizontal.col-3,
.shariff .orientation-horizontal.col-3 li {
	display: block !important;
}
.shariff .orientation-horizontal.col-3 li {
	height: 40px !important;
	margin-right: 10px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	width: 40px !important;
}
.shariff .orientation-horizontal.col-3 li:last-child {
	margin-right: 0 !important;
}
.shariff li a {
	height: 40px !important;
	padding: 5px !important;
}

/* notice */
#NewArticleNote a {
	background-color: #fff;
	border: 2px solid #eb2325;
	border-radius: 140px;
	box-sizing: border-box;
	color: #eb2325;
	display: block;
	font-size: 14px;
	height: 140px;
	margin-left: -150px;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	top: 230px;
	transform: rotate(-3deg);
	width: 140px;
	z-index: 1000;
}
#NewArticleNote a:focus,
#NewArticleNote a:hover,
#NewArticleNote a:active {
	background-color: #eb2325;
	color: #fff;
	text-decoration: none;
}
#NewArticleNote a strong {
	display: block;
	font-size: 18px;
	text-decoration: underline;
}
