.sp-page-title{
    background: none;
	height: 350px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.sp-page-title > .container{
	 position: absolute;
    top: 50%;
    left: 50%;
	 -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-align:center;
	width:100%;
}
.sp-page-title h2 {
    font-size: 36px;   
    text-transform: uppercase;
   
}

.entry-header h2{
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.entry-header{
	/*margin-bottom:20px;*/	
}

article.item{
	padding-bottom: 30px;
    margin-bottom: 0px !important;
   
}
.sp-page-title .breadcrumb{
	}

article:after {
    clear: both;
    content: '';
    display: block;
}

.article-info {
    margin: 0 -8px 0px;
    line-height: 12px;
    margin-top: 20px;
    margin-bottom: 0px;
}
