.logo, .loaderboard, .block-topics, .block-breadcrumb, 
#main-nav, footer .borderke, footer .footer-logo, footer .info{
	display: none;
}
.wrapper, .header-position, .footer-position,
footer {
    padding: 0 !important;
}
.canvas {
	background: #fafaf8;
	width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 5px;
}
header .canvas{
	padding: 0 !important;
}
.news-detail figure{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.news-detail figure img{
	width: 100%;
}
.news-detail figure .title{
	width: 70%;
	position: absolute;
	left: 15%;
	bottom: 10%;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: Serif, Georgia, serif;
	font-size: 5.9em;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 85px;
    padding-bottom: 20px;
}
.summary {
    width: 50%;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-style: italic;
}
.news-detail .summary h2{
    font-size: 17px !important;
    line-height: 1.3 !important;
}
.news-detail .releases {
    width: 50%;
    margin: auto !important;
}
.news-detail .releases li a {
    font-size: 16px !important;
}
.news-detail .description p{
    font-size: 1.5em;
    line-height: 1.56 !important;
    font-weight: 300;
    white-space: normal;
    margin-bottom: 20px;
}
.description .text-center{
    width: 50%;
    margin: auto;
}
.description .text-img{
	width: 100%;
}
.description img,
.description .text-img img{
	width: 100% !important;
    height: auto !important;
}
.news-detail .pullout {
    background-color: #fafaf8 !important;
}
.news-detail .tags, .box-comments, .news-other {
    width: 50%;
    margin: auto;
}
.news-other .no-title span {
    background: #fafaf8 url(../images/icon-border-hover.png) no-repeat right 18px !important;
}
.no-thumb .item .heading {
    height: 50px !important;
    line-height: 25px !important;
    font-size: 16px !important;
}
@media all and (max-width: 668px){
	.news-detail figure .title {
		width: 100%;
		left: 0%;
		bottom: 0%;
    	border-bottom: 0;
	    font-size: 3.5em;
	    line-height: 48px;
	    text-align: center;
	}
	.summary,
	.news-detail .releases,
	.description .text-center,
	.news-detail .tags, .box-comments, .news-other {
	    width: 100%;
	}
}