#bgwrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
}
#bgwrap img {
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    position: relative;
}
.backdrop .fullstory-content-slider {
    opacity: 0.95;
	background-color: #121313;
	padding: 10px;
}
.backdrop .full {
    opacity: 0.92;
	background-color: #121313;
}
.backdrop .full.played {
    opacity: 0.99 !important;
}

#hotnewsline {
    height: 40px;
    overflow: hidden;
    position: fixed;
	z-index: 2247483649;
	bottom: 0;
	width: 100%;
	display: none;
}
#hotnewsline #htc {
	background-color: #353637;
    border-color: #fff;
    border-image: none;
    border-style: dashed;
    border-width: 1px 0;
    height: 38px;
    margin: 0 auto;
    width: 980px;
}
#hotnewsline #htl {
    z-index: 20000;
	position: relative;
}
#hotnewsline #htl a {
	float: left;
	color: #fff !important;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 800px;
    padding: 0 50px;
}
#hotnewsline #htl .close {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 10px;
    position: absolute;
    right: 3px;
    top: 0;
    width: 10px;
}

.not-found .fullstory-content-slider {
	padding: 0;
}

.not-found {
	padding-top: 0 !important;
	text-align: center;
	margin: 0 auto;
}

.not-found .item img {
	height: 250px;
}

.not-found .item .fullstory-slider-title {
	color: #fff;
}

.not-found .item:hover .fullstory-slider-title {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.category-content .not-found .owl-item {
    clear: none !important;
}

@media screen and (max-width: 800px) { 
	#hotnewsline {
		display: none !important;
	}
}