/* Theme Color */
.breadcrumb{
	background: url(../images/breadcrumb-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 236px;
	text-align: center;
	padding: 83px 0px 0px 0px;
	box-shadow: 0px 3px 4px #141414;
}
.breadcrumb h1{
	font-size: 30px;
	font-weight: 400;
	padding: 14px 20px 20px 20px;
	background-color: rgba(0,0,0,0.7); border-radius:5px;
	display: inline-block; color:#fff !important;
}
.widget{
	margin: 0px 0px 30px 0px;
}
.blog-listing article{
	background-color: #131313;
	padding: 10px;
	border-bottom: 6px solid #080808;
	margin: 0px 0px 30px 0px;
}
.blog-listing article figure{
	overflow: hidden;
}
.blog-listing .heading h2{
	text-transform: uppercase;
}
.blog-listing .date{
	float: left;
	width: 81px;
	text-align: center;
}
.date-inn{
	background-color: #222222;
	padding: 10px 0px;
	border-bottom: 6px solid;
}
.blog-listing .date p{
	font-size: 16px;
	color: #a4a4a4;
	text-transform: uppercase;
}
.blog-listing .date span{
	color: #a4a4a4;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.date a{
	background-color: #080808;
	padding: 8px 0px;
	float: left;
	color: #a4a4a4;
}
.blog-listing .detail{
	padding: 0px 0px 0px 90px;
}
.anker-plus{
	width: 110px;
	height: 110px;
	background: url(../images/sprites.html);
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -40px 0px 0px -30px;
}
.blog-listing .social-network{
	width: 34px;
	float: left;
	padding: 0px;
	left: -40px;
	top: 0px;
	position: absolute;
}
.blog-listing article:hover .anker-plus{
	top: 50%;
}
.blog-listing article:hover .social-network{
	left: 0px;
}
.blog-listing figure figcaption{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	opacity: 0;
}
.blog-listing article:hover figure figcaption{
	opacity: 1;
}
.post-option {
	background-color: #0c0c0c;
	padding: 0px 15px;
	margin: 0px 0px 20px 0px;
}
.post-option li{
	margin: 0px 0px 0px 10px;
	padding: 12px 0px;
}
.post-option li a{
	color: #7d7d7d;
}
.blog-listing article .text h3{
	padding: 0px 0px 9px 0px;
	border-bottom: 2px solid #1b1b1b;
	margin: 0px 0px 20px 0px;
}
.blog-listing article .text h3 a{
	color: #a4a4a4;
	text-transform: uppercase;
}
.blog-listing article .text p{
	color: #5d5d5d;
	font-size: 14px;
	line-height: 20px;
}
.blog-listing article .text p a{
	color: #3c3c3c;
	padding: 6px 24px 8px 24px;
	float: right;
	background-color: #0c0c0c;
	margin: 32px 0px 0px 0px;
}
.blog-listing article .text p a:hover{
	color: #fff;
}